summaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
AgeCommit message (Expand)Author
2006-05-26better fix for empty actions list issuejoey
2006-05-26fix call to getctimejoey
2006-05-26* Rebuilding on upgrade to this version is recommended.joey
2006-05-26* The page name and parent links has switched from using a <h1> to a styledjoey
2006-05-05* Allow discussion links on pages to be turned off with --no-discussion.joey
2006-05-05* Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubberjoey
2006-05-05rename the "render" hook to "change", which is clearerjoey
2006-05-04* Added smiley plugin, nicely controlled and documented by the smileys page.joey
2006-05-03rather a lot of changes to make hyperestraier search be a plugin, allowingjoey
2006-05-03change plugin interface to use named parameters for flexabilityjoey
2006-05-02ah, the joys of test-based development..joey
2006-05-02* Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey
2006-05-02deep copy/untaint arrays in setupjoey
2006-05-02* Added plugin system, currently only supporting for PreProcessorDirectives.joey
2006-05-01change calling convention for preprocessor functionsjoey
2006-05-01* Rename inlinepage to depends, so that it can be used to refer to morejoey
2006-04-25implemented html sanitisationjoey
2006-04-24commit changes for email subscriptionsjoey
2006-04-04Convert postprocessordirectives into preprocessordirectives, so they arejoey
2006-04-04proper binmode settings so that with -CSD, ikiwiki will support unicodejoey
2006-03-29fixesjoey
2006-03-29added --hyperestraier switch, which turns on search supportjoey
2006-03-29improve fix for symlink attacks to check subdirectories for symlinks toojoey
2006-03-29Implemented --underlaydir, and moved files provided by underlay out of docjoey
2006-03-29css supportjoey
2006-03-29html validation fixes:joey
2006-03-29Improved handling of wikilinks containing characters that are not allowedjoey
2006-03-28support [[linktext|pagename]] linksjoey
2006-03-28There was a bug that [[inline archive="yes]] created an RSS link, but no feed.joey
2006-03-26fix rss url in nested pagesjoey
2006-03-24implemented upgradehookshjoey
2006-03-24add blog post templatejoey
2006-03-24big speedupjoey
2006-03-24Removed the rss feeds for every page, which wasn't really entirely useful.joey
2006-03-24add archive pages and fix some bugsjoey
2006-03-24hold onto your hats, full-fledged blogging has arrived in ikiwiki!joey
2006-03-23preserve ctimes across rebuildsjoey
2006-03-23Add file cretion times to the index file.joey
2006-03-23fix for already relative urlsjoey
2006-03-23improve description field for rssjoey
2006-03-23add support for generating per-page rss feedsjoey
2006-03-23support arbitrary characters in page titles, via some ugly use of unicodejoey
2006-03-23Major code reoganisation, splitting up the single big file. The two goalsjoey