word-wrapping the public/queue storage explainations in storage.rst
[mediagoblin.git] / mediagoblin / tools /
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-04-26 Rodney EwingRemoved an unused import
2013-04-25 ElrondNo lazy_* needed here; Add ReallyLazyProxy.__repr__.
2013-04-24 Christopher Allan... Adding ReallyLazyProxy, a proxy that does what we expect :)
2013-04-24 Christopher Allan... Switching non-forms back to using normal pass_to_ugettext
2013-04-24 Aditi MittalFix-bug-667-Use-lazy_pass_to_ugettext-for-forms.
2013-04-24 ElrondCreate set_thread_locale and use it.
2013-04-20 Christopher Allan... Merge remote-tracking branch 'remotes/npigeon/ticket...
2013-04-19 Christopher Allan... removing old callable utilities and porting stuff over.
2013-04-19 Christopher Allan... we should be returning the result, not None!
2013-04-19 Christopher Allan... fixing hook_handle for when result is never assigned...
2013-04-19 Christopher Allan... As Elrond points out, we might as well .pop() default_h...
2013-04-19 Christopher Allan... Hooks: the Next Generation!
2013-04-19 Christopher Allan... And... pyblosxom code removed again :)
2013-04-18 Christopher Allan... pyblosxom run_callback hoisted
2013-04-18 ElrondStart to use six for basestring.
2013-04-14 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tsyesika...
2013-04-13 Nathan YerglerMerge remote-tracking branch 'joar-github/oauth/refresh...
2013-04-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tsyesika...
2013-04-12 Jessica TAdds the unit tests and removes useless function we...
2013-04-11 Jessica TAdds the timesince ability which fixes #394
2013-04-10 Christopher Allan... Merge branch '637_friendlier_hooks'
2013-04-10 Christopher Allan... Remove unhandled_okay from kwargs if it's there before...
2013-04-10 Christopher Allan... callable hook convenience functions.. now work, and...
2013-04-10 Christopher Allan... Fix sessions so they work across the site.
2013-04-09 ElrondMake session cookies more secure.
2013-04-09 ElrondFix left over from variable renaming.
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-04-07 Christopher Allan... Convenience functions for callable hooks
2013-03-25 Brett SmithCall is_updated instead of testing it boolean.
2013-03-24 Brett SmithHarden It's Dangerous key management.
2013-03-24 Brett SmithSet a starting value for session.send_new_cookie.
2013-03-24 Brett SmithDelete the session cookie on an empty session.
2013-03-24 Brett SmithBack sessions with It's Dangerous.
2013-03-22 ElrondImprove fs security for itsdangerous secret.
2013-03-22 ElrondDocs for get_timed_signer_url.
2013-03-22 ElrondBasic itsdangerous infrastructure.
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...
next