diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-09 17:44:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-09 17:44:40 -0400 |
commit | 24b59b3a9edb350ef0dc064b0a3f3cdee01f81be (patch) | |
tree | 7397521e97ea8fa8a65f46e9cb29ece923c8293e /debian | |
parent | b2327cfae4ac7da1df7bbf848f575b553f74eafb (diff) |
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 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5cfb9ce89..96188c093 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ ikiwiki (3.20100609) unstable; urgency=low * Fix support for globbing in tagged() pagespecs. * Fix display of sidebar when previewing page edit. (Thanks, privat) * relativedate: Fix problem with localised dates not working. + * editpage: Avoid storing accidental state changes when previewing pages. -- Joey Hess <joeyh@debian.org> Mon, 31 May 2010 20:44:17 -0400 |