aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/pluginapi.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused imports and local variables.Ben Sturmfels2021-09-231-2/+0
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-2/+2
* Fix plugin documentationSebastian Spaeth2013-09-041-1/+1
* 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
* 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
* Improve formatting for hook template docs.Elrond2013-01-311-1/+8
* 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
* Geolocation stuff, including including templates seems to be working-ishChristopher Allan Webber2013-01-301-1/+8
* Very start of plugin hooks and openstreetmap pluginificationChristopher Allan Webber2013-01-301-0/+27
* Purge routes package from MG (#507)Sebastian Spaeth2012-11-201-6/+4
* Fixed OAuth access_token duplicate routeJoar Wandborg2012-10-151-0/+1
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-1/+1
* Created API plugin, moved api_auth to the API pluginJoar Wandborg2012-09-131-29/+0
* Add OAuth models, plugin DB migrations, api_authJoar Wandborg2012-09-131-1/+34
* Rework plugin infrastructure to nix side-effectsWill Kahn-Greene2012-07-171-60/+40
* Finish flatpagesplugin; add plugin docsWill Kahn-Greene2012-07-161-1/+49
* Flatpages first passWill Kahn-Greene2012-07-161-1/+33
* Update documentation for pluginsWill Kahn-Greene2012-05-161-12/+41
* 401. Plugin infrastructureWill Kahn-Greene2012-05-131-0/+118