aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit/routing.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Added rudimentary route "mounting" w/ werkzeug routes; fixed auth routesChristopher Allan Webber2012-10-141-1/+1
| | | | | | auth routes fixes: - mounted the auth routes at /auth/ - removed crufty old verification email route
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-7/+4
| | | | | | | | | | 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.
* Added basic collection functionalityAaron Williamson2012-09-181-1/+4
|
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Removed route, view and template file for "Submit Success" pageRasmus Larsson2011-07-091-4/+1
|
* Made a simple template rendering view and switched a bunch of code over to ↵Christopher Allan Webber2011-06-051-2/+2
| | | | using it
* Submission of image works :)Christopher Allan Webber2011-04-231-1/+1
| | | | /me pours some sparkling grape juice
* A stupid success view.Christopher Allan Webber2011-04-231-0/+2
|
* Start of the submit view, but not much there quite yet.Christopher Allan Webber2011-04-191-0/+22