43189 Commits

Author SHA1 Message Date
Petr Skoda
702ab58c08 MDL-21249 improved php docs and adding copyright blocks in mod/resource 2010-07-25 11:25:02 +00:00
Petr Skoda
2b641d15e5 MDL-21249 improved php docs and adding copyright blocks in mod/url 2010-07-25 11:20:23 +00:00
Petr Skoda
3b43615fc4 MDL-21249 improved php docs and adding copyright blocks in mod/imscp 2010-07-25 11:16:08 +00:00
Petr Skoda
9fe1fbcccb MDL-21249 improved php docs and adding copyright blocks in mod/folder 2010-07-25 11:12:16 +00:00
Petr Skoda
9516942ac6 MDL-21249 improved php docs and adding copyright blocks 2010-07-25 11:06:52 +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
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
Andrew Davis
3f3b972a92 glossary MDL-23513 tinkering with the display of glossary items 2010-07-25 03:52:35 +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
Moodle Robot
9acb500f85 Updated the HEAD build version to 20100725 2010-07-25 00:45:28 +00:00
Eloy Lafuente
bd4543729c MDL-23478 backup - rss_client block restore supporting own structures 2010-07-24 23:05:44 +00:00
Eloy Lafuente
a4586dae77 MDL-23478 backup - html block restore supporting serialized contents and fileareas 2010-07-24 23:03:23 +00:00
Eloy Lafuente
b8e455a789 MDL-23478 backup - restore blocks (instances an positions) 2010-07-24 22:56:30 +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
e56458a7c7 MDL-23486 fixed regression, sorrrrry 2010-07-24 19:19:37 +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
Eloy Lafuente
1d6b83ec58 MDL-21432 backup - supress already included include 2010-07-24 18:41:24 +00:00
Dongsheng Cai
ed5f6c0f66 "MDL-23506, added language string" 2010-07-24 18:15:45 +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
060cb988ef MDL-23450 deleting hotpot help strings 2010-07-24 17:21:46 +00:00
Petr Skoda
cc1faa316f MDL-23450 hotpot not part of core any more 2010-07-24 17:20:48 +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
Eloy Lafuente
245491b062 MDL-21432 backup - improve a bit detection of errors on restore structured steps 2010-07-24 16:31:16 +00:00