Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changing name for atom feed view to be more generic than tags. | Christopher Allan Webber | 2013-02-22 | 1 | -2/+3 |
| | | | | This commit sponsored by Ben Hutchings. Thanks, Ben! | ||||
* | Adding an Atom RSS feed for all media on the server | Sebastian Spaeth | 2013-02-22 | 1 | -0/+5 |
| | | | | Go to /atom/ in your browser to see it. | ||||
* | Move things from routing.py to tools/routing.py | Elrond | 2012-12-23 | 1 | -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 Routes | Joar Wandborg | 2012-10-14 | 1 | -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 here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 1 | -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 information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Added tags atom feed and linked it in the appropriate places | Christopher Allan Webber | 2011-07-31 | 1 | -1/+4 |
| | |||||
* | Added tag listing views. | Christopher Allan Webber | 2011-07-31 | 1 | -0/+25 |
Also added routing, added templates, etc. |