r34060 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34059‎ | r34060 | r34061 >
Date:19:41, 30 April 2008
Author:ialex
Status:old
Tags:
Comment:
Added some missing options to $wgDefaultUserOptions and fixed whitespaces
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2046,41 +2046,57 @@
20472047 *
20482048 */
20492049 $wgDefaultUserOptions = array(
2050 - 'quickbar' => 1,
2051 - 'underline' => 2,
2052 - 'cols' => 80,
2053 - 'rows' => 25,
2054 - 'searchlimit' => 20,
2055 - 'contextlines' => 5,
2056 - 'contextchars' => 50,
2057 - 'skin' => false,
2058 - 'math' => 1,
2059 - 'rcdays' => 7,
2060 - 'rclimit' => 50,
2061 - 'wllimit' => 250,
2062 - 'highlightbroken' => 1,
2063 - 'stubthreshold' => 0,
2064 - 'previewontop' => 1,
2065 - 'editsection' => 1,
2066 - 'editsectiononrightclick'=> 0,
2067 - 'showtoc' => 1,
2068 - 'showtoolbar' => 1,
2069 - 'date' => 'default',
2070 - 'imagesize' => 2,
2071 - 'thumbsize' => 2,
2072 - 'rememberpassword' => 0,
2073 - 'enotifwatchlistpages' => 0,
2074 - 'enotifusertalkpages' => 1,
2075 - 'enotifminoredits' => 0,
2076 - 'enotifrevealaddr' => 0,
2077 - 'shownumberswatching' => 1,
2078 - 'fancysig' => 0,
2079 - 'externaleditor' => 0,
2080 - 'externaldiff' => 0,
2081 - 'showjumplinks' => 1,
2082 - 'numberheadings' => 0,
2083 - 'uselivepreview' => 0,
2084 - 'watchlistdays' => 3.0,
 2050+ 'quickbar' => 1,
 2051+ 'underline' => 2,
 2052+ 'cols' => 80,
 2053+ 'rows' => 25,
 2054+ 'searchlimit' => 20,
 2055+ 'contextlines' => 5,
 2056+ 'contextchars' => 50,
 2057+ 'disablesuggest' => 0,
 2058+ 'ajaxsearch' => 0,
 2059+ 'skin' => false,
 2060+ 'math' => 1,
 2061+ 'usenewrc' => 0,
 2062+ 'rcdays' => 7,
 2063+ 'rclimit' => 50,
 2064+ 'wllimit' => 250,
 2065+ 'hideminor' => 0,
 2066+ 'highlightbroken' => 1,
 2067+ 'stubthreshold' => 0,
 2068+ 'previewontop' => 1,
 2069+ 'previewonfirst' => 0,
 2070+ 'editsection' => 1,
 2071+ 'editsectiononrightclick' => 0,
 2072+ 'editondblclick' => 0,
 2073+ 'editwidth' => 0,
 2074+ 'showtoc' => 1,
 2075+ 'showtoolbar' => 1,
 2076+ 'minordefault' => 0,
 2077+ 'date' => 'default',
 2078+ 'imagesize' => 2,
 2079+ 'thumbsize' => 2,
 2080+ 'rememberpassword' => 0,
 2081+ 'enotifwatchlistpages' => 0,
 2082+ 'enotifusertalkpages' => 1,
 2083+ 'enotifminoredits' => 0,
 2084+ 'enotifrevealaddr' => 0,
 2085+ 'shownumberswatching' => 1,
 2086+ 'fancysig' => 0,
 2087+ 'externaleditor' => 0,
 2088+ 'externaldiff' => 0,
 2089+ 'showjumplinks' => 1,
 2090+ 'numberheadings' => 0,
 2091+ 'uselivepreview' => 0,
 2092+ 'watchlistdays' => 3.0,
 2093+ 'extendwatchlist' => 0,
 2094+ 'watchlisthideminor' => 0,
 2095+ 'watchlisthidebots' => 0,
 2096+ 'watchlisthideown' => 0,
 2097+ 'watchcreations' => 0,
 2098+ 'watchdefault' => 0,
 2099+ 'watchmoves' => 0,
 2100+ 'watchdeletion' => 0,
20852101 );
20862102
20872103 /** Whether or not to allow and use real name fields. Defaults to true. */

Status & tagging log