Merge remote branch 'davrieb/autotag' into autotag
[ikiwiki.git] / IkiWiki.pm
2010-04-17 Joey HessMerge remote branch 'davrieb/autotag' into autotag
2010-04-16 Joey Hessautomatically run --gettime, and optimise it for git
2010-04-16 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-04-16 Joey Hess--gettime revamp
2010-04-12 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-04-12 Joey Hessrefactor sortspec translation
2010-04-11 Joey Hessoptimization: pagespec_match_list with no num limit...
2010-04-10 Joey HessMerge remote branch 'smcv/unescaped-meta'
2010-04-07 Joey Hessminor style etc changes
2010-04-07 Joey HessMerge remote branch 'smcv/ready/sort-package'
2010-04-07 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-04-07 Joey HessMerge remote branch 'smcv/ready/link-types'
2010-04-05 Simon McVittieUse $a and $b for SortSpec cmp callbacks
2010-04-05 Joey Hessfix bug that left stray </p> tags
2010-04-03 Simon McVittieRemove the typedlink(tag foo) pagespec feature, which...
2010-04-03 Simon McVittieimplement typed links; add tagged_is_strict config...
2010-04-03 David RiebenbauerMake sure deleted tag pages don't get recreated.
2010-04-03 David RiebenbauerRevert "Revert the effects of find_del_files() for...
2010-04-03 David RiebenbauerCheck for existence off srcfile in add_autofile
2010-04-03 Simon McVittieMove sort hooks to the IkiWiki::SortSpec namespace
2010-04-03 Simon McVittieRemove support for check_cmp_foo (pre-sort checks)
2010-04-03 Simon McVittieSplit out sortnaturally into a plugin
2010-03-29 Joey Hessdon't check $@ after pagespec_translate
2010-03-26 Joey HessFix incorrect influence info returned by a failing...
2010-03-25 Simon McVittieReimplement extensible sorting mechanisms, in the same...
2010-03-24 Simon McVittieAllow sorting to be combined and/or reversed
2010-03-24 Simon McVittieAllow hooks to add sorting functions to pagespec_match_list
2010-03-19 Joey Hessshorten setuptype
2010-03-19 Joey Hessallow multiple setup file types, and support safe parsing
2010-03-19 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-03-19 Joey Hessaudited use POSIX
2010-03-18 Joey Hessadd Makefile to exclude example
2010-03-18 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-03-18 Joey Hessset exclude example to match *.private and improve...
2010-03-14 Joey Hessslight optimisation to file_pruned
2010-03-14 Joey HessAdd a include setting, which can be used to make ikiwik...
2010-03-14 Joey HessImprove openid url munging; do not display anchors...
2010-02-28 Joey HessAdd new --clean option; this makes ikiwiki remove all...
2010-02-26 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-02-26 Joey HessLoosen regexp, to allow empty quoted parameters in...
2010-02-15 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-02-14 Joey Hessadd ngettext support & optimize gettext handling
2010-02-12 Joey HessAllow globs to be used in user() pagespecs.
2010-02-11 Joey Hesshttpauth: Add httpauth_pagespec setting that can be...
2010-02-06 Joey Hessupdate comment re openid library version
2010-02-04 Joey Hessfactor out a userpage function
2010-02-04 Joey Hessremove userlink()
2010-02-03 David RiebenbauerRevert "Make srcfile() return undef, if the file isn...
2010-02-02 David RiebenbauerExport add_autofile() for use in Plugins.
2010-02-02 David RiebenbauerRevert the effects of find_del_files() for (re)autoadde...
2010-02-02 David RiebenbauerAdd a function add_autofiles().
2010-02-02 David RiebenbauerMake srcfile() return undef, if the file isn't there.
2010-01-02 Joey HessMerge remote branch 'tove/master'
2009-12-14 Joey Hessfix typo
2009-11-30 Joey Hessfix bestlink to not return just-deleted pages
2009-11-26 Joey Hesscalendar: Add title attributes for all links in the...
2009-11-26 Joey Hesshtmllink: allow a title attribute to be specified
2009-10-14 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-10-13 Joey HessMerge branch 'dependency-types'
2009-10-13 Joey Hessremove debugging and cruft
2009-10-13 Joey Hessinfluence blocker implementation
2009-10-13 Joey Hessmatch_link: dynamic influence needed for page that...
2009-10-12 Joey HessMerge branch 'master' into dependency-types
2009-10-12 Joey HessMerge branch 'master' into dependency-types
2009-10-12 Joey HessMerge branch 'master' into dependency-types
2009-10-11 Joey HessMerge branch 'master' into dependency-types
2009-10-11 Joey HessMerge branch 'master' into dependency-types
2009-10-10 Joey HessMerge branch 'master' into dependency-types
2009-10-09 Joey Hessadd_depends: optimise influence calculation
2009-10-09 Joey Hessrework influence calculation
2009-10-09 Joey Hessfix pagespec_match_list handling of list parameter
2009-10-09 Joey Hesspagespec_match_list: change limit to filter
2009-10-09 Joey Hesspagespec_match_list allow additional pagespec limit...
2009-10-09 Joey Hessconditional: use yesno
2009-10-09 Joey Hessrename use_pagespec to pagespec_match_list
2009-10-09 Joey HessMerge branch 'master' into dependency-types
2009-10-09 Joey HessOptimize away most expensive file prune calls, when...
2009-10-08 Joey Hessuse_pagespec: do not fail with error when unable to...
2009-10-08 Joey Hessadd use_pagespec and deptype functions
2009-10-08 Joey Hessfix handling of influences of pagespecs that fail to...
2009-10-08 Joey Hessbugfix
2009-10-08 Joey Hessadd type info to influence information
2009-10-08 Joey HessMerge branch 'master' into dependency-types
2009-10-08 Joey Hessconvert add_depends to use influences
2009-10-08 Joey Hessadd influence info to match_*
2009-10-08 Joey HessMerge branch 'master' into dependency-types
2009-10-07 Joey Hessmake success and failreason objects carry an influences...
2009-10-07 Joey HessMerge branch 'master' into dependency-types
2009-10-07 Joey HessMerge branch 'master' into dependency-types
2009-10-07 Joey HessMerge branch 'master' into dependency-types
2009-10-07 Joey HessMerge branch 'master' into dependency-types
2009-10-06 Joey Hessadd_depends should default to content dependencies...
2009-10-06 Joey Hessoops!!
2009-10-06 Joey Hesssupport backlink() in pagespecs for links dependencies
2009-10-05 Joey HessMerge branch 'master' into dependency-types
2009-10-05 Joey HessMerge branch 'master' into dependency-types
2009-10-05 Joey Hessimplement links dependencies
2009-10-05 Joey Hessadd test suite for add_depends
2009-10-05 Joey HessMerge branch 'master' into dependency-types
2009-10-05 Joey Hessremove /i from regexp
next