summaryrefslogtreecommitdiff
path: root/core/helpers/message.php
AgeCommit message (Collapse)Author
2008-12-25Rework log and message helpers to be parallel, but separate.Bharat Mediratta
1) they now have their own matching severity constants 2) they both have convenience functions success(), info(), warning() and error() 3) they both have severity_class()
2008-12-22Fix a typoBharat Mediratta
2008-12-22Add message severity CSS classes to status messages. CreateBharat Mediratta
message::severity_class() to do the conversion and convert the log entry code to use that.
2008-12-22Add messaging system for reporting actions back to the user. MakeBharat Mediratta
module install/uninstall work and tie it into the messaging system.