Martin Dougiamas
d5b04bfd7d
MDL-22421 Fixed missing $OUTPUT global declaration. Thanks to Mathias Wortmann!
2010-05-13 04:29:59 +00:00
Martin Dougiamas
bfebaf64d8
MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script.
2010-05-13 02:02:05 +00:00
Sam Hemelryk
6605ff8cda
themes MDL-22358 Renamed sideblock class to block
2010-05-06 06:16:07 +00:00
Sam Hemelryk
c351bb50ce
backup MDL-22151 Implemented backup in the lesson module
2010-05-06 01:53:55 +00:00
Patrick Malley
a82fb0b629
Adding classes to lesson module
2010-05-03 17:35:21 +00:00
David Mudrak
4be9b12824
MDL-21695 Help strings use Markdown format from now on
2010-05-03 16:49:07 +00:00
David Mudrak
4c80a990fa
MDL-21695 Lesson module now uses new help strings
...
AMOS BEGIN
HLP lesson/activitylink.html,[activitylink_help,mod_lesson]
HLP lesson/custom.html,[customscoring_help,mod_lesson]
HLP lesson/dependency.html,[dependencyon_help,mod_lesson]
HLP lesson/displayleft.html,[displayleftmenu_help,mod_lesson]
HLP lesson/displayleftif.html,[displayleftif_help,mod_lesson]
HLP lesson/feedback.html,[displaydefaultfeedback_help,mod_lesson]
HLP lesson/grade.html,[maxgrade_help,mod_lesson]
HLP lesson/handlingofretakes.html,[handlingofretakes_help,mod_lesson]
HLP lesson/import.html,[importquestions_help,mod_lesson]
HLP lesson/importppt.html,[importppt_help,mod_lesson]
HLP lesson/jumpto.html,[jumps_help,mod_lesson]
HLP lesson/maxanswers.html,[maximumnumberofanswersbranches_help,mod_lesson]
HLP lesson/maxattempts.html,[maximumnumberofattempts_help,mod_lesson]
HLP lesson/maxpages.html,[numberofpagestoshow_help,mod_lesson]
HLP lesson/mediafile.html,[mediafile_help,mod_lesson]
HLP lesson/minquestions.html,[minimumnumberofquestions_help,mod_lesson]
HLP lesson/modattempts.html,[modattempts_help,mod_lesson]
HLP lesson/mods.html,[modulename_help,mod_lesson]
HLP lesson/nextpageaction.html,[actionaftercorrectanswer_help,mod_lesson]
HLP lesson/ongoing.html,[ongoing_help,mod_lesson]
HLP lesson/overview.html,[overview_help,mod_lesson]
HLP lesson/practice.html,[practice_help,mod_lesson]
HLP lesson/progressbar.html,[progressbar_help,mod_lesson]
HLP lesson/questionoption.html,[multianswer_help,mod_lesson]
HLP lesson/questionoption.html,[casesensitive_help,mod_lesson]
HLP lesson/retake.html,[retakesallowed_help,mod_lesson]
HLP lesson/review.html,[displayreview_help,mod_lesson]
HLP lesson/slideshow.html,[slideshow_help,mod_lesson]
HLP lesson/timed.html,[maxtime_help,mod_lesson]
HLP lesson/usepassword.html,[usepassword_help,mod_lesson]
AMOS END
2010-05-03 14:14:34 +00:00
Helen Foster
b0d78e43fe
MDL-21695 adding help strings
2010-04-29 11:20:53 +00:00
Helen Foster
00acdeb7ec
MDL-21695 adding help strings
2010-04-29 09:29:31 +00:00
Helen Foster
c9fd2d4120
MDL-21695 adding help strings
2010-04-28 20:47:08 +00:00
Helen Foster
50cb19a270
MDL-21695 adding help strings
2010-04-28 09:29:17 +00:00
Helen Foster
214f6731bb
MDL-21695 adding help strings
2010-04-27 16:05:35 +00:00
David Mudrak
0831fd7841
MDL-22054 Fixed 'Edit' string in core strings
...
AMOS BEGIN
CPY [edit,core],[edita,core]
REM do not forget to drop placeholder from [edit,core] in all languages
AMOS END
2010-04-20 17:57:12 +00:00
Sam Hemelryk
3406acdef9
navigation MDL-22044 Major navigation structure changes.
...
Navigation has now been re-ordered in accordance with http://docs.moodle.org/en/Development:Navigation_2.0_structure .
This has led to several changes in the way in which navigation is generated included API changes, most notably using the
navigation_nodes add method now returns the newly added node rather than the key.
At the same time the global_navigation_tree block has been renamed to navigation and settings_navigation_tree to settings.
2010-04-19 06:30:30 +00:00
Petr Skoda
596509e431
MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help
2010-04-13 20:34:27 +00:00
David Mudrak
30c8dd34f7
MDL-15252 Re-committing all English strings exported from AMOS
...
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.
The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.
Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
Petr Skoda
7b55e20a2a
fixed typo
2010-04-08 16:36:09 +00:00
Petr Skoda
98da60215e
MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints
2010-04-07 07:37:12 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
David Mudrak
2476f5f22c
MDL-21694 Moving Lesson strings
2010-03-29 20:50:35 +00:00
Sam Hemelryk
90723839ca
themes MDL-21862 Implements base theme and standard theme.
...
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
* Plugin CSS has been pushed back into the plugin directories as styles.css files.
* Install_print_header has been corrected.
* Redundant or deprecated rules have been removed.
* Several minor class changes throughout Moodle.
* CSS is now single line rules not multiline indented.
* Installs with theme=standardold automatically switch to standard.
* body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
* There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
* I am currently working on the documentation for the themes system... it will be here soon.
2010-03-25 06:38:21 +00:00
Sam Hemelryk
0b29477be9
navigation MDL-21565 Update this xxx is now automatically added to the nav for all modules by default and is renamed to settings as that is what was being used in the tabs system presently anyway.
...
The following minor changes were also made:
* Added roles links to the navigation automatically
* Handling of block context for settings navigation
* Tidied up init code for settings navigation
2010-03-22 03:04:00 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
David Mudrak
0235e2477d
MDL-20204 fixed calling of a dropped html_component method on block_contents
2010-03-18 16:49:03 +00:00
Sam Hemelryk
57173b8dfb
mod-lesson MDL-21006 Fixed missing variable after navigation changes
2010-03-04 05:27:14 +00:00
Sam Hemelryk
130d2f533b
mod-lesson MDL-21006 Fixed misnamed variable
2010-03-04 05:25:00 +00:00
Petr Skoda
26acc814eb
MDL-20204 fixed html-writer::tag() parameter order to match the rest of the api
2010-02-18 18:15:56 +00:00
Petr Skoda
8cea545e0b
MDL-20204 started refactoring of html_table + more cleanup
2010-02-17 19:33:24 +00:00
Petr Skoda
4ee753eb83
MDL-20204 converting html_span to html_writer
2010-02-17 17:17:45 +00:00
Petr Skoda
9bf163146b
MDL-20204 more html_link converstions
2010-02-11 18:50:55 +00:00
Petr Skoda
57cd3739a4
MDL-20204 converting link to html_writer or action_link
2010-02-11 16:56:00 +00:00
Petr Skoda
18300e6b50
MDL-21577 fixed typos
2010-02-10 16:21:49 +00:00
Petr Skoda
edc28287b2
MDL-21577 converting select auto submit code
2010-02-10 16:20:28 +00:00
Petr Skoda
f8dab96615
MDL-20204 a lot more steps away from html_select
2010-02-10 09:37:50 +00:00
Petr Skoda
916276fc0a
MDL-20204 more outputlib changes towards separate html_writer
2010-02-07 20:12:31 +00:00
Petr Skoda
dd9b1882c6
MDL-21400 fixed my own ugly mess in resizing of embedded stuff + converted to YUI3
2010-02-06 18:47:44 +00:00
Petr Skoda
593f9b8703
MDL-21400 finalising JS api - removing ->on_dom_ready (now bool param in js() and js_init_call()) and after_delay() (again int parameter) - the reason is it was adding unnecessary complexity and it is used in just a few places that will be eventually converted to the new js_init_call() anyway
2010-02-06 14:45:17 +00:00
Petr Skoda
227255b802
MDL-21402 new js_writer abstraction + otehr minor improvements
2010-01-20 20:01:24 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
0f4c64b79f
MDL-21235 new link method in html_write, partinally replaces old html_link, going to add new action_link soon
2010-01-14 22:10:20 +00:00
Petr Skoda
3ba60ee16a
MDL-21235 new single button rendering
2010-01-14 19:18:04 +00:00
Petr Skoda
5d0c95a5ac
MDL-21235 towards the final outputlib api - implementing separate html writer and implementing new render() method
2010-01-13 17:13:52 +00:00
Petr Skoda
dc6896efe0
MDL-21198 used new simple_button class when doing OUTPUT->confirm() - more consistent and hopefully easier to remember than html_form::make_button() ;-)
2010-01-03 20:47:13 +00:00
Petr Skoda
5c2ed7e215
MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements
2010-01-03 15:46:14 +00:00
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
812dbaf7d5
MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars
2009-12-27 19:47:21 +00:00
Petr Skoda
191b267bcd
MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically
2009-12-27 12:02:04 +00:00
Sam Hemelryk
56115eea49
navigation MDL-21177 Removed erroneous DB queries from module extension calls
2009-12-24 02:06:05 +00:00