summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2007-03-17* Make ikiwiki -verbose -setup with a setup file that enabled syslog loggingjoey
2007-03-17* Fix some broken logic in cgi creation of a subpage when a toplevel pagejoey
2007-03-17simplify preview codejoey
2007-03-11add postsparkline plugin, providing sparkliney stats goodness for blogjoey
2007-03-08correct dup page name detect in blog posting codejoey
2007-03-08typojoey
2007-03-08* Correct a deadlock that could occur in post-commit if the aggregate pluginjoey
2007-03-08* The underscore escaping support exposed a bug in edit links: Such linksjoey
2007-03-07add colspan supportjoey
2007-03-07cleanupjoey
2007-03-07missed a fewjoey
2007-03-07further refinementjoey
2007-03-07further refinementjoey
2007-03-07more i18n improvementsjoey
2007-03-07* Add a table plugin, derived from the one written by Victor Moral.joey
2007-03-07My fix to support encoded underscores in page titles broke links to pagesjoey
2007-03-07* The slash escaping when adding to a blog from the CGI was not workingjoey
2007-03-07support previewing of sparklines: embed in data uris for previewjoey
2007-03-07improve l10njoey
2007-03-07deal with new preview parameterjoey
2007-03-07* Add a sparline plugin.joey
2007-03-06* Add preview parameter to preprocesser calls, use this rather than thejoey
2007-03-03remove debugging codejoey
2007-03-02* Add "template" option to inline plugin to allow for use of customisedjoey
2007-02-25increase plugin interface to 1.02joey
2007-02-24* Patch from Ethan to improve behavior if a page is deleted or moved whilejoey
2007-02-24* Correct a bug that could lead to infinite looping after signin in somejoey
2007-02-23* Patch from HenrikBrixAndersen to fix a broken use of foreach in thejoey
2007-02-21using setsid before import.. how did that ever work?joey
2007-02-21fix breakagejoey
2007-02-21* Since the CGI had to drop the wiki lock to avoid deadlocking thejoey
2007-02-21* Elegant patch from Ethan to clean up the display of page names in thejoey
2007-02-20* Make img plugin not fail immediately if Image::Magick is not available.joey
2007-02-20* Don't error out if estcmd fails, just print a warning message. estcmd isjoey
2007-02-20* Changed calling convention for httmllink slightly. The first threejoey
2007-02-15improve stringjoey
2007-02-15add day of week to prettydate, and i18njoey
2007-02-15italisise urlsjoey
2007-02-15supress redef warningjoey
2007-02-15* Add a prettydate plugin that formats dates in a more readable fashion.joey
2007-02-15* Patch from Ethan to allow using meta tags to set creation dates of pages.joey
2007-02-15* Many changes to make ikiwiki very resistant to write failuresjoey
2007-02-14* Allow multiple tag settings to appear in a single page.joey
2007-02-14* Fix the template, toggle, and conditional plugins to filter text beforejoey
2007-02-12* Allow plugins to add new types of tests that can be used in PageSpecs.joey
2007-02-10* Fix a security hole that allowed a web user to edit images and otherjoey
2007-02-08* Add "reverse" option to inline to invert sort orders.joey
2007-02-06* Patch based on a patch from Ethan to support relative matching injoey
2007-02-05* Add feedshow option to allow reducing the number of items included injoey
2007-02-03 code checking for locked pages into a new "lockedit" plugin. Both arejoey