* Finally implemented a simple per-page data storage mechanism for plugins,
[ikiwiki.git] / doc / plugins / write.mdwn
2007-12-08 Joey Hess* Finally implemented a simple per-page data storage...
2007-12-08 Joey HessMAJOR basewiki reorg
2007-11-17 Joey Hessbroken link
2007-11-13 Joey Hess* inline: Add timeformat parameter to control how the...
2007-09-22 joeydocument will_render better
2007-09-22 joey* map: Render pages on the way to subpages whose parent...
2007-08-28 joey* Support for looking in multiple directories for under...
2007-08-26 joey* Add an editcontent hook.
2007-08-21 joeyfixes
2007-08-21 joeyreorg all the pages about rcs backends. Fix all links
2007-08-17 joeyclean up
2007-08-17 joey* Applied Jeremie Koenig's pluggable editpage buttons...
2007-08-13 joeyimproved docs, add a tutorial for writing plugins
2007-08-13 joey* Fix --libdir to work at the command line.
2007-08-05 joey* Add sessioncgi hook.
2007-08-05 joey* Add rel=tag attribute to tag links, supporting that...
2007-07-26 joey* Add templatefile hook.
2007-07-17 joeyimprove urlto docs
2007-07-07 joeyweb commit by TaylorKillian
2007-06-15 joeyfix header
2007-05-28 joeyescape some code
2007-05-17 joey* Add a destpage parameter to the filter hook.
2007-05-09 joey* Add the needsbuild hook. Plugins can use this to...
2007-05-06 joeycorrect documentation about scan hook (which has never...
2007-04-27 joeythe kind of perl code that can only be written at 4...
2007-04-27 joey* Make pagespec_match on failure return a value that...
2007-04-27 joey* pagespec_match() has changed to take named parameters...
2007-04-10 joey* Add a new %destsources hash, which maps between a...
2007-04-08 joeyfix missing text
2007-04-07 joeyweb commit by JoshTriplett: Use inline code blocks...
2007-04-01 joey* Finally apply the index.html patch, with thanks to...
2007-03-21 joey* Fix link() PageSpecs to not just look at the raw...
2007-03-06 joey* Add preview parameter to preprocesser calls, use...
2007-02-20 joey* Changed calling convention for httmllink slightly...
2007-02-15 joey* Many changes to make ikiwiki very resistant to write...
2007-02-12 joey* Allow plugins to add new types of tests that can...
2007-02-07 joeyfixes and more tests
2007-02-06 joey* Patch based on a patch from Ethan to support relative...
2007-02-02 joey* Add canedit hook, allowing arbitrary controls over...
2006-12-29 joey* Initial work on internationalization of the program...
2006-11-20 joey* Add "last" parameter to hook function. Very basic...
2006-11-20 joeytypo
2006-11-20 joey* Make auth methods pluggable.
2006-10-28 joey instead of over and over. Typical speedup is ~4x...
2006-10-27 joeyrevert spammer
2006-10-27 joeyweb commit by shoesorder
2006-10-24 joeyweb commit by NicolasDuboc
2006-10-15 joey* Add no_override parameter to hook().
2006-10-08 joey* Atom feed support based on a patch by Clint Adams.
2006-10-08 joey* Change %renderedfiles to store an array of files...
2006-09-16 joey* pagetemplate hooks are now also called when generatin...
2006-09-09 joey* Add a module version number to IkiWiki, so you can...
2006-09-09 joey* Work on firming up the plugin interface:
2006-09-07 joeyweb commit by joey
2006-09-07 joeyweb commit by joey
2006-09-07 joeyweb commit by joey
2006-08-28 joey* Change htmlize, format, and sanitize hooks to use...
2006-08-23 joeyupdate
2006-08-23 joeyreorganise, include preprocess in the right order
2006-08-12 joey* If the meta plugin overides the page title, set a...
2006-08-04 joey* Don't run tidy with -xml as that fails if the input...
2006-08-02 joey* Renamed GlobLists to PageSpecs.
2006-07-30 joey* ikiwiki can now download and aggregate feeds with...
2006-07-30 joey* Add a run_hooks function for the common task of runni...
2006-07-29 joey* Put categories in rss feeds for tagged items.
2006-07-28 joeyimprove
2006-07-28 joey* Add getopt hook type, this allows plugins to add...
2006-07-28 joeysmall improvements
2006-07-27 joeymore destpage improvements
2006-07-27 joey* Switch pagetemplate hooks to using named parameters.
2006-07-27 joey - Adds a tag plugin that allows more easily tagging...
2006-07-03 joey* Support htmlize plugins and make mdwn one such plugin...
2006-06-02 joeymeta headers are not sanitised; prevent html leaking...
2006-06-02 joey* Reorganised the doc wiki's todo/* pages, using a...
2006-05-26 joey* The page name and parent links has switched from...
2006-05-05 joey* Removed --sanitize and --no-sanitize, replaced with...
2006-05-05 joeyrename the "render" hook to "change", which is clearer
2006-05-04 joeylink updates
2006-05-04 joey* Added smiley plugin, nicely controlled and documented...
2006-05-03 www-dataweb commit by joey
2006-05-03 www-dataweb commit by joey
2006-05-03 www-dataweb commit by joey
2006-05-03 www-dataweb commit by joey
2006-05-03 www-dataweb commit by joey
2006-05-03 www-dataweb commit by joey
2006-05-03 www-dataweb commit by joey: change to plugin interface
2006-05-02 joey* Patch from Thomas Schwinge to switch from --svn to...
2006-05-02 www-dataweb commit by joey
2006-05-02 www-dataweb commit by joey
2006-05-02 www-dataweb commit by joey
2006-05-02 www-dataweb commit by joey
2006-05-02 joey* Added plugin system, currently only supporting for...