698 Commits

Author SHA1 Message Date
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
Andrew Davis
6999d9cf75 lesson MDL-23456 in lesson module glossary autolinking was happening in question answers but not the questions themselves 2010-07-27 02:10:59 +00:00
Petr Skoda
a07dedff4f MDL-23464 fixed list of jumps in collapsed view 2010-07-25 21:59:53 +00:00
Petr Skoda
3d53d99e28 MDL-23518 fixed regression - missing class when deleting lesson 2010-07-25 21:54:52 +00:00
Petr Skoda
3d1b745283 MDL-22639 fixed meadiafile support - unfortunately all old media files are lost, upgrade again from 1.9..... 2010-07-25 12:39:32 +00:00
Petr Skoda
cc3dbaaa30 MDL-21249 improved php docs package+subpackage info in mod/lesson 2010-07-25 10:54:39 +00:00
Petr Skoda
21b8089c8b MDL-22028 multichoice is now default new question type - anything is better that the horrible essay type 2010-07-25 10:40:17 +00:00
Petr Skoda
2e3ef7c25f MDL-23385 fixed incorrect DML conversion 2010-07-25 10:17:41 +00:00
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
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
792881f0fe fixed some comment typos 2010-07-22 09:43:30 +00:00
Petr Skoda
01310dfbed MDL-23197 fixed matching regression, sorry 2010-07-21 17:42:36 +00:00
Petr Skoda
5e110d86a6 MDL-23429 Lesson :: multichoice feedback missing studentresponse, credit goes to Joseph RŽzeau 2010-07-21 10:01:38 +00:00
Petr Skoda
088d400692 MDL-23197 fixed recent forms regression 2010-07-21 09:58:20 +00:00
Petr Skoda
ece2c44fe7 MDL-23197 fixing stupid typo, thanks Joseph 2010-07-21 07:23:39 +00:00
Petr Skoda
01c37ef1b5 MDL-23197 ugly hack that adds editor support into lesson answers and responses - no files support planned for 2.0, sorry 2010-07-20 21:11:41 +00:00
Petr Skoda
d333dc2003 fixed file component regression 2010-07-20 07:14:02 +00:00
Sam Hemelryk
f621a346a2 mod-lesson MDL-23204 Converted page contents to html during upgrade and addition of contentsformat field 2010-07-20 05:38:28 +00:00
Petr Skoda
acde4348a1 adding hack note 2010-07-15 14:53:51 +00:00
Petr Skoda
dbf9e4bae3 MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00:00
Petr Skoda
2e0406a53a repeating upgrade typo fixed 2010-07-06 16:10:17 +00:00