summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
AgeCommit message (Expand)Author
2010-05-05no more misc.tmplJoey Hess
2010-05-02Add parameter to displaytime to specify that it is a pubdate, and in html5 mo...Joey Hess
2010-05-01set html5 option as advanced for nowJoey Hess
2010-05-01html5 optionJoey Hess
2010-04-30no need to use HTML::EntitiesJoey Hess
2010-04-28TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not in-...Joey Hess
2010-04-26Add page() PageSpec, which is like glob() but matches only pages, not other ...Joey Hess
2010-04-26Fix removal of rendered files in rebuild mode.Joey Hess
2010-04-24reword templatedir descriptionJoey Hess
2010-04-24add support for mass dependenciesJoey Hess
2010-04-24bugfixJoey Hess
2010-04-24template() - return params in list contextJoey Hess
2010-04-24bugfixJoey Hess
2010-04-23fix return of tpageJoey Hess
2010-04-23allow template pages to not be under templates/Joey Hess
2010-04-23allow a bare page name to be specified as a templateJoey Hess
2010-04-22refactor to remove template_paramsJoey Hess
2010-04-22look for templates in srcdir and underlays, firstJoey Hess
2010-04-22remove add_templates optionJoey Hess
2010-04-22only remove page from influences when influences are not staticJoey Hess
2010-04-22Merge branch 'autotag'Joey Hess
2010-04-22improved fix for depends_simple_mixupJoey Hess
2010-04-21indentJoey Hess
2010-04-21Merge branch 'master' into autotagJoey Hess
2010-04-21add missing undef guard in derelJoey Hess
2010-04-21Merge branch 'master' into autotagJoey Hess
2010-04-21layoutJoey Hess
2010-04-21Always give createlink class to links to nonexistent pagesGiuseppe Bilotta
2010-04-20Merge branch 'master' into autotagJoey Hess
2010-04-20remove 2 argument form of file_prunedJoey Hess
2010-04-17unfinished file_prune revampJoey Hess
2010-04-17refactor autofilesJoey Hess
2010-04-17whitespaceJoey Hess
2010-04-17Merge remote branch 'davrieb/autotag' into autotagJoey Hess
2010-04-16automatically run --gettime, and optimise it for gitJoey Hess
2010-04-16--gettime revampJoey Hess
2010-04-12refactor sortspec translationJoey Hess
2010-04-11optimization: pagespec_match_list with no num limit matches before sortingJoey Hess
2010-04-06minor style etc changesJoey Hess
2010-04-06Merge remote branch 'smcv/ready/sort-package'Joey Hess
2010-04-06Merge remote branch 'smcv/ready/link-types'Joey Hess
2010-04-05Use $a and $b for SortSpec cmp callbacksSimon McVittie
2010-04-05fix bug that left stray </p> tagsJoey Hess
2010-04-04Remove the typedlink(tag foo) pagespec feature, which is less friendly than t...Simon McVittie
2010-04-04implement typed links; add tagged_is_strict config optionSimon McVittie
2010-04-03Make sure deleted tag pages don't get recreated.David Riebenbauer
2010-04-03Revert "Revert the effects of find_del_files() for (re)autoadded files."David Riebenbauer
2010-04-03Check for existence off srcfile in add_autofileDavid Riebenbauer
2010-04-03Move sort hooks to the IkiWiki::SortSpec namespaceSimon McVittie
2010-04-03Remove support for check_cmp_foo (pre-sort checks)Simon McVittie