Petr Škoda
875d1e30e9
MDL-45035 add missing @since to \core\event\unknown_logged class
2014-04-15 14:56:51 +08:00
Marina Glancy
c733401634
Merge branch 'MDL-45035-master' of git://github.com/ankitagarwal/moodle
2014-04-15 14:34:36 +08:00
Petr Škoda
d409944a95
MDL-44911 use unknown_logged class when viewing unknown events in reports
2014-04-14 11:59:00 +08:00
Dan Poltawski
34f7e31ffb
Merge branch 'MDL-40063_master' of https://github.com/markn86/moodle
2014-04-11 14:31:27 +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
Mark Nelson
58940b190a
MDL-40063 mod_quiz: replaced 'addcategory' add_to_log call with an event
2014-04-10 20:38:34 -07:00
Sam Hemelryk
e97b942223
Merge branch 'MDL-40908_master' of https://github.com/markn86/moodle
2014-04-09 11:26:33 +12:00
Marina Glancy
158379e173
MDL-40907 events: additional legacy logging for module update/add events"
2014-04-08 13:45:13 +08:00
Marina Glancy
957944dca8
MDL-40907 events: view list of resources in course
2014-04-08 13:45:09 +08:00
Marina Glancy
c3ba899abd
MDL-40907 events: Allow one event write several entries to the legacy log table
2014-04-08 13:44:57 +08:00
Mark Nelson
d999407125
MDL-40908 core_tag: created an 'item_untagged' event
2014-04-03 20:26:22 -07:00
Mark Nelson
bf2ae267ca
MDL-40908 core_tag: created a 'tag_created' event
2014-04-03 18:15:32 -07:00
Mark Nelson
db456ec1a5
MDL-40908 core_tag: created a 'tag_deleted' event
2014-04-03 18:15:32 -07:00
Mark Nelson
097bd4cdae
MDL-40908 core_tag: created a 'tag_unflagged' event
2014-04-03 18:15:32 -07:00
Mark Nelson
6298494d73
MDL-40908 core_tag: replaced 'flag' add_to_log call with an event
2014-04-03 18:15:32 -07:00
Mark Nelson
cfa2c6e198
MDL-40908 core_tag: replaced 'add' add_to_log call with an event
2014-04-03 18:15:31 -07:00
Mark Nelson
09fce43469
MDL-40908 core_tag: replaced 'update' add_to_log calls with an event
2014-04-03 18:15:31 -07:00
Eloy Lafuente (stronk7)
fc7557677d
MDL-44720 modinfo: whitespace fix
2014-04-02 23:17:10 +02:00
Eloy Lafuente (stronk7)
6b8798dedb
Merge branch 'wip-MDL-44720-master' of git://github.com/marinaglancy/moodle
2014-04-02 21:32:42 +02:00
Marina Glancy
b3d75528de
Merge branch 'w14_MDL-40910_m27_usergraded' of git://github.com/skodak/moodle
2014-04-01 17:40:35 +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
Ankit Agarwal
85a4b8a3ce
MDL-44717 events: Event restore process must call the init() method
2014-04-01 14:51:02 +08:00
Mark Nelson
a82f3b4f2a
MDL-44746 core_events: minor changes to the user_deleted event
2014-03-29 15:25:49 -07:00
Mark Nelson
601c998c64
MDL-44746 core_events: removed incorrect uses of snapshots
2014-03-29 15:25:49 -07:00
Petr Škoda
ffe60f5bbd
MDL-40910 add new core event user_graded
...
This event is triggered when teacher manually edits the grade in gradebook.
2014-03-29 15:34:11 +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
Marina Glancy
92e2e85523
MDL-44720 modinfo: make it easier to use cm_info instead of get_coursemodule_from_id
...
by adding function cm_info::get_course_module_record()
2014-03-27 11:24:00 +08:00
Marina Glancy
daf7b64ef7
Merge branch 'w13_MDL-44107_m27_canview' of git://github.com/skodak/moodle
2014-03-25 17:10:27 +08:00
Marina Glancy
e9e3431ad9
Merge branch 'MDL-40915-master' of git://github.com/ankitagarwal/moodle
2014-03-25 16:18:28 +08:00
Petr Škoda
15f009e1a2
MDL-44107 add debugging to deprecated event::can_view()
2014-03-25 14:53:17 +08:00
Marina Glancy
3f4a4daa03
Merge branch 'MDL-44704_master' of git://github.com/markn86/moodle
2014-03-25 14:28:10 +08:00
Ankit Agarwal
451c0e9e6a
MDL-40915 events: Add events for calendar actions
...
Added a calendar_event_created
Added a calendar_event_updated
Added a calendar_event_deleted
2014-03-21 16:33:19 +08:00
Mark Nelson
53e4c89d8e
MDL-44704 core_message: always use system context when triggering a message_sent event
2014-03-20 20:35:56 -07:00
Petr Škoda
bc29320285
MDL-44661 implement event->anonymous property
2014-03-20 17:33:35 +08:00
Petr Škoda
bc22fa9310
MDL-44107 deprecated event_base::can_view()
...
The problem is that it would be too expensive and difficult
to implement reliable access control in each event.
2014-03-20 17:29:19 +08:00
Petr Škoda
9ede00db18
MDL-44500 detect context-courseid inconsistencies in new events
2014-03-14 12:08:12 +08:00
Mark Nelson
f6a4a90e70
MDL-40913 core_message: fixed triggering the 'message_sent' event when the 'noreply' address is used
2014-03-13 18:33:25 +01:00
Dan Poltawski
c6b7551c71
Merge branch 'MDL-40913_master' of https://github.com/markn86/moodle
2014-03-13 18:31:52 +01:00
Dan Poltawski
d8085046ba
Merge branch 'wip-mdl-44458' of https://github.com/rajeshtaneja/moodle
2014-03-13 18:31:48 +01:00
Rajesh Taneja
f325a6eb67
MDL-44458 notes: Fixed url in events
2014-03-11 15:26:20 +08:00
Mark Nelson
5b09190975
MDL-40913 core_message: created 'message_read' event
2014-03-07 15:15:43 -08:00
Mark Nelson
ab1bc5d222
MDL-40913 core_message: replaced 'write' add_to_log call with an event
2014-03-07 15:15:43 -08:00
Mark Nelson
cd60936523
MDL-40913 core_message: replaced 'unblock contact' add_to_log call with an event
2014-03-07 15:15:43 -08:00
Mark Nelson
3f3d9521de
MDL-40913 core_message: replaced 'block contact' add_to_log call with an event
2014-03-07 15:15:42 -08:00
Mark Nelson
5edf9f3bd3
MDL-40913 core_message: replaced 'remove contact' add_to_log call with an event
2014-03-07 15:15:42 -08:00
Mark Nelson
0d9bdf6185
MDL-40913 core_message: replaced 'add contact' add_to_log call with an event
2014-03-07 15:15:42 -08:00
Rajesh Taneja
e1b16f9773
MDL-44017 Events: Deprecated content_viewed event
...
Replaced content_viewed event with appropriate events and deprecated
content_viewed event
2014-03-07 15:16:10 +08:00
Damyon Wiese
d09cfab660
Merge branch 'wip-MDL-44403-master' of git://github.com/marinaglancy/moodle
2014-03-06 09:21:24 +08:00
Dan Poltawski
f1284d3cfe
Merge branch 'MDL-44272-master' of git://github.com/ankitagarwal/moodle
2014-03-04 15:59:55 +08:00