aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
Commit message (Expand)AuthorAge
* improve warning message for multiple sources for pageJoey Hess2016-05-31
* Silence "used only once: possible typo" warnings for variables that are part ...Simon McVittie2016-01-19
* Sort backlinks deterministically, by falling back to sorting by href if the l...Simon McVittie2015-06-09
* Populate pagectime from mtime or inode change time, whichever is olderSimon McVittie2015-06-09
* In rebuilds, assume that every page has been scanned by the time the scan pha...Simon McVittie2015-06-09
* Revert "Assume that every page has been scanned by the time the scan phase ends"Simon McVittie2015-06-08
* page.tmpl: tell mobile browsers we have a responsive layout, unless told not toSimon McVittie2014-12-01
* Fix crash that can occur when only_committed_changes is set and a file is del...Joey Hess2014-09-26
* Assume that every page has been scanned by the time the scan phase endsSimon McVittie2014-03-05
* Track whether we're in the scan or render phaseSimon McVittie2014-03-05
* IkiWiki::Render: make 'scan' idempotentSimon McVittie2014-03-05
* minor optJoey Hess2013-11-16
* guard against lastrev being "" just in caseJoey Hess2013-11-16
* Added only_committed_changes config setting, which speeds up wiki refresh by ...Joey Hess2013-11-16
* optimize for common case where list is not changedJoey Hess2013-07-10
* Fix crash that could occur when a needsbuild hook returned a file that does n...Joey Hess2013-07-10
* prune: do not prune beyond an optional base directory, and add a testSimon McVittie2012-04-07
* uniq list for changed hookJoey Hess2012-04-02
* fix hook nameJoey Hess2012-03-28
* Added a "changes" hook. Renamed the "change" hook to "rendered", butJoey Hess2012-03-28
* Add a build_affected hook so trail doesn't have to injectSimon McVittie2012-03-18
* oopsJoey Hess2011-07-26
* Fix typo in Danish translation of shortcuts page that caused expoentional reg...Joey Hess2011-07-26
* IkiWiki::Render: run scan hooks for internal pages, as well as preprocessingSimon McVittie2011-06-04
* Avoid escaping / characters in filenames when building the cgiurl, as this co...Joey Hess2011-03-21
* Fix escaping of filenames in historyurl. (Thanks, aj)Joey Hess2010-11-16
* Pass array of names of files that have been deleted to needsbuild hook as sec...Joey Hess2010-09-10
* needsbuild hook interface changed; the hooks should now return the modified a...Joey Hess2010-09-07
* Run the preprocess hooks in scan mode *before* the scan hooks.intrigeri2010-08-02
* Revert "Added a rescan hook."intrigeri2010-08-02
* Added a rescan hook.intrigeri2010-07-30
* rcs_getctime and rcs_getmtime take relative filenamesJoey Hess2010-06-23
* avoid dying if cannot chdir to an underlaydirJoey Hess2010-06-17
* Make --gettime be honored after initial setup.Joey Hess2010-06-15
* fix other cases of unicode mixing issueJoey Hess2010-06-15
|\
| * Fix issues with combining unicode srcdirs and source files.Joey Hess2010-06-15
* | Fix issues with combining unicode srcdirs and source files.Joey Hess2010-06-15
|/
* Fix a bug that prevented matching deleted comments, and so did not update pag...Joey Hess2010-05-18
* refactor template actionsJoey Hess2010-05-14
* nasty update to ugly hack to allow comment() pagespecs to workJoey Hess2010-05-07
* 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