aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Disallow ":" as part of a media slugSebastian Spaeth2013-01-151-1/+1
* | Normalize the email address in the same way in all placesSebastian Spaeth2013-01-211-0/+13
* | Move workbench into tools directory.Elrond2013-01-171-0/+164
|/
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Make translitcodec optional, and work nicely without it.Christopher Allan Webber2013-01-061-3/+12
* Fix up symlinks in exif bumpSebastian Spaeth2012-12-262-1916/+1
* Remove ObjectId from the treeSebastian Spaeth2012-12-252-2/+2
* Remove InvalidIdSebastian Spaeth2012-12-251-9/+3
* RIP out mongoSebastian Spaeth2012-12-251-1/+1
* Update extlib/EXIFSebastian Spaeth2012-12-253-3/+1917
* Rewrite routing using new MGRoute classElrond2012-12-231-12/+15
* Move things from routing.py to tools/routing.pyElrond2012-12-231-0/+63
* Provide tools.response.render_http_exception and use thatSebastian Spaeth2012-12-231-0/+19
* Remove Mongoism query.skip()Sebastian Spaeth2012-12-211-2/+5
* Remove webob from render_to_responseSebastian Spaeth2012-12-211-1/+5
* Extend redirect helper to take optional location keywordSebastian Spaeth2012-12-211-10/+17
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-212-3/+3
* Switching both gettext calls to _() so babel can find/extract them.Christopher Allan Webber2012-12-141-4/+6
* Add comments explaining how translitcodec *is* usedChristopher Allan Webber2012-12-141-0/+2
* Add example to the lazy gettext version to make clear when it's appropriateSebastian Spaeth2012-12-141-1/+4
* Use the correct translation mechanismSebastian Spaeth2012-12-141-3/+4
* Remove gridify_*Sebastian Spaeth2012-12-041-31/+0
* Fallback to "en_US" if browser does not send preferred languagesSebastian Spaeth2012-12-041-16/+13
* Provide jinja2 urlencode filterSebastian Spaeth2012-12-031-0/+4
* en_US is always availableSebastian Spaeth2012-12-021-7/+8
* Fixing bug where not all conditions returned a language in get_locale_from_re...Christopher Allan Webber2012-12-011-1/+2