Commit graph

9669 commits

Author SHA1 Message Date
Eloy Lafuente
c61b92fd49 MDL-23479 backup - label revised & old code deleted (but restore logs) 2010-07-30 23:01:20 +00:00
Petr Skoda
35716b8682 MDL-22001 filter_text() and filter_string() now use context parameter instead of courseid, PAGE->context is used only as a fallback; moved comment stuff away from format_text() because it does not belong there; filterlib is not using courseid except for legacy filters; fixed coding style in filters;Êimproved php docs; fixed upgrade of filters (should be in plugins, not core) 2010-07-30 20:51:01 +00:00
Eloy Lafuente
1ef927d9f9 MDL-23479 backup - choice revised & old code deleted (but restore logs) 2010-07-30 19:39:50 +00:00
Eloy Lafuente
01b4ca0171 MDL-23479 backup - restore forum & delete old stuff but restore logs 2010-07-30 18:47:44 +00:00
Jordi Piguillem
75b986e7f5 [MDL-23130]
Fixing problems of sql injection.
2010-07-30 12:10:18 +00:00
Jordi Piguillem
9730c555b6 [MDL-23130]
Fixing sql code style and sql injection problems
2010-07-30 11:12:33 +00:00
Jordi Piguillem
621f3ef519 [MDL-23130]
Fixing sql code style and sql injection problems
2010-07-30 10:49:41 +00:00
Andrew Davis
4a9eecc446 data MDL-23488 made the database activity not available messages less scary 2010-07-30 07:51:51 +00:00
Aparup Banerjee
d14dbf065f database activity MDL-23316 fixed date search field. 2010-07-30 06:03:56 +00:00
Dongsheng Cai
6abbf02de7 "CHAT MDL-23374, removed require_capability" 2010-07-30 03:06:37 +00:00
Aparup Banerjee
437239d191 assignment MDL-22609 reverting to userid as print_user_files is updated to lookup the submission. 2010-07-30 02:39:38 +00:00
Aparup Banerjee
109f6d0fdc assignment MDL-22609 reverting to userid as print_user_files is updated to lookup the submission. 2010-07-30 02:28:41 +00:00
Aparup Banerjee
03f91f6d14 assignment MDL-22893 file count limit is now controlled by the files api options passed in. allow deleting of files via files manager when files count is at the limit. 2010-07-29 08:46:02 +00:00
Aparup Banerjee
96f3544025 assignment MDL-22609 notice when no submission yet - fixed. 2010-07-29 08:12:58 +00:00
David Mudrak
cd188086d3 MDL-23561 Fixed support for addHelpButton() in repeated elements 2010-07-29 07:54:30 +00:00
Andrew Davis
b133c4bbb8 data MDL-23573 made database activity export only include the requested fields 2010-07-29 06:24:47 +00:00
Dan Marsden
b517ac7919 MDL-23479 lesson backup - force order of pages to use prevpageid so that restore is able to see pages in the right order. 2010-07-29 05:02:51 +00:00
Dan Marsden
a6f349434f MDL-23479 lesson Restore Code 2010-07-29 04:46:01 +00:00
Andrew Davis
2742ffe7c9 data MDL-23488 made database activity respect availability and visibility dates
AMOS BEGIN
 CPY [expired,mod_choice],[expired,mod_data]
 CPY [notopenyet,mod_choice],[notopenyet,mod_data]
AMOS END
2010-07-29 03:26:02 +00:00
Dan Marsden
58bd461cec MDL-23479 scorm restore code - fix bug with mapping MDL-23570 2010-07-29 02:23:06 +00:00
Dan Marsden
36ee2cae40 MDL-23479 wiki restore code - Still some files not included in backup/restore and content needs decoding correctly. 2010-07-29 02:08:33 +00:00
Dan Marsden
1ecc51c4c8 MDL-23479 wiki restore typo 2010-07-29 01:14:20 +00:00
Dan Marsden
ef8c73584f MDL-23479 chat restore code 2010-07-28 23:16:06 +00:00
Dan Marsden
a2920c7e5e MDL-23479 scorm restore code 2010-07-28 22:37:49 +00:00
Eloy Lafuente
62ab566eb7 NOMDL survey - fix crazy query cross-joining like hell 2010-07-28 16:02:22 +00:00
Tim Hunt
a49cb927fd NOBUG more consistent use of URLs for the quiz reports. 2010-07-28 15:08:34 +00:00
Tim Hunt
a88ba5700c NOBUG quiz start attempt Fix the quiz password page. 2010-07-28 15:06:28 +00:00
Tim Hunt
d8011b7bde NOBUG quiz summary Align the submit all and finish button properly. 2010-07-28 15:04:26 +00:00
Petr Skoda
1b20b92792 MDL-23561 temp workaround 2010-07-28 14:16:17 +00:00
Petr Skoda
39f5b5c1ec MDL-23463 found the redirection problem 2010-07-28 13:54:32 +00:00
Petr Skoda
44cb7e6364 MDL-23541 missing define for fixed jump defaults 2010-07-28 13:45:01 +00:00
Petr Skoda
4d5ab13e30 MDL-23541 truefalse fixed jump defaults 2010-07-28 13:42:56 +00:00
Petr Skoda
76f5f66f16 MDL-23541 matching fixed jump defaults 2010-07-28 13:42:00 +00:00
Petr Skoda
c72c3fc699 MDL-23541 numerical fixed jump defaults 2010-07-28 13:40:23 +00:00
Petr Skoda
cc6d233dd7 MDL-23541 shortanswer fixed jump defaults 2010-07-28 13:39:28 +00:00
Petr Skoda
94282e8f95 MDL-23541 MCQ fixed jump defaults 2010-07-28 13:38:27 +00:00
Petr Skoda
0493240903 MDL-23540 improved matching question options and fixed displayed jumps 2010-07-28 13:32:32 +00:00
Petr Skoda
cb2c196306 MDL-23542 adding support for cols and rows in textarea editor, fixing lesson to use smaller text areas 2010-07-28 13:23:51 +00:00
Eloy Lafuente
162d02c362 NOBUG backup - choice_answers aren't children of choice_options 2010-07-28 10:30:30 +00:00
Dan Marsden
731ca13c9d MDL-23479 feedback restore code 2010-07-28 09:57:04 +00:00
rwijaya
31d085e2a3 MDL-20508 - Modified $PAGE and $OUTPUT to $this->page and $this->output 2010-07-28 09:27:28 +00:00
danmarsden
0803272a8a MDL-23479 survey restore code 2010-07-28 08:56:24 +00:00
danmarsden
3dffbc32f8 MDL-23479 survey backup code typo 2010-07-28 08:49:57 +00:00
danmarsden
dd454f4661 MDL-23479 folder Restore code 2010-07-28 08:31:35 +00:00
Andrew Davis
e51b3cfc0c forum MDL-23388 altered help string to provide information on the role of caps in forum throttling 2010-07-28 07:35:10 +00:00
Dongsheng Cai
708c2e041a CHAT, MDL-23374, fixed studentlogs option 2010-07-28 04:12:16 +00:00
aparup
1bd24d10cc assignment MDL-22609 notice when no submission yet - fixed. 2010-07-28 02:42:21 +00:00
Dan Marsden
6751fcbd80 MDL-23479 missed check for intro files. 2010-07-28 01:57:12 +00:00
Dan Marsden
86edee3543 MDL-23479 Resource Restore code 2010-07-28 01:51:57 +00:00
Dan Marsden
6517017975 MDL-23479 Page Restore code - fix comments in label code. 2010-07-28 01:35:56 +00:00