]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki.pm
Merge commit '58a07f9e5436ec815c0cb5736a9680096c977eed' into sipb
[ikiwiki.git] / IkiWiki.pm
2014-01-31  Anders KaseorgMerge commit '58a07f9e5436ec815c0cb5736a9680096c977eed...
2014-01-31  Anders KaseorgMerge commit 'd69f6057d1e1787fa3c19cc13c40eb3e9b822283...
2014-01-31  Anders KaseorgMerge commit 'a547d2685866898665fad221939b0b820a42a088...
2014-01-31  Anders KaseorgMerge commit 'baaa848f6c06b0b3a59677d3551e130c65e5fde7...
2010-05-05  Joey Hessno more misc.tmpl
2010-05-02  Joey HessAdd parameter to displaytime to specify that it is...
2010-05-02  Joey Hessset html5 option as advanced for now
2010-05-02  Joey Hesshtml5 option
2010-04-30  Joey Hessno need to use HTML::Entities
2010-04-28  Joey HessTMPL_INCLUDE re-enabled for templates read from the...
2010-04-26  Joey HessAdd page() PageSpec, which is like glob() but matches...
2010-04-26  Joey HessFix removal of rendered files in rebuild mode.
2010-04-25  Joey Hessreword templatedir description
2010-04-25  Joey Hessadd support for mass dependencies
2010-04-24  Joey Hessbugfix
2010-04-24  Joey HessMerge branch 'master' into templatemove
2010-04-24  Joey Hesstemplate() - return params in list context
2010-04-24  Joey Hessbugfix
2010-04-24  Joey HessMerge branch 'master' into templatemove
2010-04-24  Joey HessMerge branch 'master' into templatemove
2010-04-24  Joey HessMerge branch 'master' into templatemove
2010-04-23  Joey HessMerge branch 'master' into templatemove
2010-04-23  Joey HessMerge branch 'master' into templatemove
2010-04-23  Joey Hessfix return of tpage
2010-04-23  Joey Hessallow template pages to not be under templates/
2010-04-23  Joey Hessallow a bare page name to be specified as a template
2010-04-22  Joey Hessrefactor to remove template_params
2010-04-22  Joey Hesslook for templates in srcdir and underlays, first
2010-04-22  Joey Hessremove add_templates option
2010-04-22  Joey Hessonly remove page from influences when influences are...
2010-04-22  Joey HessMerge branch 'autotag'
2010-04-22  Joey Hessimproved fix for depends_simple_mixup
2010-04-22  Joey Hessindent
2010-04-22  Joey HessMerge branch 'master' into autotag
2010-04-22  Joey HessMerge branch 'master' into autotag
2010-04-21  Joey HessMerge branch 'master' into autotag
2010-04-21  Joey Hessadd missing undef guard in derel
2010-04-21  Joey HessMerge branch 'master' into autotag
2010-04-21  Joey HessMerge branch 'master' into autotag
2010-04-21  Joey Hesslayout
2010-04-21  Giuseppe BilottaAlways give createlink class to links to nonexistent pages
2010-04-20  Joey HessMerge branch 'master' into autotag
2010-04-20  Joey HessMerge branch 'file_pruned_revamp'
2010-04-20  Joey HessMerge branch 'master' into file_pruned_revamp
2010-04-20  Joey Hessremove 2 argument form of file_pruned
2010-04-20  Joey HessMerge branch 'master' into file_pruned_revamp
2010-04-17  Joey Hessunfinished file_prune revamp
2010-04-17  Joey Hessrefactor autofiles
2010-04-17  Joey Hesswhitespace
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 option
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-20  Quentin SmithMerge branch 'master' into sipb
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-03-13  Quentin SmithMerge branch 'master' into sipb
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.
next