= Details = ## please fill this in Applies to:: moin-1.6.3 (should be applicable to moin-1.5 as well) Purpose:: Get rid of warnings like "Include: Nothing found for...", just ignore non-matched pages Description:: When `from` or `to` parameters are supplied to the Include macro ([[HelpOnMacros/Include]]), for every included page that doesn't match the above parameters, the warning is issued and the page is included anyway. <
> This patch is to add an optional parameter `ignorenotfound` to silently ignore the pages that don't match `from` or `to` regexes. <
> If `ignorenotfound` is absent, the macro acts as it currently does. By:: MaximYanchenko = Patch = ## we prefer that you send the patch in an attachment to avoid whitespace issues ## you should probably change the name of the attachment here {{attachment:include_only_successfully_matched_pages.patch}} = Discussion = /PageOne <
> /PageTwo == This is how it works now == <> == This is how it works with the new option == === Page One === I want this page to be included! = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: ---- CategoryMoinMoinPatch