aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
Commit message (Expand)AuthorAge
* * Allow discussion links on pages to be turned off with --no-discussion.joey2006-05-05
* * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubberjoey2006-05-05
* rename the "render" hook to "change", which is clearerjoey2006-05-05
* * Added smiley plugin, nicely controlled and documented by the smileys page.joey2006-05-04
* rather a lot of changes to make hyperestraier search be a plugin, allowingjoey2006-05-03
* change plugin interface to use named parameters for flexabilityjoey2006-05-03
* ah, the joys of test-based development..joey2006-05-02
* * Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey2006-05-02
* deep copy/untaint arrays in setupjoey2006-05-02
* * Added plugin system, currently only supporting for PreProcessorDirectives.joey2006-05-02
* change calling convention for preprocessor functionsjoey2006-05-01
* * Rename inlinepage to depends, so that it can be used to refer to morejoey2006-05-01
* implemented html sanitisationjoey2006-04-25
* commit changes for email subscriptionsjoey2006-04-24
* Convert postprocessordirectives into preprocessordirectives, so they arejoey2006-04-04
* proper binmode settings so that with -CSD, ikiwiki will support unicodejoey2006-04-04
* fixesjoey2006-03-29
* added --hyperestraier switch, which turns on search supportjoey2006-03-29
* improve fix for symlink attacks to check subdirectories for symlinks toojoey2006-03-29
* Implemented --underlaydir, and moved files provided by underlay out of docjoey2006-03-29
* css supportjoey2006-03-29
* html validation fixes:joey2006-03-29
* Improved handling of wikilinks containing characters that are not allowedjoey2006-03-29
* support [[linktext|pagename]] linksjoey2006-03-28
* There was a bug that [[inline archive="yes]] created an RSS link, but no feed.joey2006-03-28
* fix rss url in nested pagesjoey2006-03-26
* implemented upgradehookshjoey2006-03-24
* add blog post templatejoey2006-03-24
* big speedupjoey2006-03-24
* Removed the rss feeds for every page, which wasn't really entirely useful.joey2006-03-24
* add archive pages and fix some bugsjoey2006-03-24
* hold onto your hats, full-fledged blogging has arrived in ikiwiki!joey2006-03-24
* preserve ctimes across rebuildsjoey2006-03-23
* Add file cretion times to the index file.joey2006-03-23
* fix for already relative urlsjoey2006-03-23
* improve description field for rssjoey2006-03-23
* add support for generating per-page rss feedsjoey2006-03-23
* support arbitrary characters in page titles, via some ugly use of unicodejoey2006-03-23
* Major code reoganisation, splitting up the single big file. The two goalsjoey2006-03-23