aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/sidebar_not_updated_in_unedited_subpages.mdwn
diff options
context:
space:
mode:
authorholger <holger@web>2013-02-22 13:10:57 -0400
committeradmin <admin@branchable.com>2013-02-22 13:10:57 -0400
commit9f26a00e9c289a8a714eb1b366adbc07f6dbf3f4 (patch)
tree3189e227c65e32c02612b10bee710e29c6bbe20a /doc/bugs/sidebar_not_updated_in_unedited_subpages.mdwn
parent81a761bc12cacee7577b3f2490a895d213ca68f4 (diff)
downloadikiwiki-9f26a00e9c289a8a714eb1b366adbc07f6dbf3f4.tar
ikiwiki-9f26a00e9c289a8a714eb1b366adbc07f6dbf3f4.tar.gz
Diffstat (limited to 'doc/bugs/sidebar_not_updated_in_unedited_subpages.mdwn')
-rw-r--r--doc/bugs/sidebar_not_updated_in_unedited_subpages.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/sidebar_not_updated_in_unedited_subpages.mdwn b/doc/bugs/sidebar_not_updated_in_unedited_subpages.mdwn
new file mode 100644
index 000000000..c3e0ee18c
--- /dev/null
+++ b/doc/bugs/sidebar_not_updated_in_unedited_subpages.mdwn
@@ -0,0 +1,9 @@
+I turned on the sidebar plugin, with global_sidebars on (in the web setup page), created a sidebar page in the root, and edited the sidebar a few times.
+
+I then noticed that all pages on the root had been updated with a sidebar, but no subpages (i.e. a/b). Only after editing a subpage did it get a sidebar. Editing sidebar itself only updated subpages with sidebars, the other subpages had not been refreshed (proven by their unchanged filesystem date)
+
+After calling ikiwiki --setup on the command line all pages were updated. So this seems to be a difference between web-started --setup and command-line --setup. Or it just doesn't work the first time --setup is called after sidebars are enabled.
+
+
+
+