8404 Commits

Author SHA1 Message Date
dongsheng
d25e2ca3f7 "MDL-13766, move common functions to javascript-static.js" 2009-08-16 04:14:46 +00:00
dongsheng
7a0c240306 "MDL-16697, fixed parameters" 2009-08-16 03:46:15 +00:00
dongsheng
63bfcc8f60 "MDL-16697, remove debug code" 2009-08-14 08:23:03 +00:00
dongsheng
dd07016297 "MDL-16697, rename callback functions" 2009-08-14 08:22:06 +00:00
dongsheng
2b20173965 "MDL-16697, update javascript parameters list" 2009-08-14 07:37:56 +00:00
nicolasconnault
3cc457db26 MDL-19756 Fixed a number of small API issues in components and renderers 2009-08-14 05:45:56 +00:00
nicolasconnault
b65bfc3e70 MDL-19756 Fixed a number of small API issues in components and renderers 2009-08-14 03:16:23 +00:00
skodak
aa54ed7b02 MDL-20065 new implementation of File module, modules sub-types are being migrated to separate modules; remaining issues to be listed as sub-tasks in tracker 2009-08-13 20:45:50 +00:00
nicolasconnault
e57c283df5 MDL-19756 Showing exceptions only in DEBUG_DEVELOPER mode 2009-08-13 03:38:30 +00:00
nicolasconnault
e4c5abdc56 MDL-19808 Fixed dropdown for moving forum discussions 2009-08-13 01:43:57 +00:00
nicolasconnault
7a5c78e049 MDL-19756
* Removed outputpixfinders.php and put that code back in outputlib.php
* Created labelled_html_component class and subclassed all appropriate components from it
* Added component::add_confirm_action($message) as a shortcut for adding a confirmation popup
* Fixed bug in close_window_button()
2009-08-13 01:15:58 +00:00
mudrd8mz
ad3625390f Fixes Fatal error: Call to undefined function repository_head_setup() 2009-08-12 14:32:46 +00:00
skodak
ae4a98a108 MDL-13766 fixed some obvious problems with missing global $CFG and undefined variables 2009-08-11 09:40:59 +00:00
nicolasconnault
1ae3767a0b MDL-19756 Centralised $label object into moodle_html_component, fixed proper display of radio buttons through select() method, and fixed other little bugs 2009-08-11 07:05:46 +00:00
jerome
8deb233dfa output MDL-19690 fix forgotten global $OUTPUT 2009-08-11 06:36:43 +00:00
skodak
d1f06fb5f1 MDL-20038 replacing strtolowe() used incorrectly to get module directory name from localised string - that could work only for some modules and in English only ;-) 2009-08-10 20:50:51 +00:00
stronk7
35554f5045 NOBUG: Added missing savepoint 2009-08-10 17:41:26 +00:00
nicolasconnault
7b1f2c829f MDL-19756 Renamed moodle_select to html_select for better API consistency 2009-08-10 08:38:45 +00:00
nicolasconnault
e6fcbe276d MDL-19756 Added a shortcut method to moodle_html_components: add_confirm_action($message). This adds the appropriate onclick event handler for a confirmation message and can be used on any component that gets prepared properly by a renderer function. 2009-08-10 07:31:31 +00:00
nicolasconnault
beb56299ec MDL-19786 Renamed user_picture and action_icon component classes to moodle_user_picture and moodle_action_icon. Also moved around the classes in a more logical order in outputcomponents.php 2009-08-10 06:37:29 +00:00
nicolasconnault
94056d9dbe MDL-19756 Renamed help_icon class to moodle_help_icon 2009-08-10 06:26:50 +00:00
nicolasconnault
d9c8f425fc MDL-19077 Split outputlib.php into smaller logical files. 2009-08-10 06:22:04 +00:00
nicolasconnault
ea85e1ee7d MDL-19799 Converted print_box* to $OUTPUT->box* 2009-08-10 04:58:02 +00:00
nicolasconnault
229e1258e1 MDL-19756 Muting debugging error for optionsextra param of popup_form (used only by navmenu()) 2009-08-10 03:43:27 +00:00
nicolasconnault
d81b05e701 MDL-19799 Converted calls to popup_form() 2009-08-10 03:39:21 +00:00
nicolasconnault
0b139298bb MDL-19756 Improved API of popup_form 2009-08-10 03:33:41 +00:00
nicolasconnault
827b2f7a66 MDL-9644 Added a compare() method to moodle_url 2009-08-10 03:04:01 +00:00
nicolasconnault
43a228b363 MDL-19756 Improved API of popup_form and corrected a few problems (submit button when no JS etc.) 2009-08-08 09:30:27 +00:00
dongsheng
68bd9e5e13 "MDL-20024, fixed missing language string and support repository plugins" 2009-08-07 08:59:47 +00:00
nicolasconnault
25911860e3 MDL-19799 Converted calls to print_paging_bar 2009-08-07 01:38:36 +00:00
nicolasconnault
aa19416521 MDL-19756 Added cloning of moodle_html_components in OUTPUT functions, to allow for one component to be rendered multiple times without changes to the object between renders (like paging_bar) 2009-08-07 01:16:41 +00:00
nicolasconnault
13fb644a09 MDL-19756 Improved API and output of paging_bar 2009-08-07 00:29:27 +00:00
skodak
9b683d130a MDL-20015 a way to recover from problems in db/install.php 2009-08-06 19:59:16 +00:00
skodak
45440ceb61 fixed wrong error string 2009-08-06 18:20:08 +00:00
nicolasconnault
7e0d66753e MDL-19799 Converted all print_footer() calls 2009-08-06 14:21:34 +00:00
skodak
0646607098 MDL-19962 automatic regeneration of the sessio nid during each login; merging unused lang strings 2009-08-06 13:25:21 +00:00
mudrd8mz
f894b82c3b NOBUG: Fixed conflict in iteration key name 2009-08-06 12:49:21 +00:00
stronk7
4ecbf8568b MDL-19077 heading() - level is now optional, defaulting to 2 2009-08-06 10:02:41 +00:00
nicolasconnault
a1ec08a238 MDL-19799 Fixed syntax error :s 2009-08-06 09:08:48 +00:00
nicolasconnault
3c15938527 MDL-19799 Migrated calls to print_heading 2009-08-06 08:19:21 +00:00
nicolasconnault
56d72c5e81 MDL-19756 Added shortcut to html_select_option to make checkboxes 2009-08-06 06:58:14 +00:00
nicolasconnault
fffbcb5ac4 MDL-19799 Migrated call to doc_link() 2009-08-06 02:58:35 +00:00
nicolasconnault
476f2552e4 MDL-19756 Fixed typo in debugging messages and added default string for close_window_button 2009-08-06 02:55:46 +00:00
nicolasconnault
5231a15c0f MDL-19799 Migrated calls to close_window_button() 2009-08-06 02:52:39 +00:00
nicolasconnault
d36cb95f5d MDL-19799 Migrated call to print_textfield 2009-08-06 02:37:34 +00:00
nicolasconnault
2f838e179f MDL-19756 Simplified function call to help_button 2009-08-06 01:42:49 +00:00
nicolasconnault
4c629cc291 MDL-19756 Fixed regression in paging_bar 2009-08-06 01:17:13 +00:00
nicolasconnault
01ee7142c1 MDL-19756 Added a shortcut method to moodle_select for getting multiple time selectors at once: moodle_select::make_time_selectors() 2009-08-06 01:06:53 +00:00
nicolasconnault
641454c6b2 MDL-19799 Upgraded calls to choose_from_menu_nested 2009-08-06 00:35:06 +00:00
nicolasconnault
9c7b338533 MDL-19756 Fixed BC of update_module_button() 2009-08-06 00:26:09 +00:00