r72361 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72360‎ | r72361 | r72362 >
Date:09:29, 4 September 2010
Author:ialex
Status:ok
Tags:
Comment:
Removed trailing spaces
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -17,7 +17,7 @@
1818 * http://www.mediawiki.org/wiki/Manual:Configuration_settings
1919 */
2020
21 -/**
 21+/**
2222 * @cond file_level_code
2323 * This is not a valid entry point, perform no further processing unless MEDIAWIKI is defined
2424 */
@@ -40,16 +40,16 @@
4141 /** Name of the site. It must be changed in LocalSettings.php */
4242 $wgSitename = 'MediaWiki';
4343
44 -/**
45 - * URL of the server. It will be automatically built including https mode.
 44+/**
 45+ * URL of the server. It will be automatically built including https mode.
4646 *
4747 * Example:
4848 * <code>
4949 * $wgServer = http://example.com
5050 * </code>
5151 *
52 - * This is usually detected correctly by MediaWiki. If MediaWiki detects the
53 - * wrong server, it will redirect incorrectly after you save a page. In that
 52+ * This is usually detected correctly by MediaWiki. If MediaWiki detects the
 53+ * wrong server, it will redirect incorrectly after you save a page. In that
5454 * case, set this variable to fix it.
5555 */
5656 $wgServer = '';
@@ -118,10 +118,10 @@
119119 ( strpos( php_sapi_name(), 'isapi' ) === false );
120120
121121 /**
122 - * The extension to append to script names by default. This can either be .php
 122+ * The extension to append to script names by default. This can either be .php
123123 * or .php5.
124124 *
125 - * Some hosting providers use PHP 4 for *.php files, and PHP 5 for *.php5. This
 125+ * Some hosting providers use PHP 4 for *.php files, and PHP 5 for *.php5. This
126126 * variable is provided to support those providers.
127127 */
128128 $wgScriptExtension = '.php';
@@ -134,12 +134,12 @@
135135 $wgScript = false;
136136
137137 /**
138 - * The URL path to redirect.php. This is a script that is used by the Nostalgia
 138+ * The URL path to redirect.php. This is a script that is used by the Nostalgia
139139 * skin.
140140 *
141141 * Defaults to "{$wgScriptPath}/redirect{$wgScriptExtension}".
142142 */
143 -$wgRedirectScript = false; ///< defaults to
 143+$wgRedirectScript = false; ///< defaults to
144144 /**@}*/
145145
146146
@@ -153,8 +153,8 @@
154154 * These will relatively rarely need to be set manually, unless you are
155155 * splitting style sheets or images outside the main document root.
156156 *
157 - * In this section, a "path" is usually a host-relative URL, i.e. a URL without
158 - * the host part, that starts with a slash. In most cases a full URL is also
 157+ * In this section, a "path" is usually a host-relative URL, i.e. a URL without
 158+ * the host part, that starts with a slash. In most cases a full URL is also
159159 * acceptable. A "directory" is a local file path.
160160 *
161161 * In both paths and directories, trailing slashes should not be included.
@@ -169,13 +169,13 @@
170170 $wgStyleSheetPath = &$wgStylePath;
171171
172172 /**
173 - * The URL path of the skins directory. Should not point to an external domain.
 173+ * The URL path of the skins directory. Should not point to an external domain.
174174 * Defaults to "{$wgScriptPath}/skins".
175175 */
176176 $wgLocalStylePath = false;
177177
178178 /**
179 - * The URL path of the extensions directory.
 179+ * The URL path of the extensions directory.
180180 * Defaults to "{$wgScriptPath}/extensions".
181181 */
182182 $wgExtensionAssetsPath = false;
@@ -186,10 +186,10 @@
187187 $wgStyleDirectory = false;
188188
189189 /**
190 - * The URL path for primary article page views. This path should contain $1,
191 - * which is replaced by the article title.
 190+ * The URL path for primary article page views. This path should contain $1,
 191+ * which is replaced by the article title.
192192 *
193 - * Defaults to "{$wgScript}/$1" or "{$wgScript}?title=$1", depending on
 193+ * Defaults to "{$wgScript}/$1" or "{$wgScript}?title=$1", depending on
194194 * $wgUsePathInfo.
195195 */
196196 $wgArticlePath = false;
@@ -224,31 +224,31 @@
225225 /**
226226 * The URL path of the math directory. Defaults to "{$wgUploadPath}/math".
227227 *
228 - * See http://www.mediawiki.org/wiki/Manual:Enable_TeX for details about how to
 228+ * See http://www.mediawiki.org/wiki/Manual:Enable_TeX for details about how to
229229 * set up mathematical formula display.
230230 */
231231 $wgMathPath = false;
232232
233233 /**
234 - * The filesystem path of the math directory.
 234+ * The filesystem path of the math directory.
235235 * Defaults to "{$wgUploadDirectory}/math".
236236 *
237 - * See http://www.mediawiki.org/wiki/Manual:Enable_TeX for details about how to
 237+ * See http://www.mediawiki.org/wiki/Manual:Enable_TeX for details about how to
238238 * set up mathematical formula display.
239239 */
240240 $wgMathDirectory = false;
241241
242242 /**
243 - * The local filesystem path to a temporary directory. This is not required to
244 - * be web accessible.
 243+ * The local filesystem path to a temporary directory. This is not required to
 244+ * be web accessible.
245245 *
246246 * Defaults to "{$wgUploadDirectory}/tmp".
247247 */
248248 $wgTmpDirectory = false;
249249
250250 /**
251 - * If set, this URL is added to the start of $wgUploadPath to form a complete
252 - * upload URL.
 251+ * If set, this URL is added to the start of $wgUploadPath to form a complete
 252+ * upload URL.
253253 */
254254 $wgUploadBaseUrl = "";
255255
@@ -296,8 +296,8 @@
297297 $wgImgAuthDetails = false;
298298
299299 /**
300 - * If this is enabled, img_auth.php will not allow image access unless the wiki
301 - * is private. This improves security when image uploads are hosted on a
 300+ * If this is enabled, img_auth.php will not allow image access unless the wiki
 301+ * is private. This improves security when image uploads are hosted on a
302302 * separate domain.
303303 */
304304 $wgImgAuthPublicTest = true;
@@ -342,7 +342,7 @@
343343 * - descBaseUrl URL of image description pages, e.g. http://en.wikipedia.org/wiki/File:
344344 * - scriptDirUrl URL of the MediaWiki installation, equivalent to $wgScriptPath, e.g.
345345 * http://en.wikipedia.org/w
346 - * - scriptExtension Script extension of the MediaWiki installation, equivalent to
 346+ * - scriptExtension Script extension of the MediaWiki installation, equivalent to
347347 * $wgScriptExtension, e.g. .php5 defaults to .php
348348 *
349349 * - articleUrl Equivalent to $wgArticlePath, e.g. http://en.wikipedia.org/wiki/$1
@@ -446,7 +446,7 @@
447447
448448 /**
449449 * Point the upload link for missing files to an external URL, as with
450 - * $wgUploadNavigationUrl. The URL will get (?|&)wpDestFile=<filename>
 450+ * $wgUploadNavigationUrl. The URL will get (?|&)wpDestFile=<filename>
451451 * appended to it as appropriate.
452452 */
453453 $wgUploadMissingFileUrl = false;
@@ -463,13 +463,13 @@
464464 $wgSharedThumbnailScriptPath = false;
465465
466466 /**
467 - * Set this to false if you do not want MediaWiki to divide your images
 467+ * Set this to false if you do not want MediaWiki to divide your images
468468 * directory into many subdirectories, for improved performance.
469469 *
470 - * It's almost always good to leave this enabled. In previous versions of
471 - * MediaWiki, some users set this to false to allow images to be added to the
472 - * wiki by simply copying them into $wgUploadDirectory and then running
473 - * maintenance/rebuildImages.php to register them in the database. This is no
 470+ * It's almost always good to leave this enabled. In previous versions of
 471+ * MediaWiki, some users set this to false to allow images to be added to the
 472+ * wiki by simply copying them into $wgUploadDirectory and then running
 473+ * maintenance/rebuildImages.php to register them in the database. This is no
474474 * longer recommended, use maintenance/importImages.php instead.
475475 *
476476 * Note that this variable may be ignored if $wgLocalFileRepo is set.
@@ -510,7 +510,7 @@
511511 # May contain harmful executables for Windows victims
512512 'exe', 'scr', 'dll', 'msi', 'vbs', 'bat', 'com', 'pif', 'cmd', 'vxd', 'cpl' );
513513
514 -/**
 514+/**
515515 * Files with these mime types will never be allowed as uploads
516516 * if $wgVerifyMimeType is enabled.
517517 */
@@ -718,40 +718,40 @@
719719 $wgUseImageResize = true;
720720
721721
722 -/**
723 - * Internal name of virus scanner. This servers as a key to the
724 - * $wgAntivirusSetup array. Set this to NULL to disable virus scanning. If not
 722+/**
 723+ * Internal name of virus scanner. This servers as a key to the
 724+ * $wgAntivirusSetup array. Set this to NULL to disable virus scanning. If not
725725 * null, every file uploaded will be scanned for viruses.
726726 */
727727 $wgAntivirus= null;
728728
729 -/**
730 - * Configuration for different virus scanners. This an associative array of
731 - * associative arrays. It contains one setup array per known scanner type.
 729+/**
 730+ * Configuration for different virus scanners. This an associative array of
 731+ * associative arrays. It contains one setup array per known scanner type.
732732 * The entry is selected by $wgAntivirus, i.e.
733733 * valid values for $wgAntivirus are the keys defined in this array.
734734 *
735 - * The configuration array for each scanner contains the following keys:
 735+ * The configuration array for each scanner contains the following keys:
736736 * "command", "codemap", "messagepattern":
737737 *
738 - * "command" is the full command to call the virus scanner - %f will be
739 - * replaced with the name of the file to scan. If not present, the filename
740 - * will be appended to the command. Note that this must be overwritten if the
 738+ * "command" is the full command to call the virus scanner - %f will be
 739+ * replaced with the name of the file to scan. If not present, the filename
 740+ * will be appended to the command. Note that this must be overwritten if the
741741 * scanner is not in the system path; in that case, plase set
742 - * $wgAntivirusSetup[$wgAntivirus]['command'] to the desired command with full
 742+ * $wgAntivirusSetup[$wgAntivirus]['command'] to the desired command with full
743743 * path.
744744 *
745 - * "codemap" is a mapping of exit code to return codes of the detectVirus
 745+ * "codemap" is a mapping of exit code to return codes of the detectVirus
746746 * function in SpecialUpload.
747 - * - An exit code mapped to AV_SCAN_FAILED causes the function to consider
748 - * the scan to be failed. This will pass the file if $wgAntivirusRequired
 747+ * - An exit code mapped to AV_SCAN_FAILED causes the function to consider
 748+ * the scan to be failed. This will pass the file if $wgAntivirusRequired
749749 * is not set.
750 - * - An exit code mapped to AV_SCAN_ABORTED causes the function to consider
751 - * the file to have an usupported format, which is probably imune to
 750+ * - An exit code mapped to AV_SCAN_ABORTED causes the function to consider
 751+ * the file to have an usupported format, which is probably imune to
752752 * virusses. This causes the file to pass.
753 - * - An exit code mapped to AV_NO_VIRUS will cause the file to pass, meaning
 753+ * - An exit code mapped to AV_NO_VIRUS will cause the file to pass, meaning
754754 * no virus was found.
755 - * - All other codes (like AV_VIRUS_FOUND) will cause the function to report
 755+ * - All other codes (like AV_VIRUS_FOUND) will cause the function to report
756756 * a virus.
757757 * - You may use "*" as a key in the array to catch all exit codes not mapped otherwise.
758758 *
@@ -806,7 +806,7 @@
807807 $wgMimeInfoFile= "includes/mime.info";
808808 #$wgMimeInfoFile= null; #use built-in defaults only.
809809
810 -/**
 810+/**
811811 * Switch for loading the FileInfo extension by PECL at runtime.
812812 * This should be used only if fileinfo is installed as a shared object
813813 * or a dynamic library.
@@ -824,7 +824,7 @@
825825 */
826826 $wgMimeDetectorCommand = null;
827827
828 -/**
 828+/**
829829 * Switch for trivial mime detection. Used by thumb.php to disable all fancy
830830 * things, because only a few types of images are needed and file extensions
831831 * can be trusted.
@@ -1021,7 +1021,7 @@
10221022 $wgPasswordSender = $wgEmergencyContact;
10231023
10241024 /**
1025 - * True: from page editor if s/he opted-in. False: Enotif mails appear to come
 1025+ * True: from page editor if s/he opted-in. False: Enotif mails appear to come
10261026 * from $wgEmergencyContact
10271027 */
10281028 $wgEnotifFromEditor = false;
@@ -1033,7 +1033,7 @@
10341034
10351035 /**
10361036 * Require email authentication before sending mail to an email addres. This is
1037 - * highly recommended. It prevents MediaWiki from being used as an open spam
 1037+ * highly recommended. It prevents MediaWiki from being used as an open spam
10381038 * relay.
10391039 */
10401040 $wgEmailAuthentication = true;
@@ -1050,13 +1050,13 @@
10511051 $wgEnotifUserTalk = false;
10521052
10531053 /**
1054 - * Set the Reply-to address in notifications to the editor's address, if user
 1054+ * Set the Reply-to address in notifications to the editor's address, if user
10551055 * allowed this in the preferences.
10561056 */
10571057 $wgEnotifRevealEditorAddress = false;
10581058
10591059 /**
1060 - * Send notification mails on minor edits to watchlist pages. This is enabled
 1060+ * Send notification mails on minor edits to watchlist pages. This is enabled
10611061 * by default. Does not affect user talk notifications.
10621062 */
10631063 $wgEnotifMinorEdits = true;
@@ -1077,7 +1077,7 @@
10781078 $wgEnotifMaxRecips = 500;
10791079
10801080 /**
1081 - * Send mails via the job queue. This can be useful to reduce the time it
 1081+ * Send mails via the job queue. This can be useful to reduce the time it
10821082 * takes to save a page that a lot of people are watching.
10831083 */
10841084 $wgEnotifUseJobQ = false;
@@ -1088,7 +1088,7 @@
10891089 $wgEnotifUseRealName = false;
10901090
10911091 /**
1092 - * Array of usernames who will be sent a notification email for every change
 1092+ * Array of usernames who will be sent a notification email for every change
10931093 * which occurs on a wiki.
10941094 */
10951095 $wgUsersNotifiedOnAllChanges = array();
@@ -1118,7 +1118,7 @@
11191119 /** Separate password for maintenance tasks. Leave as null to use the default. */
11201120 $wgDBadminpassword = null;
11211121
1122 -/**
 1122+/**
11231123 * Search type.
11241124 * Leave as null to select the default search engine for the
11251125 * selected database type (eg SearchMySQL), or set to a class
@@ -1133,11 +1133,11 @@
11341134
11351135 /**
11361136 * SQL Mode - default is turning off all modes, including strict, if set.
1137 - * null can be used to skip the setting for performance reasons and assume
 1137+ * null can be used to skip the setting for performance reasons and assume
11381138 * DBA has done his best job.
11391139 * String override can be used for some additional fun :-)
11401140 */
1141 -$wgSQLMode = '';
 1141+$wgSQLMode = '';
11421142
11431143 /** Mediawiki schema */
11441144 $wgDBmwschema = 'mediawiki';
@@ -1169,7 +1169,7 @@
11701170 * MediaWiki's tables may have side effects if you try to share them.
11711171 * EXPERIMENTAL
11721172 *
1173 - * $wgSharedPrefix is the table prefix for the shared database. It defaults to
 1173+ * $wgSharedPrefix is the table prefix for the shared database. It defaults to
11741174 * $wgDBprefix.
11751175 */
11761176 $wgSharedDB = null;
@@ -1394,7 +1394,7 @@
13951395 $wgMaxArticleSize = 2048;
13961396
13971397 /**
1398 - * The minimum amount of memory that MediaWiki "needs"; MediaWiki will try to
 1398+ * The minimum amount of memory that MediaWiki "needs"; MediaWiki will try to
13991399 * raise PHP's memory limit if it's below this amount.
14001400 */
14011401 $wgMemoryLimit = "50M";
@@ -1417,8 +1417,8 @@
14181418 $wgCacheDirectory = false;
14191419
14201420 /**
1421 - * Main cache type. This should be a cache with fast access, but it may have
1422 - * limited space. By default, it is disabled, since the database is not fast
 1421+ * Main cache type. This should be a cache with fast access, but it may have
 1422+ * limited space. By default, it is disabled, since the database is not fast
14231423 * enough to make it worthwhile.
14241424 *
14251425 * The options are:
@@ -1428,8 +1428,8 @@
14291429 * - CACHE_DB: Store cache objects in the DB
14301430 * - CACHE_MEMCACHED: MemCached, must specify servers in $wgMemCacheServers
14311431 * - CACHE_ACCEL: eAccelerator, APC, XCache or WinCache
1432 - * - CACHE_DBA: Use PHP's DBA extension to store in a DBM-style
1433 - * database. This is slow, and is not recommended for
 1432+ * - CACHE_DBA: Use PHP's DBA extension to store in a DBM-style
 1433+ * database. This is slow, and is not recommended for
14341434 * anything other than debugging.
14351435 *
14361436 * @see $wgMessageCacheType, $wgParserCacheType
@@ -1437,7 +1437,7 @@
14381438 $wgMainCacheType = CACHE_NONE;
14391439
14401440 /**
1441 - * The cache type for storing the contents of the MediaWiki namespace. This
 1441+ * The cache type for storing the contents of the MediaWiki namespace. This
14421442 * cache is used for a small amount of data which is expensive to regenerate.
14431443 *
14441444 * For available types see $wgMainCacheType.
@@ -1445,7 +1445,7 @@
14461446 $wgMessageCacheType = CACHE_ANYTHING;
14471447
14481448 /**
1449 - * The cache type for storing article HTML. This is used to store data which
 1449+ * The cache type for storing article HTML. This is used to store data which
14501450 * is expensive to regenerate, and benefits from having plenty of storage space.
14511451 *
14521452 * For available types see $wgMainCacheType.
@@ -1453,7 +1453,7 @@
14541454 $wgParserCacheType = CACHE_ANYTHING;
14551455
14561456 /**
1457 - * The expiry time for the parser cache, in seconds. The default is 86.4k
 1457+ * The expiry time for the parser cache, in seconds. The default is 86.4k
14581458 * seconds, otherwise known as a day.
14591459 */
14601460 $wgParserCacheExpireTime = 86400;
@@ -1464,17 +1464,17 @@
14651465 $wgDBAhandler = 'db3';
14661466
14671467 /**
1468 - * Store sessions in MemCached. This can be useful to improve performance, or to
1469 - * avoid the locking behaviour of PHP's default session handler, which tends to
 1468+ * Store sessions in MemCached. This can be useful to improve performance, or to
 1469+ * avoid the locking behaviour of PHP's default session handler, which tends to
14701470 * prevent multiple requests for the same user from acting concurrently.
14711471 */
14721472 $wgSessionsInMemcached = false;
14731473
1474 -/**
 1474+/**
14751475 * This is used for setting php's session.save_handler. In practice, you will
14761476 * almost never need to change this ever. Other options might be 'user' or
14771477 * 'session_mysql.' Setting to null skips setting this entirely (which might be
1478 - * useful if you're doing cross-application sessions, see bug 11381)
 1478+ * useful if you're doing cross-application sessions, see bug 11381)
14791479 */
14801480 $wgSessionHandler = 'files';
14811481
@@ -1484,8 +1484,8 @@
14851485 /** The list of MemCached servers and port numbers */
14861486 $wgMemCachedServers = array( '127.0.0.1:11000' );
14871487
1488 -/**
1489 - * Use persistent connections to MemCached, which are shared across multiple
 1488+/**
 1489+ * Use persistent connections to MemCached, which are shared across multiple
14901490 * requests.
14911491 */
14921492 $wgMemCachedPersistent = false;
@@ -1569,8 +1569,8 @@
15701570 */
15711571 $wgUseFileCache = false;
15721572
1573 -/**
1574 - * Directory where the cached page will be saved.
 1573+/**
 1574+ * Directory where the cached page will be saved.
15751575 * Defaults to "$wgCacheDirectory/html".
15761576 */
15771577 $wgFileCacheDirectory = false;
@@ -1646,17 +1646,17 @@
16471647 /************************************************************************//**
16481648 * @name HTTP proxy (Squid) settings
16491649 *
1650 - * Many of these settings apply to any HTTP proxy used in front of MediaWiki,
 1650+ * Many of these settings apply to any HTTP proxy used in front of MediaWiki,
16511651 * although they are referred to as Squid settings for historical reasons.
16521652 *
1653 - * Achieving a high hit ratio with an HTTP proxy requires special
1654 - * configuration. See http://www.mediawiki.org/wiki/Manual:Squid_caching for
 1653+ * Achieving a high hit ratio with an HTTP proxy requires special
 1654+ * configuration. See http://www.mediawiki.org/wiki/Manual:Squid_caching for
16551655 * more details.
16561656 *
16571657 * @{
16581658 */
16591659
1660 -/**
 1660+/**
16611661 * Enable/disable Squid.
16621662 * See http://www.mediawiki.org/wiki/Manual:Squid_caching
16631663 */
@@ -1668,7 +1668,7 @@
16691669 /** Send X-Vary-Options header for better caching (requires patched Squid) */
16701670 $wgUseXVO = false;
16711671
1672 -/**
 1672+/**
16731673 * Internal server name as known to Squid, if different. Example:
16741674 * <code>
16751675 * $wgInternalServer = 'http://yourinternal.tld:8000';
@@ -1708,23 +1708,23 @@
17091709 /** Maximum number of titles to purge in any one client operation */
17101710 $wgMaxSquidPurgeTitles = 400;
17111711
1712 -/**
 1712+/**
17131713 * HTCP multicast address. Set this to a multicast IP address to enable HTCP.
17141714 *
1715 - * Note that MediaWiki uses the old non-RFC compliant HTCP format, which was
 1715+ * Note that MediaWiki uses the old non-RFC compliant HTCP format, which was
17161716 * present in the earliest Squid implementations of the protocol.
17171717 */
17181718 $wgHTCPMulticastAddress = false;
17191719
1720 -/**
1721 - * HTCP multicast port.
 1720+/**
 1721+ * HTCP multicast port.
17221722 * @see $wgHTCPMulticastAddress
17231723 */
17241724 $wgHTCPPort = 4827;
17251725
1726 -/**
1727 - * HTCP multicast TTL.
1728 - * @see $wgHTCPMulticastAddress
 1726+/**
 1727+ * HTCP multicast TTL.
 1728+ * @see $wgHTCPMulticastAddress
17291729 */
17301730 $wgHTCPMulticastTTL = 1;
17311731
@@ -1773,29 +1773,29 @@
17741774 $wgOutputEncoding = 'UTF-8';
17751775
17761776 /**
1777 - * Character set for use in the article edit box. Language-specific encodings
1778 - * may be defined.
 1777+ * Character set for use in the article edit box. Language-specific encodings
 1778+ * may be defined.
17791779 *
1780 - * This historic feature is one of the first that was added by former MediaWiki
 1780+ * This historic feature is one of the first that was added by former MediaWiki
17811781 * team leader Brion Vibber, and is used to support the Esperanto x-system.
17821782 */
17831783 $wgEditEncoding = '';
17841784
17851785 /**
1786 - * Set this to true to replace Arabic presentation forms with their standard
 1786+ * Set this to true to replace Arabic presentation forms with their standard
17871787 * forms in the U+0600-U+06FF block. This only works if $wgLanguageCode is
17881788 * set to "ar".
17891789 *
1790 - * Note that pages with titles containing presentation forms will become
 1790+ * Note that pages with titles containing presentation forms will become
17911791 * inaccessible, run maintenance/cleanupTitles.php to fix this.
17921792 */
17931793 $wgFixArabicUnicode = true;
17941794
17951795 /**
17961796 * Set this to true to replace ZWJ-based chillu sequences in Malayalam text
1797 - * with their Unicode 5.1 equivalents. This only works if $wgLanguageCode is
1798 - * set to "ml". Note that some clients (even new clients as of 2010) do not
1799 - * support these characters.
 1797+ * with their Unicode 5.1 equivalents. This only works if $wgLanguageCode is
 1798+ * set to "ml". Note that some clients (even new clients as of 2010) do not
 1799+ * support these characters.
18001800 *
18011801 * If you enable this on an existing wiki, run maintenance/cleanupTitles.php to
18021802 * fix any ZWJ sequences in existing page titles.
@@ -1815,20 +1815,20 @@
18161816 $wgAllUnicodeFixes = false;
18171817
18181818 /**
1819 - * Set this to eg 'ISO-8859-1' to perform character set conversion when
1820 - * loading old revisions not marked with "utf-8" flag. Use this when
1821 - * converting a wiki from MediaWiki 1.4 or earlier to UTF-8 without the
 1819+ * Set this to eg 'ISO-8859-1' to perform character set conversion when
 1820+ * loading old revisions not marked with "utf-8" flag. Use this when
 1821+ * converting a wiki from MediaWiki 1.4 or earlier to UTF-8 without the
18221822 * burdensome mass conversion of old text data.
18231823 *
1824 - * NOTE! This DOES NOT touch any fields other than old_text.Titles, comments,
1825 - * user names, etc still must be converted en masse in the database before
 1824+ * NOTE! This DOES NOT touch any fields other than old_text.Titles, comments,
 1825+ * user names, etc still must be converted en masse in the database before
18261826 * continuing as a UTF-8 wiki.
18271827 */
18281828 $wgLegacyEncoding = false;
18291829
18301830 /**
1831 - * Browser Blacklist for unicode non compliant browsers. Contains a list of
1832 - * regexps : "/regexp/" matching problematic browsers. These browsers will
 1831+ * Browser Blacklist for unicode non compliant browsers. Contains a list of
 1832+ * regexps : "/regexp/" matching problematic browsers. These browsers will
18331833 * be served encoded unicode in the edit box instead of real unicode.
18341834 */
18351835 $wgBrowserBlackList = array(
@@ -1884,12 +1884,12 @@
18851885 */
18861886 $wgLegacySchemaConversion = false;
18871887
1888 -/**
 1888+/**
18891889 * Enable to allow rewriting dates in page text.
18901890 * DOES NOT FORMAT CORRECTLY FOR MOST LANGUAGES.
18911891 */
18921892 $wgUseDynamicDates = false;
1893 -/**
 1893+/**
18941894 * Enable dates like 'May 12' instead of '12 May', this only takes effect if
18951895 * the interface is set to English.
18961896 */
@@ -1925,7 +1925,7 @@
19261926 /** Default variant code, if false, the default will be the language code */
19271927 $wgDefaultLanguageVariant = false;
19281928
1929 -/**
 1929+/**
19301930 * Disabled variants array of language variant conversion. Example:
19311931 * <code>
19321932 * $wgDisabledVariants[] = 'zh-mo';
@@ -2097,7 +2097,7 @@
20982098 $wgXhtmlNamespaces = array();
20992099
21002100 /**
2101 - * Show IP address, for non-logged in users. It's necessary to switch this off
 2101+ * Show IP address, for non-logged in users. It's necessary to switch this off
21022102 * for some forms of caching.
21032103 */
21042104 $wgShowIPinHeader = true;
@@ -2117,7 +2117,7 @@
21182118 $wgExtraSubtitle = '';
21192119
21202120 /**
2121 - * If this is set, a "donate" link will appear in the sidebar. Set it to a URL.
 2121+ * If this is set, a "donate" link will appear in the sidebar. Set it to a URL.
21222122 */
21232123 $wgSiteSupportPage = '';
21242124
@@ -2142,8 +2142,8 @@
21432143 $wgAllowUserSkin = true;
21442144
21452145 /**
2146 - * Specify the name of a skin that should not be presented in the list of
2147 - * available skins. Use for blacklisting a skin which you do not want to
 2146+ * Specify the name of a skin that should not be presented in the list of
 2147+ * available skins. Use for blacklisting a skin which you do not want to
21482148 * remove from the .../skins/ directory
21492149 */
21502150 $wgSkipSkin = '';
@@ -2536,7 +2536,7 @@
25372537 /** Whether to allow inline image pointing to other websites */
25382538 $wgAllowExternalImages = false;
25392539
2540 -/**
 2540+/**
25412541 * If the above is false, you can specify an exception here. Image URLs
25422542 * that start with this string are then rendered, while all others are not.
25432543 * You can use this to set up a trusted, simple repository of images.
@@ -2646,7 +2646,7 @@
26472647 $wgAllowDisplayTitle = true;
26482648
26492649 /**
2650 - * For consistency, restrict DISPLAYTITLE to titles that normalize to the same
 2650+ * For consistency, restrict DISPLAYTITLE to titles that normalize to the same
26512651 * canonical DB key.
26522652 */
26532653 $wgRestrictDisplayTitle = true;
@@ -2921,12 +2921,12 @@
29222922 /** Allow sysops to ban IP ranges */
29232923 $wgSysopRangeBans = true;
29242924
2925 -/**
 2925+/**
29262926 * Number of seconds before autoblock entries expire. Default 86400 = 1 day.
29272927 */
29282928 $wgAutoblockExpiry = 86400;
29292929
2930 -/**
 2930+/**
29312931 * Set this to true to allow blocked users to edit their own user talk page.
29322932 */
29332933 $wgBlockAllowsUTEdit = false;
@@ -2935,10 +2935,10 @@
29362936 $wgSysopEmailBans = true;
29372937
29382938 /**
2939 - * Limits on the possible sizes of range blocks.
 2939+ * Limits on the possible sizes of range blocks.
29402940 *
2941 - * CIDR notation is hard to understand, it's easy to mistakenly assume that a
2942 - * /1 is a small range and a /31 is a large range. Setting this to half the
 2941+ * CIDR notation is hard to understand, it's easy to mistakenly assume that a
 2942+ * /1 is a small range and a /31 is a large range. Setting this to half the
29432943 * number of bits avoids such errors.
29442944 */
29452945 $wgBlockCIDRLimit = array(
@@ -2964,11 +2964,11 @@
29652965 *
29662966 * Special:Userlogin and Special:Resetpass are always whitelisted.
29672967 *
2968 - * NOTE: This will only work if $wgGroupPermissions['*']['read'] is false --
 2968+ * NOTE: This will only work if $wgGroupPermissions['*']['read'] is false --
29692969 * see below. Otherwise, ALL pages are accessible, regardless of this setting.
29702970 *
2971 - * Also note that this will only protect _pages in the wiki_. Uploaded files
2972 - * will remain readable. You can use img_auth.php to protect uploaded files,
 2971+ * Also note that this will only protect _pages in the wiki_. Uploaded files
 2972+ * will remain readable. You can use img_auth.php to protect uploaded files,
29732973 * see http://www.mediawiki.org/wiki/Manual:Image_Authorization
29742974 */
29752975 $wgWhitelistRead = false;
@@ -3178,11 +3178,11 @@
31793179 $wgNonincludableNamespaces = array();
31803180
31813181 /**
3182 - * Number of seconds an account is required to age before it's given the
3183 - * implicit 'autoconfirm' group membership. This can be used to limit
 3182+ * Number of seconds an account is required to age before it's given the
 3183+ * implicit 'autoconfirm' group membership. This can be used to limit
31843184 * privileges of new accounts.
31853185 *
3186 - * Accounts created by earlier versions of the software may not have a
 3186+ * Accounts created by earlier versions of the software may not have a
31873187 * recorded creation date, and will always be considered to pass the age test.
31883188 *
31893189 * When left at 0, all registered accounts will pass.
@@ -3232,7 +3232,7 @@
32333233 );
32343234
32353235 /**
3236 - * $wgAddGroups and $wgRemoveGroups can be used to give finer control over who
 3236+ * $wgAddGroups and $wgRemoveGroups can be used to give finer control over who
32373237 * can assign which groups at Special:Userrights. Example configuration:
32383238 *
32393239 * @code
@@ -3281,7 +3281,7 @@
32823282 /** Same as the above except for edit summaries */
32833283 $wgSummarySpamRegex = array();
32843284
3285 -/**
 3285+/**
32863286 * Similarly you can get a function to do the job. The function will be given
32873287 * the following args:
32883288 * - a Title object for the article the edit is made on
@@ -3378,9 +3378,9 @@
33793379 */
33803380 $wgRateLimitsExcludedIPs = array();
33813381
3382 -/**
3383 - * Log IP addresses in the recentchanges table; can be accessed only by
3384 - * extensions (e.g. CheckUser) or a DB admin
 3382+/**
 3383+ * Log IP addresses in the recentchanges table; can be accessed only by
 3384+ * extensions (e.g. CheckUser) or a DB admin
33853385 */
33863386 $wgPutIPinRC = true;
33873387
@@ -3628,7 +3628,7 @@
36293629 /** Don't put non-profiling info into log file */
36303630 $wgProfileOnly = false;
36313631
3632 -/**
 3632+/**
36333633 * Log sums from profiling into "profiling" table in db.
36343634 *
36353635 * You have to create a 'profiling' table in your database before using
@@ -3644,15 +3644,15 @@
36453645 /** Should application server host be put into profiling table */
36463646 $wgProfilePerHost = false;
36473647
3648 -/**
 3648+/**
36493649 * Host for UDP profiler.
36503650 *
3651 - * The host should be running a daemon which can be obtained from MediaWiki
 3651+ * The host should be running a daemon which can be obtained from MediaWiki
36523652 * Subversion at: http://svn.wikimedia.org/svnroot/mediawiki/trunk/udpprofile
36533653 */
36543654 $wgUDPProfilerHost = '127.0.0.1';
36553655
3656 -/**
 3656+/**
36573657 * Port for UDP profiler.
36583658 * @see $wgUDPProfilerHost
36593659 */
@@ -3914,7 +3914,7 @@
39153915 * @{
39163916 */
39173917
3918 -/**
 3918+/**
39193919 * @cond file_level_code
39203920 * Set $wgCommandLineMode if it's not set already, to avoid notices
39213921 */
@@ -3967,16 +3967,16 @@
39683968 $wgRCMaxAge = 13 * 7 * 24 * 3600;
39693969
39703970 /**
3971 - * Filter $wgRCLinkDays by $wgRCMaxAge to avoid showing links for numbers
3972 - * higher than what will be stored. Note that this is disabled by default
3973 - * because we sometimes do have RC data which is beyond the limit for some
3974 - * reason, and some users may use the high numbers to display that data which
 3971+ * Filter $wgRCLinkDays by $wgRCMaxAge to avoid showing links for numbers
 3972+ * higher than what will be stored. Note that this is disabled by default
 3973+ * because we sometimes do have RC data which is beyond the limit for some
 3974+ * reason, and some users may use the high numbers to display that data which
39753975 * is still there.
39763976 */
39773977 $wgRCFilterByAge = false;
39783978
39793979 /**
3980 - * List of Days and Limits options to list in the Special:Recentchanges and
 3980+ * List of Days and Limits options to list in the Special:Recentchanges and
39813981 * Special:Recentchangeslinked pages.
39823982 */
39833983 $wgRCLinkLimits = array( 50, 100, 250, 500 );
@@ -4352,12 +4352,12 @@
43534353 $wgExceptionHooks = array();
43544354
43554355 /**
4356 - * List of page property names and descriptions of what they are.
4357 - * This is used for the API prop=pageprops module to know which
4358 - * page props to search for. The help message is only seen from
 4356+ * List of page property names and descriptions of what they are.
 4357+ * This is used for the API prop=pageprops module to know which
 4358+ * page props to search for. The help message is only seen from
43594359 * the API help page.
43604360 */
4361 -$wgPageProps = array(
 4361+$wgPageProps = array(
43624362 'hiddencat' => 'Whether or not the page has a category with the __HIDDENCAT__ magic word',
43634363 );
43644364
@@ -4765,9 +4765,9 @@
47664766
47674767 /************************************************************************//**
47684768 * @name AJAX and API
4769 - * Note: The AJAX entry point which this section refers to is gradually being
 4769+ * Note: The AJAX entry point which this section refers to is gradually being
47704770 * replaced by the API entry point, api.php. They are essentially equivalent.
4771 - * Both of them are used for dynamic client-side features, via XHR.
 4771+ * Both of them are used for dynamic client-side features, via XHR.
47724772 * @{
47734773 */
47744774
@@ -5053,23 +5053,23 @@
50545054
50555055 /**
50565056 * The location of the MediaWiki package repository to use.
5057 - *
 5057+ *
50585058 * @since 1.17
50595059 * @var string
50605060 */
50615061 $wgRepositoryApiLocation = 'http://www.mediawiki.org/w/api.php';
50625062
50635063 /**
5064 - * The location of the remote web interface for the selected repository.
5065 - *
 5064+ * The location of the remote web interface for the selected repository.
 5065+ *
50665066 * @since 1.17
50675067 * @var string
50685068 */
50695069 $wgRepositoryLocation = 'http://www.mediawiki.org/wiki/Special:Repository';
50705070
50715071 /**
5072 - * List of package states to filter update detection and extension listing on.
5073 - *
 5072+ * List of package states to filter update detection and extension listing on.
 5073+ *
50745074 * @since 1.17
50755075 * @var array
50765076 */
@@ -5081,7 +5081,7 @@
50825082 'stable',
50835083 //'deprecated',
50845084 );
5085 -
 5085+
50865086 /**
50875087 * For really cool vim folding this needs to be at the end:
50885088 * vim: foldmarker=@{,@} foldmethod=marker

Status & tagging log