Lines Matching full:is
11 * never archives its current revision (only the previous content is copied to the attic on
12 * replace or delete). So the attic copy of the current revision is always missing, and the
39 * A media file whose mtime is bumped without any content change (a touch, an rsync --times,
41 * revision is never archived, so there is no copy to compare against; the recorded size is
42 * used instead, and an unchanged size means the content did not change: the mtime is reset
43 * to the recorded revision date and no changelog entry is added.
69 * A media file genuinely replaced outside DokuWiki (different content, newer mtime) is an
72 * zero old size and therefore the whole new file as the change). The new content is not
100 'the current revision is not archived, so the external edit is not snapshotted either'
105 * With more than one recorded revision the old size is reconstructed from the previous
141 * An external media edit whose mtime is older than the last revision cannot trust that
142 * mtime as its date, so it is dated just after the last revision. The current file's mtime
143 * is then repaired forward to that date (media does not archive, but the base class still
144 * fixes the mtime) so the same change is not re-detected on the next read.
157 $this->expectLogMessage('current file modification time is older than last revision date');
165 … $this->assertEquals($lastRev + 1, $currentRev, 'the edit is dated just after the last revision');
167 // the file mtime is repaired forward, so a fresh read does not re-detect the change