summaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
AgeCommit message (Expand)Author
2011-03-21Avoid escaping / characters in filenames when building the cgiurl, as this co...Joey Hess
2010-11-16Fix escaping of filenames in historyurl. (Thanks, aj)Joey Hess
2010-09-10Pass array of names of files that have been deleted to needsbuild hook as sec...Joey Hess
2010-09-07needsbuild hook interface changed; the hooks should now return the modified a...Joey Hess
2010-08-02Run the preprocess hooks in scan mode *before* the scan hooks.intrigeri
2010-08-02Revert "Added a rescan hook."intrigeri
2010-07-30Added a rescan hook.intrigeri
2010-06-23rcs_getctime and rcs_getmtime take relative filenamesJoey Hess
2010-06-17avoid dying if cannot chdir to an underlaydirJoey Hess
2010-06-15Make --gettime be honored after initial setup.Joey Hess
2010-06-15fix other cases of unicode mixing issueJoey Hess
2010-06-15Fix issues with combining unicode srcdirs and source files.Joey Hess
2010-06-15Fix issues with combining unicode srcdirs and source files.Joey Hess
2010-05-18Fix a bug that prevented matching deleted comments, and so did not update pag...Joey Hess
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