From: <var...@us...> - 2015-03-06 13:18:25
|
Revision: 9617 http://sourceforge.net/p/phpwiki/code/9617 Author: vargenau Date: 2015-03-06 13:18:23 +0000 (Fri, 06 Mar 2015) Log Message: ----------- 1.5.4: Fix WantedPages for Fusionforge Modified Paths: -------------- trunk/pgsrc/ReleaseNotes Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2015-03-06 12:56:54 UTC (rev 9616) +++ trunk/pgsrc/ReleaseNotes 2015-03-06 13:18:23 UTC (rev 9617) @@ -1,4 +1,4 @@ -Date: Thu, 5 Mar 2015 18:21:45 +0000 +Date: Fri, 6 Mar 2015 14:11:21 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.3) Content-Type: application/x-phpwiki; pagename=ReleaseNotes; @@ -8,6 +8,10 @@ <<CreateToc with_toclink||=1 headers||=1,2,3 width=300px position=right>> +== 1.5.4 2015-03-XX Marc-Etienne Vargenau == + +* Fix ~WantedPages for Fusionforge + == 1.5.3 2015-03-04 Marc-Etienne Vargenau == * Fix Bug#648 Call to protected method @@ -39,7 +43,7 @@ * remove ~FrameInclude plugin (frames are not supported in HTML 5) * sort tables with [[http://tablesorter.com|tablesorter jQuery plugin]] instead of sortable.js * fix Bug#636 Recursive include is not trapped -* fix Bug#647 undefined method ~WikiDB_backend_dba::~WikiDB_backend_dbaBase +* fix Bug#647 undefined method {{{WikiDB_backend_dba::WikiDB_backend_dbaBase}}} * correct total number of pages for AllPagesCreatedByMe, AllPagesOwnedByMe, AllPagesLastEditedByMe * fix Bug#607 BackLinks do not work inside a [[Help:RichTablePlugin|RichTable]] * fix Bug#646 Wrong number of links in BackLinks @@ -102,7 +106,7 @@ * ensure ending uploads slash even on user provided UPLOAD constants. Fixes plugin/~UpLoad * stabilize Comment. substring search for basepages, do not tokenize. * fix Bug#1792170 Handle " ( " or "(test" without closing ")" as plain word. Allow single string token "0" -* fix Bug#1752172 undefined method ~TextSearchQuery~_node_or::~_sql_quote() +* fix Bug#1752172 undefined method {{{TextSearchQuery_node_or::_sql_quote()}}} * dba: fix sorting for empty mtime field * ~LdapSearch: fix layout and logic * ~FileInfo: fix Upload: links @@ -303,7 +307,7 @@ * updated most template files for harmonisation * changed default ~LiveSearch method in search.tmpl from url to xmlrpc. faster and less hackish. * fixed all templates with missing revision check. can be false. -* rewrote and redefined ~WikiDB::~listRelations. list only all relations as array. +* rewrote and redefined {{{WikiDB::listRelations}}}. list only all relations as array. * changed Semantic attribute syntax from ":-" to ":=" (relevant to cvs users only) * change ~TextSearchQuery handling of regex=pcre: plain string, no parsing at all, detect and apply modifiers. @@ -354,7 +358,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 +393,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. |