Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Eloy Lafuente
6e6878b5ec
MDL-21437 data - fixed the sort by fuctionality to be cross-db for all fields
2010-11-17 21:18:53 +00:00
Eloy Lafuente
be4d5a927b
MDL-21437 data - latlong, menu, radiobutton, text, textarea, url
2010-11-17 19:27:47 +00:00
Eloy Lafuente
15a182827f
MDL-21437 data - checkbox and multimenu fields search working + require all too
2010-11-17 19:13:26 +00:00
Eloy Lafuente
1675129e35
MDL-21437 data - number and date fields search under mssql and oracle
2010-11-17 17:54:00 +00:00
Eloy Lafuente
eca891267c
MDL-21437 data - latlong, radio menu and multimenu now working under sqlserver & oracle
2010-11-17 16:57:56 +00:00
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