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