r92158 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92157‎ | r92158 | r92159 >
Date:13:40, 14 July 2011
Author:devayon
Status:deferred
Tags:
Comment:
Documentation changes and minor fix for sorting
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialQueryCreator.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialQueryCreator.php
@@ -4,18 +4,13 @@
55 * This special page for Semantic MediaWiki implements a customisable form for
66 * executing queries outside of articles.
77 *
8 - * Currently adapted from current contents of SMW_SpecialAsk.php
9 - * This page is currently under development as part of the Google Summer of
10 - * Code 2011 Program.
11 - *
128 * @file SMW_SpecialQueryCreator.php
139 * @ingroup SMWSpecialPage
1410 * @ingroup SpecialPage
1511 *
1612 * @author Markus Krötzsch
17 - * @author Yaron Koren
18 - * @author Sanyam Goyal
1913 * @author Jeroen De Dauw
 14+ * @author Sergey Chernyshev
2015 * @author Devayon Das
2116 */
2217 class SMWQueryCreatorPage extends SMWQueryUI {
@@ -93,7 +88,7 @@
9489 '<p>' . $this->getPOFormBox( $this->getPOStrings(), SMWQueryUI::ENABLE_AUTO_SUGGEST ) . '</p>' . "\n";
9590
9691 // sorting inputs
97 - $result .= $this -> addSortingFormBox();
 92+ $result .= $this->getSortingFormBox();
9893
9994 $result .= "<br><br>" . $this->getFormatSelectBox( 'broadtable' );
10095
@@ -110,7 +105,8 @@
111106 }
112107
113108 /**
114 - * Compatibility method to get the skin; MW 1.18 introduces a getSkin method in SpecialPage.
 109+ * Compatibility method to get the skin; MW 1.18 introduces a getSkin method
 110+ * in SpecialPage.
115111 *
116112 * @since 1.6
117113 *

Follow-up revisions

RevisionCommit summaryAuthorDate
r92531minor follow-up to r92158devayon13:21, 19 July 2011