diff options
author | http://churchkey.org/author/ian/ <http://churchkey.org/author/ian/@web> | 2010-11-22 21:26:27 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-22 21:26:27 +0000 |
commit | 1968317cacc2f555af17286acf26a60ce616cc40 (patch) | |
tree | 58d13ed9752d836fd57eb92009ffb78e4e5b7c0b | |
parent | 5954915a4fe8a889b8217cac99fae53cbe7f1e97 (diff) |
added edittemplate bug for ikiwiki verison: 3.20100815.2
-rw-r--r-- | doc/bugs/inline_action_buttons_circumvent_exclude_criteria_from_edittemplate__39__s_match__61____34____34___pagespec.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/inline_action_buttons_circumvent_exclude_criteria_from_edittemplate__39__s_match__61____34____34___pagespec.mdwn b/doc/bugs/inline_action_buttons_circumvent_exclude_criteria_from_edittemplate__39__s_match__61____34____34___pagespec.mdwn new file mode 100644 index 000000000..45481bf21 --- /dev/null +++ b/doc/bugs/inline_action_buttons_circumvent_exclude_criteria_from_edittemplate__39__s_match__61____34____34___pagespec.mdwn @@ -0,0 +1,13 @@ +ikiwiki verison: 3.20100815.2 + +If I instruct editemplate to only match the top level pages in a directory using + + match="foo/* and !foo/*/* and !foo/*/*/*" + +everything works as expected for pages created via links on other wiki pages. So, if I open foo/bar (or any other page on the wiki) and create a link to foo/bar/bug, edittemplate appropriately does not insert any text into the new page. + +However, if I use an inline directive like the following + + !inline pages="page(foo/bar/*)" rootpage="foo/bar" postform=yes actions=yes + +every page created via the action buttons incorrectly pulls in the text from the edittemplate registration. Changing the order of the conditions in the match="" pagespec has no impact. |