aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/listings/routing.py
Commit message (Collapse)AuthorAgeFilesLines
* Changing name for atom feed view to be more generic than tags.Christopher Allan Webber2013-02-221-2/+3
| | | | This commit sponsored by Ben Hutchings. Thanks, Ben!
* Adding an Atom RSS feed for all media on the serverSebastian Spaeth2013-02-221-0/+5
| | | | Go to /atom/ in your browser to see it.
* Move things from routing.py to tools/routing.pyElrond2012-12-231-1/+1
| | | | | | | This stops a cyclic import. Move add_route, mount and endpoint_to_controller into tools/routing.py and change all callers.
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-10/+6
| | | | | | | | | | Removed the Routes routing functionality and replaced it with werkzeug.routes. Most views are functional. Known issues: - Translation integration with the request object is not yet figured out. This breaks 404 pages.
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Whitespace and formatting cleanup.Nathan Yergler2011-10-011-1/+0
| | | | | | | * 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
|
* Added tags atom feed and linked it in the appropriate placesChristopher Allan Webber2011-07-311-1/+4
|
* Added tag listing views.Christopher Allan Webber2011-07-311-0/+25
Also added routing, added templates, etc.