Commit graph

981 commits

Author SHA1 Message Date
Petr Skoda
91421f3ead a few spelling fixes 2010-09-18 12:07:01 +00:00
Andrew Davis
3b2b084554 activities MDL-24180 altered strings to help users understand the difference between the conditional activity available to/from dates and the individual activity available to/from dates 2010-09-17 01:37:29 +00:00
Eloy Lafuente
b9077c2e5c MDL-24177 backup - delete some lines causing mess in source lesson because of some lines I left by mistake in my prev commit. :-( 2010-09-15 19:47:35 +00:00
Aparup Banerjee
89970a1368 lesson MDL-24174 fixed image urls to rewrite in answer feedback pages. 2010-09-15 06:58:39 +00:00
Eloy Lafuente
3643aadf80 MDL-24177 backup - fix page next/prev ids to be propely mapped 2010-09-14 08:58:24 +00:00
Sam Hemelryk
b4a3af713f lesson MDL-24084 Fixed double formating of lesson page content on expanded view 2010-09-13 09:50:15 +00:00
Petr Skoda
7a0873d11d MDL-24009 fixed wrong file url rewriting and removing cleaning from lesson page contexts - this is marked with RISK_XSS 2010-09-04 20:35:30 +00:00
Petr Skoda
ff321d35bc MDL-24009 fixed wrong value encoding in form 2010-09-04 20:34:15 +00:00
Petr Skoda
b8ea3041eb MDL-23184 activity names are now either PARAM_TEXT or PARAM_CLEANHTML, this should be more accurate 2010-09-02 18:29:39 +00:00
Aparup Banerjee
802aa02ea8 lesson MDL-23907 fixed - $DB->get_records first selected field should be unique. 2010-08-24 06:47:46 +00:00
Eloy Lafuente
7dcce47503 MDL-23781 lesson - files upgrade fatal error fixed 2010-08-22 21:02:56 +00:00
David Mudrak
370d793c98 MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block
AMOS BEGIN
 MOV [assignmentadministration,mod_assignment],[pluginadministration,mod_assignment]
 MOV [dataadministration,mod_data],[pluginadministration,mod_data]
 MOV [feedbackadministration,mod_feedback],[pluginadministration,mod_feedback]
 MOV [folderadministration,mod_folder],[pluginadministration,mod_folder]
 MOV [forumadministration,mod_forum],[pluginadministration,mod_forum]
 MOV [glossaryadministration,mod_glossary],[pluginadministration,mod_glossary]
 MOV [chatadministration,mod_chat],[pluginadministration,mod_chat]
 MOV [choiceadministration,mod_choice],[pluginadministration,mod_choice]
 MOV [imscpadministration,mod_imscp],[pluginadministration,mod_imscp]
 MOV [labeladministration,mod_label],[pluginadministration,mod_label]
 MOV [lessonadministration,mod_lesson],[pluginadministration,mod_lesson]
 MOV [pageadministration,mod_page],[pluginadministration,mod_page]
 MOV [quizadministration,mod_quiz],[pluginadministration,mod_quiz]
 MOV [resourceadministration,mod_resource],[pluginadministration,mod_resource]
 MOV [scormadministration,mod_scorm],[pluginadministration,mod_scorm]
 MOV [surveyadministration,mod_survey],[pluginadministration,mod_survey]
 MOV [urladministration,mod_url],[pluginadministration,mod_url]
 MOV [wikiadministration,mod_wiki],[pluginadministration,mod_wiki]
 MOV [workshopadministration,mod_workshop],[pluginadministration,mod_workshop]
AMOS END
2010-08-17 17:35:12 +00:00
Andrew Davis
16306628bd gradebook MDL-19133 shifted around some code to move module grade settings into common code 2010-08-13 08:29:13 +00:00
Petr Skoda
1003e17b38 MDL-23784 removing obsolete lesson images, pix is the only correct dir now 2010-08-12 16:48:26 +00:00
Petr Skoda
8d1a39637a MDL-23781 migrated old non-standard moddata lesson files and fixed media files migration 2010-08-12 16:05:41 +00:00
Petr Skoda
0d6521541f adding missing rs->close(), removing unused code, coding style improvement 2010-08-12 12:20:04 +00:00
Petr Skoda
87150ca16b fixed oracle SQL compatibility 2010-08-12 12:14:05 +00:00
Aparup Banerjee
465a9b4f06 lesson MDL-23525 committing this fix after its passed the tests in the bug/QA.
- this fix allows the student to traverse the complete review paths. it only sets the continue button to go to the end of lesson when the page has no nextpage (last page).
2010-08-12 02:08:51 +00:00
Sam Hemelryk
97b4ec5e20 mod lesson MDL-23753 Fixed use of $this outside object scope 2010-08-11 08:39:11 +00:00
Aparup Banerjee
8f639ad1bb lesson MDL-23525 fixed unintialized variable. 2010-08-09 09:17:56 +00:00
Aparup Banerjee
1112c9ed4e lesson MDL-23525 more bugs fixed to pagetypes. 2010-08-06 08:16:08 +00:00
Aparup Banerjee
ac3d779195 lesson MDL-23525 passed in a missing object to remove notices seen. 2010-08-04 08:52:59 +00:00
Aparup Banerjee
ef4ba975f9 lesson MDL-23525 changed attempts retrieval from db to intuitional (code assumes it too) first->last attempt order 2010-08-04 02:26:46 +00:00
Eloy Lafuente
113065d2fa MDL-23479 backup - lesson revised & old code deleted (but restore logs) 2010-08-03 15:38:25 +00:00
Helen Foster
9aba73563d MDL-23598 rewording help strings thanks to Joseph Rezeau 2010-08-03 14:14:05 +00:00
Petr Skoda
f3b2189178 MDL-23598 fixed display problem related to review option - credit goes to Joseph Rzeau 2010-08-03 10:32:27 +00:00
Petr Skoda
c6d75bffa5 MDL-23628 improved log action support - now similar to handling of capabilities 2010-08-03 10:07:18 +00:00
Andrew Davis
7bac377763 gradebook MDL-23543 made gradebook not display items with gradetype of no grade 2010-08-03 07:22:27 +00:00
Petr Skoda
f31daba43e MDL-23601 regex not default any more 2010-08-02 07:59:53 +00:00
Dan Marsden
53ab8106ec MDL-23479 lesson restore code - correct time shifting 2010-08-02 00:38:07 +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
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
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