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