]> git.mjollnir.org Git - moodle.git/log
moodle.git
15 years agoMDL-20065 new implementation of File module, modules sub-types are being migrated...
skodak [Thu, 13 Aug 2009 20:45:50 +0000 (20:45 +0000)]
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

15 years agoMDL-19142 assignment/backup&restore: support backing up and restoring third party...
mjollnir_ [Thu, 13 Aug 2009 09:38:04 +0000 (09:38 +0000)]
MDL-19142 assignment/backup&restore: support backing up and restoring third party subtypes if they need it.

Merged from MOODLE_19_STABLE

15 years agoMDL-19756 Showing exceptions only in DEBUG_DEVELOPER mode
nicolasconnault [Thu, 13 Aug 2009 03:38:30 +0000 (03:38 +0000)]
MDL-19756 Showing exceptions only in DEBUG_DEVELOPER mode

15 years ago"MDL-16911, update youtube repository plugin"
dongsheng [Thu, 13 Aug 2009 03:35:23 +0000 (03:35 +0000)]
"MDL-16911, update youtube repository plugin"

15 years agoMDL-19808 Fixed dropdown for moving forum discussions
nicolasconnault [Thu, 13 Aug 2009 01:43:57 +0000 (01:43 +0000)]
MDL-19808 Fixed dropdown for moving forum discussions

15 years agoMDL-19756
nicolasconnault [Thu, 13 Aug 2009 01:15:58 +0000 (01:15 +0000)]
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()

15 years agoUpdated the HEAD build version to 20090813
moodlerobot [Thu, 13 Aug 2009 00:37:49 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090813

15 years agoFixes Fatal error: Call to undefined function repository_head_setup()
mudrd8mz [Wed, 12 Aug 2009 14:32:46 +0000 (14:32 +0000)]
Fixes Fatal error:  Call to undefined function repository_head_setup()

15 years agoUpdated the HEAD build version to 20090812
moodlerobot [Wed, 12 Aug 2009 00:38:57 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090812

15 years agoMDL-19142 assignment/backup: reverting earlier patch while I figure out a better...
mjollnir_ [Tue, 11 Aug 2009 13:54:40 +0000 (13:54 +0000)]
MDL-19142 assignment/backup: reverting earlier patch while I figure out a better way to deal with course_modules during restore

Merged from MOODLE_19_STABLE

15 years agoMDL-19142: assignment/backup add support for third party subtypes
mjollnir_ [Tue, 11 Aug 2009 12:20:08 +0000 (12:20 +0000)]
MDL-19142: assignment/backup add support for third party subtypes

Now third party assignment type subplugin authors can implement backup/restore

This adds four hooks, backup_one_mod, backup_one_submission, restore_one_mod, restore_one_submission,
all of which are implemented in the assignment_base parent class and documented there.

Merged from MOODLE_19_STABLE.  Backup is broken in HEAD but Eloy asked me to merge it anyway.

15 years agoMDL-13766 fixed some obvious problems with missing global $CFG and undefined variables
skodak [Tue, 11 Aug 2009 09:40:59 +0000 (09:40 +0000)]
MDL-13766 fixed some obvious problems with missing global $CFG and undefined variables

15 years agoMDL-19756 Centralised $label object into moodle_html_component, fixed proper display...
nicolasconnault [Tue, 11 Aug 2009 07:05:46 +0000 (07:05 +0000)]
MDL-19756 Centralised $label object into moodle_html_component, fixed proper display of radio buttons through select() method, and fixed other little bugs

15 years agooutput MDL-19690 fix forgotten global $OUTPUT
jerome [Tue, 11 Aug 2009 06:36:43 +0000 (06:36 +0000)]
output MDL-19690 fix forgotten global $OUTPUT

15 years agoweb service MDL-12886 minor fix on the exception call (it doesn't display any Notice)
jerome [Tue, 11 Aug 2009 06:26:37 +0000 (06:26 +0000)]
web service MDL-12886 minor fix on the exception call (it doesn't display any Notice)

15 years ago"MDL-13766, disable file picker resizing on ie, it is buggy"
dongsheng [Tue, 11 Aug 2009 05:50:56 +0000 (05:50 +0000)]
"MDL-13766, disable file picker resizing on ie, it is buggy"

15 years agoMDL-19820 Fixed missing $OUTPUT and a couple of other little bugs
nicolasconnault [Tue, 11 Aug 2009 03:32:51 +0000 (03:32 +0000)]
MDL-19820 Fixed missing $OUTPUT and a couple of other little bugs

15 years agoUpdated the HEAD build version to 20090811
moodlerobot [Tue, 11 Aug 2009 00:37:31 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090811

15 years agoMDL-20038 replacing strtolowe() used incorrectly to get module directory name from...
skodak [Mon, 10 Aug 2009 20:50:51 +0000 (20:50 +0000)]
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 ;-)

15 years agoNOBUG: Added missing savepoint
stronk7 [Mon, 10 Aug 2009 17:41:26 +0000 (17:41 +0000)]
NOBUG: Added missing savepoint

15 years agoMDL-19756 Renamed moodle_select to html_select for better API consistency
nicolasconnault [Mon, 10 Aug 2009 08:38:45 +0000 (08:38 +0000)]
MDL-19756 Renamed moodle_select to html_select for better API consistency

15 years agoMDL-19690 - fix mailyes|no icon
stronk7 [Mon, 10 Aug 2009 08:24:28 +0000 (08:24 +0000)]
MDL-19690 - fix mailyes|no icon

15 years agoMDL-19756 Added a shortcut method to moodle_html_components: add_confirm_action(...
nicolasconnault [Mon, 10 Aug 2009 07:31:31 +0000 (07:31 +0000)]
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.

15 years agoMDL-19786 Renamed user_picture and action_icon component classes to moodle_user_pictu...
nicolasconnault [Mon, 10 Aug 2009 06:37:29 +0000 (06:37 +0000)]
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

15 years agoMDL-19756 Renamed help_icon class to moodle_help_icon
nicolasconnault [Mon, 10 Aug 2009 06:26:50 +0000 (06:26 +0000)]
MDL-19756 Renamed help_icon class to moodle_help_icon

15 years agoMDL-19077 Split outputlib.php into smaller logical files.
nicolasconnault [Mon, 10 Aug 2009 06:22:04 +0000 (06:22 +0000)]
MDL-19077 Split outputlib.php into smaller logical files.

15 years agoMDL-19799 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 05:50:28 +0000 (05:50 +0000)]
MDL-19799 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19825 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 05:50:10 +0000 (05:50 +0000)]
MDL-19825 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19824 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 05:49:57 +0000 (05:49 +0000)]
MDL-19824 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19823 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 05:49:45 +0000 (05:49 +0000)]
MDL-19823 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19822 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 05:49:33 +0000 (05:49 +0000)]
MDL-19822 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19821 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 05:49:18 +0000 (05:49 +0000)]
MDL-19821 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19820 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 05:01:23 +0000 (05:01 +0000)]
MDL-19820 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19817 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 05:01:10 +0000 (05:01 +0000)]
MDL-19817 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19816 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 05:00:53 +0000 (05:00 +0000)]
MDL-19816 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19813 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 05:00:41 +0000 (05:00 +0000)]
MDL-19813 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19812 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 05:00:11 +0000 (05:00 +0000)]
MDL-19812 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19809 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:59:55 +0000 (04:59 +0000)]
MDL-19809 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19808 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:59:43 +0000 (04:59 +0000)]
MDL-19808 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19807 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:59:26 +0000 (04:59 +0000)]
MDL-19807 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19806 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:59:09 +0000 (04:59 +0000)]
MDL-19806 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19805 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:58:52 +0000 (04:58 +0000)]
MDL-19805 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19804 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:58:40 +0000 (04:58 +0000)]
MDL-19804 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19803 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:58:28 +0000 (04:58 +0000)]
MDL-19803 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19800 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:58:17 +0000 (04:58 +0000)]
MDL-19800 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19799 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:58:02 +0000 (04:58 +0000)]
MDL-19799 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19798 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:54:48 +0000 (04:54 +0000)]
MDL-19798 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19797 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:54:32 +0000 (04:54 +0000)]
MDL-19797 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19794 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:53:59 +0000 (04:53 +0000)]
MDL-19794 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19795 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:53:42 +0000 (04:53 +0000)]
MDL-19795 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19787 Converted print_box* to $OUTPUT->box*
nicolasconnault [Mon, 10 Aug 2009 04:53:22 +0000 (04:53 +0000)]
MDL-19787 Converted print_box* to $OUTPUT->box*

15 years agoMDL-19756 Muting debugging error for optionsextra param of popup_form (used only...
nicolasconnault [Mon, 10 Aug 2009 03:43:27 +0000 (03:43 +0000)]
MDL-19756 Muting debugging error for optionsextra param of popup_form (used only by navmenu())

15 years agoMDL-19793 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:41:44 +0000 (03:41 +0000)]
MDL-19793 Converted calls to popup_form()

15 years agoMDL-19820 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:41:33 +0000 (03:41 +0000)]
MDL-19820 Converted calls to popup_form()

15 years agoMDL-19798 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:41:08 +0000 (03:41 +0000)]
MDL-19798 Converted calls to popup_form()

15 years agoMDL-19797 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:40:56 +0000 (03:40 +0000)]
MDL-19797 Converted calls to popup_form()

15 years agoMDL-19825 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:40:04 +0000 (03:40 +0000)]
MDL-19825 Converted calls to popup_form()

15 years agoMDL-19800 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:39:32 +0000 (03:39 +0000)]
MDL-19800 Converted calls to popup_form()

15 years agoMDL-19799 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:39:21 +0000 (03:39 +0000)]
MDL-19799 Converted calls to popup_form()

15 years agoMDL-19795 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:38:45 +0000 (03:38 +0000)]
MDL-19795 Converted calls to popup_form()

15 years agoMDL-19788 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:38:27 +0000 (03:38 +0000)]
MDL-19788 Converted calls to popup_form()

15 years agoMDL-19817 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:37:57 +0000 (03:37 +0000)]
MDL-19817 Converted calls to popup_form()

15 years agoMDL-19813 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:37:44 +0000 (03:37 +0000)]
MDL-19813 Converted calls to popup_form()

15 years agoMDL-19806 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:37:33 +0000 (03:37 +0000)]
MDL-19806 Converted calls to popup_form()

15 years agoMDL-19812 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:37:16 +0000 (03:37 +0000)]
MDL-19812 Converted calls to popup_form()

15 years agoMDL-19809 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:37:01 +0000 (03:37 +0000)]
MDL-19809 Converted calls to popup_form()

15 years agoMDL-19808 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:36:42 +0000 (03:36 +0000)]
MDL-19808 Converted calls to popup_form()

15 years agoMDL-19815 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:36:01 +0000 (03:36 +0000)]
MDL-19815 Converted calls to popup_form()

15 years agoMDL-19787 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:35:38 +0000 (03:35 +0000)]
MDL-19787 Converted calls to popup_form()

15 years agoMDL-19794 Converted calls to popup_form()
nicolasconnault [Mon, 10 Aug 2009 03:35:14 +0000 (03:35 +0000)]
MDL-19794 Converted calls to popup_form()

15 years agoMDL-19756 Improved API of popup_form
nicolasconnault [Mon, 10 Aug 2009 03:33:41 +0000 (03:33 +0000)]
MDL-19756 Improved API of popup_form

15 years agoMDL-9644 Added a compare() method to moodle_url
nicolasconnault [Mon, 10 Aug 2009 03:04:01 +0000 (03:04 +0000)]
MDL-9644 Added a compare() method to moodle_url

15 years agoUpdated the HEAD build version to 20090810
moodlerobot [Mon, 10 Aug 2009 00:38:21 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090810

15 years agoUpdated the HEAD build version to 20090809
moodlerobot [Sun, 9 Aug 2009 00:39:09 +0000 (00:39 +0000)]
Updated the HEAD build version to 20090809

15 years agoMDL-19794 Removed a test help icon at the bottom of course/view.php
nicolasconnault [Sat, 8 Aug 2009 11:46:43 +0000 (11:46 +0000)]
MDL-19794 Removed a test help icon at the bottom of course/view.php

15 years agoMDL-19794 Converting calls to popup_form()
nicolasconnault [Sat, 8 Aug 2009 09:31:01 +0000 (09:31 +0000)]
MDL-19794 Converting calls to popup_form()

15 years agoMDL-19756 Improved API of popup_form and corrected a few problems (submit button...
nicolasconnault [Sat, 8 Aug 2009 09:30:27 +0000 (09:30 +0000)]
MDL-19756 Improved API of popup_form and corrected a few problems (submit button when no JS etc.)

15 years agothemes: MDL-20013 pluging sheets were not handled correct.\r\rProblem found and fixed...
tjhunt [Sat, 8 Aug 2009 08:10:59 +0000 (08:10 +0000)]
themes: MDL-20013 pluging sheets were not handled correct.\r\rProblem found and fixed thanks to Mark Johnson.

15 years agoUpdated the HEAD build version to 20090808
moodlerobot [Sat, 8 Aug 2009 00:38:03 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090808

15 years ago"MDL-20027, fixed invalid capability name"
dongsheng [Fri, 7 Aug 2009 15:23:18 +0000 (15:23 +0000)]
"MDL-20027, fixed invalid capability name"

15 years ago"MDL-19181, display plugin instances based on capabilities"
dongsheng [Fri, 7 Aug 2009 10:09:21 +0000 (10:09 +0000)]
"MDL-19181, display plugin instances based on capabilities"

15 years ago"MDL-19181, display plugin instances based on capabilities"
dongsheng [Fri, 7 Aug 2009 10:02:47 +0000 (10:02 +0000)]
"MDL-19181, display plugin instances based on capabilities"

15 years ago"MDL-20024, fixed missing language string and support repository plugins"
dongsheng [Fri, 7 Aug 2009 08:59:47 +0000 (08:59 +0000)]
"MDL-20024, fixed missing language string and support repository plugins"

15 years agoMDL-19794 Added global $OUTPUT to print_courses()
nicolasconnault [Fri, 7 Aug 2009 07:18:01 +0000 (07:18 +0000)]
MDL-19794 Added global $OUTPUT to print_courses()

15 years agoMDL-19792 Converted calls to print_paging_bar
nicolasconnault [Fri, 7 Aug 2009 01:41:27 +0000 (01:41 +0000)]
MDL-19792 Converted calls to print_paging_bar

15 years agoMDL-19825 Removed clone(pagingbar), cloning now done in outputlib
nicolasconnault [Fri, 7 Aug 2009 01:40:39 +0000 (01:40 +0000)]
MDL-19825 Removed clone(pagingbar), cloning now done in outputlib

15 years agoMDL-19823 Converted calls to print_paging_bar
nicolasconnault [Fri, 7 Aug 2009 01:40:01 +0000 (01:40 +0000)]
MDL-19823 Converted calls to print_paging_bar

15 years agoMDL-19820 Converted calls to print_paging_bar
nicolasconnault [Fri, 7 Aug 2009 01:39:38 +0000 (01:39 +0000)]
MDL-19820 Converted calls to print_paging_bar

15 years agoMDL-19806 Converted calls to print_paging_bar
nicolasconnault [Fri, 7 Aug 2009 01:38:59 +0000 (01:38 +0000)]
MDL-19806 Converted calls to print_paging_bar

15 years agoMDL-19799 Converted calls to print_paging_bar
nicolasconnault [Fri, 7 Aug 2009 01:38:36 +0000 (01:38 +0000)]
MDL-19799 Converted calls to print_paging_bar

15 years agoMDL-19808 Converted calls to print_paging_bar
nicolasconnault [Fri, 7 Aug 2009 01:37:44 +0000 (01:37 +0000)]
MDL-19808 Converted calls to print_paging_bar

15 years agoMDL-19756 Added cloning of moodle_html_components in OUTPUT functions, to allow for...
nicolasconnault [Fri, 7 Aug 2009 01:16:41 +0000 (01:16 +0000)]
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)

15 years agoUpdated the HEAD build version to 20090807
moodlerobot [Fri, 7 Aug 2009 00:39:43 +0000 (00:39 +0000)]
Updated the HEAD build version to 20090807

15 years agoMDL-19792 Converted calls to print_paging_bar
nicolasconnault [Fri, 7 Aug 2009 00:34:35 +0000 (00:34 +0000)]
MDL-19792 Converted calls to print_paging_bar

15 years agoMDL-19821 Converted calls to print_paging_bar
nicolasconnault [Fri, 7 Aug 2009 00:34:17 +0000 (00:34 +0000)]
MDL-19821 Converted calls to print_paging_bar

15 years agoMDL-19787 Converted calls to print_paging_bar
nicolasconnault [Fri, 7 Aug 2009 00:29:59 +0000 (00:29 +0000)]
MDL-19787 Converted calls to print_paging_bar

15 years agoMDL-19825 Converted calls to print_paging_bar
nicolasconnault [Fri, 7 Aug 2009 00:29:44 +0000 (00:29 +0000)]
MDL-19825 Converted calls to print_paging_bar

15 years agoMDL-19756 Improved API and output of paging_bar
nicolasconnault [Fri, 7 Aug 2009 00:29:27 +0000 (00:29 +0000)]
MDL-19756 Improved API and output of paging_bar

15 years agoMDL-19797 Converted calls to print_paging_bar
nicolasconnault [Fri, 7 Aug 2009 00:28:38 +0000 (00:28 +0000)]
MDL-19797 Converted calls to print_paging_bar

15 years agoMDL-19794 Converted calls to print_paging_bar
nicolasconnault [Fri, 7 Aug 2009 00:27:42 +0000 (00:27 +0000)]
MDL-19794 Converted calls to print_paging_bar