r63681 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63680‎ | r63681 | r63682 >
Date:16:05, 13 March 2010
Author:happy-melon
Status:ok
Tags:
Comment:
Sort $wgDefaultUserOptions elements alphabetically.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2716,72 +2716,72 @@
27172717 *
27182718 */
27192719 $wgDefaultUserOptions = array(
2720 - 'quickbar' => 1,
2721 - 'underline' => 2,
 2720+ 'ccmeonemails' => 0,
27222721 'cols' => 80,
2723 - 'rows' => 25,
2724 - 'searchlimit' => 20,
 2722+ 'contextchars' => 50,
27252723 'contextlines' => 5,
2726 - 'contextchars' => 50,
 2724+ 'date' => 'default',
 2725+ 'diffonly' => 0,
 2726+ 'disablemail' => 0,
27272727 'disablesuggest' => 0,
2728 - 'skin' => false,
2729 - 'math' => 1,
2730 - 'usenewrc' => 0,
2731 - 'rcdays' => 7,
2732 - 'rclimit' => 50,
2733 - 'wllimit' => 250,
2734 - 'hideminor' => 0,
2735 - 'hidepatrolled' => 0,
2736 - 'newpageshidepatrolled' => 0,
2737 - 'highlightbroken' => 1,
2738 - 'stubthreshold' => 0,
2739 - 'previewontop' => 1,
2740 - 'previewonfirst' => 0,
 2728+ 'editfont' => 'default',
 2729+ 'editondblclick' => 0,
27412730 'editsection' => 1,
27422731 'editsectiononrightclick' => 0,
2743 - 'editondblclick' => 0,
27442732 'editwidth' => 0,
2745 - 'showtoc' => 1,
2746 - 'showtoolbar' => 1,
2747 - 'minordefault' => 0,
2748 - 'date' => 'default',
2749 - 'imagesize' => 2,
2750 - 'thumbsize' => 2,
2751 - 'rememberpassword' => 0,
2752 - 'nocache' => 0,
2753 - 'diffonly' => 0,
2754 - 'showhiddencats' => 0,
2755 - 'norollbackdiff' => 0,
2756 - 'enotifwatchlistpages' => 0,
2757 - 'enotifusertalkpages' => 1,
27582733 'enotifminoredits' => 0,
27592734 'enotifrevealaddr' => 0,
2760 - 'shownumberswatching' => 1,
 2735+ 'enotifusertalkpages' => 1,
 2736+ 'enotifwatchlistpages' => 0,
 2737+ 'extendwatchlist' => 0,
 2738+ 'externaldiff' => 0,
 2739+ 'externaleditor' => 0,
27612740 'fancysig' => 0,
2762 - 'externaleditor' => 0,
2763 - 'externaldiff' => 0,
27642741 'forceeditsummary' => 0,
2765 - 'showjumplinks' => 1,
 2742+ 'gender' => 'unknown',
 2743+ 'hideminor' => 0,
 2744+ 'hidepatrolled' => 0,
 2745+ 'highlightbroken' => 1,
 2746+ 'imagesize' => 2,
27662747 'justify' => 0,
 2748+ 'math' => 1,
 2749+ 'minordefault' => 0,
 2750+ 'newpageshidepatrolled' => 0,
 2751+ 'nocache' => 0,
 2752+ 'noconvertlink' => 0,
 2753+ 'norollbackdiff' => 0,
27672754 'numberheadings' => 0,
 2755+ 'previewonfirst' => 0,
 2756+ 'previewontop' => 1,
 2757+ 'quickbar' => 1,
 2758+ 'rcdays' => 7,
 2759+ 'rclimit' => 50,
 2760+ 'rememberpassword' => 0,
 2761+ 'rows' => 25,
 2762+ 'searchlimit' => 20,
 2763+ 'showhiddencats' => 0,
 2764+ 'showjumplinks' => 1,
 2765+ 'shownumberswatching' => 1,
 2766+ 'showtoc' => 1,
 2767+ 'showtoolbar' => 1,
 2768+ 'skin' => false,
 2769+ 'stubthreshold' => 0,
 2770+ 'thumbsize' => 2,
 2771+ 'underline' => 2,
27682772 'uselivepreview' => 0,
 2773+ 'usenewrc' => 0,
 2774+ 'watchcreations' => 0,
 2775+ 'watchdefault' => 0,
 2776+ 'watchdeletion' => 0,
27692777 'watchlistdays' => 3.0,
2770 - 'extendwatchlist' => 0,
 2778+ 'watchlisthideanons' => 0,
 2779+ 'watchlisthidebots' => 0,
 2780+ 'watchlisthideliu' => 0,
27712781 'watchlisthideminor' => 0,
2772 - 'watchlisthidebots' => 0,
27732782 'watchlisthideown' => 0,
2774 - 'watchlisthideanons' => 0,
2775 - 'watchlisthideliu' => 0,
27762783 'watchlisthidepatrolled' => 0,
2777 - 'watchcreations' => 0,
2778 - 'watchdefault' => 0,
27792784 'watchmoves' => 0,
2780 - 'watchdeletion' => 0,
2781 - 'noconvertlink' => 0,
2782 - 'gender' => 'unknown',
2783 - 'ccmeonemails' => 0,
2784 - 'disablemail' => 0,
2785 - 'editfont' => 'default',
 2785+ 'wllimit' => 250,
27862786 );
27872787
27882788 /**

Status & tagging log