[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][arabeyes-general/wiki][master] ReplaceText



Youssef Chahibi pushed to branch master at arabeyes-general / wiki


Commits:
8ec7e564 by Youssef Chahibi at 2017-01-26T07:52:24-05:00
ReplaceText

- - - - -


1 changed file:

- WikiSettings.php


Changes:

=====================================
WikiSettings.php
=====================================
--- a/WikiSettings.php
+++ b/WikiSettings.php
@@ -119,7 +119,6 @@ $wgEmailAuthentication = false;
 /**
  * Skinning
  */
-# The following skins were automatically enabled:
 wfLoadSkin( 'CologneBlue' );
 wfLoadSkin( 'Modern' );
 wfLoadSkin( 'MonoBook' );
@@ -189,18 +188,6 @@ $wgSpamBlacklistFiles = array( "https://meta.wikimedia.org/w/index.php?title=Spa
 # Inputbox
 wfLoadExtension( 'InputBox' );
 
-# ConfirmEdit
-wfLoadExtensions( array( 'ConfirmEdit', 'ConfirmEdit/ReCaptchaNoCaptcha' ) );
-$wgCaptchaClass = 'ReCaptchaNoCaptcha';
-$wgReCaptchaSiteKey = '6LfGMeESAAAAAMG3pB-J9pGiX2hAcxk6nPWTgEId';
-$wgReCaptchaSecretKey = '6LfGMeESAAAAAHPN_IfiKJ6Z5kcU2M_3k-d9JnzL';
-$wgGroupPermissions['emailconfirmed']['skipcaptcha'] = true;
-$wgGroupPermissions['autoconfirmed']['skipcaptcha'] = false;
-$ceAllowConfirmedEmail = true;
-
-# Email confirmation to edit
-$wgEmailConfirmToEdit = true;
-
 # News
 require_once "$IP/extensions/News/News.php";
 # Keep log of recent changes for one year
@@ -214,6 +201,13 @@ require_once "extensions/intersection/DynamicPageList.php";
 $configdate = gmdate( 'YmdHis', @filemtime( __FILE__ ) );
 $wgCacheEpoch = max( $wgCacheEpoch, $configdate );
 
+# Replace Text
+wfLoadExtension( 'ReplaceText' );
+$wgReplaceTextUser = "WikiBot";
+
+# Cite
+wfLoadExtension( 'Cite' );
+
 /**
  * Transate extension
  */



View it on GitLab: https://git.arabeyes.org/arabeyes-general/wiki/commit/8ec7e56452c85dba2b8265fb4811d7bfb85c0f12