aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into jwandborg-f482_media_attachmentsChristopher Allan Webber2011-08-222-9/+13
|\
| * Converting all forms to use the "fake/null" gettext conversion functionChristopher Allan Webber2011-08-101-1/+1
| * Marked relevant strings in python views/forms for translation via ugettextChristopher Allan Webber2011-08-082-10/+14
* | Feature #482 - Media attachments -Joar Wandborg2011-08-222-23/+79
* | Feature #482 - Media attachmentsJoar Wandborg2011-08-052-1/+20
|/
* Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetagsChristopher Allan Webber2011-07-302-3/+13
|\
| * changes tags to a list of dicts in the db, adding tag slugsCaleb Forbes Davis V2011-07-271-3/+5
| * use config_spec.ini to store tag parsing directivesCaleb Forbes Davis V2011-07-251-3/+3
| * raises tag length error in form context instead of in message queueCaleb Forbes Davis V2011-07-212-4/+5
| * enforces maximum tag length with (in)appropriate messagingCaleb Forbes Davis V2011-07-131-1/+3
| * uses standard functions instead of form filters and fixes taglist defaultCaleb Forbes Davis V2011-07-122-5/+4
| * displays the tags on edit correctly nowCaleb Forbes Davis V2011-07-122-2/+2
| * adds filter function to parse and clean tags field inputCaleb Forbes Davis V2011-07-122-4/+6
| * F360(tagging) - adds tag fields for submission, edit and displayCaleb Forbes Davis V2011-07-082-1/+6
* | Adds license headerWill Kahn-Greene2011-07-301-0/+17
* | Use cleaned_markdown_conversion in both cases in edit/views.pyChristopher Allan Webber2011-07-141-11/+6
* | Markdown-enable user bio (Feature 410)Aaron Williamson2011-07-101-0/+4
* | Sorry, that OptionalField belonged there.Christopher Allan Webber2011-07-091-1/+2
* | <Elrond> Oh well... Did I really have this wtforms cruft in my setup_workbenchChristopher Allan Webber2011-07-091-2/+1
* | Merge remote branch 'remotes/gullydwarf-cfdv/b404_v3_edit_profile_submit_fail'Christopher Allan Webber2011-07-091-1/+1
|\ \
| * | bug #404 - corrects querystring variable name in redirectCaleb Forbes Davis V2011-07-071-1/+1
| |/
* / Bug #437 - adds required validator to slug field for media edit'Caleb Forbes Davis V2011-07-071-1/+2
|/
* Merge remote branch 'remotes/gullydwarf-cfdv/b404_v2_redirect_after_profile_e...Christopher Allan Webber2011-07-061-2/+2
|\
| * edit profile submit redirects to user home pageCaleb Forbes Davis V2011-07-061-1/+3
* | B #429 - form validation allows blank profile urlCaleb Forbes Davis V2011-07-051-1/+2
* | Switching single-quoted strings to double-quote to avoid escaping the apostro...Christopher Allan Webber2011-07-031-2/+2
* | Caution an admin when they're editing someone else's media.Christopher Allan Webber2011-07-031-0/+8
* | uses new 'username' variable in querystring to specify the user to editCaleb Forbes Davis V2011-07-031-2/+15
|/
* Bug #404 - Successful profile edit is successful!Caleb Forbes Davis V2011-07-011-1/+5
* Several small UI changes to edit profile page: moved header, changed form wor...Jef van Schendel2011-06-221-3/+3
* I don't think we need the username to be part of the profile editing URLChristopher Allan Webber2011-06-211-1/+1
* Adding an extra space between function definitionsChristopher Allan Webber2011-06-211-0/+1
* Merge remote-tracking branch 'origin/master' into is315cfdv2011-06-201-2/+11
|\
| * Made changes according to http://bugs.foocorp.net/issues/363#note-5Joar Wandborg2011-06-151-4/+6
| * Added Markdown rendering for `media_entry`Joar Wandborg2011-06-121-1/+8
* | enables entering user details including website url and biocfdv2011-06-182-5/+5
* | baby step towards enabling profile editscfdv2011-06-183-0/+29
|/
* I have a strong preference for aligning all parameters in a function call.Christopher Allan Webber2011-06-051-1/+2
* Create redirect shortcut and use it aroundElrond2011-06-051-5/+3
* Reformat render_to_response callsElrond2011-06-051-5/+4
* Create render_to_reponse and use it everywhere.Elrond2011-06-051-5/+4
* Moving all views over to using util.render_template()!Christopher Allan Webber2011-06-041-5/+4
* Mount media editing under /u/{username}/m/{media}/edit/Christopher Allan Webber2011-06-041-2/+2
* Let's redirect back to the media homepage using the slug instead of the idChristopher Allan Webber2011-06-041-1/+1
* I shouldn't have removed the .save() entirely :)Christopher Allan Webber2011-06-041-0/+1
* Find out if such a slug exists via a query instead of via a .save() callChristopher Allan Webber2011-06-031-12/+19
* Add GNU headers to new *.pyElrond2011-06-022-0/+31
* Handle Exceptions from save(); Move may_edit_mediaElrond2011-06-022-10/+13
* Prepare for moving /edit/ under /u/.../edit/Elrond2011-06-022-3/+3
* Check for edit permission.Elrond2011-06-021-0/+13