aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit/views.py
Commit message (Expand)AuthorAgeFilesLines
...
| * + 'confirm' section for confirmation dialoguesMark Holmquist2011-08-221-2/+2
* | Merge branch 'master' into jwandborg-f482_media_attachmentsChristopher Allan Webber2011-08-221-15/+38
|\|
| * Capture and properly handle errors.Christopher Allan Webber2011-08-131-4/+17
| * Proper handling of processor failures, working as hoped!Christopher Allan Webber2011-08-131-8/+18
| * Moving things around a bit/commenting in the submit view to make the workflow...Christopher Allan Webber2011-08-111-2/+6
| * Merge branch 'master' into processingChristopher Allan Webber2011-08-101-4/+2
| |\
| | * Generate the ObjectId() manually instead of via .save()Christopher Allan Webber2011-08-101-4/+2
| * | We should save the entry *after* we add the queued_task_id.Christopher Allan Webber2011-08-101-1/+1
| * | Merge branch 'master' into processingChristopher Allan Webber2011-08-101-4/+11
| |\|
| | * Marked relevant strings in python views/forms for translation via ugettextChristopher Allan Webber2011-08-081-3/+4
| * | Store the task id of a processing action in the database.Christopher Allan Webber2011-07-241-1/+2
* | | Feature #482 - Media attachments -Joar Wandborg2011-08-221-25/+0
* | | Feature #482 - Media attachmentsJoar Wandborg2011-08-051-1/+31
| |/ |/|
* | Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetagsChristopher Allan Webber2011-07-301-1/+7
|\ \ | |/ |/|
| * changes tags to a list of dicts in the db, adding tag slugsCaleb Forbes Davis V2011-07-271-2/+3
| * on submission, use inline error messaging instead of message queueCaleb Forbes Davis V2011-07-261-1/+1
| * 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-121-2/+3
| * F360(tagging) - adds tag fields for submission, edit and displayCaleb Forbes Davis V2011-07-081-0/+2
* | Removed route, view and template file for "Submit Success" pageRasmus Larsson2011-07-091-5/+0
|/
* Feature #409 - Submitting an image should redirect you back to user'sJoar Wandborg2011-07-031-1/+5
* Adds util.cleaned_markdown_conversion() and uses it in the submission processChristopher Allan Webber2011-06-191-10/+8
* 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-0/+7
* Merge remote branch 'remotes/gandaro/324-bad-media-types'Christopher Allan Webber2011-06-061-1/+4
|\
| * add changes in mediagoblin/submit/views.pyJakob Kramer2011-06-021-1/+4
* | I have a strong preference for aligning all parameters in a function call.Christopher Allan Webber2011-06-051-3/+4
* | Create redirect shortcut and use it aroundElrond2011-06-051-5/+2
* | Reformat render_to_response callsElrond2011-06-051-7/+5
* | Create render_to_reponse and use it everywhere.Elrond2011-06-051-8/+6
* | Moving all views over to using util.render_template()!Christopher Allan Webber2011-06-041-9/+6
|/
* Update all the views so that they use the uploader reference insteadChristopher Allan Webber2011-05-221-1/+1
* Generate unique slugs for newly submitted images.Aaron Williamson2011-05-131-0/+3
* On image submission, do not require title. If none entered, default to filename.Aaron Williamson2011-05-121-3/+5
* Fix description submission in form handlingSebastian Spaeth2011-05-091-1/+1
* Process media! Successfully!Christopher Allan Webber2011-05-061-2/+5
* Properly require files when users submitChristopher Allan Webber2011-04-231-32/+40
* Submission of image works :)Christopher Allan Webber2011-04-231-4/+3
* Enclose queue_file writing in with statement so that it's closed correctly.Christopher Allan Webber2011-04-231-1/+2
* submit_start written in a way that, by golly, you'd think maybe it'd workChristopher Allan Webber2011-04-231-0/+44
* Start of the submit view, but not much there quite yet.Christopher Allan Webber2011-04-191-0/+37