Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First crack at basic license support. | Aaron Williamson | 2012-01-17 | 1 | -1/+4 |
| | |||||
* | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 1 | -4/+2 |
| | |||||
* | Added a description to the slug field on the media entry form. | Christopher Allan Webber | 2011-09-04 | 1 | -3/+8 |
| | |||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into jwandborg-f482_media_attachments | Christopher Allan Webber | 2011-08-22 | 1 | -6/+9 |
|\ | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/config_spec.ini mediagoblin/edit/forms.py mediagoblin/edit/views.py mediagoblin/submit/views.py mediagoblin/templates/mediagoblin/user_pages/media.html | ||||
| * | Converting all forms to use the "fake/null" gettext conversion function | Christopher Allan Webber | 2011-08-10 | 1 | -1/+1 |
| | | | | | | | | | | Gettext doesn't actually get run right in the form but we do need to wrap the strings in _() so stuff extracts :) | ||||
| * | Marked relevant strings in python views/forms for translation via ugettext | Christopher Allan Webber | 2011-08-08 | 1 | -7/+10 |
| | | |||||
* | | Feature #482 - Media attachments - | Joar Wandborg | 2011-08-22 | 1 | -4/+6 |
| | | | | | | | | | | * Moved attachment uploading to separate view * Support for multiple attachments! | ||||
* | | Feature #482 - Media attachments | Joar Wandborg | 2011-08-05 | 1 | -0/+4 |
|/ | |||||
* | Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetags | Christopher Allan Webber | 2011-07-30 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | Conflicts: mediagoblin/config_spec.ini mediagoblin/edit/views.py mediagoblin/util.py | ||||
| * | raises tag length error in form context instead of in message queue | Caleb Forbes Davis V | 2011-07-21 | 1 | -1/+4 |
| | | |||||
| * | uses standard functions instead of form filters and fixes taglist default | Caleb Forbes Davis V | 2011-07-12 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | displays the tags on edit correctly now | Caleb Forbes Davis V | 2011-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | -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 | ||||
| * | adds filter function to parse and clean tags field input | Caleb Forbes Davis V | 2011-07-12 | 1 | -2/+3 |
| | | | | | | | | | | - for some reason the tags are showing up in the media edit form with u'..' and surrounded with []. I don't know why, grr | ||||
| * | F360(tagging) - adds tag fields for submission, edit and display | Caleb Forbes Davis V | 2011-07-08 | 1 | -0/+2 |
| | | |||||
* | | Bug #437 - adds required validator to slug field for media edit' | Caleb Forbes Davis V | 2011-07-07 | 1 | -1/+2 |
|/ | | | | otherwise we get a 404 because we navigate to blank slug | ||||
* | B #429 - form validation allows blank profile url | Caleb Forbes Davis V | 2011-07-05 | 1 | -1/+2 |
| | |||||
* | Several small UI changes to edit profile page: moved header, changed form ↵ | Jef van Schendel | 2011-06-22 | 1 | -3/+3 |
| | | | | wording, changed css class | ||||
* | baby step towards enabling profile edits | cfdv | 2011-06-18 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | 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 * ? | ||||
* | Starting "edit" functionality. | Elrond | 2011-05-26 | 1 | -0/+27 |
This adds a link to the "edit" form, the form, the view for displaying the form and that's about it. |