* Added plugin system, currently only supporting for PreProcessorDirectives.
[ikiwiki.git] / IkiWiki / Render.pm
2006-05-02 joey* Added plugin system, currently only supporting for...
2006-05-01 joeychange calling convention for preprocessor functions
2006-05-01 joey* Rename inlinepage to depends, so that it can be used...
2006-04-25 joeyimplemented html sanitisation
2006-04-24 joeycommit changes for email subscriptions
2006-04-04 joeyConvert postprocessordirectives into preprocessordirect...
2006-04-04 joeyproper binmode settings so that with -CSD, ikiwiki...
2006-03-29 joeyfixes
2006-03-29 joeyadded --hyperestraier switch, which turns on search...
2006-03-29 joeyimprove fix for symlink attacks to check subdirectories...
2006-03-29 joeyImplemented --underlaydir, and moved files provided...
2006-03-29 joeycss support
2006-03-29 joeyhtml validation fixes:
2006-03-29 joeyImproved handling of wikilinks containing characters...
2006-03-28 joeysupport [[linktext|pagename]] links
2006-03-28 joeyThere was a bug that [[inline archive="yes]] created...
2006-03-26 joeyfix rss url in nested pages
2006-03-24 joeyimplemented upgradehooksh
2006-03-24 joeyadd blog post template
2006-03-24 joeybig speedup
2006-03-24 joeyRemoved the rss feeds for every page, which wasn't...
2006-03-24 joeyadd archive pages and fix some bugs
2006-03-24 joeyhold onto your hats, full-fledged blogging has arrived...
2006-03-23 joeypreserve ctimes across rebuilds
2006-03-23 joeyAdd file cretion times to the index file.
2006-03-23 joeyfix for already relative urls
2006-03-23 joeyimprove description field for rss
2006-03-23 joeyadd support for generating per-page rss feeds
2006-03-23 joeysupport arbitrary characters in page titles, via some...
2006-03-23 joeyMajor code reoganisation, splitting up the single big...