Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Added rudimentary route "mounting" w/ werkzeug routes; fixed auth routes | Christopher Allan Webber | 2012-10-14 | 1 | -1/+1 |
| | | | | | | auth routes fixes: - mounted the auth routes at /auth/ - removed crufty old verification email route | ||||
* | Switched most stuff over from Routes | Joar Wandborg | 2012-10-14 | 1 | -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 functionality | Aaron Williamson | 2012-09-18 | 1 | -1/+4 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Removed route, view and template file for "Submit Success" page | Rasmus Larsson | 2011-07-09 | 1 | -4/+1 |
| | |||||
* | Made a simple template rendering view and switched a bunch of code over to ↵ | Christopher Allan Webber | 2011-06-05 | 1 | -2/+2 |
| | | | | using it | ||||
* | Submission of image works :) | Christopher Allan Webber | 2011-04-23 | 1 | -1/+1 |
| | | | | /me pours some sparkling grape juice | ||||
* | A stupid success view. | Christopher Allan Webber | 2011-04-23 | 1 | -0/+2 |
| | |||||
* | Start of the submit view, but not much there quite yet. | Christopher Allan Webber | 2011-04-19 | 1 | -0/+22 |