From: <var...@us...> - 2014-11-19 14:30:54
|
Revision: 9339 http://sourceforge.net/p/phpwiki/code/9339 Author: vargenau Date: 2014-11-19 14:30:44 +0000 (Wed, 19 Nov 2014) Log Message: ----------- PhpWiki:DanFr --> Dan Frankowski Modified Paths: -------------- trunk/lib/CachedMarkup.php trunk/lib/PageList.php trunk/lib/WikiDB/backend.php trunk/pgsrc/Help%2FCategoryPagePlugin Modified: trunk/lib/CachedMarkup.php =================================================================== --- trunk/lib/CachedMarkup.php 2014-11-19 10:29:20 UTC (rev 9338) +++ trunk/lib/CachedMarkup.php 2014-11-19 14:30:44 UTC (rev 9339) @@ -802,7 +802,7 @@ } // Needed to put UserPages to backlinks. Special method to markup userpages with icons -// Thanks to PhpWiki:DanFr for finding this bug. +// Thanks to Dan Frankowski for finding this bug. // Fixed since 1.3.8, prev. versions had no userpages in backlinks class Cached_UserLink extends Cached_WikiLink { Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2014-11-19 10:29:20 UTC (rev 9338) +++ trunk/lib/PageList.php 2014-11-19 14:30:44 UTC (rev 9339) @@ -1017,7 +1017,7 @@ * 'db' : "-pagename" => "pagename DESC" * 'check' : * - * Now all columns are sortable. (patch by DanFr) + * Now all columns are sortable. (patch by Dan Frankowski) * Some columns have native DB backend methods, some not. */ function sortby($column, $action, $valid_fields = false) Modified: trunk/lib/WikiDB/backend.php =================================================================== --- trunk/lib/WikiDB/backend.php 2014-11-19 10:29:20 UTC (rev 9338) +++ trunk/lib/WikiDB/backend.php 2014-11-19 14:30:44 UTC (rev 9339) @@ -565,7 +565,7 @@ * Prefix the column with + or - like "+pagename","-mtime", ... * supported actions: 'flip_order' "mtime" => "+mtime" => "-mtime" ... * 'db' "-pagename" => "pagename DESC" - * In PageList all columns are sortable. (patch by DanFr) + * In PageList all columns are sortable. (patch by Dan Frankowski) * Here with the backend only some, the rest is delayed to PageList. * (some kind of DumbIter) * Duplicate the PageList function here to avoid loading the whole Modified: trunk/pgsrc/Help%2FCategoryPagePlugin =================================================================== --- trunk/pgsrc/Help%2FCategoryPagePlugin 2014-11-19 10:29:20 UTC (rev 9338) +++ trunk/pgsrc/Help%2FCategoryPagePlugin 2014-11-19 14:30:44 UTC (rev 9339) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:57 +0000 +Date: Wed, 19 Nov 2014 15:29:32 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Help%2FCategoryPagePlugin; @@ -59,7 +59,7 @@ <?plugin-form CategoryPage pagename=CategoryExample?> == Author == -* [[WikiLens:DanFr]] +* Dan Frankowski == See Also == * [[Help:TemplatePlugin|TemplatePlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |