aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Preview_removes_page_location_drop-down_options.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-14 15:42:14 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-14 15:42:14 -0500
commit553136ec1f73246cde1dce300b15eec2e5e73a97 (patch)
treeb0486bb9ec44037ec0b6b8ca2d9b6f7ea52690de /doc/bugs/Preview_removes_page_location_drop-down_options.mdwn
parent8be2b60aaca495b84c299cf69ee8958603bd7204 (diff)
downloadikiwiki-553136ec1f73246cde1dce300b15eec2e5e73a97.tar
ikiwiki-553136ec1f73246cde1dce300b15eec2e5e73a97.tar.gz
* Preview limits the page dropdown to what's selected previously
(as preserving the full list across preview would be tricky). Userdirs were still being offered as an option there, remove them. * Fix a bug where user A created a page concurrently with user B, and when B previewed it would redirect B to A's new page, losing B's work. Instead, don't redirect and let conflict handling resolve it.
Diffstat (limited to 'doc/bugs/Preview_removes_page_location_drop-down_options.mdwn')
-rw-r--r--doc/bugs/Preview_removes_page_location_drop-down_options.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/Preview_removes_page_location_drop-down_options.mdwn b/doc/bugs/Preview_removes_page_location_drop-down_options.mdwn
index e314f1f0e..71b3c7147 100644
--- a/doc/bugs/Preview_removes_page_location_drop-down_options.mdwn
+++ b/doc/bugs/Preview_removes_page_location_drop-down_options.mdwn
@@ -3,3 +3,8 @@ If there is more than one option in the Page Location drop down box when create
The problem exists on Ikiwiki's wiki, but manifests itself differently, in that subpages are still displayed, so maybe that's the actual bug :)
Anyway, to reproduce, edit any page, view the page location options, preview, and some will disappear.
+
+> Yeah, this is a dark corner. :-) It'd be nice if preview did preserve the
+> lise, but it's complex to do so. So for now the bug is that it added
+> userdirs to the list, which I've fixed, so calling this [[done]]
+> --[[Joey]]