aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/preview_pagestate.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-09 17:44:40 -0400
committerJoey Hess <joey@kitenet.net>2010-06-09 17:44:40 -0400
commit24b59b3a9edb350ef0dc064b0a3f3cdee01f81be (patch)
tree7397521e97ea8fa8a65f46e9cb29ece923c8293e /doc/bugs/preview_pagestate.mdwn
parentb2327cfae4ac7da1df7bbf848f575b553f74eafb (diff)
downloadikiwiki-24b59b3a9edb350ef0dc064b0a3f3cdee01f81be.tar
ikiwiki-24b59b3a9edb350ef0dc064b0a3f3cdee01f81be.tar.gz
editpage: Avoid storing accidental state changes when previewing pages.
This is a slow, safe, stupid approach. Could make deep copies of the data structures as backups instead of re-loading the index from disk.
Diffstat (limited to 'doc/bugs/preview_pagestate.mdwn')
-rw-r--r--doc/bugs/preview_pagestate.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/preview_pagestate.mdwn b/doc/bugs/preview_pagestate.mdwn
index 14973908b..7f7ec0976 100644
--- a/doc/bugs/preview_pagestate.mdwn
+++ b/doc/bugs/preview_pagestate.mdwn
@@ -9,3 +9,5 @@ saves other state changes.
Seems like it needs to isolate all state changes when previewing... ugh.
--[[Joey]]
+
+[[done]]