| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes usage of objects. still need to display the data on user page
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
adds
* url and bio fields to database
* form for editing the user profile
* route to the edit profile controller
* view for the profile editing page
* template for the profile editing page
* link to edit profile in the welcome page
still needs
* thorough inspection to see if it makes sense
* tests
* ?
|
| |
|
|
|
|
|
| |
To make moving the whole thing under /u/ easier, prepare to
pass in the {user} needed for that.
|
|
This adds a link to the "edit" form, the form, the view for
displaying the form and that's about it.
|