History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

Key: MDL-10140
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Luis Rodrigues
Reporter: Luis Rodrigues
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Moodle
MDL-10107

Create Module registration events

Created: 15/Jun/07 11:48 PM   Updated: 17/Jun/07 04:34 AM
Component/s: Messages
Affects Version/s: 1.9
Fix Version/s: None

Participants: Luis Rodrigues
Security Level: None


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Luis Rodrigues - 17/Jun/07 04:19 AM - edited
Three events were created:
message_provider_register - register a module as message provider
message_provider_unregister - unregister a module as message provider
message_process - used by the diferent modules to send messages

The providers are saved on a new database table: message_providers. When the system is installed a default providers is created: moodle with is used by the core moodle system to send messages.