allow misctemplate callers to pass params to suppress actions etc
[ikiwiki.git] / IkiWiki.pm
2010-05-15 Joey Hessallow misctemplate callers to pass params to suppress...
2010-05-15 Joey Hessrefactor template actions
2010-05-15 Joey Hessenable action bar on misctemplates
2010-05-08 Joey HessUse xhtml friendly pubdate setting.
2010-05-07 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-05-07 Joey HessMerge branch 'master' into commentreorg
2010-05-07 Joey Hessfix undef warning when page() tests a deleted file
2010-05-07 Joey Hessfix param passing to match_glob
2010-05-07 Joey Hessmoved comments pending moderation
2010-05-06 Joey Hessmove meat of type checking to match_page where it belongs
2010-05-06 Joey Hessrefactor
2010-05-06 Joey Hessrename ispage variable
2010-05-06 Joey Hessremove unused indexlink function and template variable
2010-05-05 Joey Hessremove misc.tmpl checking
2010-05-05 Joey Hessallow search form visibility to be controlled on the...
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...
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...
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...
next