| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
mediagoblin/config_spec.ini
mediagoblin/edit/forms.py
mediagoblin/edit/views.py
mediagoblin/submit/views.py
mediagoblin/templates/mediagoblin/user_pages/media.html
|
| |
| |
| |
| |
| | |
Gettext doesn't actually get run right in the form but we do need to
wrap the strings in _() so stuff extracts :)
|
| | |
|
| |
| |
| |
| |
| | |
* Moved attachment uploading to separate view
* Support for multiple attachments!
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
mediagoblin/config_spec.ini
mediagoblin/edit/views.py
mediagoblin/util.py
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- seems simpler to use the same tag field processing procedures on media
submit and edit, so now processing with a regular function instead of
a form filter. Filters run on form load and post by default.
- moved tags to sidebar
- taglist defaults to [] instead of None
- adds case sensitivity toggle
|
| |
| |
| |
| |
| |
| |
| |
| | |
-before it was running the tags field through the submit filter.
that was kind of dumb
-removes the filter function from the edit form
-adds unicode syntax in the filter function
-uses split correctly when saving the edited tags to mongodb
|
| |
| |
| |
| |
| | |
- for some reason the tags are showing up in the media edit form
with u'..' and surrounded with []. I don't know why, grr
|
| | |
|
|/
|
|
| |
otherwise we get a 404 because we navigate to blank slug
|
| |
|
|
|
|
| |
wording, changed css class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* ?
|
|
This adds a link to the "edit" form, the form, the view for
displaying the form and that's about it.
|