Switch test_app generation over to use py.test fixtures.
[mediagoblin.git] / mediagoblin / submit /
2013-03-30 ElrondMerge remote-tracking branch 'JDShu/649_use_form_data_f...
2013-03-29 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-03-29 ElrondRefactor file field checking.
2013-03-28 Hans LoUse WTForms data field in submit/views.py
2013-02-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/WIP...
2013-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-22 Sebastian Spaethuser.get('moo') -> user.moo
2013-01-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-17 Mark HolmquistAdd a license preference field
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-15 Sebastian SpaethDon't pass request into run_process_media
2013-01-15 Sebastian SpaethMake PuSHing the Pubhubsubbub server an async task...
2012-12-26 Elrondprepare_queue_task: Take app not request.
2012-12-26 ElrondProcessing: Factor out prepare_entry.
2012-12-26 ElrondFactor out the actual calling of the processing.
2012-12-26 Elrondupload refactor: push url handling
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-23 ElrondRemove mongo style .id = ObjectId()
2012-12-23 ElrondMongo removal: Remove the validate=True arg to obj...
2012-12-23 ElrondMove things from routing.py to tools/routing.py
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-20 Sebastian SpaethMove DBModel._id -> DBModel.id
2012-11-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/trac_...
2012-10-14 Christopher Allan... Added rudimentary route "mounting" w/ werkzeug routes...
2012-10-14 Joar WandborgSwitched most stuff over from Routes
2012-09-29 Joar WandborgReplaced all request.POST with request.form, ...
2012-09-29 Joar WandborgSwitch from webob.Request to werkzeug.wrappers.Request
2012-09-18 Aaron WilliamsonAdded basic collection functionality
2012-07-08 Brett SmithMerge branch 'master' into 201207-testfixes
2012-07-08 Brett SmithFix docstring typo.
2012-06-10 Joar WandborgMerge remote-tracking branch 'is_derek/bug405_email_not...
2012-04-01 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2012-03-27 Joar WandborgMerge remote-tracking branch 'joar/audio+sniffing'
2012-03-26 Christopher Allan... Merge remote-tracking branch 'remotes/slikdigit/bassam'
2012-03-26 Brett SmithMerge remote branch 'origin/master' into bug261-resized...
2012-03-23 Jakob Kramerremove unused `mg.submit.security' module
2012-03-21 ElrondMove celery task into own task.py
2012-03-05 Jef van SchendelMerge branch 'keyboard_nav'
2012-03-04 Jef van SchendelMerge branch 'newlayout' into newlayout-stage
2012-02-25 ElrondAllow .id instead of ._id for the Mongo backend
2012-02-21 ElrondUse task_id in generating the queue file path
2012-02-21 Jef van SchendelResolve merge conflicts
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-18 ElrondDrop pre-rendered html: MediaEntry.description_html
2012-02-15 Joar WandborgChanged media processing delegation to a 'sniffing...
2012-02-02 Christopher Allan... It's 2012 all up in here
2012-01-28 ElrondNearly complete support for Tags
2012-01-21 Christopher Allan... License "all rights reserved" default should be None...
2012-01-21 ElrondFix unit tests with new license support
2012-01-20 Aaron WilliamsonAdded migration for license field, resolved conflict...
2012-01-19 Aaron WilliamsonMinor formatting and syntax fix.
2012-01-19 Aaron WilliamsonMerge branch 'mediagoblin-upstream' into feature544_bas...
2012-01-17 Michele AzzolariCleaned the code
2012-01-17 Michele AzzolariWe handle exceptions if PuSH fails
2012-01-17 ElrondMerge remote branch 'remotes/macno/pushatom'
2012-01-17 Aaron WilliamsonMerged changes with upstream
2012-01-17 Aaron WilliamsonFirst crack at basic license support.
2012-01-12 Michele AzzolariAs per spec, we permit to have more then 1 hub
2012-01-11 Michele AzzolariAs suggested by Elrond, we use only one setting
2012-01-11 Michele AzzolariAdded PuSH capability
2012-01-05 Jef van SchendelFix merge conflicts
2012-01-04 Jef van SchendelAdd Markdown for submit page, edit page, profile edit...
2012-01-04 ElrondDot-Notation for MediaEntry.queued_media_file
2011-12-31 Joar WandborgFixed submission error handling and broken tests
2011-12-31 ElrondMerge remote branch 'remotes/joar/tests'
2011-12-31 Joar WandborgASCII media type support & fix a bug in file submission...
2011-12-30 Jef van SchendelFix #715: On media submit page, "Separate" is misspelled
2011-12-15 ElrondMerge remote branch 'remotes/cwebber/sqlalchemy'
2011-12-13 ElrondMerge remote branch 'joar/b681-comments_from_reviewing_...
2011-12-13 Jef van SchendelMerge jQuery branch, resolve conflicts
2011-12-12 ElrondMerge branch 'sql/dot-notation'
2011-12-05 ElrondDot-Notation for MediaEntry.media_type
2011-12-05 ElrondDot-Notation for MediaEntry.description(_html)
2011-12-05 ElrondDot-Notation for MediaEntry.title
2011-12-05 ElrondDot-Notation for MediaEntry.uploader
2011-12-05 ElrondDot-Notation for Users.username
2011-12-05 Christopher Allan... Merge remote-tracking branch 'remotes/lorochka85/bug852...
2011-12-03 ElrondMerge remote branch 'remotes/manolinux/671_spaces_in_ta...
2011-12-01 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-11-28 ElrondMerge remote branch 'remotes/nyergler/issue-680-csrf...
2011-11-27 ElrondMerge remote branch 'remotes/manolinux/683_text_separat...
2011-11-27 Manuel Urbano SantosFix the text "Seperate tags by commas and spaces" since...
2011-11-26 ElrondMerge remote branch 'remotes/inconexo/588_lowercase_ext...
2011-11-24 Christopher Allan... Merge remote-tracking branch 'remotes/jwandborg/master'
2011-11-21 Joar WandborgFixes after merging video into master - part 2
2011-11-21 Joar WandborgFixes after merging video branch into master
2011-11-21 Joar WandborgMerge branch 'video_gstreamer-only'
2011-11-20 ElrondMerge remote branch 'remotes/aaronw/bug614_verification...
2011-11-20 Jef van SchendelFix for bug #467, "Add explanatory copy to add/edit...
2011-11-19 loraMerge branch 'master' of git://gitorious.org/mediagobli...
2011-11-18 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-11-15 ElrondDot-Notation: x._id = ObjectId() doesn't seem to work...
2011-11-15 ElrondDot-Notation for "_id"
2011-11-14 Christopher Allan... Merge remote-tracking branch 'remotes/nyergler/pep8...
2011-10-04 Aaron WilliamsonFixed conflict in /auth/views.py.
2011-10-02 Christopher Allan... Merge remote branch 'remotes/aaronw/bug444_fix_utils_py...
2011-10-01 Nathan Yerglerhas_key is deprecated, converting uses to use "in"...
2011-10-01 Nathan YerglerWhitespace and formatting cleanup.
2011-10-01 Aaron WilliamsonMerge branch 'mediagoblin-upstream' into bug444_fix_uti...
next