Commit Graph

176 Commits

Author SHA1 Message Date
Sam Hemelryk 71762d4675 mod-data MDLSITE-970 Raarrrrrrrr fixed way old bug from dml conversion 2010-10-01 08:51:26 +00:00
Petr Skoda 6bdfef5da9 MDL-24321 switching to standard stdClass() 2010-09-21 08:54:01 +00:00
Petr Skoda 39790bd805 MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
Eloy Lafuente 767cb7f03a MDL-22151 & MDL-22138 - Quiz activity backup & questions banks too!
CV S: ----------------------------------------------------------------------
2010-09-21 01:28:30 +00:00
Moodle HQ git importer 60b9d8070a Fixing drift between CVS and git 2010-09-19 10:59:32 +00:00
Eloy Lafuente 4d88beed23 NOBUG - Reverting last commit of this file (local change sent by error, sorry) 2010-09-07 08:35:51 +00:00
Eloy Lafuente fd3f6bf99d MDL-22151 backup - data activity backup & restore first cut 2010-09-07 08:32:41 +00:00
Petr Skoda 800bb0f70f MDL-24079 mod/data now using new sql_like 2010-09-04 14:08:03 +00:00
Petr Skoda 798b0b331b MDL-24058 no stripslashes any more, removing 2010-09-02 12:49:53 +00:00
Petr Skoda 24b8188960 MDL-24058 removed forgotted addslashes 2010-09-02 12:32:36 +00:00
Dongsheng Cai cd4a1897d9 MDL-24030, fixed url field type 2010-09-01 03:37:30 +00:00
Aparup Banerjee d14dbf065f database activity MDL-23316 fixed date search field. 2010-07-30 06:03:56 +00:00
aparup cf353d880d Assignment MDL-23413 minor fix to checkbox field displaying to remove notice. (and to persist checks after submit) 2010-07-20 07:56:46 +00:00
Jonathan Harker e2ebb53e68 mod/data MDL-23284 use get_records instead.
Author: Jonathan Harker <jonathan@catalyst.net.nz>
2010-07-19 23:31:46 +00:00
Jonathan Harker c603457381 mod/data MDL-23284 fix database error that was chewing up HTML output.
Author: Jonathan Harker <jonathan@catalyst.net.nz>
2010-07-19 05:19:47 +00:00
Petr Skoda 50a8bd6c1d MDL-14589 file api cleanup 2010-07-11 13:30:33 +00:00
Petr Skoda 20e5da7d91 MDL-19211 back to the old text format preferences logic + minor refactoring and improvements 2010-07-10 12:12:59 +00:00
Petr Skoda 64f93798d4 MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
Rossiani Wijaya b08cff857a MDL-20509 - remove http:// prefix from input box.
Add http:// prefix if:
1) there is no :// in the string already, and
2) the string doesn't start with /
2010-06-30 07:52:26 +00:00
Dongsheng Cai a7d4cb676d MDL-22980, move mod/data/field/*/icon.gif to mod/data/pix/field/*.gif 2010-06-29 07:20:51 +00:00
David Mudrak 096ec8d63d MDL-21695 Cleaning up legacy strings and help
Text of help pages Read carefully, Write carefully and Ask questions
moved to wiki by Helen. Text formatting help removed, to be
re-introduced properly in editors rewrite. Unused editorhelp form
element removed completely.
2010-06-27 21:34:01 +00:00
Dongsheng Cai e425638049 MDL-16493, database module use filepicker to choose file/pciture, url field use file picker to choose link. 2010-05-24 09:05:40 +00:00
Dongsheng Cai 4d2ee4c2c0 MDL-16597, move print_filemanager to $OUTPUT->file_manager, now theme designers are able to costomize file manager. 2010-05-19 08:05:36 +00:00
Petr Skoda 596509e431 MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help 2010-04-13 20:34:27 +00:00
Dongsheng Cai ff3cf1c937 "MDL-15405, simplified filemanager initilising in database module" 2010-03-15 06:31:41 +00:00
Dongsheng Cai e30d75ccdd "MDL-15405, perform filemanager init tasks in one function" 2010-03-08 03:28:22 +00:00
Dongsheng Cai a14a933c2b "MDL-16596, fixed nonjs filemanager" 2010-03-07 16:40:25 +00:00
Petr Skoda b67bb42201 MDL-21769 fixed input validation 2010-03-07 15:30:02 +00:00
Dongsheng Cai 26032c2d20 "MDL-15405, data module to use filemanager" 2010-03-05 05:37:09 +00:00
Petr Skoda f83b9b63ae MDL-20204 legacy time selects converted, please note we should always use mforms if possible 2010-02-10 14:27:03 +00:00
Petr Skoda 2f0e96e447 MDL-20204 one more step away from html_select 2010-02-09 18:54:03 +00:00
Petr Skoda d776d59ee2 MDL-21235 fixed select method name 2010-01-16 18:29:51 +00:00
Petr Skoda 4b9210f31b MDL-21235 more conversion to new select 2010-01-16 18:25:51 +00:00
Petr Skoda a685593466 MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
Penny Leach 01e81431a3 data/files MDL-21281 fixed incorrect case between $fs and $FS in some data module fields 2010-01-08 02:37:37 +00:00
Petr Skoda 4bcc51185c MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions 2009-12-30 15:19:55 +00:00
Sam Hemelryk 4e03354235 mod-data MDL-19806 Converted remaining print_textarea's to 2.0 editors. 2009-12-23 06:19:25 +00:00
Petr Skoda b5d0cafc6f MDL-20787 final switch to new $OUTPUT->pix_url() - yay! 2009-12-16 21:50:45 +00:00
Dongsheng Cai d31629c6e1 "MDL-14818, fixed database module search in head" 2009-11-27 05:24:08 +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
samhemelryk 6111b2b030 mod-data MDL-19806 Added set_url calls, replaced deprecated functions, and added boilerplates 2009-09-24 04:25:40 +00:00
samhemelryk b0ff558ccb notes MDL-19806 Updated print_header and build_navigation to OUTPUT and PAGE equivalents 2009-09-07 05:43:15 +00:00
nicolasconnault 4102b449ef MDL-19806 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:13:51 +00:00
nicolasconnault 601104f238 MDL-19806 Upgraded calls to choose_from_menu 2009-08-17 15:19:49 +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 e344da638a MDL-19806 Upgraded calls to print_time_selector and print_date_selector 2009-08-06 01:08:27 +00:00
samhemelryk 19c9f09430 filelib MDL-19707 Converted existing ...str_replace('png','gif')... to use file_extension_icon and file_mimetype_icon 2009-07-07 06:16:01 +00:00
tjhunt d436d197d1 MDL-19690 - the last lot of $CFG->pixpath to $OUTPUT->old_icon_url
Including MDL-19693

RIP $CFG->pixpath
2009-07-03 07:55:30 +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
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