r108656 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108655‎ | r108656 | r108657 >
Date:19:23, 11 January 2012
Author:ialex
Status:ok (Comments)
Tags:
Comment:
Whitespaces fixes only, no functional changes.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -36,7 +36,7 @@
3737 $wgVersion = '1.19alpha';
3838
3939 /** Name of the site. It must be changed in LocalSettings.php */
40 -$wgSitename = 'MediaWiki';
 40+$wgSitename = 'MediaWiki';
4141
4242 /**
4343 * URL of the server.
@@ -115,7 +115,7 @@
116116 *
117117 * Will default to "{$wgScriptPath}/index{$wgScriptExtension}" in Setup.php
118118 */
119 -$wgScript = false;
 119+$wgScript = false;
120120
121121 /**
122122 * The URL path to redirect.php. This is a script that is used by the Nostalgia
@@ -123,14 +123,14 @@
124124 *
125125 * Will default to "{$wgScriptPath}/redirect{$wgScriptExtension}" in Setup.php
126126 */
127 -$wgRedirectScript = false;
 127+$wgRedirectScript = false;
128128
129129 /**
130130 * The URL path to load.php.
131131 *
132132 * Defaults to "{$wgScriptPath}/load{$wgScriptExtension}".
133133 */
134 -$wgLoadScript = false;
 134+$wgLoadScript = false;
135135
136136
137137 /**@}*/
@@ -156,14 +156,14 @@
157157 /**
158158 * The URL path of the skins directory. Will default to "{$wgScriptPath}/skins" in Setup.php
159159 */
160 -$wgStylePath = false;
 160+$wgStylePath = false;
161161 $wgStyleSheetPath = &$wgStylePath;
162162
163163 /**
164164 * The URL path of the skins directory. Should not point to an external domain.
165165 * Defaults to "{$wgScriptPath}/skins".
166166 */
167 -$wgLocalStylePath = false;
 167+$wgLocalStylePath = false;
168168
169169 /**
170170 * The URL path of the extensions directory.
@@ -184,12 +184,12 @@
185185 * Will default to "{$wgScript}/$1" or "{$wgScript}?title=$1" in Setup.php,
186186 * depending on $wgUsePathInfo.
187187 */
188 -$wgArticlePath = false;
 188+$wgArticlePath = false;
189189
190190 /**
191191 * The URL path for the images directory. Will default to "{$wgScriptPath}/images" in Setup.php
192192 */
193 -$wgUploadPath = false;
 193+$wgUploadPath = false;
194194
195195 /**
196196 * The maximum age of temporary (incomplete) uploaded files
@@ -199,24 +199,24 @@
200200 /**
201201 * The filesystem path of the images directory. Defaults to "{$IP}/images".
202202 */
203 -$wgUploadDirectory = false;
 203+$wgUploadDirectory = false;
204204
205205 /**
206206 * The URL path of the wiki logo. The logo size should be 135x135 pixels.
207207 * Will default to "{$wgStylePath}/common/images/wiki.png" in Setup.php
208208 */
209 -$wgLogo = false;
 209+$wgLogo = false;
210210
211211 /**
212212 * The URL path of the shortcut icon.
213213 */
214 -$wgFavicon = '/favicon.ico';
 214+$wgFavicon = '/favicon.ico';
215215
216216 /**
217217 * The URL path of the icon for iPhone and iPod Touch web app bookmarks.
218218 * Defaults to no icon.
219219 */
220 -$wgAppleTouchIcon = false;
 220+$wgAppleTouchIcon = false;
221221
222222 /**
223223 * The local filesystem path to a temporary directory. This is not required to
@@ -224,13 +224,13 @@
225225 *
226226 * Will default to "{$wgUploadDirectory}/tmp" in Setup.php
227227 */
228 -$wgTmpDirectory = false;
 228+$wgTmpDirectory = false;
229229
230230 /**
231231 * If set, this URL is added to the start of $wgUploadPath to form a complete
232232 * upload URL.
233233 */
234 -$wgUploadBaseUrl = "";
 234+$wgUploadBaseUrl = '';
235235
236236 /**
237237 * To enable remote on-demand scaling, set this to the thumbnail base URL.
@@ -281,7 +281,7 @@
282282 /**
283283 * Set this to true if you use img_auth and want the user to see details on why access failed.
284284 */
285 -$wgImgAuthDetails = false;
 285+$wgImgAuthDetails = false;
286286
287287 /**
288288 * If this is enabled, img_auth.php will not allow image access unless the wiki
@@ -507,7 +507,7 @@
508508 *
509509 * Note that this variable may be ignored if $wgLocalFileRepo is set.
510510 */
511 -$wgHashedUploadDirectory = true;
 511+$wgHashedUploadDirectory = true;
512512
513513 /**
514514 * Set the following to false especially if you have a set of files that need to
@@ -642,11 +642,11 @@
643643 *
644644 * Use Image Magick instead of PHP builtin functions.
645645 */
646 -$wgUseImageMagick = false;
 646+$wgUseImageMagick = false;
647647 /** The convert command shipped with ImageMagick */
648 -$wgImageMagickConvertCommand = '/usr/bin/convert';
 648+$wgImageMagickConvertCommand = '/usr/bin/convert';
649649 /** The identify command shipped with ImageMagick */
650 -$wgImageMagickIdentifyCommand = '/usr/bin/identify';
 650+$wgImageMagickIdentifyCommand = '/usr/bin/identify';
651651
652652 /** Sharpening parameter to ImageMagick */
653653 $wgSharpenParameter = '0x0.4';
@@ -802,7 +802,7 @@
803803 * $wgAntivirusSetup array. Set this to NULL to disable virus scanning. If not
804804 * null, every file uploaded will be scanned for viruses.
805805 */
806 -$wgAntivirus= null;
 806+$wgAntivirus = null;
807807
808808 /**
809809 * Configuration for different virus scanners. This an associative array of
@@ -915,11 +915,11 @@
916916 * array = ( 'rootElement' => 'associatedMimeType' )
917917 */
918918 $wgXMLMimeTypes = array(
919 - 'http://www.w3.org/2000/svg:svg' => 'image/svg+xml',
920 - 'svg' => 'image/svg+xml',
921 - 'http://www.lysator.liu.se/~alla/dia/:diagram' => 'application/x-dia-diagram',
922 - 'http://www.w3.org/1999/xhtml:html' => 'text/html', // application/xhtml+xml?
923 - 'html' => 'text/html', // application/xhtml+xml?
 919+ 'http://www.w3.org/2000/svg:svg' => 'image/svg+xml',
 920+ 'svg' => 'image/svg+xml',
 921+ 'http://www.lysator.liu.se/~alla/dia/:diagram' => 'application/x-dia-diagram',
 922+ 'http://www.w3.org/1999/xhtml:html' => 'text/html', // application/xhtml+xml?
 923+ 'html' => 'text/html', // application/xhtml+xml?
924924 );
925925
926926 /**
@@ -930,13 +930,14 @@
931931 * change it if you alter the array (see bug 8858).
932932 * This is the list of settings the user can choose from:
933933 */
934 -$wgImageLimits = array (
935 - array(320,240),
936 - array(640,480),
937 - array(800,600),
938 - array(1024,768),
939 - array(1280,1024),
940 - array(10000,10000) );
 934+$wgImageLimits = array(
 935+ array( 320, 240 ),
 936+ array( 640, 480 ),
 937+ array( 800, 600 ),
 938+ array( 1024, 768 ),
 939+ array( 1280, 1024 ),
 940+ array( 10000, 10000 )
 941+);
941942
942943 /**
943944 * Adjust thumbnails on image pages according to a user setting. In order to
@@ -1088,7 +1089,7 @@
10891090 /**
10901091 * The time, in seconds, when an emailed temporary password expires.
10911092 */
1092 -$wgNewPasswordExpiry = 3600 * 24 * 7;
 1093+$wgNewPasswordExpiry = 3600 * 24 * 7;
10931094
10941095 /**
10951096 * The time, in seconds, when an email confirmation email expires
@@ -1108,7 +1109,7 @@
11091110 * "password" => password
11101111 * </code>
11111112 */
1112 -$wgSMTP = false;
 1113+$wgSMTP = false;
11131114
11141115 /**
11151116 * Additional email parameters, will be passed as the last argument to mail() call.
@@ -1120,7 +1121,7 @@
11211122 * True: from page editor if s/he opted-in. False: Enotif mails appear to come
11221123 * from $wgEmergencyContact
11231124 */
1124 -$wgEnotifFromEditor = false;
 1125+$wgEnotifFromEditor = false;
11251126
11261127 // TODO move UPO to preferences probably ?
11271128 # If set to true, users get a corresponding option in their preferences and can choose to enable or disable at their discretion
@@ -1132,30 +1133,30 @@
11331134 * highly recommended. It prevents MediaWiki from being used as an open spam
11341135 * relay.
11351136 */
1136 -$wgEmailAuthentication = true;
 1137+$wgEmailAuthentication = true;
11371138
11381139 /**
11391140 * Allow users to enable email notification ("enotif") on watchlist changes.
11401141 */
1141 -$wgEnotifWatchlist = false;
 1142+$wgEnotifWatchlist = false;
11421143
11431144 /**
11441145 * Allow users to enable email notification ("enotif") when someone edits their
11451146 * user talk page.
11461147 */
1147 -$wgEnotifUserTalk = false;
 1148+$wgEnotifUserTalk = false;
11481149
11491150 /**
11501151 * Set the Reply-to address in notifications to the editor's address, if user
11511152 * allowed this in the preferences.
11521153 */
1153 -$wgEnotifRevealEditorAddress = false;
 1154+$wgEnotifRevealEditorAddress = false;
11541155
11551156 /**
11561157 * Send notification mails on minor edits to watchlist pages. This is enabled
11571158 * by default. Does not affect user talk notifications.
11581159 */
1159 -$wgEnotifMinorEdits = true;
 1160+$wgEnotifMinorEdits = true;
11601161
11611162 /**
11621163 * Send a generic mail instead of a personalised mail for each user. This
@@ -1197,20 +1198,20 @@
11981199 * @{
11991200 */
12001201 /** Database host name or IP address */
1201 -$wgDBserver = 'localhost';
 1202+$wgDBserver = 'localhost';
12021203 /** Database port number (for PostgreSQL) */
1203 -$wgDBport = 5432;
 1204+$wgDBport = 5432;
12041205 /** Name of the database */
1205 -$wgDBname = 'my_wiki';
 1206+$wgDBname = 'my_wiki';
12061207 /** Database username */
1207 -$wgDBuser = 'wikiuser';
 1208+$wgDBuser = 'wikiuser';
12081209 /** Database user's password */
1209 -$wgDBpassword = '';
 1210+$wgDBpassword = '';
12101211 /** Database type */
1211 -$wgDBtype = 'mysql';
 1212+$wgDBtype = 'mysql';
12121213
12131214 /** Separate username for maintenance tasks. Leave as null to use the default. */
1214 -$wgDBadminuser = null;
 1215+$wgDBadminuser = null;
12151216 /** Separate password for maintenance tasks. Leave as null to use the default. */
12161217 $wgDBadminpassword = null;
12171218
@@ -1220,12 +1221,12 @@
12211222 * selected database type (eg SearchMySQL), or set to a class
12221223 * name to override to a custom search engine.
12231224 */
1224 -$wgSearchType = null;
 1225+$wgSearchType = null;
12251226
12261227 /** Table name prefix */
1227 -$wgDBprefix = '';
 1228+$wgDBprefix = '';
12281229 /** MySQL table options to use during installation or update */
1229 -$wgDBTableOptions = 'ENGINE=InnoDB';
 1230+$wgDBTableOptions = 'ENGINE=InnoDB';
12301231
12311232 /**
12321233 * SQL Mode - default is turning off all modes, including strict, if set.
@@ -1236,10 +1237,10 @@
12371238 $wgSQLMode = '';
12381239
12391240 /** Mediawiki schema */
1240 -$wgDBmwschema = 'mediawiki';
 1241+$wgDBmwschema = 'mediawiki';
12411242
12421243 /** To override default SQLite data directory ($docroot/../data) */
1243 -$wgSQLiteDataDir = '';
 1244+$wgSQLiteDataDir = '';
12441245
12451246 /**
12461247 * Make all database connections secretly go to localhost. Fool the load balancer
@@ -1266,7 +1267,7 @@
12671268 * $wgSharedPrefix is the table prefix for the shared database. It defaults to
12681269 * $wgDBprefix.
12691270 */
1270 -$wgSharedDB = null;
 1271+$wgSharedDB = null;
12711272
12721273 /** @see $wgSharedDB */
12731274 $wgSharedPrefix = false;
@@ -1316,7 +1317,7 @@
13171318 * up, we at Wikimedia set read_only=1 in my.cnf on all our DB servers, even
13181319 * our masters, and then set read_only=0 on masters at runtime.
13191320 */
1320 -$wgDBservers = false;
 1321+$wgDBservers = false;
13211322
13221323 /**
13231324 * Load balancer factory configuration
@@ -1328,13 +1329,13 @@
13291330 * The LBFactory_Multi class is provided for this purpose, please see
13301331 * includes/db/LBFactory_Multi.php for configuration information.
13311332 */
1332 -$wgLBFactoryConf = array( 'class' => 'LBFactory_Simple' );
 1333+$wgLBFactoryConf = array( 'class' => 'LBFactory_Simple' );
13331334
13341335 /** How long to wait for a slave to catch up to the master */
13351336 $wgMasterWaitTimeout = 10;
13361337
13371338 /** File to log database errors to */
1338 -$wgDBerrorLog = false;
 1339+$wgDBerrorLog = false;
13391340
13401341 /** When to give an error message */
13411342 $wgDBClusterTimeout = 10;
@@ -1346,7 +1347,7 @@
13471348 $wgDBAvgStatusPoll = 2000;
13481349
13491350 /** Set to true if using InnoDB tables */
1350 -$wgDBtransactions = false;
 1351+$wgDBtransactions = false;
13511352
13521353 /**
13531354 * Set to true to engage MySQL 4.1/5.0 charset-related features;
@@ -1364,7 +1365,7 @@
13651366 * characters (those not in the Basic Multilingual Plane) unless MySQL
13661367 * has enhanced their Unicode support.
13671368 */
1368 -$wgDBmysql5 = false;
 1369+$wgDBmysql5 = false;
13691370
13701371 /**
13711372 * Other wikis on this site, can be administered from a single developer
@@ -1485,7 +1486,7 @@
14861487 /**
14871488 * Maximum article size in kilobytes
14881489 */
1489 -$wgMaxArticleSize = 2048;
 1490+$wgMaxArticleSize = 2048;
14901491
14911492 /**
14921493 * The minimum amount of memory that MediaWiki "needs"; MediaWiki will try to
@@ -1607,7 +1608,7 @@
16081609 $wgSessionHandler = null;
16091610
16101611 /** If enabled, will send MemCached debugging information to $wgDebugLogFile */
1611 -$wgMemCachedDebug = false;
 1612+$wgMemCachedDebug = false;
16121613
16131614 /** The list of MemCached servers and port numbers */
16141615 $wgMemCachedServers = array( '127.0.0.1:11000' );
@@ -1672,7 +1673,7 @@
16731674 );
16741675
16751676 /** Allow client-side caching of pages */
1676 -$wgCachePages = true;
 1677+$wgCachePages = true;
16771678
16781679 /**
16791680 * Set this to current time to invalidate all prior cached pages. Affects both
@@ -1935,7 +1936,7 @@
19361937 * This historic feature is one of the first that was added by former MediaWiki
19371938 * team leader Brion Vibber, and is used to support the Esperanto x-system.
19381939 */
1939 -$wgEditEncoding = '';
 1940+$wgEditEncoding = '';
19401941
19411942 /**
19421943 * Set this to true to replace Arabic presentation forms with their standard
@@ -1980,7 +1981,7 @@
19811982 * user names, etc still must be converted en masse in the database before
19821983 * continuing as a UTF-8 wiki.
19831984 */
1984 -$wgLegacyEncoding = false;
 1985+$wgLegacyEncoding = false;
19851986
19861987 /**
19871988 * Browser Blacklist for unicode non compliant browsers. Contains a list of
@@ -2065,7 +2066,7 @@
20662067 /**
20672068 * Expiry time for the message cache key
20682069 */
2069 -$wgMsgCacheExpiry = 86400;
 2070+$wgMsgCacheExpiry = 86400;
20702071
20712072 /**
20722073 * Maximum entry size in the message cache, in bytes
@@ -2278,7 +2279,7 @@
22792280 * Show IP address, for non-logged in users. It's necessary to switch this off
22802281 * for some forms of caching.
22812282 */
2282 -$wgShowIPinHeader = true;
 2283+$wgShowIPinHeader = true;
22832284
22842285 /**
22852286 * Site notice shown at the top of each page
@@ -2665,7 +2666,7 @@
26662667 * Name of the project namespace. If left set to false, $wgSitename will be
26672668 * used instead.
26682669 */
2669 -$wgMetaNamespace = false;
 2670+$wgMetaNamespace = false;
26702671
26712672 /**
26722673 * Name of the project talk namespace.
@@ -2753,7 +2754,7 @@
27542755 /**
27552756 * The interwiki prefix of the current wiki, or false if it doesn't have one.
27562757 */
2757 -$wgLocalInterwiki = false;
 2758+$wgLocalInterwiki = false;
27582759
27592760 /**
27602761 * Expiry time for cache of interwiki table
@@ -3157,13 +3158,13 @@
31583159 /**
31593160 * Maximum number of Unicode characters in signature
31603161 */
3161 -$wgMaxSigChars = 255;
 3162+$wgMaxSigChars = 255;
31623163
31633164 /**
31643165 * Maximum number of bytes in username. You want to run the maintenance
31653166 * script ./maintenance/checkUsernames.php once you have changed this value.
31663167 */
3167 -$wgMaxNameChars = 255;
 3168+$wgMaxNameChars = 255;
31683169
31693170 /**
31703171 * Array of usernames which may not be registered or logged in from
@@ -3343,7 +3344,7 @@
33443345 * http://lists.wikimedia.org/pipermail/wikitech-l/2010-October/050065.html
33453346 * @since 1.17
33463347 */
3347 -$wgSecureLogin = false;
 3348+$wgSecureLogin = false;
33483349
33493350 /** @} */ # end user accounts }
33503351
@@ -3355,15 +3356,15 @@
33563357 /**
33573358 * Number of seconds before autoblock entries expire. Default 86400 = 1 day.
33583359 */
3359 -$wgAutoblockExpiry = 86400;
 3360+$wgAutoblockExpiry = 86400;
33603361
33613362 /**
33623363 * Set this to true to allow blocked users to edit their own user talk page.
33633364 */
3364 -$wgBlockAllowsUTEdit = false;
 3365+$wgBlockAllowsUTEdit = false;
33653366
33663367 /** Allow sysops to ban users from accessing Emailuser */
3367 -$wgSysopEmailBans = true;
 3368+$wgSysopEmailBans = true;
33683369
33693370 /**
33703371 * Limits on the possible sizes of range blocks.
@@ -3856,7 +3857,7 @@
38573858 * Integer defining default number of entries to show on
38583859 * special pages which are query-pages such as Special:Whatlinkshere.
38593860 */
3860 -$wgQueryPageDefaultLimit = 50;
 3861+$wgQueryPageDefaultLimit = 50;
38613862
38623863 /**
38633864 * Limit password attempts to X attempts per Y seconds per IP per account.
@@ -3996,26 +3997,26 @@
39973998 * The debug log file should be not be publicly accessible if it is used, as it
39983999 * may contain private data.
39994000 */
4000 -$wgDebugLogFile = '';
 4001+$wgDebugLogFile = '';
40014002
40024003 /**
40034004 * Prefix for debug log lines
40044005 */
4005 -$wgDebugLogPrefix = '';
 4006+$wgDebugLogPrefix = '';
40064007
40074008 /**
40084009 * If true, instead of redirecting, show a page with a link to the redirect
40094010 * destination. This allows for the inspection of PHP error messages, and easy
40104011 * resubmission of form data. For developer use only.
40114012 */
4012 -$wgDebugRedirects = false;
 4013+$wgDebugRedirects = false;
40134014
40144015 /**
40154016 * If true, log debugging data from action=raw and load.php.
40164017 * This is normally false to avoid overlapping debug entries due to gen=css and
40174018 * gen=js requests.
40184019 */
4019 -$wgDebugRawPage = false;
 4020+$wgDebugRawPage = false;
40204021
40214022 /**
40224023 * Send debug data to an HTML comment in the output.
@@ -4025,12 +4026,12 @@
40264027 * contains private data for the current user. But it's not ideal for development
40274028 * use since data is lost on fatal errors and redirects.
40284029 */
4029 -$wgDebugComments = false;
 4030+$wgDebugComments = false;
40304031
40314032 /**
40324033 * Write SQL queries to the debug log
40334034 */
4034 -$wgDebugDumpSql = false;
 4035+$wgDebugDumpSql = false;
40354036
40364037 /**
40374038 * Set to an array of log group keys to filenames.
@@ -4038,14 +4039,14 @@
40394040 * of the regular $wgDebugLogFile. Useful for enabling selective logging
40404041 * in production.
40414042 */
4042 -$wgDebugLogGroups = array();
 4043+$wgDebugLogGroups = array();
40434044
40444045 /**
40454046 * Display debug data at the bottom of the main content area.
40464047 *
40474048 * Useful for developers and technical users trying to working on a closed wiki.
40484049 */
4049 -$wgShowDebug = false;
 4050+$wgShowDebug = false;
40504051
40514052 /**
40524053 * Prefix debug messages with relative timestamp. Very-poor man's profiler.
@@ -4061,14 +4062,14 @@
40624063 /**
40634064 * Show the contents of $wgHooks in Special:Version
40644065 */
4065 -$wgSpecialVersionShowHooks = false;
 4066+$wgSpecialVersionShowHooks = false;
40664067
40674068 /**
40684069 * Whether to show "we're sorry, but there has been a database error" pages.
40694070 * Displaying errors aids in debugging, but may display information useful
40704071 * to an attacker.
40714072 */
4072 -$wgShowSQLErrors = false;
 4073+$wgShowSQLErrors = false;
40734074
40744075 /**
40754076 * If set to true, uncaught exceptions will print a complete stack trace
@@ -4321,7 +4322,7 @@
43224323 * </code>
43234324 */
43244325 $wgNamespacesToBeSearchedDefault = array(
4325 - NS_MAIN => true,
 4326+ NS_MAIN => true,
43264327 );
43274328
43284329 /**
@@ -4331,8 +4332,8 @@
43324333 * Same format as $wgNamespacesToBeSearchedDefault
43334334 */
43344335 $wgNamespacesToBeSearchedHelp = array(
4335 - NS_PROJECT => true,
4336 - NS_HELP => true,
 4336+ NS_PROJECT => true,
 4337+ NS_HELP => true,
43374338 );
43384339
43394340 /**
@@ -4420,7 +4421,7 @@
44214422 * can specify namespaces of pages they have special treatment for
44224423 */
44234424 $wgPreviewOnOpenNamespaces = array(
4424 - NS_CATEGORY => true
 4425+ NS_CATEGORY => true
44254426 );
44264427
44274428 /**
@@ -4481,7 +4482,7 @@
44824483 * still be possible. To prevent database writes completely, use the read_only
44834484 * option in MySQL.
44844485 */
4485 -$wgReadOnly = null;
 4486+$wgReadOnly = null;
44864487
44874488 /**
44884489 * If this lock file exists (size > 0), the wiki will be forced into read-only mode.
@@ -4490,7 +4491,7 @@
44914492 *
44924493 * Will default to "{$wgUploadDirectory}/lock_yBgMBwiR" in Setup.php
44934494 */
4494 -$wgReadOnlyFile = false;
 4495+$wgReadOnlyFile = false;
44954496
44964497 /**
44974498 * When you run the web-based upgrade utility, it will tell you what to set
@@ -4531,7 +4532,7 @@
45324533 * Special:Recentchangeslinked pages.
45334534 */
45344535 $wgRCLinkLimits = array( 50, 100, 250, 500 );
4535 -$wgRCLinkDays = array( 1, 3, 7, 14, 30 );
 4536+$wgRCLinkDays = array( 1, 3, 7, 14, 30 );
45364537
45374538 /**
45384539 * Send recent changes updates via UDP. The updates will be formatted for IRC.
@@ -4622,23 +4623,23 @@
46234624 $wgAdvertisedFeedTypes = array( 'atom' );
46244625
46254626 /** Show watching users in recent changes, watchlist and page history views */
4626 -$wgRCShowWatchingUsers = false; # UPO
 4627+$wgRCShowWatchingUsers = false; # UPO
46274628 /** Show watching users in Page views */
4628 -$wgPageShowWatchingUsers = false;
 4629+$wgPageShowWatchingUsers = false;
46294630 /** Show the amount of changed characters in recent changes */
4630 -$wgRCShowChangedSize = true;
 4631+$wgRCShowChangedSize = true;
46314632
46324633 /**
46334634 * If the difference between the character counts of the text
46344635 * before and after the edit is below that value, the value will be
46354636 * highlighted on the RC page.
46364637 */
4637 -$wgRCChangedSizeThreshold = 500;
 4638+$wgRCChangedSizeThreshold = 500;
46384639
46394640 /**
46404641 * Show "Updated (since my last visit)" marker in RC view, watchlist and history
46414642 * view for watched pages with new changes */
4642 -$wgShowUpdatedMarker = true;
 4643+$wgShowUpdatedMarker = true;
46434644
46444645 /**
46454646 * Disable links to talk pages of anonymous users (IPs) in listings on special
@@ -4761,7 +4762,7 @@
47624763 /**
47634764 * Return distinct author list (when not returning full history)
47644765 */
4765 -$wgExportAllowListContributors = false ;
 4766+$wgExportAllowListContributors = false;
47664767
47674768 /**
47684769 * If non-zero, Special:Export accepts a "pagelink-depth" parameter
@@ -4923,7 +4924,7 @@
49244925 * Expensive Querypages are already updated.
49254926 */
49264927 $wgSpecialPageCacheUpdates = array(
4927 - 'Statistics' => array('SiteStatsUpdate','cacheUpdate')
 4928+ 'Statistics' => array( 'SiteStatsUpdate', 'cacheUpdate' )
49284929 );
49294930
49304931 /**
@@ -4935,7 +4936,6 @@
49364937 */
49374938 $wgExceptionHooks = array();
49384939
4939 -
49404940 /**
49414941 * Page property link table invalidation lists. When a page property
49424942 * changes, this may require other link tables to be updated (eg
@@ -4957,7 +4957,7 @@
49584958 /**
49594959 * Use experimental, DMOZ-like category browser
49604960 */
4961 -$wgUseCategoryBrowser = false;
 4961+$wgUseCategoryBrowser = false;
49624962
49634963 /**
49644964 * On category pages, show thumbnail gallery for images belonging to that

Comments

#Comment by Nikerabbit (talk | contribs)   20:07, 11 January 2012

Finally :)

Status & tagging log