]> sipb.mit.edu Git - ikiwiki.git/commit
IkiWiki::Render: make 'scan' idempotent
authorSimon McVittie <smcv@debian.org>
Fri, 13 Sep 2013 08:14:24 +0000 (09:14 +0100)
committerSimon McVittie <smcv@debian.org>
Wed, 5 Mar 2014 10:42:19 +0000 (10:42 +0000)
commitcad753baf9b25ddd8e4cb5454766fce1cdc4217a
tree08542fdc01ba624de6c16ebc51e65dff58f70aa3
parent007eded20cb9ba9d528281a41a95b54db2157df5
IkiWiki::Render: make 'scan' idempotent

If it does nothing when a page has already been scanned, we can use it
at any time to force a page to be scanned. In particular, the
templatebody plugin is going to need this.
IkiWiki/Render.pm