751 Commits

Author SHA1 Message Date
Eloy Lafuente
0f66acede0 MDL-22135 - logs restore, course and activities + cleanup 2010-11-11 19:46:04 +00:00
Sam Hemelryk
367a75fae4 themes lib MDL-24895 Multiple fixes to better handle overflow.
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Petr Skoda
510f8b0e5c MDL-22290 stadnardised the cancel button on lesson password page 2010-10-26 15:16:11 +00:00
Petr Skoda
39790bd805 MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
Andrew Davis
2248b994ae activities MDL-24180 realtered available to/from strings in activities and conditional completion to try and make the unclear clear 2010-09-21 03:34:36 +00:00
Sam Hemelryk
9bd3e94ab1 mod-lesson MDL-24270 Fixed undefined variables in page types 2010-09-20 01:44:13 +00:00
Sam Hemelryk
b0ee180239 mod-lesson MDL-24270 Fixed undefined variable $nretakes. 2010-09-20 01:39:39 +00:00
Petr Skoda
64a3ce8c5b improved coding style - mostly variable initialisation + some fixing and spelling 2010-09-18 13:27:21 +00:00
Petr Skoda
3f3d7692cb fixed answer checking prevpage typo 2010-09-18 13:23:46 +00:00
Petr Skoda
b02558f04a fixed end of cluster scoring 2010-09-18 13:20:31 +00:00
Petr Skoda
1af24b0fc4 fixed typo preventing score update 2010-09-18 13:16:12 +00:00
Petr Skoda
7ef692b103 hopefully fixed undefined $t 2010-09-18 13:14:43 +00:00
Petr Skoda
18ac654eab fixed incorrect page id 2010-09-18 13:11:19 +00:00
Petr Skoda
df0442c67e more globals fixed 2010-09-18 13:07:45 +00:00
Petr Skoda
4f96fe55af another missing global 2010-09-18 13:06:03 +00:00
Petr Skoda
cc83b88002 fixed missing global 2010-09-18 13:05:42 +00:00
Petr Skoda
3983f2dcef added missing globals, strange this seemed to work.... 2010-09-18 13:04:10 +00:00
Petr Skoda
fd876e1bb6 unterminated JS statement 2010-09-18 12:57:23 +00:00
Petr Skoda
034ef76129 improved spelling 2010-09-18 12:31:20 +00:00
Petr Skoda
72d2982eb1 hmm, it is reset course not courses 2010-09-18 12:08:16 +00:00
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 RŽzeau 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