aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAge
* rst: Use Python 3 instead of Python 2Simon McVittie2018-02-28
* plugins/proxy.py: be compatible with Python 3Simon McVittie2014-09-04
* partially revert 154c4ea9echrysn2014-03-12
* properly encode and decode from/to utf8 when sending rpc to ikiwikiAntoine Beaupré2014-02-03
* Fix python proxy to not crash when fed unicode data in getstate and setstate.Joey Hess2013-07-10
* proxy: add indexes to format stringsW. Trevor King2012-10-10
* rst: add indexes to format stringsW. Trevor King2012-10-10
* proxy: convert iteritems() and and itervalues() to items() and values()W. Trevor King2012-09-29
* proxy: don't pass arguments to format_exc() in IkiWikiProcedureProxy.run()W. Trevor King2012-09-29
* proxy: SimpleXMLRPCServer renamed to xmlrpc.server in Python 3W. Trevor King2012-09-29
* proxy: xmlrpclib renamed to xmlrpc.client in Python 3W. Trevor King2012-09-29
* proxy: update string formatting and error catching syntaxW. Trevor King2012-09-29
* proxy: bump to version 0.2W. Trevor King2012-09-28
* proxy: update copyright owners (based on the Git history)W. Trevor King2012-09-28
* rst: update string formatting and error catching syntaxW. Trevor King2012-09-28
* rst: bump to version 0.4W. Trevor King2012-09-28
* rst: strip trailing whitespaceW. Trevor King2012-09-28
* rst: update copyright owners (based on the Git history)W. Trevor King2012-09-28
* rst: import docutils lazily, to avoid errors during ikiwiki --setupSimon McVittie2011-10-22
* Changed license of madduck's python plugins from GPL-2 to BSD-2-clause.Joey Hess2011-05-19
* format plugin categorizationJoey Hess2010-02-12
* Use env hack in python scripts.Joey Hess2009-12-29
* Support RPC::XML 0.69's incompatable object instantiation method.Joey Hess2009-09-29
* rst: Introduce _to_dict to turn argument list into keword argsUlrik Sverdrup2009-09-28
* function injection overhaulJoey Hess2008-10-21
* change example to override a real functionJoey Hess2008-10-21
* add getsetup hookJoey Hess2008-08-06
* scan hook works, remove NotImplemented exceptionmartin f. krafft2008-03-21
* Do not output xml-rpc debuggingmartin f. krafft2008-03-21
* Flesh out pythondemomartin f. krafft2008-03-21
* Handle going down with an exceptionmartin f. krafft2008-03-21
* put XMLStreamParser in public namespacemartin f. krafft2008-03-21
* Allow individual hook registration to override IDmartin f. krafft2008-03-21
* Refactor remote procedure calls in the proxymartin f. krafft2008-03-21
* Make proxy object available to hook functionsmartin f. krafft2008-03-21
* add last parameter to plugin registrationmartin f. krafft2008-03-21
* Allow external plugins to return no valuemartin f. krafft2008-03-21
* first implementation of a python demomartin f. krafft2008-03-17
* force data written to stdout to be a stringmartin f. krafft2008-03-17
* Print traceback for unhandled exceptionsmartin f. krafft2008-03-17
* rename register_hook to just hook, for consistency with the perlJoey Hess2008-03-15
* does not need to be executableJoey Hess2008-03-15
* fix debug methodmartin f. krafft2008-03-15
* improve debug outputmartin f. krafft2008-03-15
* remove todo comment about refactoringmartin f. krafft2008-03-15
* fix meta datamartin f. krafft2008-03-15
* Bump rst plugin version to 0.3martin f. krafft2008-03-15
* Rewrite rst plugin for Python xml-rpc proxymartin f. krafft2008-03-15
* Provide XML-RPC proxy abstraction for Python pluginsmartin f. krafft2008-03-15
* add debbug reference to SimpleXMLRPCDispatcher workaroundmartin f. krafft2008-03-12