8147 Commits

Author SHA1 Message Date
nicolasconnault
6aff538add MDL-19815 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:16:50 +00:00
nicolasconnault
825116fb22 MDL-19813 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:16:08 +00:00
nicolasconnault
d68ccdbaaa MDL-19812 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:15:52 +00:00
nicolasconnault
a77e87bd68 MDL-19814 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:15:27 +00:00
nicolasconnault
7eeedf5937 MDL-19810 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:15:09 +00:00
nicolasconnault
ee9e63b5a1 MDL-19809 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:14:52 +00:00
nicolasconnault
9146b979fe MDL-19808 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:14:39 +00:00
nicolasconnault
9fad7b201e MDL-19807 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:14:12 +00:00
nicolasconnault
4102b449ef MDL-19806 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:13:51 +00:00
nicolasconnault
c73526ef34 MDL-19805 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:13:36 +00:00
nicolasconnault
29cd201ffa MDL-19804 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:02:38 +00:00
nicolasconnault
3a003eadbb MDL-19803 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:01:20 +00:00
nicolasconnault
30721aaf6b MDL-19817 Upgraded calls to choose_from_menu 2009-08-18 00:13:15 +00:00
nicolasconnault
e6f33a04aa MDL-19813 Upgraded calls to choose_from_menu 2009-08-18 00:13:03 +00:00
nicolasconnault
955ee33d1e MDL-19812 Upgraded calls to choose_from_menu 2009-08-18 00:12:25 +00:00
nicolasconnault
e5f5d96896 MDL-19810 Upgraded calls to choose_from_menu 2009-08-18 00:12:11 +00:00
nicolasconnault
34c2868c49 MDL-19809 Upgraded calls to choose_from_menu 2009-08-18 00:11:58 +00:00
nicolasconnault
b46eec3bba MDL-19808 Upgraded calls to choose_from_menu 2009-08-18 00:11:38 +00:00
nicolasconnault
17881fe287 MDL-19807 Upgraded calls to choose_from_menu 2009-08-17 15:20:08 +00:00
nicolasconnault
601104f238 MDL-19806 Upgraded calls to choose_from_menu 2009-08-17 15:19:49 +00:00
nicolasconnault
782c84e939 MDL-19803 Upgraded calls to choose_from_menu 2009-08-17 15:19:31 +00:00
skodak
d568c015b1 MDL-16089 added resoruce related upgrade notes 2009-08-17 08:21:40 +00:00
skodak
436b1642f0 MDL-20067 IMSCP now uses file picker 2009-08-17 08:01:24 +00:00
dongsheng
e8041d2c0d "MDL-14651, update chat module to work in new API" 2009-08-15 11:20:35 +00:00
mjollnir_
9e4f83bd8c MDL-19142 assignment/restore small fix to pass $info to subtypes relative to current assignment rath
er than the full array

Merged from MOODLE_19_STABLE
2009-08-15 07:58:37 +00:00
skodak
e0d4815031 MDL-20069 updated TODO tasks with tracker numbers 2009-08-13 21:33:11 +00:00
skodak
f80563ff29 MDL-20065 updated TODO tasks with tracker numbers 2009-08-13 21:30:27 +00:00
skodak
8ff74ec7ac MDL-20068 updated TODO tasks with tracker numbers 2009-08-13 21:01:30 +00:00
skodak
e5d68bca1f MDL-20067 updated TODO tasks with tracker numbers 2009-08-13 20:57:48 +00:00
skodak
adb77bc8fb MDL-20066 updated TODO tasks with tracker numbers 2009-08-13 20:54:55 +00:00
skodak
58a27a7467 MDL-20069 new URL module, includes migrate from old mod/resource; remaining issues to be listed in tracker as sub-tasks 2009-08-13 20:49:37 +00:00
skodak
1ad9ff57ff MDL-20068 new Page module, includes migrate from old mod/resource; remaining issues to be listed in tracker as sub-tasks 2009-08-13 20:49:07 +00:00
skodak
2ff648fb97 MDL-20067 new IMS Content package module, includes migrate from old mod/resource; remaining issues to be listed in tracker as sub-tasks 2009-08-13 20:48:32 +00:00
skodak
0e16b939e8 MDL-20066 new folder module, includes migrate from old mod/resource; remaining issues to be listed in tracker as sub-tasks 2009-08-13 20:47:43 +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
mjollnir_
3b804d2d09 MDL-19142 assignment/backup&restore: support backing up and restoring third party subtypes if they need it.
Merged from MOODLE_19_STABLE
2009-08-13 09:38:04 +00:00
nicolasconnault
e4c5abdc56 MDL-19808 Fixed dropdown for moving forum discussions 2009-08-13 01:43:57 +00:00
mjollnir_
69547cc5ae 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
2009-08-11 13:54:40 +00:00
mjollnir_
f390280665 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.
2009-08-11 12:20:08 +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
1d0c86bd98 MDL-19817 Converted print_box* to $OUTPUT->box* 2009-08-10 05:01:10 +00:00
nicolasconnault
8411d0aa04 MDL-19816 Converted print_box* to $OUTPUT->box* 2009-08-10 05:00:53 +00:00
nicolasconnault
3b1d5cc46a MDL-19813 Converted print_box* to $OUTPUT->box* 2009-08-10 05:00:41 +00:00
nicolasconnault
fe75e76b8f MDL-19812 Converted print_box* to $OUTPUT->box* 2009-08-10 05:00:11 +00:00
nicolasconnault
9f555b8f1a MDL-19809 Converted print_box* to $OUTPUT->box* 2009-08-10 04:59:55 +00:00
nicolasconnault
698c90d0be MDL-19808 Converted print_box* to $OUTPUT->box* 2009-08-10 04:59:43 +00:00
nicolasconnault
d4b1d58ca3 MDL-19807 Converted print_box* to $OUTPUT->box* 2009-08-10 04:59:26 +00:00
nicolasconnault
883fa9877a MDL-19806 Converted print_box* to $OUTPUT->box* 2009-08-10 04:59:09 +00:00
nicolasconnault
c57b95f7a0 MDL-19805 Converted print_box* to $OUTPUT->box* 2009-08-10 04:58:52 +00:00
nicolasconnault
c15fa88fb8 MDL-19804 Converted print_box* to $OUTPUT->box* 2009-08-10 04:58:40 +00:00