Sam Hemelryk
5852a965ca
Merge branch 'MDL-44928-master' of git://github.com/xow/moodle
2014-04-24 11:37:34 +12:00
John Okely
2b7781d662
MDL-44928 mod_forum: Fix urls in log entries for forum events
2014-04-23 15:54:15 +08:00
Andrew Nicols
8e6775d8f9
MDL-45075 mod_forum: Move user subscription to an observer
...
The forum subscription function is called in some cases on forum creation
(specifically the case of an automatically subscribed forum).
Since the forum subscription requires both the course_module instance, and
the context these must both be present when subscribing users to the forum,
however these are not fully set up until after the forum has been created.
By moving the subscription to a subscriber, we are able to hook into the
module creation event after the course_module and context have been linked
to the forum instance.
2014-04-22 11:50:52 +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
Marina Glancy
fbc4b77841
MDL-44321 events: cleaning up course_module_viewed event
2014-02-28 16:36:09 +08:00
Dan Poltawski
97802bea3a
MDL-40062 mod_forum: Add discussion_updated event
2014-02-17 14:07:14 +08:00
Dan Poltawski
2d3f692bfe
MDL-40062 mod_forum: post events
...
* post_created
* post_updated
* post_deleted
Prune post (split discussion) has been converted to multiple events as
splitting a post actually means new discussion created.
2014-02-17 14:05:54 +08:00
Dan Poltawski
e70ebc55f8
MDL-40062 mod_forum: read tracking events
...
* readtracking_enabled
* readtracking_disabled
2014-02-17 14:05:54 +08:00
Dan Poltawski
de2770501e
MDL-40062 mod_forum: subscription events
...
Events for forum mail subscriptions
* subscription_created
* subscription_deleted
* subscribers_viewed
2014-02-17 14:05:54 +08:00
Dan Poltawski
71595d0053
MDL-40062 mod_forum: discussion events
...
* discussion_created
* discussion_deleted
* discussion_moved
* discussion_viewed
2014-02-17 14:05:53 +08:00
Dan Poltawski
2288139207
MDL-40062 mod_forum: convert viewed events
...
* course_module_instance_list_viewed
* forum_viewed
* course_searched
* userreport_viewed
2014-02-17 10:03:23 +08:00
Marina Glancy
cdb69ddff0
MDL-43828 forum: allow to select single available group when posting
2014-01-31 16:56:48 +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
Rajesh Taneja
184afb6b73
MDL-43238 events: Added event other information in event php doc block
2014-01-03 15:03:48 +08:00
Mary Evans
fe4848110a
MDL-40244 forms: added setType() for groupinfo in forum and wiki
2013-11-06 12:23:18 +11:00
Frederic Massart
6ee51daf6b
MDL-42003 mod_forum: Convert handlers to observers
2013-09-26 16:08:13 +08:00
Petr Škoda
5e95223e86
MDL-28094 keep subdirs in content upgraded from 1.x
2013-09-07 11:30:19 +02:00
Damyon Wiese
3516b82c9d
Merge branch 'wip-mdl-41456' of git://github.com/rajeshtaneja/moodle
2013-09-04 11:45:07 +08:00
Rajesh Taneja
bb78e249cd
MDL-39961 Events: Replace Legacy events - User
...
This change includes:
* Added user_updated event, replacing old event
* Added user_created event, replacing old event
* Added user_deleted event, replacing old event
* Added user_loggedout event, replacing old event
* Added user_enrolment_created event, replacing old event
* Added user_enrolment_deleted event, replacing old event
* Added user_enrolment_updated event, replacing old event
2013-09-02 16:10:05 +08: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
7fb35af658
MDL-41125 forum: Missing include of repository lib
2013-08-22 09:50:05 +08:00
Frederic Massart
2ecd284779
MDL-41143 mod_forum: Prevent unnessary loading of formslib
2013-08-20 17:50:07 +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
62b3b99784
MDL-39954 mod_forum: Replacing old-style events_trigger
2013-08-12 17:35:29 +08:00