summaryrefslogtreecommitdiff
path: root/doc/recentchanges/change_1968317cacc2f555af17286acf26a60ce616cc40._change
blob: cb4c2167a5f7b10613fb4c0bf408b51dde686910 (plain)
  1. [[!meta author="""http://churchkey.org/author/ian/"""]]
  2. [[!meta authorurl="""http://churchkey.org/author/ian/"""]]
  3. [[!meta title="""change to bugs/inline_action_buttons_circumvent_exclude_criteria_from_edittemplate__39__s_match__61____34____34___pagespec on ikiwiki"""]]
  4. [[!meta permalink="http://ikiwiki.info/recentchanges/#change-1968317cacc2f555af17286acf26a60ce616cc40"]]
  5. <div id="change-1968317cacc2f555af17286acf26a60ce616cc40" class="metadata">
  6. <span class="desc"><br />Changed pages:</span>
  7. <span class="pagelinks">
  8. <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&amp;do=goto" rel="nofollow">bugs/inline action buttons circumvent exclude criteria from edittemplate&#39;s match&#61;&#34;&#34; pagespec</a>
  9. </span>
  10. <span class="desc"><br />Changed by:</span>
  11. <span class="committer">
  12. <a href="http://churchkey.org/author/ian/" rel="nofollow">ian [churchkey.org/author]</a>
  13. </span>
  14. <span class="desc"><br />Commit type:</span>
  15. <span class="committype">web</span>
  16. <span class="desc"><br />Date:</span>
  17. <span class="changedate"><span class="relativedate" title="Mon, 22 Nov 2010 21:26:27 +0000">21:26:27 11/22/10</span></span>
  18. <span class="desc"><br /></span>
  19. </div>
  20. <span class="revert">
  21. <a href="http://ikiwiki.info/ikiwiki.cgi?rev=1968317cacc2f555af17286acf26a60ce616cc40&amp;do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a>
  22. </span>
  23. <div class="changelog">
  24. added edittemplate bug for ikiwiki verison: 3.20100815.2<br />
  25. </div>
  26. <div class="diff">
  27. <pre>
  28. 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
  29. new file mode 100644
  30. index 0000000..45481bf
  31. --- /dev/null
  32. +++ b/doc/bugs/inline_action_buttons_circumvent_exclude_criteria_from_edittemplate__39__s_match__61____34____34___pagespec.mdwn
  33. @@ -0,0 +1,13 @@
  34. +ikiwiki verison: 3.20100815.2
  35. +
  36. +If I instruct editemplate to only match the top level pages in a directory using
  37. +
  38. + match=&quot;foo/* and !foo/*/* and !foo/*/*/*&quot;
  39. +
  40. +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.
  41. +
  42. +However, if I use an inline directive like the following
  43. +
  44. + !inline pages=&quot;page(foo/bar/*)&quot; rootpage=&quot;foo/bar&quot; postform=yes actions=yes
  45. +
  46. +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=&quot;&quot; pagespec has no impact.
  47. </pre>
  48. </div>
  49. <!-- 1968317cacc2f555af17286acf26a60ce616cc40 -->