aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
Commit message (Expand)AuthorAge
* fix param passing to match_globJoey Hess2010-05-06
* move meat of type checking to match_page where it belongsJoey Hess2010-05-06
* refactorJoey Hess2010-05-05
* rename ispage variableJoey Hess2010-05-05
* remove unused indexlink function and template variableJoey Hess2010-05-05
* remove misc.tmpl checkingJoey Hess2010-05-05
* allow search form visibility to be controlled on the templateJoey Hess2010-05-05
* no more misc.tmplJoey Hess2010-05-05
* Add parameter to displaytime to specify that it is a pubdate, and in html5 mo...Joey Hess2010-05-02
* set html5 option as advanced for nowJoey Hess2010-05-01
* html5 optionJoey Hess2010-05-01
* no need to use HTML::EntitiesJoey Hess2010-04-30
* TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not in-...Joey Hess2010-04-28
* Add page() PageSpec, which is like glob() but matches only pages, not other ...Joey Hess2010-04-26
* Fix removal of rendered files in rebuild mode.Joey Hess2010-04-26
* reword templatedir descriptionJoey Hess2010-04-24
* add support for mass dependenciesJoey Hess2010-04-24
* bugfixJoey Hess2010-04-24
* template() - return params in list contextJoey Hess2010-04-24
* bugfixJoey Hess2010-04-24
* fix return of tpageJoey Hess2010-04-23
* allow template pages to not be under templates/Joey Hess2010-04-23
* allow a bare page name to be specified as a templateJoey Hess2010-04-23
* refactor to remove template_paramsJoey Hess2010-04-22
* look for templates in srcdir and underlays, firstJoey Hess2010-04-22
* remove add_templates optionJoey Hess2010-04-22
* only remove page from influences when influences are not staticJoey Hess2010-04-22
* Merge branch 'autotag'Joey Hess2010-04-22
|\
| * Merge branch 'master' into autotagJoey Hess2010-04-21
| |\
| * \ Merge branch 'master' into autotagJoey Hess2010-04-21
| |\ \
| * \ \ Merge branch 'master' into autotagJoey Hess2010-04-20
| |\ \ \
| * | | | refactor autofilesJoey Hess2010-04-17
| * | | | whitespaceJoey Hess2010-04-17
| * | | | Merge remote branch 'davrieb/autotag' into autotagJoey Hess2010-04-17
| |\ \ \ \
| | * | | | Make sure deleted tag pages don't get recreated.David Riebenbauer2010-04-03
| | * | | | Revert "Revert the effects of find_del_files() for (re)autoadded files."David Riebenbauer2010-04-03
| | * | | | Check for existence off srcfile in add_autofileDavid Riebenbauer2010-04-03
| | * | | | Revert "Make srcfile() return undef, if the file isn't there."David Riebenbauer2010-02-03
| | * | | | Export add_autofile() for use in Plugins.David Riebenbauer2010-02-02
| | * | | | Revert the effects of find_del_files() for (re)autoadded files.David Riebenbauer2010-02-02
| | * | | | Add a function add_autofiles().David Riebenbauer2010-02-02
| | * | | | Make srcfile() return undef, if the file isn't there.David Riebenbauer2010-02-02
* | | | | | improved fix for depends_simple_mixupJoey Hess2010-04-22
* | | | | | indentJoey Hess2010-04-21
| |_|_|_|/ |/| | | |
* | | | | add missing undef guard in derelJoey Hess2010-04-21
| |_|_|/ |/| | |
* | | | layoutJoey Hess2010-04-21
* | | | Always give createlink class to links to nonexistent pagesGiuseppe Bilotta2010-04-21
| |_|/ |/| |
* | | remove 2 argument form of file_prunedJoey Hess2010-04-20
* | | unfinished file_prune revampJoey Hess2010-04-17
|/ /
* | automatically run --gettime, and optimise it for gitJoey Hess2010-04-16