inline: cope with addition/removal of file
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 28 Jan 2011 16:36:20 +0000 (17:36 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 21 Oct 2019 16:31:07 +0000 (18:31 +0200)
commit21c36686ade06e5ffcaa440083c3c94f3fa15b2a
tree12e767c757965f147c0b3039a4b3a6e5cd57c12a
parent584153b16e151f96f22b3ebdd1246cc41ad38c76
inline: cope with addition/removal of file

Since the inline times must be updated during the scan of the inlining
(rather than of the inlined) document(s), we must find the inlining
pages before the scan phase (specifically, during the needsbuild
phase) and mark them as changed too.

Additionally, we must also consider if there are pages being removed,
and in the affirmative case we must know which ones they are so that
they be ignored during the scan phase.
IkiWiki/Plugin/inline.pm