Commit graph

8543 commits

Author SHA1 Message Date
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
nicolasconnault
19be3ad085 MDL-19756 Removed TODO for choose_from_radio 2009-08-06 00:07:43 +00:00
nicolasconnault
bc2e0484a3 MDL-19756 Suppressing debugging messages about deprecated functions for now 2009-08-06 00:05:39 +00:00
skodak
d2d65ba0a1 MDL-20007 temporary fix for styles broken by UI overriding general elements 2009-08-05 21:52:17 +00:00
skodak
1b6f6462cf MDL-20007 temporary fix for styles broken by UI overriding general elements 2009-08-05 20:29:34 +00:00
mudrd8mz
e8e84cc077 NOBUG: $OUTPUT->user_picture() does not accept link but courseid 2009-08-05 15:16:31 +00:00
mudrd8mz
cd2f8dbc9f NOBUG: $OUTPUT->user_picture() has no $popup parameter 2009-08-05 15:13:22 +00:00
mudrd8mz
6f391f7642 Fixes the displayed text and makes the new API lighter 2009-08-05 11:50:17 +00:00
mudrd8mz
d5934b3594 MDL-20001 use passed $itemid instead of $data->id 2009-08-05 11:19:34 +00:00
mudrd8mz
db2cc99bf3 NOBUG: documenting file_prepare_standard_editor() 2009-08-05 10:08:45 +00:00
nicolasconnault
28fbce88cf MDL-19756 Fixed bugs and improved API in various places 2009-08-05 08:49:56 +00:00
nicolasconnault
cf13298081 MDL-19756 Deprecated update_course_icon() and implemented a simple $OUTPUT->edit_button($moodleurl) method which uses $USER->editing 2009-08-05 02:39:42 +00:00