http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95132

Revision: 95132
Author:   devayon
Date:     2011-08-21 11:15:05 +0000 (Sun, 21 Aug 2011)
Log Message:
-----------
remove a @todo tag already implemented

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_QueryUIHelper.php

Modified: 
trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_QueryUIHelper.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_QueryUIHelper.php    
    2011-08-21 11:07:58 UTC (rev 95131)
+++ 
trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_QueryUIHelper.php    
    2011-08-21 11:15:05 UTC (rev 95132)
@@ -320,8 +320,6 @@
         * Processes the QueryString, Params, and PrintOuts.
         *
         * @todo Combine this method with execute() or remove it altogether.
-        * @todo for wikilink context, try to avoid computation if no query is 
set,
-        * also check for pagination problems, if any.
         */
        public function extractParameters( $p ) {
                if ( $this->context == self::SPECIAL_PAGE ) {
@@ -553,7 +551,6 @@
                $result->setPrintOuts( $printouts, $enableValidation );
                $result->setQueryString( $query, $enableValidation );
                $result->extractParameters( '' );
-               // $result->execute();
                return $result;
        }
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to