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