Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix #715: On media submit page, "Separate" is misspelled | Jef van Schendel | 2011-12-30 | 1 | -1/+1 | |
| | | ||||||
| * | Dot-Notation for MediaEntry.description(_html) | Elrond | 2011-12-05 | 1 | -4/+4 | |
| | | ||||||
| * | Dot-Notation for MediaEntry.slug | Elrond | 2011-12-05 | 1 | -2/+2 | |
| | | ||||||
| * | Dot-Notation for MediaEntry.title | Elrond | 2011-12-05 | 1 | -2/+2 | |
| | | ||||||
| * | Dot-Notation for MediaEntry.uploader | Elrond | 2011-12-05 | 2 | -3/+3 | |
| | | ||||||
| * | Dot-Notation for Users.bio and .bio_html | Elrond | 2011-12-05 | 1 | -2/+2 | |
| | | ||||||
| * | Dot-Notation for Users.url | Elrond | 2011-12-05 | 1 | -1/+1 | |
| | | ||||||
| * | Dot-Notation for Users.is_admin | Elrond | 2011-12-05 | 2 | -3/+3 | |
| | | ||||||
| * | Dot-Notation for Users.username | Elrond | 2011-12-05 | 1 | -1/+1 | |
| | | ||||||
| * | Fix the text "Seperate tags by commas and spaces" since spaces are not used ↵ | Manuel Urbano Santos | 2011-11-27 | 1 | -1/+1 | |
| | | | | | | | | to seperate anymore. | |||||
| * | Fix for bug #467, "Add explanatory copy to add/edit picture pages saying ↵ | Jef van Schendel | 2011-11-20 | 1 | -1/+3 | |
| | | | | | | | | that tags are comma-separated" | |||||
| * | added unittests, now using form errors and fixed bug when no GET parameter ↵ | Jakob Kramer | 2011-11-20 | 1 | -9/+14 | |
| | | | | | | | | is given for /edit/profile/ | |||||
| * | added support for changing the password, issue #643 | Jakob Kramer | 2011-11-20 | 2 | -10/+37 | |
| | | ||||||
| * | Dot-Notation for "_id" | Elrond | 2011-11-15 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | Note: Migrations can't use "Dot Notation"! Migrations run on pymongo, not mongokit. So they can't use the "Dot Notation". This isn't really a big issue, as migrations are anyway quite mongo specific. | |||||
| * | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 2 | -3/+1 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py | |||||
| | * | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 2 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, = | |||||
| * | | Mark two strings for translation | Elrond | 2011-11-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | First crack at basic license support. | Aaron Williamson | 2012-01-17 | 2 | -2/+11 | |
|/ / | ||||||
* / | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 2 | -9/+8 | |
|/ | ||||||
* | Use media.url_for_self() instead of generating it | Elrond | 2011-09-09 | 1 | -5/+4 | |
| | | | | | | Some places used to generate the URL for a media entry on their own instead of calling media.url_for_self() to do that. The later handles missing slugs better. | |||||
* | Added a description to the slug field on the media entry form. | Christopher Allan Webber | 2011-09-04 | 1 | -3/+8 | |
| | ||||||
* | #i536: Removing attachments stuff from edit_media(), in its own method now | Christopher Allan Webber | 2011-09-04 | 1 | -11/+0 | |
| | ||||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 5 | -5/+5 | |
| | ||||||
* | Merge remote branch 'remotes/jwandborg/f403_ability_to_delete' | Christopher Allan Webber | 2011-08-28 | 1 | -5/+6 | |
|\ | | | | | | | | | | | | | Conflicts: mediagoblin/edit/views.py mediagoblin/templates/mediagoblin/user_pages/media.html mediagoblin/user_pages/routing.py | |||||
| * | + 'confirm' section for confirmation dialogues | Mark Holmquist | 2011-08-22 | 1 | -5/+8 | |
| | | | | | | | | | | + implemented delete functionality * fixed several instances of 'must be an instance of unicode, not str' | |||||
* | | Merge branch 'master' into jwandborg-f482_media_attachments | Christopher Allan Webber | 2011-08-22 | 2 | -9/+13 | |
|\| | | | | | | | | | | | | | | | | | 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 | 2 | -10/+14 | |
| | | ||||||
* | | Feature #482 - Media attachments - | Joar Wandborg | 2011-08-22 | 2 | -23/+79 | |
| | | | | | | | | | | * Moved attachment uploading to separate view * Support for multiple attachments! | |||||
* | | Feature #482 - Media attachments | Joar Wandborg | 2011-08-05 | 2 | -1/+20 | |
|/ | ||||||
* | Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetags | Christopher Allan Webber | 2011-07-30 | 2 | -3/+13 | |
|\ | | | | | | | | | | | | | Conflicts: mediagoblin/config_spec.ini mediagoblin/edit/views.py mediagoblin/util.py | |||||
| * | changes tags to a list of dicts in the db, adding tag slugs | Caleb Forbes Davis V | 2011-07-27 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | - adds a function to convert the tag list of dicts to a text string properly delimited for loading into forms - tag string conversion function updated to generate list of dicts - updates all mentions of the conversion of the string to the tags db object - adds a tags template utility and updates the media template accordingly | |||||
| * | use config_spec.ini to store tag parsing directives | Caleb Forbes Davis V | 2011-07-25 | 1 | -3/+3 | |
| | | ||||||
| * | raises tag length error in form context instead of in message queue | Caleb Forbes Davis V | 2011-07-21 | 2 | -4/+5 | |
| | | ||||||
| * | enforces maximum tag length with (in)appropriate messaging | Caleb Forbes Davis V | 2011-07-13 | 1 | -1/+3 | |
| | | ||||||
| * | uses standard functions instead of form filters and fixes taglist default | Caleb Forbes Davis V | 2011-07-12 | 2 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | - 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 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | -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 | 2 | -4/+6 | |
| | | | | | | | | | | - 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 | 2 | -1/+6 | |
| | | ||||||
* | | Adds license header | Will Kahn-Greene | 2011-07-30 | 1 | -0/+17 | |
| | | ||||||
* | | Use cleaned_markdown_conversion in both cases in edit/views.py | Christopher Allan Webber | 2011-07-14 | 1 | -11/+6 | |
| | | ||||||
* | | Markdown-enable user bio (Feature 410) | Aaron Williamson | 2011-07-10 | 1 | -0/+4 | |
| | | ||||||
* | | Sorry, that OptionalField belonged there. | Christopher Allan Webber | 2011-07-09 | 1 | -1/+2 | |
| | | | | | | | | I am a bad person and am not allowed to commit anything else today. | |||||
* | | <Elrond> Oh well... Did I really have this wtforms cruft in my setup_workbench | Christopher Allan Webber | 2011-07-09 | 1 | -2/+1 | |
| | | | | | | | | commit. :-( I don't know even, how it got in there. :-| | |||||
* | | Merge remote branch 'remotes/gullydwarf-cfdv/b404_v3_edit_profile_submit_fail' | Christopher Allan Webber | 2011-07-09 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | bug #404 - corrects querystring variable name in redirect | Caleb Forbes Davis V | 2011-07-07 | 1 | -1/+1 | |
| |/ | ||||||
* / | 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 | |||||
* | Merge remote branch ↵ | Christopher Allan Webber | 2011-07-06 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | 'remotes/gullydwarf-cfdv/b404_v2_redirect_after_profile_edit' Conflicts: mediagoblin/edit/views.py | |||||
| * | edit profile submit redirects to user home page | Caleb Forbes Davis V | 2011-07-06 | 1 | -1/+3 | |
| | | ||||||
* | | B #429 - form validation allows blank profile url | Caleb Forbes Davis V | 2011-07-05 | 1 | -1/+2 | |
| | |