r50475 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50474‎ | r50475 | r50476 >
Date:11:49, 11 May 2009
Author:jojo
Status:ok
Tags:
Comment:
nav popups off per default
Modified paths:
  • /trunk/extensions/Collection/Collection.php (modified) (history)
  • /trunk/extensions/Collection/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.php
@@ -94,7 +94,7 @@
9595
9696 $wgCollectionPortletForLoggedInUsersOnly = false;
9797
98 -$wgCollectionNavPopups = true;
 98+$wgCollectionNavPopups = false;
9999
100100 # ==============================================================================
101101
Index: trunk/extensions/Collection/README.txt
@@ -186,8 +186,8 @@
187187 ?>
188188
189189 *$wgCollectionNavPopups (bool)*
190 - If you don't want to use popups to easily add/remove linked articles to your
191 - collection, set this variable to false.
 190+ If you want to use popups to easily add/remove linked articles to your
 191+ collection, set this variable to true.
192192
193193 The Collection popups are only active if
194194
@@ -199,7 +199,7 @@
200200 (see http://en.wikipedia.org/wiki/Navpop) which would result in conflicting
201201 popups.
202202
203 - Default is true, i.e. the Collection popups are enabled.
 203+ Default is false, i.e. the Collection popups are turned off.
204204
205205 * If you want to let users save their collections as wiki pages, make sure
206206 $wgEnableWriteAPI is set to true, i.e. put this line in your LocalSettings.php::

Status & tagging log