diff options
author | Joey Hess <joeyh@joeyh.name> | 2019-01-21 11:59:08 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2019-01-21 11:59:08 -0400 |
commit | 94bfecfb7ad3decb0b38baddccdf07e87e7a4551 (patch) | |
tree | c2ea0bd028208fbea663d8b9c0fa9c8a036808d5 /doc | |
parent | 5d44bf4b5c97220daec4066b7d3c758fc3f136c2 (diff) | |
download | ikiwiki-94bfecfb7ad3decb0b38baddccdf07e87e7a4551.tar ikiwiki-94bfecfb7ad3decb0b38baddccdf07e87e7a4551.tar.gz |
followup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/permalink_not_set_for_comments.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/permalink_not_set_for_comments.mdwn b/doc/bugs/permalink_not_set_for_comments.mdwn index 9ca8200b5..2e74a2622 100644 --- a/doc/bugs/permalink_not_set_for_comments.mdwn +++ b/doc/bugs/permalink_not_set_for_comments.mdwn @@ -14,3 +14,12 @@ permalink: `comments_pagename` is `comment_` so the above code needs a comment page to contain two underscores. I think that is the root of the bug. --[[Joey]] + +> Removed the trailing underscore in the regexp, so it should be fixed, +> though I have not tested the fix. Leaving this bug open until it's +> confirmed fixed. (I deployed it to branchable.) +> +> This will only fix the stored permalink metadata for a comment when its get +> preprocessed again, not immediately. That's ok for notifyemail, +> but other uses of permalink might need a wiki rebuild to get the bug fix. +> --[[Joey]] |