aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit/views.py
Commit message (Expand)AuthorAgeFilesLines
* Drop pre-rendered html: MediaEntry.description_htmlElrond2012-02-181-3/+1
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Nearly complete support for TagsElrond2012-01-281-1/+1
* License "all rights reserved" default should be None/NULL, not empty stringChristopher Allan Webber2012-01-211-1/+1
* Fix unit tests with new license supportElrond2012-01-211-3/+1
* Minor formatting and syntax fix.Aaron Williamson2012-01-181-1/+1
* Merge branch 'mediagoblin-upstream' into feature544_basic_license_dataAaron Williamson2012-01-181-0/+28
|\
| * Cleaned the codeMichele Azzolari2012-01-171-2/+4
| * We handle exceptions if PuSH failsMichele Azzolari2012-01-171-4/+14
| * As per spec, we permit to have more then 1 hubMichele Azzolari2012-01-121-5/+7
| * As suggested by Elrond, we use only one settingMichele Azzolari2012-01-121-1/+1
| * Added PuSH capabilityMichele Azzolari2012-01-111-0/+14
* | Merged changes with upstreamAaron Williamson2012-01-171-80/+99
|\|
| * Dot-Notation for MediaEntry.queued_media_fileElrond2012-01-041-1/+1
| * Fixed submission error handling and broken testsJoar Wandborg2011-12-311-3/+9
| * ASCII media type support & fix a bug in file submission error handlingJoar Wandborg2011-12-311-2/+6
| * Dot-Notation for MediaEntry.media_typeElrond2011-12-051-1/+1
| * Dot-Notation for MediaEntry.description(_html)Elrond2011-12-051-3/+3
| * Dot-Notation for MediaEntry.titleElrond2011-12-051-1/+1
| * Dot-Notation for MediaEntry.uploaderElrond2011-12-051-1/+1
| * Dot-Notation for Users.usernameElrond2011-12-051-1/+1
| * Fixes after merging video into master - part 2Joar Wandborg2011-11-211-66/+69
| * Fixes after merging video branch into masterJoar Wandborg2011-11-211-2/+5
| * Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-8/+9
| |\
| | * Multimedia support - Commiting from a not yet finished state - Details belowJoar Wandborg2011-09-231-6/+7
| * | Dot-Notation: x._id = ObjectId() doesn't seem to work properlyElrond2011-11-151-1/+1
| * | Dot-Notation for "_id"Elrond2011-11-151-5/+5
| * | Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-8/+10
| |\ \
| | * | 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
| | |/
* | / First crack at basic license support.Aaron Williamson2012-01-171-0/+4
|/ /
* | 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 too...Aaron Williamson2011-10-011-1/+1
|/
* 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
|\
| * + '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