r21710 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r21709‎ | r21710 | r21711 >
Date:08:40, 30 April 2007
Author:mkroetzsch
Status:old
Tags:
Comment:
Make Special:Browse includable via {{Special:Browse/Pagename}}
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialBrowse.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialBrowse.php
@@ -17,7 +17,7 @@
1818 SMW_SpecialBrowse::execute($query);
1919 }
2020
21 -SpecialPage::addPage( new SpecialPage('Browse','',true,'doSpecialBrowse',false) );
 21+SpecialPage::addPage( new SpecialPage('Browse','',true,'doSpecialBrowse','default',true) );
2222
2323 /***
2424 * A class to encapsulate the special page that allows browsing through

Status & tagging log