9476 Commits

Author SHA1 Message Date
Petr Skoda
52b2f0baae MDL-23193 editpage button works again 2010-07-25 10:10:49 +00:00
Petr Skoda
fbda6256d9 MDL-23355 Lesson MCQ questions should not be default-set as "multiple answers" 2010-07-25 10:05:39 +00:00
Petr Skoda
dc88d782a1 MDL-23463 fixed element name typo breaking form submissions 2010-07-25 10:02:42 +00:00
Petr Skoda
7c4078cc22 MDL-23485 added missing handling of empty branches 2010-07-25 09:56:21 +00:00
Petr Skoda
7b30b24ba6 MDL-23485 fixed branchtables regression 2010-07-25 09:45:16 +00:00
Petr Skoda
b8f8bbc81b fixed a lot more wrong html cleanings 2010-07-25 09:35:39 +00:00
Petr Skoda
bfc638bb16 fixed incorrect password cleaning 2010-07-25 09:32:06 +00:00
Petr Skoda
b3daa92632 fixed coding style to match other modules 2010-07-25 09:30:09 +00:00
Petr Skoda
d16d35dc80 localised error message and adding correct continue link 2010-07-25 09:25:48 +00:00
Petr Skoda
6524006ba0 fixed undefined actions and dumb redirects 2010-07-25 09:23:25 +00:00
Petr Skoda
28f5bf676c more fixed coding style 2010-07-25 09:16:36 +00:00
Petr Skoda
1b08cef715 fixed coding style 2010-07-25 09:13:43 +00:00
Petr Skoda
2512b69042 a little explanation why we need XSS risk in lesson edit cap 2010-07-25 09:12:11 +00:00
Petr Skoda
3fa2f030c3 MDL-23264 page title and content now required + fixed wrong cleaning - noclean must be used with PARAM_RAW 2010-07-25 09:11:17 +00:00
Petr Skoda
10b8fefdf2 MDL-23264 we need 3 answers in true/false 2010-07-25 09:05:30 +00:00
Petr Skoda
c653e756e1 MDL-23264 we need at least 1 numerical answer 2010-07-25 09:04:20 +00:00
Petr Skoda
c284a7701a MDL-23264 we need at least 2 multichoice answers 2010-07-25 09:02:46 +00:00
Petr Skoda
19735816b2 MDL-23349 fixing delete attempts regressions and actually making it work because it is borked in 1.9 too 2010-07-25 08:54:29 +00:00
Petr Skoda
73ad2d989f MDL-22973 fixing missing string
AMOS BEGIN
 CPY [neverseen,mod_resource],[neverseen,mod_page]
AMOS END
2010-07-25 08:08:36 +00:00
Petr Skoda
c0d1bc1038 MDL-22973 reverting wrong fix, modules can not be interdependent! 2010-07-25 08:06:46 +00:00
Andrew Davis
d3c5b585ae mod_page MDL-22973 fixed a broken get_string() call 2010-07-25 05:10:43 +00:00
Andrew Davis
e8930396ee course MDL-22973 altering a pointless 2.0 function to match the equally pointless 1.9 version to at least avoid a php error 2010-07-25 05:05:44 +00:00
Piers Harding
e62c1d22af MDL-22951 - move the AJAX callback out into its own include, and tidy up 2010-07-25 01:22:27 +00:00
Petr Skoda
6eb2138a81 MDL-23499 hopefully fixed all remaining multichoice issues 2010-07-24 21:24:45 +00:00
Petr Skoda
cc21782301 MDL-23499 fixed problems with empty option in multichoice - the multiple-answer option is still borked though 2010-07-24 20:48:18 +00:00
Petr Skoda
4fb3f25384 fixed comment typo 2010-07-24 20:30:13 +00:00
Petr Skoda
a675ada572 MDL-23499 fixed multiple regressions in multichoice lesson page + simplified code logic 2010-07-24 20:21:19 +00:00
Petr Skoda
ff85f9022c fixed comment typos 2010-07-24 19:03:37 +00:00
Petr Skoda
1e7f8ea232 MDL-23510 lib.php files have to be as small as possible, the actual implementation should be in locallib.php if possible === less used memory, fewer includes, ....; + coding style cleanup 2010-07-24 18:56:56 +00:00
Petr Skoda
0384043b59 MDL-23450 moving question/format/hotpot to contrib for now, because it is not ready for Moodle 2.0 yet 2010-07-24 17:30:46 +00:00
Petr Skoda
91b9560bd6 MDL-23450 moving mod/hotpot to contrib for now, because it is not ready for Moodle 2.0 yet 2010-07-24 17:15:54 +00:00
Piers Harding
821aa03da0 MDL-22951 - fix link issue for loadSCO.php 2010-07-23 20:02:36 +00:00
Piers Harding
cac5037719 MDL-22951 - convert 2004 to prereq and datamodel handling. 2010-07-23 19:00:40 +00:00
Petr Skoda
2eab29bd25 MDL-23486 page text required 2010-07-23 18:32:04 +00:00
Piers Harding
eea0c8eaa7 MDL-22951 - implement the datamodel, and prereq handling for AICC. 2010-07-23 18:20:04 +00:00
David Mudrak
38588c1ddf NOMDL workshop: fixed string wording 2010-07-23 16:19:04 +00:00
David Mudrak
2f289d366e MDL-23459 workshop: fixed support for late submissions 2010-07-23 16:15:30 +00:00
David Mudrak
c0ce5658eb MDL-23459 workshop: late submission flag 2010-07-23 16:15:11 +00:00
Dan Marsden
773a746835 SCORM MDL-23492 tidy up grading method display/calculation 2010-07-23 09:33:30 +00:00
Dan Marsden
c4b9eaff6c SCORM MDL-23492 remove debug call 2010-07-23 09:29:54 +00:00
Dan Marsden
b1ca5d31dc SCORM MDL-23492 tidy up grading method display/calculation 2010-07-23 09:23:52 +00:00
Dan Marsden
c0f6b6082d SCORM MDL-23498 remove var from function that is never called - it is always the default (false) as it is never used - seems to date back to commit in 2006 2010-07-23 08:03:08 +00:00
Dan Marsden
8c5516dccb SCORM MDL-23498 remove var from function that is never called - it is always the default (false) as it is never used - seems to date back to commit in 2006 2010-07-23 07:59:11 +00:00
Rossiani Wijaya
adafec72ba MDL-20508 - update the width of choice results graph. 2010-07-23 07:10:49 +00:00
Piers Harding
a188aa4943 MDL-22951 - fix JS issue in IE when TOC set to hidden by default. 2010-07-23 07:03:26 +00:00
Sam Hemelryk
267aff7f79 navigation MDL-23020 Added pagelayout to forum search page 2010-07-23 06:59:53 +00:00
Sam Hemelryk
304f00da6c quiz-report-grading MDL-20724 Fixed display of table when no results are available due to firstname/surname filtering. Merged from 19 2010-07-23 06:09:23 +00:00
Rossiani Wijaya
315d4971f3 MDL-20508 - update choice module to fix accessibility issue and eliminate the use of table. 2010-07-23 03:55:06 +00:00
Andrew Davis
a7409db46a filters MDL-23456 added filtering for when adding a database activity entry 2010-07-23 03:50:11 +00:00
Andrew Davis
3d5904ff90 filters MDL-23456 turned added filtering for wikis 2010-07-23 02:50:35 +00:00