From: <var...@us...> - 2015-03-05 17:23:51
|
Revision: 9607 http://sourceforge.net/p/phpwiki/code/9607 Author: vargenau Date: 2015-03-05 17:23:44 +0000 (Thu, 05 Mar 2015) Log Message: ----------- Less WantedPages Modified Paths: -------------- trunk/pgsrc/DebugAuthInfo trunk/pgsrc/Help%2FListPagesPlugin trunk/pgsrc/Help%2FWikiPlugin trunk/pgsrc/ReleaseNotes Modified: trunk/pgsrc/DebugAuthInfo =================================================================== --- trunk/pgsrc/DebugAuthInfo 2015-03-05 16:17:17 UTC (rev 9606) +++ trunk/pgsrc/DebugAuthInfo 2015-03-05 17:23:44 UTC (rev 9607) @@ -1,4 +1,4 @@ -Date: Wed, 4 Mar 2015 14:20:06 +0000 +Date: Thu, 5 Mar 2015 18:21:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.3) Content-Type: application/x-phpwiki; pagename=DebugAuthInfo; @@ -10,4 +10,4 @@ <<DebugAuthInfo>> ---- -[[CategorActionPage]] +[[CategoryActionPage]] Modified: trunk/pgsrc/Help%2FListPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FListPagesPlugin 2015-03-05 16:17:17 UTC (rev 9606) +++ trunk/pgsrc/Help%2FListPagesPlugin 2015-03-05 17:23:44 UTC (rev 9607) @@ -1,4 +1,4 @@ -Date: Wed, 4 Mar 2015 14:20:06 +0000 +Date: Thu, 5 Mar 2015 18:21:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.3) Content-Type: application/x-phpwiki; pagename=Help%2FListPagesPlugin; @@ -10,7 +10,7 @@ [[Help:PageList|PageList]] options, mainly used for a wikilens theme to display ratings info and recommendations. -It can also be used with the [[PluginList]] method to list a set of pages generated by +It can also be used with the ~PluginList method to list a set of pages generated by another plugin, and/or to exclude a set of pages generated by another plugin. See the [[Help:PageList|PageList]] options. Modified: trunk/pgsrc/Help%2FWikiPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiPlugin 2015-03-05 16:17:17 UTC (rev 9606) +++ trunk/pgsrc/Help%2FWikiPlugin 2015-03-05 17:23:44 UTC (rev 9607) @@ -1,4 +1,4 @@ -Date: Thu, 5 Mar 2015 17:15:41 +0000 +Date: Thu, 5 Mar 2015 18:21:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.3) Content-Type: application/x-phpwiki; pagename=Help%2FWikiPlugin; @@ -92,7 +92,6 @@ *exclude* and *pages* accept a list of pages. Either as comma-separated list, supporting glob-style wildcards, or via the ##<!plugin-list pluginname ~[args~] !>## invocation syntax, where pluginname might be any plugin returning a [[Help:PageList|PageList]]. -See PluginList. Since most plugins return a ~PageList, this ~PageList is also a common input parameter for other plugins, actions or formats. Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2015-03-05 16:17:17 UTC (rev 9606) +++ trunk/pgsrc/ReleaseNotes 2015-03-05 17:23:44 UTC (rev 9607) @@ -1,4 +1,4 @@ -Date: Thu, 5 Mar 2015 17:15:41 +0000 +Date: Thu, 5 Mar 2015 18:21:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.3) Content-Type: application/x-phpwiki; pagename=ReleaseNotes; @@ -354,7 +354,7 @@ * added lib/~XmlRpcClient, xmlrpc methods to lib/~HttpClient and acdropdown.js. JSON not yet. * created Help/~*Plugin stubs for *ALL* plugins in pgsrc * added a new _DEBUG_REMOTE flag to debug into remote sessions (xmlrpc, ajax, ...) -* added WikiDB::linkSearch and backend/dumb/~LinkSearchIter.php. Mainly for ~SemanticSearch, +* added ~WikiDB::~linkSearch and backend/dumb/~LinkSearchIter.php. Mainly for ~SemanticSearch, and LinkSearch, but can be used for ~SemanticSearchAdvanced (combined queries as <ask>) and BackLinks et al also. * added Calendar display_weeknum argument @@ -389,7 +389,7 @@ * simplify messages for translators * added ~ImageTile.php * added tsearch2 to doc/INSTALL.pgsql -* added basepage to ~Cached_WikiLink::~asXML for subpages within ~CreateTOC +* added basepage to ~Cached_~WikiLink::~asXML for subpages within ~CreateTOC * print filename on dba access error * use bind_textdomain_codeset. bug #1480077 (Kai Krakow) * make ~TextSearchQuery->_stoplist localizable and overridable within config.ini This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |