r34216 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34215‎ | r34216 | r34217 >
Date:17:36, 4 May 2008
Author:ialex
Status:old
Tags:
Comment:
Added $wgSharedDBtables, $wgAdvancedSearchHighlighting and $wgSearchHighlightBoundaries
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.i18n.php (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/Configure.i18n.php
@@ -67,6 +67,7 @@
6868 'configure-section-feed' => 'Feed',
6969 'configure-section-job' => 'Jobs',
7070 'configure-section-extension' => 'Extensions',
 71+ 'configure-section-search' => 'Serach',
7172 'configure-section-copyright' => 'Copyright',
7273 'configure-section-htcp' => 'HTCP multicast',
7374 'configure-section-misc' => 'Miscellaneous',
@@ -361,6 +362,7 @@
362363 'configure-section-feed' => 'Alimentation',
363364 'configure-section-job' => 'Travaux',
364365 'configure-section-extension' => 'Extensions',
 366+ 'configure-section-search' => 'Recherche',
365367 'configure-section-copyright' => 'Droits d’auteur',
366368 'configure-section-htcp' => 'HTCP multicanal',
367369 'configure-section-misc' => 'Autres',
Index: trunk/extensions/Configure/Configure.settings.php
@@ -73,6 +73,7 @@
7474 'wgMasterWaitTimeout' => 'int',
7575 'wgSearchType' => 'text',
7676 'wgSharedDB' => 'text',
 77+ 'wgSharedDBtables' => 'array',
7778 'wgSlaveLagCritical' => 'int',
7879 'wgSlaveLagWarning' => 'int',
7980 'wgExternalServers' => 'array',
@@ -573,11 +574,20 @@
574575 'wgHooks' => 'array',
575576 'wgPagePropLinkInvalidations' => 'array',
576577 'wgParserOutputHooks' => 'array',
577 - 'wgSearchForwardUrl' => 'text',
578578 'wgSpecialPages' => 'array',
579579 'wgSkinExtensionFunctions' => 'array',
580580 ),
581581 ),
 582+ 'search' => array(
 583+ 'search' => array(
 584+ 'wgAdvancedSearchHighlighting' => 'bool',
 585+ 'wgEnableMWSuggest' => 'bool',
 586+ 'wgMWSuggestTemplate' => 'text',
 587+ 'wgOpenSearchTemplate' => 'text',
 588+ 'wgSearchForwardUrl' => 'text',
 589+ 'wgSearchHighlightBoundaries' => 'text',
 590+ ),
 591+ ),
582592 'htcp' => array(
583593 'htcp' => array(
584594 'wgHTCPMulticastAddress' => 'text',
@@ -596,7 +606,6 @@
597607 'wgCountCategorizedImagesAsUsed' => 'bool',
598608 'wgDisableHardRedirects' => 'bool',
599609 'wgDisableOutputCompression' => 'bool',
600 - 'wgEnableMWSuggest' => 'bool',
601610 'wgExternalDiffEngine' => 'text',
602611 'wgExtraRandompageSQL' => 'text',
603612 'wgFilterCallback' => 'text',
@@ -608,8 +617,6 @@
609618 'wgMaxShellFileSize' => 'int',
610619 'wgMaxShellMemory' => 'int',
611620 'wgMaxTocLevel' => 'int',
612 - 'wgMWSuggestTemplate' => 'text',
613 - 'wgOpenSearchTemplate' => 'text',
614621 'wgRedirectSources' => 'array',
615622 'wgRestrictionTypes' => 'array',
616623 'wgShowIPinHeader' => 'bool',
@@ -685,6 +692,7 @@
686693 'wgMasterWaitTimeout',
687694 'wgSearchType',
688695 'wgSharedDB',
 696+ 'wgSharedDBtables',
689697 'wgSlaveLagCritical',
690698 'wgSlaveLagWarning',
691699 'wgExternalServers',
@@ -769,6 +777,7 @@
770778 'wgLocalDatabases' => 'simple',
771779 'wgLBFactoryConf' => 'array',
772780 'wgExternalServers' => 'array',
 781+ 'wgSharedDBtables' => 'simple',
773782 # Email
774783 'wgSMTP' => 'assoc',
775784 'wgUsersNotifedOnAllChanges' => 'simple',
@@ -1018,6 +1027,9 @@
10191028 'wgHttpOnlyBlacklist' => array( array( '1.13alpha', '>=' ) ),
10201029 'wgSpecialPageGroups' => array( array( '1.13alpha', '>=' ) ),
10211030 'wgAllowImageMoving' => array( array( '1.13alpha', '>=' ) ),
 1031+ 'wgSharedDBtables' => array( array( '1.13alpha', '>=' ) ),
 1032+ 'wgAdvancedSearchHighlighting' => array( array( '1.13alpha', '>=' ) ),
 1033+ 'wgSearchHighlightBoundaries' => array( array( '1.13alpha', '>=' ) ),
10221034 ## Obsolete
10231035 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
10241036 'wgProfilerType' => array( array( '1.8alpha', '<' ) ),
Index: trunk/extensions/Configure/CHANGELOG
@@ -1,6 +1,10 @@
22 This file lists changes on this extension.
33 Localisation updates are done on betawiki and aren't listed here.
44
 5+0.2.3 - 4 May 2008
 6+ Added $wgSharedDBtables, $wgAdvancedSearchHighlighting and
 7+ $wgSearchHighlightBoundaries.
 8+
59 0.2.2 - 3 May 2008
610 * Fixed a bug when $wgSharedDB is set to an empty string
711 * Added $wgDBpassword and $wgAllowImageMoving to the list of settings
Index: trunk/extensions/Configure/Configure.php
@@ -16,7 +16,7 @@
1717 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure',
1818 'description' => 'Allow authorised users to configure the wiki by a web-based interface',
1919 'descriptionmsg' => 'configure-desc',
20 - 'version' => '0.2.2',
 20+ 'version' => '0.2.3',
2121 );
2222
2323 ## Adding new rights...

Status & tagging log