aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/preview_pagestate.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-09 17:13:35 -0400
committerJoey Hess <joey@kitenet.net>2010-06-09 17:13:35 -0400
commit118750658885fa64a03c8860d8a3fe2573221276 (patch)
treef4185ff1aaab369e3b1545af65e1b97881c9b1c0 /doc/bugs/preview_pagestate.mdwn
parente93cee33786da51d80f375cbeb8fb24db24bf0c9 (diff)
downloadikiwiki-118750658885fa64a03c8860d8a3fe2573221276.tar
ikiwiki-118750658885fa64a03c8860d8a3fe2573221276.tar.gz
ugly bug
Diffstat (limited to 'doc/bugs/preview_pagestate.mdwn')
-rw-r--r--doc/bugs/preview_pagestate.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/preview_pagestate.mdwn b/doc/bugs/preview_pagestate.mdwn
new file mode 100644
index 000000000..14973908b
--- /dev/null
+++ b/doc/bugs/preview_pagestate.mdwn
@@ -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]]