]> sipb.mit.edu Git - ikiwiki.git/commitdiff
ugly bug
authorJoey Hess <joey@kitenet.net>
Wed, 9 Jun 2010 21:13:35 +0000 (17:13 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 9 Jun 2010 21:13:35 +0000 (17:13 -0400)
doc/bugs/preview_pagestate.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/preview_pagestate.mdwn b/doc/bugs/preview_pagestate.mdwn
new file mode 100644 (file)
index 0000000..1497390
--- /dev/null
@@ -0,0 +1,11 @@
+If a change to a page is previewed, but not saved, `%pagestate` and
+`%wikistate` can be changed, and saved. Actually, it's not limited to
+those. Seems that spurious dependencies can be added, though existing
+dependencies will at least not be removed.
+
+It calls saveindex to record state about files created on disk for the
+preview. Those files will expire later. However, saveindex also
+saves other state changes.
+
+Seems like it needs to isolate all state changes when previewing... ugh.
+--[[Joey]]