aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/messages.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixing ticket #146 - Make messaging system testableGabi Thume2013-04-291-0/+14
|
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Whitespace and formatting cleanup.Nathan Yergler2011-10-011-0/+2
| | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, =
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* adds message queueCaleb Forbes Davis V2011-06-271-0/+34
Feature #368 - messaging framework * message levels are debug, info, success, warning, and error * display mechanism - base.html includes messages.html for now * fetch_messages and add_message are available to all templates using jinja2 environment.globals * messages are displayed and cleared. no persistence