aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/external.pm
Commit message (Expand)AuthorAge
* external: Disable RPC::XML's "smart" encoding, which sent ints for strings th...Joey Hess2010-09-14
* Support RPC::XML 0.69's incompatable object instantiation method.Joey Hess2009-09-29
* remove pagespec_match_list override for externalJoey Hess2009-05-06
* external: Fix pagespec_match and pagespec_match_list. Closes: #527281Joey Hess2009-05-06
* typoJoey Hess2009-04-23
* pagespec_match_list added and used in most appropriate placesJoey Hess2009-04-23
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* function injection overhaulJoey Hess2008-10-21
* disable warnings when redefining functionsJoey Hess2008-10-21
* external: Fix support for hooks called in an array context.Joey Hess2008-08-06
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
* Allow external plugins to return no valuemartin f. krafft2008-03-21
* fix setstateJoey Hess2008-03-19
* make setargv take an arrayJoey Hess2008-03-19
* fix setvarJoey Hess2008-03-19
* getargv needs to return a list referenceJoey Hess2008-03-19
* * external: Add getargv and setargv methods to allow access to ikiwiki'sJoey Hess2008-03-15
* * external: Fix support of XML::RPC::fault.Joey Hess2008-03-15
* * Generate XML RPC messages with the encoding set to utf-8 insteadJoey Hess2008-02-11
* * Finally implemented a simple per-page data storage mechanism for plugins,Joey Hess2007-12-08
* untaint plugin filename, will be tainted if specified at the command linejoey2007-10-13
* memoization for injected RPC functions is a very, very good thingjoey2007-08-13
* * Fix --libdir to work at the command line.joey2007-08-13