aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes after merging video into master - part 2Joar Wandborg2011-11-211-66/+69
| | | | | | - Added handling of InvalidFileType to submit.views - Updated test_celery_setup and test_submission tests to reflect the changes to the media procesing infrastructure
* Fixes after merging video branch into masterJoar Wandborg2011-11-211-2/+5
| | | | | | | | | | | | | - Removed debug output from init/celery - Moved process_media/__init__ to processing.py - Centralized the processing.ProcessMedia task class - Updated media managers to reference the processing function instead of the ProcessMedia instance - Updated new-style image processing to previous, newer old-style image processing - Updated video transcoding - Changed method in progress output, sometimes message.structure['percent'] raises KeyError
* Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-8/+9
|\ | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/submit/views.py
| * Multimedia support - Commiting from a not yet finished state - Details belowJoar Wandborg2011-09-231-6/+7
| | | | | | | | | | | | | | | | | | | | | | * DONE Initially testing with arista ** DONE Video display templates *** TODO Multi-browser support ** TODO Video thumbnails ** TODO Link to original video ** TODO Video cropping Also contains a lot of "debug" print's
* | Dot-Notation: x._id = ObjectId() doesn't seem to work properlyElrond2011-11-151-1/+1
| | | | | | | | | | | | | | For whatever reason, this does not work as expected: entry._id = ObjectId() Need to go this way: entry['_id'] = ObjectId()
* | Dot-Notation for "_id"Elrond2011-11-151-5/+5
| | | | | | | | | | | | | | | | | | 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 Webber2011-11-131-8/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py
| * | has_key is deprecated, converting uses to use "in" operator.Nathan Yergler2011-10-011-1/+1
| | |
| * | Whitespace and formatting cleanup.Nathan Yergler2011-10-011-7/+9
| |/ | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, =
* | Finished splitting util.py into separate files.Aaron Williamson2011-10-011-3/+2
| |
* | Moved common, translation, template, and url code out of util.py and into ↵Aaron Williamson2011-10-011-1/+1
|/ | | | tools/[file].py
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Merge remote branch 'remotes/jwandborg/f403_ability_to_delete'Christopher Allan Webber2011-08-281-2/+2
|\ | | | | | | | | | | | | Conflicts: mediagoblin/edit/views.py mediagoblin/templates/mediagoblin/user_pages/media.html mediagoblin/user_pages/routing.py
| * + 'confirm' section for confirmation dialoguesMark Holmquist2011-08-221-2/+2
| | | | | | | | | | + implemented delete functionality * fixed several instances of 'must be an instance of unicode, not str'
* | Merge branch 'master' into jwandborg-f482_media_attachmentsChristopher Allan Webber2011-08-221-15/+38
|\| | | | | | | | | | | | | | | | | Conflicts: mediagoblin/config_spec.ini mediagoblin/edit/forms.py mediagoblin/edit/views.py mediagoblin/submit/views.py mediagoblin/templates/mediagoblin/user_pages/media.html
| * Capture and properly handle errors.Christopher Allan Webber2011-08-131-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Handled in several places: - In the run() of the ProcessMedia itself for handled (BaseProcessingFail derived) errors (best to do these not in on_failure because the errors are highlighted in celeryd in a way that looks inappropriate for when the errors are well handled) - In ProcessMedia.on_failure() for all other errors - In the submit view where all exceptions are caught, media is marked at having failed, then the error is re-raised. (The reason for this is that users running in "lazy" mode will get errors propagated by celery and so on_failure won't run for them.)
| * Proper handling of processor failures, working as hoped!Christopher Allan Webber2011-08-131-8/+18
| | | | | | | | | | | | BaseProcessingFail based exceptions recorded and marked appropriately in the database. Other exceptions also caught and marked (or rather not marked) appropriately in the database as well.
| * Moving things around a bit/commenting in the submit view to make the ↵Christopher Allan Webber2011-08-111-2/+6
| | | | | | | | workflow clearer
| * 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
| | | | | | | | | | | | | | | * Moved attachment uploading to separate view * Support for multiple attachments!
* | | 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
|\ \ | |/ |/| | | | | | | | | Conflicts: mediagoblin/config_spec.ini mediagoblin/edit/views.py mediagoblin/util.py
| * changes tags to a list of dicts in the db, adding tag slugsCaleb Forbes Davis V2011-07-271-2/+3
| | | | | | | | | | | | | | | | | | - 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
| * on submission, use inline error messaging instead of message queueCaleb Forbes Davis V2011-07-261-1/+1
| | | | | | | | | | | | | | - the function that converts the user's tag string into a list of tags now accepts a string, but the media submit view was still submitting the request object, like we were going to add any errors to the session. Now the submit view passes the tag string
| * 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
| | | | | | | | | | | | | | | | | | - 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
| * 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
| | | | | | | | | | | page w/ a message * Successful submission redirects to the logged in user's page (your own, presumably). * "Woohoo! Submitted!" is launched into the tube of session messages to appear on next pageload. If you're not aborting in the window of 210ms it takes for the client to respond to the 302 and load the logged in user's/your page that is, YMMV.
* Adds util.cleaned_markdown_conversion() and uses it in the submission processChristopher Allan Webber2011-06-191-10/+8
| | | | | | This simplifies the markdown processing & html cleaning of descritions and etc by providing a wrapper function that we can use in multiple locations.
* 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
| | | | | | | | | | This is just replacing exc.HTTPFound(location=request.urlgen(...)) by redirect(request, ...). No magic.
* | Reformat render_to_response callsElrond2011-06-051-7/+5
| | | | | | | | | | Just a simple indentation and ordering change, no functional change.
* | Create render_to_reponse and use it everywhere.Elrond2011-06-051-8/+6
| | | | | | | | Just a shortcut for Response(render_template(...))
* | 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
| | | | of uploader embedding
* 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
| | | | | | | | | When we submitted an image the description would remain empty. THis was because of some weird typo in form handling. Get an attribute with .get('description') and not with .get(['description']). With this patch, descriptions actually go into the database. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Process media! Successfully!Christopher Allan Webber2011-05-061-2/+5
|
* Properly require files when users submitChristopher Allan Webber2011-04-231-32/+40
|