Mark Nelson
47349e4eb0
MDL-41101 mod_assign: replaced 'view confirm submit assignment form' add_to_log call with an event
2014-04-17 09:51:10 +08:00
Mark Nelson
c24aaa389a
MDL-41101 mod_assign: replaced 'submission statement accepted' add_to_log call with an event
2014-04-17 09:51:10 +08:00
Mark Nelson
b06decdd59
MDL-41101 mod_assign: replaced 'view' add_to_log call for the reveal identities confirmation page with an event
2014-04-17 09:51:09 +08:00
Mark Nelson
e65221c27b
MDL-41101 mod_assign: replaced 'view submit assignment form' add_to_log call with an event
2014-04-17 09:51:09 +08:00
Mark Nelson
7eda466cb9
MDL-41101 mod_assign: replaced 'view submission grading table' add_to_log call with an event
2014-04-17 09:51:09 +08:00
Mark Nelson
1045b6e333
MDL-41101 mod_assign: replaced 'view grading form' add_to_log call with an event
2014-04-17 09:51:09 +08:00
Mark Nelson
3290c01dc5
MDL-41101 mod_assign: replaced 'view feedback' add_to_log call with an event
2014-04-17 09:51:08 +08:00
Mark Nelson
1be7aef2b1
MDL-41101 mod_assign: replaced 'view submission' add_to_log call with an event
2014-04-17 09:51:08 +08:00
Mark Nelson
749658b7e3
MDL-41101 mod_assign: replaced 'view all' add_to_log call with an event
2014-04-17 09:51:08 +08:00
Mark Nelson
c17e70e5b2
MDL-41101 mod_assign: introduced event base class
...
Also performed the following -
1) Deprecated the assignment's add_to_log function (part of it's functionality exists in the base class to set the legacy log data).
2) Edited existing events to use the new base class.
3) Renamed event_test.php to events_test.php to match the rest of core.
4) Moved the event tests from locallib_test.php to events_test.php.
5) When setting legacy data use lang_string, rather than get_string, as we may not be using them if legacy log is disabled.
2014-04-17 09:51:07 +08:00
Mark Nelson
6f8f3044b1
MDL-41101 mod_assign: removed underscores from event string keys
...
AMOS BEGIN
MOV [event_all_submissions_downloaded, mod_assign],[eventallsubmissionsdownloaded, mod_assign]
MOV [event_assessable_submitted, mod_assign],[eventassessablesubmitted, mod_assign]
MOV [event_extension_granted, mod_assign],[eventextensiongranted, mod_assign]
MOV [event_identities_revealed, mod_assign],[eventidentitiesrevealed, mod_assign]
MOV [event_marker_updated, mod_assign],[eventmarkerupdated, mod_assign]
MOV [event_statement_accepted, mod_assign],[eventstatementaccepted, mod_assign]
MOV [event_submission_duplicated, mod_assign],[eventsubmissionduplicated, mod_assign]
MOV [event_submission_graded, mod_assign],[eventsubmissiongraded, mod_assign]
MOV [event_submission_locked, mod_assign],[eventsubmissionlocked, mod_assign]
MOV [event_submission_status_updated, mod_assign],[eventsubmissionstatusupdated, mod_assign]
MOV [event_submission_unlocked, mod_assign],[eventsubmissionunlocked, mod_assign]
MOV [event_workflow_state_updated, mod_assign],[eventworkflowstateupdated, mod_assign]
AMOS END
2014-04-17 09:51:07 +08:00
Ankit Agarwal
3610ad436c
MDL-45035 events: Fix @package and @since tags in Moodle 2.7 events
2014-04-11 13:45:33 +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
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
Adrian Greeve
d7f05ad40c
MDL-43289 mod_assign: Creation of new submission events.
...
New events have been created for submission plugins. This is
part of the consistancy move by adding the same type of event through
all of the modules.
AMOS BEGIN
MOV [event_submission_updated,mod_assign],[eventsubmissionupdated,mod_assign]
AMOS END
2014-02-10 12:36:01 +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
Rajesh Taneja
3b908929c1
MDL-41456 Events: Fixed existing events to respect base event access specifier and return data type
2013-08-30 11:07:48 +08:00
Frederic Massart
725dfe6a54
MDL-40055 mod_assign: Wrong namespace when throwing exception
2013-08-26 14:21:34 +08:00
Frederic Massart
959a328472
MDL-40055 mod_assign: Setting level according to new event constants
2013-08-26 14:17:18 +08:00
Frederic Massart
5e8eb969e0
MDL-40055 mod_assign: get_name() uses get_string() not lang_string
2013-08-26 14:17:18 +08:00
Frederic Massart
bd2e982998
MDL-40055 mod_assign: Replace add_to_log 'grade submission'
2013-08-26 14:17:18 +08:00
Frederic Massart
9a289c3da5
MDL-40055 mod_assign: Replace add_to_log 'unlock submission'
2013-08-26 14:17:18 +08:00
Frederic Massart
6332ff7a35
MDL-40055 mod_assign: Replace add_to_log 'submit'
2013-08-26 14:17:18 +08:00
Frederic Massart
b1e52860ea
MDL-40055 mod_assign: Replace add_to_log 'submission statement accepted'
2013-08-26 14:17:18 +08:00
Frederic Massart
89fbc20263
MDL-40055 mod_assign: Replace add_to_log 'submissioncopied'
2013-08-26 14:17:18 +08:00
Frederic Massart
8bb213eb60
MDL-40055 mod_assign: Replace add_to_log 'set marking workflow state'
2013-08-26 14:17:18 +08:00
Frederic Massart
e59a85ba61
MDL-40055 mod_assign: Replace add_to_log 'set marking allocation'
2013-08-26 14:17:17 +08:00
Frederic Massart
159b7f4024
MDL-40055 mod_assign: Replace add_to_log 'revert submission to draft'
2013-08-26 14:17:17 +08:00
Frederic Massart
ad10ad1415
MDL-40055 mod_assign: Replace add_to_log 'reveal identities'
2013-08-26 14:17:17 +08:00
Frederic Massart
3d1331be34
MDL-40055 mod_assign: Replace add_to_log 'lock submission'
2013-08-26 14:17:17 +08:00
Frederic Massart
76e77b05eb
MDL-40055 mod_assign: Replace add_to_log 'grant extension'
2013-08-26 14:17:17 +08:00
Frederic Massart
a65b53036e
MDL-40055 mod_assign: Replace add_to_log 'download all submissions'
2013-08-26 14:17:17 +08:00
Frederic Massart
dde244c046
MDL-39954 event: Fixed namespace issue with \coding_exception
2013-08-14 14:53:08 +08:00
Frederic Massart
0528361cc1
MDL-39954 event: Changing get_legacy_eventname to public static
2013-08-12 17:35:30 +08:00
Frederic Massart
3785358d47
MDL-39954 event: Delocalise get_description
2013-08-12 17:35:30 +08:00
Frederic Massart
a04cbf61c8
MDL-39954 mod_assign: Replace old-style event assessable_submitted
2013-08-12 16:26:41 +08:00