Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Create edit_account.html | Jef van Schendel | 2012-01-05 | 1 | -1/+4 |
| | |||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | I don't think we need the username to be part of the profile editing URL | Christopher Allan Webber | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | enables entering user details including website url and bio | cfdv | 2011-06-18 | 1 | -2/+1 |
| | | | | fixes usage of objects. still need to display the data on user page | ||||
* | baby step towards enabling profile edits | cfdv | 2011-06-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | 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 * ? | ||||
* | Mount media editing under /u/{username}/m/{media}/edit/ | Christopher Allan Webber | 2011-06-04 | 1 | -2/+2 |
| | |||||
* | Prepare for moving /edit/ under /u/.../edit/ | Elrond | 2011-06-02 | 1 | -1/+1 |
| | | | | | To make moving the whole thing under /u/ easier, prepare to pass in the {user} needed for that. | ||||
* | Starting "edit" functionality. | Elrond | 2011-05-26 | 1 | -0/+22 |
This adds a link to the "edit" form, the form, the view for displaying the form and that's about it. |