tedivm / mortar

Automatically exported from code.google.com/p/mortar
0 stars 0 forks source link

Message System for use on All Pages #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Mortar should feature a Message system. During each run of the system, any 
component should be able to generate a message which is sent to a Message 
Handler in the system, or messages should be able to be retained in the 
database for each user until a set time (or until they are cleared in some 
way.) Then every page on the admin side (and optionally the html side, for 
certain kinds of messages) should display these messages.

This system would allow certain information to be communicated easily:
* You are in maintenance mode
* A core component is out of date
* You have unread "messages"
* You have logged in or performed another action successfully (or faileed 
to do so) which does not display its own static success/failure page.

Original issue reported on code.google.com by charlequin@gmail.com on 15 Mar 2010 at 1:16