moodle/mod/lesson
Cameron Ball 8dada7e334
MDL-58777 mod_lesson: Explicitly sort records and set event priority
The lesson update events code depends on the "old" events in the
DB being returned in the same order as they were originally made,
however there was no guarantee that this would be the case.

There were also situations where the priority would not be explicitly
set (e.g., when creating the "original" event).
2017-05-10 13:41:18 +08:00
..
backup MDL-57759 mod_lesson: New settings for allowing offline attempts 2017-03-27 13:10:00 +02:00
classes MDL-58860 mod_lesson: Fix get_attempts_overview for no attempts 2017-05-09 10:03:39 +02:00
db MDL-58329 mod_lesson: New WS function mod_lesson_get_lesson 2017-03-27 14:48:28 +02:00
lang/en Merge branch 'MDL-58415-master' of git://github.com/jleyva/moodle 2017-04-20 16:11:31 +08:00
pagetypes Merge branch 'MDL-58431-master' of git://github.com/jleyva/moodle 2017-05-04 11:01:39 +08:00
pix MDL-55327 mod_lesson: Added the ability to duplicate pages. 2016-09-20 10:36:13 +08:00
tests MDL-58860 mod_lesson: Fix get_attempts_overview for no attempts 2017-05-09 10:03:39 +02:00
continue.php MDL-54849 lesson: Move on to next question 2017-04-24 14:06:57 +08:00
edit.php MDL-57174 mod_lesson: show settings menu on edit.php page 2016-11-29 10:24:55 +08:00
editpage.php MDL-49948 lesson: Answer and response format should be known for each form 2015-04-27 14:35:20 +01:00
editpage_form.php MDL-41177 mod_lesson: unified @package use 2014-02-16 11:51:23 +13:00
essay.php MDL-57643 mod_lesson: Refactor, move php code to locallib 2017-03-15 11:35:25 +01:00
essay_form.php MDL-43387 mod_lesson: add an editor for essay grading comments 2015-02-01 19:01:40 +01:00
format.php MDL-44840 mod_lesson: fix import of truefalse questions 2015-07-29 11:04:55 +08:00
grade.php MDL-40286 mod_lesson: non-editing teacher should see Grade analysis 2015-01-23 20:21:08 +01:00
import.php MDL-41177 mod_lesson: unified @package use 2014-02-16 11:51:23 +13:00
import_form.php MDL-41177 mod_lesson: unified @package use 2014-02-16 11:51:23 +13:00
index.php MDL-44321 events: cleaning up course_module_instance_list_viewed event 2014-02-28 16:36:09 +08:00
lesson.php MDL-55327 mod_lesson: Added the ability to duplicate pages. 2016-09-20 10:36:13 +08:00
lib.php MDL-58777 mod_lesson: Explicitly sort records and set event priority 2017-05-10 13:41:18 +08:00
locallib.php MDL-58708 mod_lesson: Fix notice in lesson 2017-04-26 16:05:25 +02:00
mediafile.php MDL-57633 mod_lesson: Move to function the lesson availability checks 2017-01-31 17:01:48 +01:00
mod_form.php MDL-58138 completion: Fixes for a number of small issues. 2017-04-19 11:41:57 +08:00
override_form.php MDL-49642 mod_lesson: Fix issues found during integration review 2015-04-05 15:05:31 +02:00
overridedelete.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
overrideedit.php MDL-55956 mod: Set event priority for activity overrides 2017-03-07 11:33:13 +08:00
overrides.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
renderer.php Merge branch 'MDL-57724-master' of git://github.com/jleyva/moodle 2017-03-22 21:20:03 +01:00
report.php MDL-57757 mod_lesson: Check that there is an object 2017-03-29 12:56:33 +02:00
settings.php MDL-52414 Lesson: Fix lesson defaults 2016-02-15 23:05:37 -05:00
tabs.php MDL-49581 Lesson: Remove broken high score function 2015-07-20 20:06:44 -04:00
timer.js MDL-48962 mod-lesson: maxtime should use a duration form element 2015-02-26 10:28:42 +01:00
upgrade.txt MDL-58415 mod_lesson: Avoid API http redirections 2017-04-20 09:58:44 +02:00
version.php MDL-58853 versions: bump all versions and requires near release 2017-05-09 02:58:28 +02:00
view.php MDL-58415 mod_lesson: Avoid API http redirections 2017-04-20 09:58:44 +02:00
view_form.php MDL-41177 mod_lesson: unified @package use 2014-02-16 11:51:23 +13:00