add last parameter to plugin registration
[ikiwiki.git] / IkiWiki.pm
2008-03-21 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-03-21 Joey Hessfix page source storing
2008-03-21 Joey Hessfix transition call
2008-03-21 Joey Hessadd transition code for indexdb
2008-03-21 Joey HessChanged to a binary index file, written using Storable...
2008-03-21 Joey HessPrecompile pagespecs, about 10% overall speedup
2008-03-21 Joey Hessimprove comment
2008-03-17 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-03-17 Joey Hess* Detect invalid pagespecs and do not merge them in...
2008-03-17 Joey Hess* Correct bug in encoding of %pagestate keys, fixes...
2008-02-24 Joey Hesstypo
2008-02-12 Joey Hess* Add the linkify and scan hooks. These hooks can be...
2008-02-10 Josh TriplettMerge branch 'master' into prefix-directives
2008-02-10 Josh TriplettTighten page name regex to not allow carriage returns...
2008-02-07 Josh TriplettAllow whitespace in page names.
2008-02-05 Joey HessMerge branch 'master' into prefix-directives
2008-02-04 Joey Hess* inline: Add new `allowrss` and `allowatom` config...
2008-02-03 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-03 Joey Hessclear %pagestate in loadindex
2008-01-30 Joey Hessmove openiduser function to the openid plugin
2008-01-30 Joey HessMerge git://git.samba.org/jelmer/ikiwiki
2008-01-29 Joey Hess* meta: Add pagespec functions to match against title...
2008-01-29 Joey Hessimprove support for internal pages
2008-01-29 Joey Hessnon-tabular recentchanges display
2008-01-29 Joey Hess* Removed support for sending commit notification mails...
2008-01-29 Joey Hessonly linkify openids in userlink
2008-01-29 Joey Hessmove userlink to IkiWiki.pm
2008-01-28 Josh TriplettAdd new preprocessor directive syntax¸ using a '!'...
2008-01-09 Joey Hessfix
2008-01-09 Joey Hessnot only markdown adds gunk, so remove it in the main...
2008-01-09 Joey HessCall preprocessor hooks in void context during the...
2007-12-17 Joey Hessfurther improve the .. regexp
2007-12-17 Joey Hess* Don't refuse to render files with ".." in their name...
2007-12-12 Joey Hess * Allow dashes in preprocessor directive commands...
2007-12-10 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2007-12-10 Joey Hess* Fix file pruning code to work if ikiwiki is run with...
2007-12-08 Joey Hessbug fix
2007-12-08 Joey Hess* Finally implemented a simple per-page data storage...
2007-11-27 Joey Hess* Add umask configuration option. Closes: #443329
2007-11-18 Joey Hess* Don't consider links to anchors on the same page...
2007-11-17 Joey Hessneed to remove trailing slashes in not one, but 2 places
2007-11-17 Joey Hess* Allow trailing slashes after page names in wikilinks.
2007-11-13 Joey Hess* inline: Add timeformat parameter to control how the...
2007-10-13 joey* Add a "createlink" class attribute to the span for...
2007-10-10 joeyclear hashes in loadindex, so that it can safely be...
2007-09-24 joey* Don't allow whitespace in link text in a wikilink...
2007-09-22 joeyimprove diagnostics
2007-09-22 joey* map: Render pages on the way to subpages whose parent...
2007-09-05 joey* table: Text::CSV doesn't return decoded unicode ...
2007-08-28 joeyfix
2007-08-28 joeyDon't allow newlines in link text in a wikilink.
2007-08-28 joey* Support for looking in multiple directories for under...
2007-08-26 joey* Fix a bug in unlockwiki intorduced last version that...
2007-08-21 joey* Avoid ugly gettext messages if LANG is empty. Closes...
2007-08-21 joeyfix undef issue
2007-08-21 joeyfix libdir tainting
2007-08-21 joey* Add monotone support, contributed by William Uther.
2007-08-15 joey* Various minor fixes and stylistic improvements sugges...
2007-08-14 joey* Fix bug in deletion/move during edit code introduced...
2007-08-14 joeythe perl critic reminded me that the library shouldn...
2007-08-13 joey* Change yet again how unhandled and escaped preprocess...
2007-08-13 joey* Fix --libdir to work at the command line.
2007-08-11 joey* Support pagespec "functions" with no parameters,...
2007-08-05 joey* Add rel=tag attribute to tag links, supporting that...
2007-07-27 joey* Add a libdir config option to let ikiwiki load perl...
2007-07-25 joey* Add a htmlext config option, this can be used to...
2007-07-20 joey* Correct some issues with escaped preprocessor directives.
2007-06-26 joey* Patch fixing various additional problems with test...
2007-06-23 joey* Allow svnpath config option to contain additional...
2007-06-03 joey* Fix wrapper generator and untaint code's handling...
2007-06-01 joey* Explode some of the more insane regexps.
2007-05-30 joey* Apply a patch from Carl Worth adding support for...
2007-05-29 joey* Correct some issues with display of unhandled preproc...
2007-05-24 joey* Deal better with rebuilds that involve moving files...
2007-05-21 joeyimprove messages
2007-05-21 joey* Change the aggregate plugin's locking strategy. Now...
2007-05-17 joey* Add a destpage parameter to the filter hook.
2007-05-09 joshtriplett* Add an account-creation password as a simple anti...
2007-04-29 joey* Enable openid logins by default.
2007-04-27 joeyfolding
2007-04-27 joey* Make pagespec_match return an object that can be...
2007-04-27 joeyminor improvements
2007-04-27 joshtriplett* Fix bestlink to use pagecase for pages in userdir...
2007-04-27 joeythe kind of perl code that can only be written at 4...
2007-04-27 joey* Make pagespec_match on failure return a value that...
2007-04-27 joey* pagespec_match() has changed to take named parameters...
2007-04-15 joey* Add .dpkg-tmp to prune regexp, so that if ikiwiki...
2007-04-14 joeyexpost %destsources
2007-04-14 joey* Apply patch from Ethan to improve an error message...
2007-04-13 joey* Internal version number and installdir substitutions...
2007-04-10 joey* Optimise displaytime, trimming maybe 6% off the build...
2007-04-10 joey* Add a new %destsources hash, which maps between a...
2007-04-09 joeyuse err facility when logging errors to syslog
2007-04-06 joeyoops
2007-04-06 joey* Fix display of escaped wikilinks containing anchors.
2007-04-04 joey* Fix a bug that caused link(foo) to succeed if page...
2007-04-01 joey* Finally apply the index.html patch, with thanks to...
2007-03-31 joey* Hide excess backlinks and expand using CSS trick...
2007-03-24 joey* Finally fixed the longstanding inline removal bug.
2007-03-21 joey* Fix link() PageSpecs to not just look at the raw...
next