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-10167
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Martin Dougiamas
Reporter: Martin Dougiamas
Votes: 0
Watchers: 1
Operations

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

Install/upgrade message output plugins

Created: 19/Jun/07 10:18 AM   Updated: 19/Jun/07 09:21 PM
Component/s: Messages
Affects Version/s: 1.9
Fix Version/s: 1.9

Participants: Luis Rodrigues, Martin Dougiamas and Ralf Krause
Security Level: None


 Description  « Hide
message/output plugins should be like any other plugins

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas - 19/Jun/07 10:22 AM
I added code to admin/index.php to process these plugins.

It means that every message/output plugin (just like mod/xxx plugins etc) needs a

   version.php
   db folder
   db/upgrade.php (will run on any upgrade when version.php changes)
   db/install.xml (only if it has any tables)
   db/access.php (only if the plugin needs any capabilities)


Ralf Krause - 19/Jun/07 01:00 PM - edited
I think there must be a mistake. The notification page moodle/admin/index.php tells the following: "No message plugins installed!" and nothing is shown.

Luis Rodrigues - 19/Jun/07 09:21 PM
Only admin/index.php is changed on CVS, the new message system is not on CVS yet.

So you get that error. Just wait a litle bit longer :)