summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-15 13:34:45 -0400
committerJoey Hess <joey@kitenet.net>2010-06-15 13:34:45 -0400
commitd3d63817c8ba2066ff942823baafa94b44a4e9af (patch)
tree6c10562405f3e75c28cb09dabb46723574b2aa33
parent919df4ae9c0372506feebee41821e4de2c78cb91 (diff)
parentb39630c16cd663bd39f4fc787407928c44010a24 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r--doc/bugs/misctemplate_does_not_respect_the_current_page___40__if_any__41__.mdwn2
-rw-r--r--doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn1
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/misctemplate_does_not_respect_the_current_page___40__if_any__41__.mdwn b/doc/bugs/misctemplate_does_not_respect_the_current_page___40__if_any__41__.mdwn
index adf0ec745..3b0347f5f 100644
--- a/doc/bugs/misctemplate_does_not_respect_the_current_page___40__if_any__41__.mdwn
+++ b/doc/bugs/misctemplate_does_not_respect_the_current_page___40__if_any__41__.mdwn
@@ -35,6 +35,8 @@ But it causes some nasty bugs for plugins that use the pagetemplate hook. It is
>>> Sorry if my not seeing the bug offended you. [[Fixed|done]] --[[Joey]]
+>>>> Thanks! --[[JeanPrivat]] (I'm not offended)
+
### A second example
* create "/bar/sidebar.mdwn" with "world"
diff --git a/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn b/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn
new file mode 100644
index 000000000..44833b11f
--- /dev/null
+++ b/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn
@@ -0,0 +1 @@
+I have a bunch of tag pages autogenerated by the tag plugin. As part of a redesign for my wiki, I have changed the `autotag.tmpl` template, but IkiWiki refuses to rebuild existing tag pages using the updated template. I understand that existing tag pages are not rebuilt because they have been marked as "created" in `.ikiwiki/indexdb`. Is there a way to purge all tag pages from `indexdb`? --dkobozev