Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
[ikiwiki.git] / IkiWiki / Render.pm
2006-06-16 joey* Put back the encode_utf8 in the input to markdown...
2006-06-11 joey* Patch from Recai Oktaş to improve utf-8 support,...
2006-06-02 joey* Reorganised the doc wiki's todo/* pages, using a...
2006-06-01 joey* More security review.
2006-05-29 joey* Add --timeformat config option to allow changing...
2006-05-26 joey* --getctime had bitrotted (well I only ever used it...
2006-05-26 joeyutf-8 support seems to be working now
2006-05-26 joeybetter fix for empty actions list issue
2006-05-26 joeyfix call to getctime
2006-05-26 joey* Rebuilding on upgrade to this version is recommended.
2006-05-26 joey* The page name and parent links has switched from...
2006-05-05 joey* Allow discussion links on pages to be turned off...
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 joey* Added smiley plugin, nicely controlled and documented...
2006-05-03 joeyrather a lot of changes to make hyperestraier search...
2006-05-03 joeychange plugin interface to use named parameters for...
2006-05-02 joeyah, the joys of test-based development..
2006-05-02 joey* Split off an IkiWiki.pm out of ikiwiki and have all...
2006-05-02 joeydeep copy/untaint arrays in setup
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...