aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
Commit message (Expand)AuthorAge
* call delete hook even if only internal pages are deletedJoey Hess2010-05-07
* Delete hooks are passed deleted internal pages.Joey Hess2010-05-06
* inline: Call indexhtml when inlining internal pages, so their text can be ind...Joey Hess2010-05-06
* Renamed postscan hook to indexhtml, to reflect its changed position.Joey Hess2010-05-06
* rename ispage variableJoey Hess2010-05-05
* remove unusedJoey Hess2010-05-05
* add ISPAGE variable to page.tmplJoey Hess2010-05-05
* Fixes a bug in skipping of illegal source files introduced in 3.20100427.Joey Hess2010-05-04
* Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary link...Joey Hess2010-05-03
* Add parameter to displaytime to specify that it is a pubdate, and in html5 mo...Joey Hess2010-05-02
* html5 optionJoey Hess2010-05-01
* loop on pagesources, not ctimeJoey Hess2010-04-26
* Fix removal of rendered files in rebuild mode.Joey Hess2010-04-26
* rebuild on template removalJoey Hess2010-04-24
* bugfixesJoey Hess2010-04-24
* add support for mass dependenciesJoey Hess2010-04-24
* special case for page.tmpl dependency handlingJoey Hess2010-04-23
* look for templates in srcdir and underlays, firstJoey Hess2010-04-22
* Merge branch 'master' into autotagJoey Hess2010-04-21
|\
| * fix false positive in link_types_changedJoey Hess2010-04-21
* | remember autofiles that were tried and failed to be addedJoey Hess2010-04-21
* | remember autofiles alwaysJoey Hess2010-04-21
* | bugfixesJoey Hess2010-04-21
* | remove verify_src_fileJoey Hess2010-04-21
* | Merge branch 'master' into autotagJoey Hess2010-04-20
|\|
| * fix minor bug if a page's name is "0"Joey Hess2010-04-20
| * change wordingJoey Hess2010-04-19
| * move message into if blockJoey Hess2010-04-19
* | move File::Find control back into its code blocksJoey Hess2010-04-17
* | move decode_utf8 closer to reason for itJoey Hess2010-04-17
* | 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
| * fix bugs in `find_src_files()`.David Riebenbauer2010-02-03
| * Revert the effects of find_del_files() for (re)autoadded files.David Riebenbauer2010-02-02
| * Process files from @autofiles in refresh().David Riebenbauer2010-02-02
| * Code deduplication fin find_src_files()David Riebenbauer2010-02-02
* | automatically run --gettime, and optimise it for gitJoey Hess2010-04-16
* | --gettime revampJoey Hess2010-04-16
* | Fix some typos that would break Render during changed-link calculationSimon McVittie2010-04-04
* | implement typed links; add tagged_is_strict config optionSimon McVittie2010-04-04
* | don't check $@ after pagespec_translateJoey Hess2010-03-28
* | Add new --clean option; this makes ikiwiki remove all built files in the dest...Joey Hess2010-02-28
|/
* fix actions accountingJoey Hess2010-01-04
* Fix several places that did not properly handle capitalization of the discuss...Joey Hess2010-01-02
* fix inverted testJoey Hess2009-12-02
* fix bestlink to not return just-deleted pagesJoey Hess2009-11-30
* Moved the postscan hook to run on the raw html of a page, before the template...Joey Hess2009-11-08