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

Add/Edit UI Mockup to this issue
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
Return to search
Component/s: Messages
Affects Version/s: 1.9
Fix Version/s: 1.9

Participants: Luis Rodrigues, Martin Dougiamas and Ralf Krause
Security Level: None
Resolved date: 19/Jun/07
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 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
moodler committed 1 file to 'Moodle CVS' - 19/Jun/07 10:18 AM
Add some processing for message/output plugins MDL-10167
MODIFY admin/index.php   Rev. 1.277    (+5 -1 lines)
Martin Dougiamas added a comment - 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)


Martin Dougiamas made changes - 19/Jun/07 10:23 AM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Ralf Krause added a comment - 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 added a comment - 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