aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools
Commit message (Expand)AuthorAgeFilesLines
* removing old callable utilities and porting stuff over.Christopher Allan Webber2013-04-191-67/+1
* we should be returning the result, not None!Christopher Allan Webber2013-04-191-1/+1
* fixing hook_handle for when result is never assigned, avoid reference without...Christopher Allan Webber2013-04-191-0/+2
* As Elrond points out, we might as well .pop() default_handlerChristopher Allan Webber2013-04-191-1/+1
* Hooks: the Next Generation!Christopher Allan Webber2013-04-191-0/+90
* And... pyblosxom code removed again :)Christopher Allan Webber2013-04-191-114/+0
* pyblosxom run_callback hoistedChristopher Allan Webber2013-04-181-0/+114
* Start to use six for basestring.Elrond2013-04-181-1/+2
* Merge remote-tracking branch 'refs/remotes/tsyesika/394-fuzzy-timestamp'Christopher Allan Webber2013-04-133-0/+120
|\
| * Adds the unit tests and removes useless function we don't useJessica T2013-04-121-7/+0
| * Adds the timesince ability which fixes #394Jessica T2013-04-113-0/+127
* | Merge branch '637_friendlier_hooks'Christopher Allan Webber2013-04-101-0/+67
|\ \ | |/ |/|
| * Remove unhandled_okay from kwargs if it's there before passing to functions.Christopher Allan Webber2013-04-101-1/+3
| * callable hook convenience functions.. now work, and with tests!Christopher Allan Webber2013-04-101-2/+2
| * Convenience functions for callable hooksChristopher Allan Webber2013-04-071-0/+65
* | Fix sessions so they work across the site.Christopher Allan Webber2013-04-101-3/+1
* | Make session cookies more secure.Elrond2013-04-091-3/+6
* | Fix left over from variable renaming.Elrond2013-04-091-1/+4
* | Call is_updated instead of testing it boolean.Brett Smith2013-03-251-1/+1
* | Harden It's Dangerous key management.Brett Smith2013-03-241-20/+45
* | Set a starting value for session.send_new_cookie.Brett Smith2013-03-241-1/+5
* | Delete the session cookie on an empty session.Brett Smith2013-03-241-1/+4
* | Back sessions with It's Dangerous.Brett Smith2013-03-242-1/+61
* | Improve fs security for itsdangerous secret.Elrond2013-03-221-2/+6
* | Docs for get_timed_signer_url.Elrond2013-03-221-0/+26
* | Basic itsdangerous infrastructure.Elrond2013-03-221-0/+55
|/
* A more realistic "con" explaination in the docstring of exif_fix_image_orient...Christopher Allan Webber2013-03-151-1/+4
* Huge amount of work to (mostly) allow .ogg (and maybe other) formats to skip ...Christopher Allan Webber2013-03-021-1/+0
* simplified get_usefulAndrás Veres-Szentkirályi2013-02-221-6/+1
* use dict.iteritems() instead of dict.items()András Veres-Szentkirályi2013-02-221-1/+1
* use list expression instead of 3-deep forAndrás Veres-Szentkirályi2013-02-221-7/+2
* simplified clean_exifAndrás Veres-Szentkirályi2013-02-221-6/+2
* close file properly and remove unneeded variableAndrás Veres-Szentkirályi2013-02-221-6/+2
* typofix in commentAndrás Veres-Szentkirályi2013-02-221-1/+1
* use key in dict instead of key in dict.keys()András Veres-Szentkirályi2013-02-221-1/+1
* Merge remote-tracking branch 'pythonsnake/537_version'Elrond2013-02-191-0/+2
|\
| * Fix bug 537pythonsnake2013-02-101-0/+2
* | Fix deleting media with attachments.Elrond2013-02-181-1/+1
|/
* Use system wide EXIF package, if available.Elrond2013-02-071-1/+5
* Improve formatting for hook template docs.Elrond2013-01-311-1/+8
* Switching set syntax to python2.6 compatibleChristopher Allan Webber2013-01-311-1/+1
* Even better documentation for get_hook_templates!Christopher Allan Webber2013-01-301-1/+9
* Improved documentation for get_hook_templates, noting the template tagChristopher Allan Webber2013-01-301-0/+9
* Moved the docstring for the plugin template stuff from the class to module me...Christopher Allan Webber2013-01-301-13/+19
* No need for an __init__ at all in the TemplateHookExtension, really.Christopher Allan Webber2013-01-301-4/+1
* Move template hook over to a template_hook tag. Seems to work! :)Christopher Allan Webber2013-01-301-1/+37
* Geolocation stuff, including including templates seems to be working-ishChristopher Allan Webber2013-01-302-1/+12
* Very start of plugin hooks and openstreetmap pluginificationChristopher Allan Webber2013-01-301-0/+27
* Better Py3 compat: d.has_key(k) -> k in dElrond2013-01-303-4/+3
* Merge branch '216_cwebber_style_unique_slugs'Christopher Allan Webber2013-01-251-1/+1
|\