Allow individual hook registration to override ID
[ikiwiki.git] / plugins /
2008-03-21 martin f. krafftAllow individual hook registration to override ID
2008-03-21 martin f. krafftRefactor remote procedure calls in the proxy
2008-03-21 martin f. krafftMake proxy object available to hook functions
2008-03-21 martin f. krafftadd last parameter to plugin registration
2008-03-21 martin f. krafftAllow external plugins to return no value
2008-03-17 martin f. krafftfirst implementation of a python demo
2008-03-17 martin f. krafftforce data written to stdout to be a string
2008-03-17 martin f. krafftPrint traceback for unhandled exceptions
2008-03-15 Joey Hessrename register_hook to just hook, for consistency...
2008-03-15 Joey Hessdoes not need to be executable
2008-03-15 martin f. krafftfix debug method
2008-03-15 martin f. krafftimprove debug output
2008-03-15 martin f. krafftremove todo comment about refactoring
2008-03-15 martin f. krafftfix meta data
2008-03-15 martin f. krafftBump rst plugin version to 0.3
2008-03-15 martin f. krafftRewrite rst plugin for Python xml-rpc proxy
2008-03-15 martin f. krafftProvide XML-RPC proxy abstraction for Python plugins
2008-03-12 martin f. krafftadd debbug reference to SimpleXMLRPCDispatcher workaround
2008-03-12 martin f. krafftHandle SimpleXMLRPCDispatcher arg count change in Py2.5
2007-10-15 joey* Rewritten rst plugin by madduck is a python program...
2007-10-13 joeyimprove comment
2007-08-13 joeymemoization for injected RPC functions is a very, very...
2007-08-13 joey* Fix --libdir to work at the command line.