From: <var...@us...> - 2009-03-06 10:21:24
|
Revision: 6647 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6647&view=rev Author: vargenau Date: 2009-03-06 10:21:19 +0000 (Fri, 06 Mar 2009) Log Message: ----------- "sections" parameter does not work if sections to include are in Wikicreole syntax Modified Paths: -------------- trunk/pgsrc/Help%2FIncludePagePlugin Modified: trunk/pgsrc/Help%FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2009-03-06 09:13:28 UTC (rev 6646) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2009-03-06 10:21:19 UTC (rev 6647) @@ -1,4 +1,4 @@ -Date: Fri, 6 Mar 2009 09:48:31 +0000 +Date: Fri, 6 Mar 2009 11:20:34 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -75,12 +75,15 @@ <<IncludePage page=Help/AllPagesPlugin section="Arguments" sectionhead=true>> === ~IncludePage page=Help/~AllPagesPlugin sections=2 -<<IncludePage page=Help/AllPagesPlugin sections=2>> +Does not work. +<!-- <<IncludePage page=Help/AllPagesPlugin sections=2>> --> + == Known bugs * [~RedirectTo|Help:RedirectToPlugin] plugin is not handled correctly. * Line and word limit doesn't work if the included page itself includes a plugin. +* "sections" parameter does not work if sections to include are in Wikicreole syntax == Authors This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |