- 08 Mar, 2013 2 commits
-
-
Frederic Massart authored
-
Eloy Lafuente authored
-
- 07 Mar, 2013 14 commits
-
-
Eloy Lafuente authored
-
-
-
Dan Poltawski authored
-
Eloy Lafuente authored
It seems that MDL-32975, no matter a version bump was done, leads to the $CFG->navsortmycoursessort setting undefined sometimes. And that ends with an error visiting the /my page. This just ensures a safe default if the setting is undefined/empty.
-
-
-
-
David Monllaó authored
According to latest language strings changes
-
-
Damyon Wiese authored
This reverts commit a9ff5997. This reverts commit 4e83302f. This issue has failed testing and will be delayed
-
Davo Smith authored
Radio buttons have unique IDs, matching the label IDs 'What do you want to call this text' input moved down and disabled when 'label' selected 'Add page here' changed to 'Add text here'
-
-
-
- 06 Mar, 2013 18 commits
-
-
Damyon Wiese authored
-
-
-
-
Tim Hunt authored
-
David Monllaó authored
-
David Monllaó authored
-
David Monllaó authored
Nasty strings includes html entities and non-breaking spaces followed by spaces which makes very hard to find these strings in the DOM html, this patch keeps the non-breaking spaces and all the nasty characters, but leaves them isolated from other regular spaces. It swaps the strings to HTML before finding elements in the HTML that matches that contents.
-
Sam Hemelryk authored
-
Eloy Lafuente authored
-
AMOS Bot authored
-
-
-
Rossiani Wijaya authored
MDL-37411 Notes: unset courseid and userid when updating the note to prevent accidental changes. Thank you Sam Hemelryk for suggesting an alternative solution.
-
Andrew Robert Nicols authored
This deprecates the old_help_icon and helpbutton functions. Since they can no longer be used, the renderers are removed altogether.
-
-
-
-
- 05 Mar, 2013 6 commits
-
-
-
-
Tim Hunt authored
Comment format (FORMAT_...) was correctly being processed when the manual grading happened as the result of a form submission. It was only when done using the question_usage or question_attempt API method that there was no way to specify the format. (Although I think the only place this API as used was in the unit tests.) Note that question_attempt::manual_grade API had to change, but I don't think that is a real API change. Calling code should be using question_usage::question_attempt, which is backwards compatible. Note that now, if you don't pass format, then no error is generated, but a developer debugging message is generated.
-
-
-
-