Damyon Wiese
2d8d99ab5b
Merge branch 'MDL-45763-master' of https://github.com/merrill-oakland/moodle
2014-06-10 12:42:09 +08:00
Dan Poltawski
ed3f8591ed
Merge branch 'master_MDL-40371' of git://github.com/danmarsden/moodle
...
Conflicts:
mod/scorm/lib.php
2014-06-03 15:19:22 +01:00
Dan Poltawski
0eb40618ba
Merge branch 'MDL-44054' of git://github.com/timhunt/moodle
2014-06-03 12:58:34 +01:00
Damyon Wiese
96c9b2feb3
Merge branch 'MDL-45630_master' of https://github.com/markn86/moodle
2014-06-03 15:00:27 +08:00
Eric Merrill
a871a7a757
MDL-45763 question Random qtype should use '0' or '1' question text.
...
Some time ago, it when from using '0' for no-subcategories to blank.
Change to properly define '0' or '1', update old questions, and make
sure to fix newly restored questions.
2014-06-02 15:31:23 -04:00
Mark Nelson
1ea5f1e2d3
MDL-45630 events: removed unnecessary 'the' from event descriptions
2014-05-31 15:27:11 -07:00
Tim Hunt
67014b5d23
MDL-45781 quiz autosave: detect and report when the session is lost.
...
and also other errors.
2014-05-30 16:26:23 +01:00
Tim Hunt
7076b30972
MDL-44054 quiz_statistics fix lang string concatenation.
2014-05-29 14:44:21 +01:00
Brian King
6a97697a2a
MDL-40371 Upgrade-until-22: remove obsolete _upgrade_grades functions
2014-05-29 19:43:37 +12:00
Eloy Lafuente (stronk7)
f94891cc00
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:13:42 +02:00
Marina Glancy
4d46c88b9f
Merge branch 'MDL-44333' of git://github.com/timhunt/moodle
2014-05-20 14:10:03 +08:00
Dan Poltawski
0c722830d9
Merge branch 'MDL-44449' of git://github.com/timhunt/moodle
2014-05-20 09:50:43 +08:00
Tim Hunt
35cbe84bf7
MDL-44449 quiz access rules should have a delete hook.
...
So they can clean up their settings when the quiz is deleted.
See
babf149c2c
for an example of using this.
2014-05-19 16:59:04 +01:00
Damyon Wiese
cc3dfc2c5f
Merge branch 'MDL-43833' of git://github.com/timhunt/moodle
2014-05-19 20:11:50 +08:00
Tim Hunt
1c65d09f17
MDL-44333 quiz reports: use consitent name for user pref
...
The Marks for each question setting was not being saved properly as a
user preference.
2014-05-17 14:52:43 +01:00
Tim Hunt
6f988b712d
MDL-45455 quiz cron must rollback transaction on error.
2014-05-15 15:09:58 +01:00
Tim Hunt
69d8094f83
MDL-43833 quiz reports: persist states settings between pages.
2014-05-15 15:09:12 +01:00
Eric Merrill
81d48fb907
MDL-45523 quiz Cleanup duplicate question instances.
2014-05-13 14:47:12 +08:00
Eric Merrill
6794a98f6c
MDL-45522 quiz Check that sumgrade is valid before saving.
2014-05-13 14:35:43 +08:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Marina Glancy
9a9b5257fa
Merge branch 'MDL-45373-master' of git://github.com/jamiepratt/moodle
2014-05-08 15:41:20 +08:00
Andrew Nicols
02915dfc23
MDL-45357 events: Remove unnecessary the before 'id' in event descriptions
2014-05-06 16:45:05 +08:00
Andrew Nicols
4d87e5c109
MDL-45357 events: Normalise event description names
2014-05-06 16:44:04 +08:00
James Pratt
96a0b9aaaa
MDL-45373 quiz response analysis : count all tries at question
...
don't filter repeated tries.
2014-05-06 12:26:02 +07:00
Mark Nelson
c5cfb3ca98
MDL-45357 events: changed event descriptions to ensure consistency in core
2014-05-05 00:55:50 -07:00
Marina Glancy
3409fac5ef
Merge branch 'MDL-45273' of git://github.com/timhunt/moodle
2014-05-01 21:17:01 +08:00
Tim Hunt
0e8fe7de3d
MDL-45273 quiz fixup settings initialisation.
2014-05-01 11:09:05 +01:00
Marina Glancy
7936ca2c54
MDL-45273 quiz: whitespace fix
2014-05-01 12:19:49 +08:00
Marina Glancy
ea50fe37c8
Merge branch 'MDL-45273' of git://github.com/timhunt/moodle
2014-05-01 12:16:48 +08:00
Damyon Wiese
46a7e1d23b
Merge branch 'MDL-45321' of git://github.com/timhunt/moodle
2014-04-30 15:25:22 +08:00
Petr Skoda
b649341dab
MDL-43557 add missing description to \mod_quiz\event\attempt_becameoverdue
2014-04-30 15:00:03 +08:00
Mark Nelson
02a5a4b2ff
MDL-43557 events: fixed minor issues in existing events
2014-04-29 19:16:11 -07:00
Tim Hunt
3180508949
MDL-45273 quiz: Fix codechecker issues.
2014-04-29 11:57:01 +01:00
Tim Hunt
9b38aca0ce
MDL-45321 quiz upgrade: make it more tolerant to old bad data.
2014-04-29 11:41:16 +01:00
Tim Hunt
8a347d8011
MDL-45273 only create the quiz settings if necessary.
2014-04-29 11:16:49 +01:00
Tim Hunt
9ec7a71661
MDL-45273 remove the need for quiz settings.php to include locallib.php.
2014-04-29 11:16:44 +01:00
Tim Hunt
de4cd1e047
MDL-45273 quiz: move admin settings into classes folder.
2014-04-29 11:16:39 +01:00
Frederic Massart
90f9e30b3b
MDL-45186 mod_quiz: Some RTL improvements on quiz edit page
2014-04-22 12:27:34 +08:00
Dan Poltawski
eec3795270
Merge branch 'MDL-45145_master' of https://github.com/markn86/moodle
2014-04-21 10:51:38 +08:00
Dan Poltawski
ac13361b77
Merge branch 'MDL-45023-master' of git://github.com/jamiepratt/moodle
2014-04-18 13:47:10 +08:00
Dan Poltawski
f658717108
Merge branch 'MDL-45110-master' of git://github.com/jamiepratt/moodle
2014-04-18 12:03:23 +08:00
Dan Poltawski
a94b4c6e55
Merge branch 'MDL-45071_master' of https://github.com/markn86/moodle
2014-04-18 10:47:04 +08:00
Mark Nelson
a97a7585ff
MDL-45145 mod_quiz: ensure quiz cmid is set before triggering the 'attempt_deleted' event
2014-04-17 18:44:58 -07:00
James Pratt
f87675fc1c
MDL-45110 quiz responses : Notice when behaviour does not allow
...
multiple tries at a question
2014-04-15 18:29:50 +07:00
Marina Glancy
cf051cc46e
Revert "MDL-41283 report_participation: Fixed legacy actions returned from api's"
...
This reverts commit 7b7bb92d4206beac111fa0eed63a964fd9d20f4a.
2014-04-15 17:14:57 +08:00
Marina Glancy
c733401634
Merge branch 'MDL-45035-master' of git://github.com/ankitagarwal/moodle
2014-04-15 14:34:36 +08:00
Marina Glancy
fdb8bae241
Merge branch 'wip-mdl-41283' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
mod/upgrade.txt
2014-04-15 14:34:28 +08:00
Rajesh Taneja
7b7bb92d42
MDL-41283 report_participation: Fixed legacy actions returned from api's
2014-04-15 13:31:03 +08:00
Rajesh Taneja
b2b4ec308e
MDL-41283 report_participation: Added phpdoc about function not used
...
In new logging api, xxx_get_view_actions() and xxx_get_post_actions()
will not be used to identify the paticipation of user. Event's crud
and edulevel status will define user's participation.
2014-04-15 13:31:03 +08:00
Mark Nelson
92089e0ecc
MDL-45057 mod_quiz: restored the user/group override deleted events
2014-04-13 22:32:06 -07:00