Merge commit 'intrigeri/pedigree'
[ikiwiki.git] / IkiWiki.pm
2008-07-16 Joey HessMerge commit 'intrigeri/pedigree'
2008-07-15 intrigeripedigree rename to parentlinks: rename/adapt everything
2008-07-14 Simon McVittieMerge commit 'origin/master' into aggregateinternal
2008-07-14 Simon McVittieMerge branch 'master' of git://git.ikiwiki.info
2008-07-13 Joey HessError handling improvement for preprocess hooks. It...
2008-07-13 Simon McVittieMerge branch 'css'
2008-07-13 Joey Hessonly htmlize errors when cgi is actually running
2008-07-12 Joey HessMerge commit 'smcv/master'
2008-07-12 Joey HessMove yesno function out of inline and into IkiWiki...
2008-07-11 Joey Hessrename beautify_url to stress it only works on the...
2008-07-11 Joey HessRevert "Revert "Fix a bug with links to pages whose...
2008-07-11 Joey HessRevert "Fix a bug with links to pages whose names conta...
2008-07-11 Joey Hesswhitespace
2008-07-08 Joey HessFix a bug with links to pages whose names contained...
2008-07-06 Joey HessMerge branch 'master' into tova
2008-07-06 Joey Hesseditpage escaping fixes
2008-07-02 Joey Hesstypo
2008-07-02 Joey Hessfactor out glob2re
2008-07-02 Joey HessMerge branch 'master' into tova
2008-07-02 Joey Hesstypo
2008-07-02 Joey Hessfactor out glob2re
2008-07-02 Joey HessMerge branch 'tova'
2008-07-01 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-07-01 Joey Hessbetter approach for cgi upload disabling
2008-06-15 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-06-15 Joey Hessappend index.html to url generated by urlto("")
2008-06-04 Joey HessPass a destpage parameter to the sanitize hook.
2008-06-04 Joey Hessmove indexing to sanitize hook
2008-05-28 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-05-28 Joey HessAdd rel=nofollow to edit links. This may prevent some...
2008-05-22 Joey HessAvoid unsightly warning message when evaling broken...
2008-05-15 Joey HessENV can be used in the setup file to override environme...
2008-05-07 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-05-07 Joey HessOptimised file statting code when scanning for modified...
2008-05-05 Joey Hessavoid strange FreeBSD problem
2008-05-02 Joey HessFix ugly display when editing a page that has vanished.
2008-04-24 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-04-24 Joey HessCorrect a bug in pagespec matching, where a empty pages...
2008-04-10 Joey HessFix missing import of escapeHTML in userlink. (Scott...
2008-03-30 Joey HessAdded a hardlink option in the setup file, useful if...
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...
next