Switch over media processor to use the get_workbench decorator (#565)
[mediagoblin.git] / mediagoblin / app.py
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-01-15 Sebastian SpaethUnbreak 301 responses
2012-12-25 Sebastian SpaethRIP out mongo
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-23 ElrondRewrite routing using new MGRoute class
2012-12-23 ElrondMove things from routing.py to tools/routing.py
2012-12-23 ElrondRefactor routing in app.py.
2012-12-23 Sebastian SpaethProvide tools.response.render_http_exception and use...
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-21 Sebastian SpaethDon't dbug log every added plugin route
2012-12-21 Sebastian SpaethRemove webob compatability
2012-12-21 Sebastian SpaethRemove webob from render_to_response
2012-12-01 Sebastian SpaethHonor user's browser language (#558)
2012-12-01 Sebastian SpaethFix i18n in our browser
2012-11-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/trac_...
2012-10-15 Joar WandborgFixed OAuth access_token duplicate route
2012-10-14 Joar WandborgFixed 404 page under werkzeug.routing
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-07-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/gandaro...
2012-07-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/willkg/plugi...
2012-07-18 Will Kahn-GreeneRework plugin infrastructure to nix side-effects
2012-07-16 Will Kahn-GreeneFinish flatpagesplugin; add plugin docs
2012-07-16 Will Kahn-GreeneFlatpages first pass
2012-07-14 Christopher Allan... Making the register_themes() tool also return the curre...
2012-07-14 Christopher Allan... Themes are now registered and can have their templates...
2012-07-14 Christopher Allan... Early version of theme registry code
2012-06-10 Joar WandborgMerge remote-tracking branch 'is_derek/bug405_email_not...
2012-05-13 Will Kahn-Greene401. Plugin infrastructure
2012-04-09 Elrondlog.debug the used config file.
2012-04-08 Christopher Allan... CELERY_ALWAYS_EAGER environment variable only recognize...
2012-04-08 Christopher Allan... Allow users to pass callables in as controllers, not...
2012-04-07 ElrondCleanup sql session after request. ALWAYS!
2012-03-27 Joar WandborgMerge remote-tracking branch 'joar/audio+sniffing'
2012-03-05 Jef van SchendelMerge branch 'keyboard_nav'
2012-03-04 Jef van SchendelMerge branch 'newlayout' into newlayout-stage
2012-02-28 ElrondCleanup Session after each request.
2012-02-27 ElrondMerge remote-tracking branch 'cwebber/celerysql'
2012-02-26 ElrondLet Main Server emit startup notice including version
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-02 Christopher Allan... It's 2012 all up in here
2012-01-17 Aaron WilliamsonMerged changes with upstream
2012-01-05 Jef van SchendelFix merge conflicts
2011-12-20 ElrondNote reported bug in workaround
2011-12-20 ElrondWorkaround for Routes/urlgen bug.
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-05 Christopher Allan... Merge remote-tracking branch 'remotes/lorochka85/bug852...
2011-12-04 ElrondMerge branch 'misc/fixture_add_user'
2011-12-03 ElrondMerge remote branch 'remotes/manolinux/671_spaces_in_ta...
2011-12-02 Christopher Allan... We should use the variable local_templates instead...
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-26 Nathan YerglerIssue 680: Dispatch meddleware request processing post...
2011-11-26 ElrondMerge remote branch 'remotes/inconexo/588_lowercase_ext...
2011-11-25 Christopher Allan... Rename MediaGoblin middleware to meddleware to avoid...
2011-11-21 Joar WandborgMerge branch 'video_gstreamer-only'
2011-11-20 ElrondMerge remote branch 'remotes/aaronw/bug614_verification...
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-14 Christopher Allan... Merge remote-tracking branch 'remotes/nyergler/pep8...
2011-11-12 ElrondMerge branch 'idea/check_mgoblin_static'
2011-10-29 Christopher Allan... [620] Allow for multiple mediagoblin configs to be...
2011-10-15 Christopher Allan... Merge remote branch 'remotes/elrond/misc/i592_use_full_...
2011-10-15 ElrondMerge remote branch 'aaronw/bug601_blank_comments'
2011-10-15 ElrondMerge remote branch 'aaronw/bug608_checkbox_labels'
2011-10-15 ElrondMerge remote branch 'aaronw/feature469_comment_form_und...
2011-10-06 Christopher Allan... Fixing 404s, related to recent util refactoring.
2011-10-04 Aaron WilliamsonFixed conflict in /auth/views.py.
2011-10-03 Elrondi592: Use full path in various places
2011-10-02 Christopher Allan... Merge remote branch 'remotes/aaronw/bug444_fix_utils_py...
2011-10-01 Nathan YerglerWhitespace and formatting cleanup.
2011-10-01 Aaron WilliamsonMerge branch 'mediagoblin-upstream' into bug444_fix_uti...
2011-10-01 Aaron WilliamsonFinished splitting util.py into separate files.
2011-10-01 Nathan YerglerMerge remote-tracking branch 'refs/remotes/upstream...
2011-10-01 Aaron WilliamsonMerge branch 'mediagoblin-upstream' into bug444_fix_uti...
2011-10-01 Aaron WilliamsonMoved common, translation, template, and url code out...
2011-09-08 Christopher Allan... Merge branch 'gullydwarf-cfdv-f357_lost_password_functi...
2011-09-06 Christopher Allan... Merge branch 'i507_beaker_cache'
2011-09-06 Christopher Allan... Merge remote branch 'remotes/jwandborg/f571_closing_sto...
2011-09-05 Christopher Allan... Merge branch 'remotes/merge-requests/21' (early part)
2011-09-05 Nathan YerglerIssue 569: Initial framework for application middleware.
2011-09-02 Will Kahn-Greene508. Updates copyright/license information
2011-08-27 Christopher Allan... Merge remote branch 'remotes/jwandborg/configure_smtp'
2011-08-24 Christopher Allan... Basic beaker caching functionality added to the applica...
2011-08-23 Christopher Allan... Merge branch 'master' into jwandborg-f482_media_attachments
2011-08-21 Christopher Allan... Merge remote branch 'remotes/elrond/dev/storage_config'
2011-08-21 Christopher Allan... Merge branch 'jwandborg-f298_create_envball'
2011-08-20 Christopher Allan... Merge remote branch 'remotes/schendje/master'
2011-08-20 Christopher Allan... Tacking on an empty matchdict when 404'ing just in...
2011-08-20 Christopher Allan... Adding and making use of the new 404 error page :)
2011-08-20 Christopher Allan... Merge remote branch 'remotes/schendje/master'
2011-08-20 Christopher Allan... Change the ordering of the app's __call__ method (attac...
2011-08-11 Christopher Allan... Merge branch 'master' into processing
2011-07-30 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f360_taggi...
2011-07-30 Christopher Allan... Merge branch 'remotes/gullydwarf-cfdv/f360_tagging...
next