1 [[!meta author="""http://churchkey.org/author/ian/"""]]
3 [[!meta authorurl="""http://churchkey.org/author/ian/"""]]
5 [[!meta title="""change to bugs/inline_action_buttons_circumvent_exclude_criteria_from_edittemplate__39__s_match__61____34____34___pagespec on ikiwiki"""]]
7 [[!meta permalink="http://ikiwiki.info/recentchanges/#change-1968317cacc2f555af17286acf26a60ce616cc40"]]
9 <div id="change-1968317cacc2f555af17286acf26a60ce616cc40" class="metadata">
10 <span class="desc"><br />Changed pages:</span>
11 <span class="pagelinks">
13 <a href="http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;f=doc/bugs/inline_action_buttons_circumvent_exclude_criteria_from_edittemplate__39__s_match__61____34____34___pagespec.mdwn;h=45481bf21b60d52b3dcf82ffde4172231109cc00;hp=0000000000000000000000000000000000000000;hb=1968317cacc2f555af17286acf26a60ce616cc40;hpb=5954915a4fe8a889b8217cac99fae53cbe7f1e97" title="diff" rel="nofollow">[[diff|wikiicons/diff.png]]</a><a href="http://ikiwiki.info/ikiwiki.cgi?page=bugs%2Finline_action_buttons_circumvent_exclude_criteria_from_edittemplate__39__s_match__61____34____34___pagespec&do=goto" rel="nofollow">bugs/inline action buttons circumvent exclude criteria from edittemplate's match="" pagespec</a>
17 <span class="desc"><br />Changed by:</span>
18 <span class="committer">
20 <a href="http://churchkey.org/author/ian/" rel="nofollow">ian [churchkey.org/author]</a>
23 <span class="desc"><br />Commit type:</span>
24 <span class="committype">web</span>
25 <span class="desc"><br />Date:</span>
26 <span class="changedate"><span class="relativedate" title="Mon, 22 Nov 2010 21:26:27 +0000">21:26:27 11/22/10</span></span>
27 <span class="desc"><br /></span>
31 <a href="http://ikiwiki.info/ikiwiki.cgi?rev=1968317cacc2f555af17286acf26a60ce616cc40&do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a>
34 <div class="changelog">
37 added edittemplate bug for ikiwiki verison: 3.20100815.2<br />
44 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
46 index 0000000..45481bf
48 +++ b/doc/bugs/inline_action_buttons_circumvent_exclude_criteria_from_edittemplate__39__s_match__61____34____34___pagespec.mdwn
50 +ikiwiki verison: 3.20100815.2
52 +If I instruct editemplate to only match the top level pages in a directory using
54 + match="foo/* and !foo/*/* and !foo/*/*/*"
56 +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.
58 +However, if I use an inline directive like the following
60 + !inline pages="page(foo/bar/*)" rootpage="foo/bar" postform=yes actions=yes
62 +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.
67 <!-- 1968317cacc2f555af17286acf26a60ce616cc40 -->