http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95131
Revision: 95131
Author: devayon
Date: 2011-08-21 11:07:58 +0000 (Sun, 21 Aug 2011)
Log Message:
-----------
Do not hide Query-matches in the initial page. Makes the UI a bit more
cluttered, but more consistent in behaviour.
Modified Paths:
--------------
trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_QueryUI.php
Modified: trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_QueryUI.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_QueryUI.php
2011-08-21 10:59:54 UTC (rev 95130)
+++ trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_QueryUI.php
2011-08-21 11:07:58 UTC (rev 95131)
@@ -562,7 +562,7 @@
} else {
$mainLabel = '';
}
- if ( $mainLabel == '-' || $this->uiCore->getQueryString() == ''
) {
+ if ( $mainLabel == '-' ) {
$mainLabelText = '';
$formDisplay = 'none';
} else {
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs