Petr Skoda
|
78946b9bdb
|
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
|
2009-12-16 18:00:58 +00:00 |
|
Sam Marshall
|
f1035deb97
|
MDL-21009 Group selector must use absolute links in order to work with javascript off
|
2009-11-30 17:12:48 +00:00 |
|
Sam Hemelryk
|
9f42276c59
|
mod-feedback MDL-16090 Fixed recent regressions and converted htmleditor instance
|
2009-11-25 01:46:12 +00:00 |
|
Petr Skoda
|
7c7d3afab5
|
MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems"
|
2009-11-07 10:27:57 +00:00 |
|
Petr Skoda
|
0ac940b3bf
|
MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported
|
2009-11-04 19:24:12 +00:00 |
|
Petr Skoda
|
49ab5e1950
|
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
|
2009-11-01 15:32:33 +00:00 |
|
Petr Skoda
|
1adbd2c350
|
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
|
2009-11-01 14:55:15 +00:00 |
|
skodak
|
d18e0fe646
|
MDL-20353 adding missing data types of hidden form fields
|
2009-09-26 17:07:08 +00:00 |
|
stronk7
|
2b3d335351
|
NOBUG. Quick fix to provide cross-db comparison of TEXT fields.
|
2009-09-24 13:47:20 +00:00 |
|
stronk7
|
9b7d912b80
|
whitespace cleanup
|
2009-09-24 13:40:45 +00:00 |
|
samhemelryk
|
3c0977fec2
|
mod-feedback MDL-19807 Added set_url calls, replaced deprecated functions
|
2009-09-24 08:07:16 +00:00 |
|
samhemelryk
|
84973212c4
|
mod-feedback MDL-19807 Added set_url calls, replaced deprecated functions
|
2009-09-24 06:11:39 +00:00 |
|
agrabs
|
f1b9e2df43
|
MDL-19773 - Cannot have code like $SESSION->feedback = new object(); in mod/feedback/lib.php
|
2009-09-16 12:21:47 +00:00 |
|
samhemelryk
|
ab5bd34d18
|
mod-feedback MDL-20254 Upgrade feedback module to make use of new navigation blocks
At the same time I also took the oppertunity to fix up the bugs within the feedback module that were making it un-usable
|
2009-09-11 02:04:38 +00:00 |
|
samhemelryk
|
84f797db5d
|
feedback MDL-19807 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
|
2009-09-07 08:10:42 +00:00 |
|
nicolasconnault
|
c3aa5bd3de
|
MDL-19807 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
|
2009-08-20 08:44:14 +00:00 |
|
nicolasconnault
|
9fad7b201e
|
MDL-19807 Upgraded calls to helpbutton, print_simple_box* and notify
|
2009-08-18 05:14:12 +00:00 |
|
nicolasconnault
|
17881fe287
|
MDL-19807 Upgraded calls to choose_from_menu
|
2009-08-17 15: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
|
d4b1d58ca3
|
MDL-19807 Converted print_box* to $OUTPUT->box*
|
2009-08-10 04:59:26 +00:00 |
|
arborrow
|
dd5cb0b5c3
|
MDL-19846 - allow admins and teachers to complete feedback, removing not edititems check as it does not appear to make sense
|
2009-08-06 14:34:56 +00:00 |
|
nicolasconnault
|
c6ea08764b
|
MDL-19807 Converted all print_footer() calls
|
2009-08-06 14:15:15 +00:00 |
|
nicolasconnault
|
53b1f5da00
|
MDL-19807 Migrated calls to print_heading
|
2009-08-06 08:20:46 +00:00 |
|
nicolasconnault
|
be96a47206
|
MDL-19807 Migrated calls to print_checkbox()
|
2009-08-06 06:59:05 +00:00 |
|
nicolasconnault
|
5feca57e17
|
MDL-19807 Upgraded call to button_to_popup_window
|
2009-08-06 00:27:20 +00:00 |
|
nicolasconnault
|
49c8c8d27e
|
MDL-19976 Refactored select_menu() into select(), now supporting menu, radio and checkbox rendering. Added radio() and checkbox() functions.
|
2009-08-04 02:05:32 +00:00 |
|
nicolasconnault
|
41f08e33ab
|
MDL-19807 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
|
2009-07-28 09:35:26 +00:00 |
|
tjhunt
|
652ee8aa56
|
feedback MDL-19773 - temporary work-around so cron can run.
This still needs to be fixed properly.
|
2009-07-13 05:44:35 +00:00 |
|
samhemelryk
|
7747c8dbd6
|
mod-feedback MDL-16706 Removed inline JS and added PAGE methods
|
2009-07-03 02:01:21 +00:00 |
|
skodak
|
fa381ac70e
|
MDL-19700 removing unused global
|
2009-07-02 15:27:46 +00:00 |
|
tjhunt
|
e63f88c9a6
|
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
and $CFG->modpixpath to $OUTPUT->mod_icon_url
|
2009-07-02 12:07:58 +00:00 |
|
tjhunt
|
f2a1963c43
|
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
|
2009-07-02 11:09:15 +00:00 |
|
samhemelryk
|
a39fe289b0
|
mod-feedback MDL-16706 Removed inline JS and replaced with new PAGE methods
|
2009-06-26 07:32:52 +00:00 |
|
samhemelryk
|
2cc0fd76e1
|
modfeedback MDL-16706 Removed inline scripts in mod feedback and added feedback.js
|
2009-06-22 04:11:25 +00:00 |
|
nicolasconnault
|
6dbcaceef1
|
MDL-19418 Replaced ereg* by preg*
|
2009-06-22 01:22:37 +00:00 |
|
skodak
|
17da2e6f28
|
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
|
2009-06-19 14:25:56 +00:00 |
|
skodak
|
fc29e51b2d
|
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
|
2009-06-13 18:34:43 +00:00 |
|
skodak
|
a8f3a651c0
|
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
|
2009-06-13 18:16:08 +00:00 |
|
skodak
|
9d7493399d
|
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
|
2009-06-13 17:35:10 +00:00 |
|
agrabs
|
b68bff82c9
|
MDL-19497 - group selection is broken
|
2009-06-13 14:17:00 +00:00 |
|
skodak
|
7826abc79f
|
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings
|
2009-06-03 20:25:27 +00:00 |
|
agrabs
|
788b72a6a6
|
MDL-19348 - "Site after submit" option is not clear to understand
|
2009-05-30 16:53:37 +00:00 |
|
samhemelryk
|
32be99dc23
|
feedback MDL-19294 Boilerplate and Phpdocs
|
2009-05-27 05:30:50 +00:00 |
|
agrabs
|
a600ad359a
|
MDL-17005 - very high memory comsumption for feedback module->show entries on big Moodle platforms
|
2009-05-25 19:48:33 +00:00 |
|
tjhunt
|
4e1132a8c5
|
forum: MDL-19119 missing requires now course/lib.php is not included everywhere.
Put in most of the obvious missing require_once($CFG->libdir . '/completionlib.php');
|
2009-05-08 09:00:41 +00:00 |
|
stronk7
|
74c288a100
|
MDL-18577 drop enums support - step2: enums out from install.xml files
|
2009-05-01 14:07:43 +00:00 |
|
stronk7
|
2a88f626f7
|
MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts.
|
2009-05-01 01:19:16 +00:00 |
|
skodak
|
b4615a96ca
|
MDL-18934 removed legacy grading support
|
2009-04-22 21:29:54 +00:00 |
|
skodak
|
3268cf9921
|
MDL-18910 full support for module intro editor with embedded images
|
2009-04-22 06:48:15 +00:00 |
|
skodak
|
50aa3fcc8b
|
MDL-18910 full support for module intro editor with embedded images
|
2009-04-22 04:38:25 +00:00 |
|