aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/staticdirect.py
Commit message (Collapse)AuthorAgeFilesLines
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Warn about unknown staticdirect paths.Elrond2012-01-091-4/+7
| | | | | | | | | Use pkg_resource to check for the existence of any files referenced by staticdirect. If they don't exist, warn about this. This might raise false warnings in the future for more advanced setups.
* has_key is deprecated, converting uses to use "in" operator.Nathan Yergler2011-10-011-3/+3
|
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-1/+1
|
* Adding staticdirect infrastructure from cc.engineChristopher Allan Webber2011-04-091-0/+72