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
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
Marina Glancy
c733401634
Merge branch 'MDL-45035-master' of git://github.com/ankitagarwal/moodle
2014-04-15 14:34:36 +08:00
Ankit Agarwal
9638600bbb
MDL-45035 events: Fix @package and @since tags in Moodle 2.6 events
2014-04-11 13:32:33 +08:00
Mark Nelson
9d65d3e70b
MDL-40063 mod_quiz: created 'override_created' events
2014-04-10 20:42:44 -07:00
Mark Nelson
e8365f27e5
MDL-40063 mod_quiz: replaced ‘manualgrade’ add_to_log call with an event
2014-04-10 20:42:24 -07:00
Mark Nelson
a2caf56dff
MDL-40063 mod_quiz: replaced 'attempt' add_to_log call with an event
2014-04-10 20:41:56 -07:00
Mark Nelson
45e1e3bd76
MDL-40063 mod_quiz: replaced 'preview' add_to_log call with an event
2014-04-10 20:41:54 -07:00
Mark Nelson
e0114708af
MDL-40063 mod_quiz: replaced 'continue attempt' add_to_log call with an event
2014-04-10 20:41:39 -07:00
Mark Nelson
8de2eb3582
MDL-40063 mod_quiz: replaced 'delete override' add_to_log call with events
2014-04-10 20:41:09 -07:00
Mark Nelson
e7d80a059a
MDL-40063 mod_quiz: replaced 'edit override' add_to_log call with events
2014-04-10 20:40:51 -07:00
Mark Nelson
60ab03eb10
MDL-40063 mod_quiz: replaced 'view summary' add_to_log call with an event
2014-04-10 20:40:25 -07:00
Mark Nelson
2a3f82041f
MDL-40063 mod_quiz: replaced 'review' add_to_log call with an event
2014-04-10 20:40:13 -07:00
Mark Nelson
2ec79ad996
MDL-40063 mod_quiz: replaced 'report' add_to_log call with an event
2014-04-10 20:39:56 -07:00
Mark Nelson
7dad3d95fd
MDL-40063 mod_quiz: replaced 'delete attempt' add_to_log call with an event
2014-04-10 20:39:15 -07:00
Mark Nelson
5e8f736565
MDL-40063 mod_quiz: replaced 'editquestions' add_to_log call with an event
2014-04-10 20:34:27 -07:00
Mark Nelson
b332fc6c8c
MDL-40063 mod_quiz: replaced 'view' and 'view all' add_to_log calls with events
2014-04-10 20:34:14 -07:00
Ankit Agarwal
b63f773296
MDL-44717 events: Fix multiple issues in events
...
Fix various incorrect urls
Fix incorrect phpdocs and other minor code style issues
Fix missing/incorrect strings
AMOS BEGIN
MOV [eventblogassociationcreated, core_blog],[eventblogassociationadded, core_blog]
AMOS END
2014-04-01 15:08:34 +08:00
Petr Škoda
578645aadf
MDL-44715 use parent::validate_data() consistently in all events
...
Includes some minor PHPDocs typo fixes.
2014-03-28 14:09:31 +08:00
Rajesh Taneja
fdc729ea57
MDL-43736 Events: event->contextinstanceid should be used where possible
...
While restoring event context might not be present (deleted)
So before using context api's check context or use event properties
2014-01-29 11:39:44 +08:00
Petr Škoda
32f906b677
MDL-43661 use new edulevel in all existing events
2014-01-21 16:12:35 +08:00
Rajesh Taneja
184afb6b73
MDL-43238 events: Added event other information in event php doc block
2014-01-03 15:03:48 +08:00
Petr Škoda
e87214bda7
MDL-42078 multiple uninstall improvements and cleanup
...
Includes:
* update checker refactored to \core\update\ namespace
* plugininfo classes refactored to \core\plugininfo\ namespace
* plugin_manager renamed to core_plugin_manager
* redirect back to original page after plugin uninstall
* fixed assign subplugin uninstall
* move assign subplugins under the assignment in admin tree
* fixed plugininfo for all question related plugin types
* auth uninstall support
* added missing block dependencies
* added theme uninstall
* subplugin types are following the plugin on plugin overview page
* several performance improvements in plugin manager
* new warnigns when plugininfo are outdated or missing
* multiple fixes and other improvements
2013-10-07 13:10:36 +02:00
Frederic Massart
0a8b091d41
MDL-41039 mod_quiz: Renaming event to attempt_becameoverdue
2013-09-26 16:43:20 +08:00
Frederic Massart
d900f1dc05
MDL-41039 mod_quiz: Replace events_trigger to new events
2013-09-26 16:43:03 +08:00
Frederic Massart
11b0c8e0e6
MDL-41726 mod_quiz: Replace handlers with observers for group events
...
This also implements a filtering of the events to be handled when
a course reset has been started.
2013-09-20 12:25:38 +08:00