summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
AgeCommit message (Expand)Author
2006-07-28Hope encrico doesn't mind, but I changed the location and layout of thejoey
2006-07-27more destpage improvementsjoey
2006-07-27* Switch pagetemplate hooks to using named parameters.joey
2006-07-27 - Adds a tag plugin that allows more easily tagging pages.joey
2006-07-27* Patch from Enrico thatjoey
2006-07-26* Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks.joey
2006-07-26* Run page through any relevant filters when generating a page preview.joey
2006-07-07* Add wikitext markup plugin, which supports ".wiki" pages written in thejoey
2006-07-04* Don't sent pings if the wiki is being rebuilt.joey
2006-07-03add htmlisejoey
2006-07-03* Add a html plugin, which can be used to write wikis in raw html,joey
2006-07-03use "use open" pragma to avoid manually needing to specify utf8 everywherejoey
2006-07-03* Support htmlize plugins and make mdwn one such plugin, which is enabled byjoey
2006-07-02remove the blog_list sub, only used one place and simplifies code to dojoey
2006-07-02* Centralised all calls to HTML::Template and force all the templatesjoey
2006-06-27don't die fatally herejoey
2006-06-27* Support pinging services such as Technorati using XML-RPC to notify themjoey
2006-06-25* Fix orphans plugin to not count a link to a nonexistant page as a reasonjoey
2006-06-08* Fix absolute url munging in rss generation to support https, ftp, etc urlsjoey
2006-06-02meta headers are not sanitised; prevent html leaking into themjoey
2006-06-02* Reorganised the doc wiki's todo/* pages, using a link/tag to flagjoey
2006-05-29* Add --timeformat config option to allow changing how dates are displayed.joey
2006-05-26* --getctime had bitrotted (well I only ever used it the once so far..),joey
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-25* Tell HTML::Scrubber to treat "/" as a valid attribute which is itsjoey
2006-05-06* Remove dups from the brokenlinks list.joey
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-05let's actually work, shall we?joey
2006-05-05haiku pluginjoey
2006-05-04updatejoey
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-02* Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey
2006-05-02* Add an orphans plugin for finding pages that nothing links to.joey
2006-05-02* Added plugin system, currently only supporting for PreProcessorDirectives.joey