Switch test_app generation over to use py.test fixtures.
[mediagoblin.git] / mediagoblin / tools /
2013-03-15 Christopher Allan... A more realistic "con" explaination in the docstring...
2013-03-04 Christopher Allan... Merge branch 'master' into 419_cherrypick_large_uploads
2013-03-04 Christopher Allan... Merge branch 'joar-skip_transcoding'
2013-03-03 Christopher Allan... Huge amount of work to (mostly) allow .ogg (and maybe...
2013-03-01 Christopher Allan... Merge branch 'master' into joar-skip_transcoding
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-22 András Veres-Szent... simplified get_useful
2013-02-22 András Veres-Szent... use dict.iteritems() instead of dict.items()
2013-02-22 András Veres-Szent... use list expression instead of 3-deep for
2013-02-22 András Veres-Szent... simplified clean_exif
2013-02-22 András Veres-Szent... close file properly and remove unneeded variable
2013-02-22 András Veres-Szent... typofix in comment
2013-02-22 András Veres-Szent... use key in dict instead of key in dict.keys()
2013-02-21 Christopher Allan... Merge remote-tracking branch 'aleksej/632_config_spec_c...
2013-02-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/WIP...
2013-02-19 ElrondMerge remote-tracking branch 'pythonsnake/537_version'
2013-02-18 ElrondFix deleting media with attachments.
2013-02-10 pythonsnakeFix bug 537
2013-02-09 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2013-02-06 ElrondUse system wide EXIF package, if available.
2013-01-31 ElrondImprove formatting for hook template docs.
2013-01-31 Christopher Allan... Switching set syntax to python2.6 compatible
2013-01-30 Christopher Allan... Even better documentation for get_hook_templates!
2013-01-30 Christopher Allan... Improved documentation for get_hook_templates, noting...
2013-01-30 Christopher Allan... Moved the docstring for the plugin template stuff from...
2013-01-30 Christopher Allan... No need for an __init__ at all in the TemplateHookExten...
2013-01-30 Christopher Allan... Move template hook over to a template_hook tag. Seems...
2013-01-30 Christopher Allan... Geolocation stuff, including including templates seems...
2013-01-30 Christopher Allan... Very start of plugin hooks and openstreetmap pluginific...
2013-01-30 ElrondBetter Py3 compat: d.has_key(k) -> k in d
2013-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-21 Sebastian SpaethNormalize the email address in the same way in all...
2013-01-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-17 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-01-17 ElrondMove workbench into tools directory.
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-15 Sebastian SpaethDisallow ":" as part of a media slug
2013-01-07 Sebastian SpaethMove db.sql.models* to db.models*
2013-01-07 Christopher Allan... Make translitcodec optional, and work nicely without it.
2012-12-26 Sebastian SpaethFix up symlinks in exif bump
2012-12-25 Sebastian SpaethRemove ObjectId from the tree
2012-12-25 Sebastian SpaethRemove InvalidId
2012-12-25 Sebastian SpaethRIP out mongo
2012-12-25 Sebastian SpaethUpdate extlib/EXIF
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 Sebastian SpaethProvide tools.response.render_http_exception and use...
2012-12-21 Sebastian SpaethRemove Mongoism query.skip()
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-21 Sebastian SpaethRemove webob from render_to_response
2012-12-21 Sebastian SpaethExtend redirect helper to take optional location keyword
2012-12-20 Sebastian SpaethMove DBModel._id -> DBModel.id
2012-12-14 Christopher Allan... Switching both gettext calls to _() so babel can find...
2012-12-14 Christopher Allan... Add comments explaining how translitcodec *is* used
2012-12-14 Sebastian SpaethAdd example to the lazy gettext version to make clear...
2012-12-14 Sebastian SpaethUse the correct translation mechanism
2012-12-04 Sebastian SpaethRemove gridify_*
2012-12-04 Sebastian SpaethFallback to "en_US" if browser does not send preferred...
2012-12-03 Sebastian SpaethProvide jinja2 urlencode filter
2012-12-02 Sebastian Spaethen_US is always available
2012-12-02 Christopher Allan... Fixing bug where not all conditions returned a language...
2012-12-02 Sebastian SpaethFall back to "en" if we don't find matching translations
2012-12-01 Sebastian SpaethHonor user's browser language (#558)
2012-12-01 Sebastian SpaethFix i18n in our browser
2012-11-30 Sebastian SpaethImplement licenses.get_license_by_url
2012-11-30 Sebastian SpaethImprove mediagoblin.tools.licenses
2012-11-29 ElrondMerge remote-tracking branch 'spaetz/formerge/538_FORBI...
2012-11-29 Sebastian SpaethFix error page text
2012-11-29 ElrondMerge remote-tracking branch 'spaetz/formerge/bundle_xm...
2012-11-29 ElrondMerge remote-tracking branch 'spaetz/formerge/507_remov...
2012-11-29 Sebastian SpaethImplement generic error pages
2012-11-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2012-11-26 ElrondMerge remote-tracking branch 'spaetz/390_delim' into...
2012-11-20 Sebastian SpaethPurge routes package from MG (#507)
2012-11-16 Sebastian SpaethNo need to strip the tag 4 times
2012-11-14 Sebastian SpaethSlightly shorten the media_tags_as_string function
2012-11-14 dunkypRemove tag delimiter configurability (#390), fixed...
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-10-02 Joar WandborgFixed pylint issues, removed unused import
2012-09-30 Joar WandborgChanged copy.copy(get_params) to dict(get_params)
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-26 Joar WandborgAdded tests for HTTP callbacks
2012-09-26 Joar WandborgHTTP callback fixes
2012-09-26 Joar WandborgAdded support for http callbacks on processing
2012-09-21 Joar WandborgAdded flask-wtf html5 fields to extlib
2012-09-13 Joar WandborgCreated API plugin, moved api_auth to the API plugin
2012-09-13 Joar WandborgAdd OAuth models, plugin DB migrations, api_auth
2012-08-27 warpFix for issue #491, invert latitude when neccesary.
2012-08-19 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2012-08-13 Aleksejreplaced os.path.split()[0] with os.path.dirname()...
2012-08-07 Jakob Kramerallow pre+code tags in rendered HTML
2012-08-07 Jakob Kramerrenamed MARKDOWN_INSTANCE to UNSAFE_...
2012-07-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/gandaro...
next