.. |
accessrule
|
MDL-44449 quiz access rules should have a delete hook.
|
2014-05-19 16:59:04 +01:00 |
backup
|
Merge branch '44180-27' of git://github.com/samhemelryk/moodle
|
2014-03-05 12:47:17 +08:00 |
classes
|
MDL-45630 events: removed unnecessary 'the' from event descriptions
|
2014-05-31 15:27:11 -07:00 |
db
|
MDL-45503 upgrade: add v2.7.0 sep lines
|
2014-05-28 01:13:42 +02:00 |
lang/en
|
MDL-40063 mod_quiz: created 'override_created' events
|
2014-04-10 20:42:44 -07:00 |
pix
|
MDL-36436 use hacky aspect ratio to work around IE9 issues
|
2012-11-20 13:01:27 +01:00 |
report
|
MDL-44054 quiz_statistics fix lang string concatenation.
|
2014-05-29 14:44:21 +01:00 |
tests
|
MDL-43557 add missing description to \mod_quiz\event\attempt_becameoverdue
|
2014-04-30 15:00:03 +08:00 |
yui
|
MDL-45781 quiz autosave: detect and report when the session is lost.
|
2014-05-30 16:26:23 +01:00 |
accessmanager.php
|
MDL-44449 quiz access rules should have a delete hook.
|
2014-05-19 16:59:04 +01:00 |
accessmanager_form.php
|
MDL-44180 mod_quiz: unified @package use
|
2014-03-03 08:37:06 +13:00 |
addrandom.php
|
MDL-40063 mod_quiz: replaced 'addcategory' add_to_log call with an event
|
2014-04-10 20:38:34 -07:00 |
addrandomform.php
|
MDL-44180 mod_quiz: unified @package use
|
2014-03-03 08:37:06 +13:00 |
attempt.php
|
MDL-40063 mod_quiz: replaced 'continue attempt' add_to_log call with an event
|
2014-04-10 20:41:39 -07:00 |
attemptlib.php
|
MDL-31262 fix quiz review capability check.
|
2014-03-28 18:37:21 +00:00 |
autosave.ajax.php
|
MDL-42504 quiz autosave: alert users if connection lost.
|
2013-11-15 15:08:13 +00:00 |
comment.php
|
MDL-40063 mod_quiz: replaced ‘manualgrade’ add_to_log call with an event
|
2014-04-10 20:42:24 -07:00 |
cronlib.php
|
MDL-45455 quiz cron must rollback transaction on error.
|
2014-05-15 15:09:58 +01:00 |
edit.js
|
|
|
edit.php
|
MDL-40063 mod_quiz: replaced 'editquestions' add_to_log call with an event
|
2014-04-10 20:34:27 -07:00 |
editlib.php
|
MDL-44940 quiz editing page problems from MDL-43749.
|
2014-04-04 19:03:16 +01:00 |
grade.php
|
Revert "MDL-39876 Change get_record('course') calls to get_course"
|
2013-08-21 13:42:30 +08:00 |
index.php
|
MDL-40063 mod_quiz: replaced 'view' and 'view all' add_to_log calls with events
|
2014-04-10 20:34:14 -07:00 |
lib.php
|
MDL-40371 Upgrade-until-22: remove obsolete _upgrade_grades functions
|
2014-05-29 19:43:37 +12:00 |
locallib.php
|
MDL-45273 quiz: Fix codechecker issues.
|
2014-04-29 11:57:01 +01:00 |
mod_form.php
|
MDL-45273 remove the need for quiz settings.php to include locallib.php.
|
2014-04-29 11:16:44 +01:00 |
module.js
|
MDL-39246 quiz timer: compute a more accurate stop time.
|
2013-04-26 11:55:18 +01:00 |
override_form.php
|
Merge branch '44180-27' of git://github.com/samhemelryk/moodle
|
2014-03-05 12:47:17 +08:00 |
overridedelete.php
|
Merge branch 'MDL-45071_master' of https://github.com/markn86/moodle
|
2014-04-18 10:47:04 +08:00 |
overrideedit.php
|
MDL-45057 mod_quiz: restored the user/group override deleted events
|
2014-04-13 22:32:06 -07:00 |
overrides.php
|
MDL-43037 mod_quiz: retrieve all name fields for the user override pages
|
2013-11-23 16:17:54 -08:00 |
processattempt.php
|
MDL-40063 mod_quiz: removed 'close attempt' add_to_log call
|
2014-04-10 20:40:27 -07:00 |
renderer.php
|
MDL-44180 mod_quiz: unified @package use
|
2014-03-03 08:37:06 +13:00 |
report.php
|
MDL-40063 mod_quiz: replaced 'report' add_to_log call with an event
|
2014-04-10 20:39:56 -07:00 |
review.php
|
MDL-40063 mod_quiz: replaced 'review' add_to_log call with an event
|
2014-04-10 20:40:13 -07:00 |
reviewquestion.php
|
MDL-44180 mod_quiz: unified @package use
|
2014-03-03 08:37:06 +13:00 |
settings.php
|
MDL-45273 quiz fixup settings initialisation.
|
2014-05-01 11:09:05 +01:00 |
startattempt.php
|
MDL-42339 - removed double formatting for set_title() and set_heading()
|
2014-02-05 14:47:23 +08:00 |
styles.css
|
MDL-45186 mod_quiz: Some RTL improvements on quiz edit page
|
2014-04-22 12:27:34 +08:00 |
summary.php
|
MDL-40063 mod_quiz: replaced 'view summary' add_to_log call with an event
|
2014-04-10 20:40:25 -07:00 |
upgrade.txt
|
MDL-43749 normalise quiz database structure.
|
2014-03-02 10:00:40 +01:00 |
version.php
|
MDL-45486 Bump all versions to planned release
|
2014-05-09 02:12:28 +02:00 |
view.php
|
MDL-40063 mod_quiz: replaced 'view' and 'view all' add_to_log calls with events
|
2014-04-10 20:34:14 -07:00 |