From: Paladox Date: Sun, 22 May 2016 11:16:08 +0000 (+0100) Subject: Remove unused messages in the installer X-Git-Tag: 1.31.0-rc.0~6863^2 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=4b320e79af0ca4fc0bed35ead8807fd12bc88920;p=lhc%2Fweb%2Fwiklou.git Remove unused messages in the installer Removes messages: config-db-charset https://github.com/wikimedia/mediawiki/search?utf8=%E2%9C%93&q=config-db-charset&type=Code config-charset-mysql5-binary https://github.com/wikimedia/mediawiki/search?utf8=%E2%9C%93&q=config-charset-mysql5-binary&type=Code config-charset-mysql5 https://github.com/wikimedia/mediawiki/search?utf8=%E2%9C%93&q=config-charset-mysql5&type=Code config-charset-mysql4 https://github.com/wikimedia/mediawiki/search?utf8=%E2%9C%93&q=config-charset-mysql4&type=Code config-charset-help https://github.com/wikimedia/mediawiki/search?utf8=%E2%9C%93&q=config-charset-help&type=Code Shows them as all being unused. Plus we doint use mysql 4 any more nor support it. Change-Id: I369e4f6d3fd934398d978d3fa8c0da6a62bd8a0f --- diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json index b97cc961db..e278714012 100644 --- a/includes/installer/i18n/en.json +++ b/includes/installer/i18n/en.json @@ -101,11 +101,6 @@ "config-db-wiki-help": "Enter the username and password that will be used to connect to the database during normal wiki operation.\nIf the account does not exist, and the installation account has sufficient privileges, this user account will be created with the minimum privileges required to operate the wiki.", "config-db-prefix": "Database table prefix:", "config-db-prefix-help": "If you need to share one database between multiple wikis, or between MediaWiki and another web application, you may choose to add a prefix to all the table names to avoid conflicts.\nDo not use spaces.\n\nThis field is usually left empty.", - "config-db-charset": "Database character set", - "config-charset-mysql5-binary": "MySQL 4.1/5.0 binary", - "config-charset-mysql5": "MySQL 4.1/5.0 UTF-8", - "config-charset-mysql4": "MySQL 4.0 backwards-compatible UTF-8", - "config-charset-help": "Warning: If you use backwards-compatible UTF-8 on MySQL 4.1+, and subsequently back up the database with mysqldump, it may destroy all non-ASCII characters, irreversibly corrupting your backups!\n\nIn binary mode, MediaWiki stores UTF-8 text to the database in binary fields.\nThis is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters.\nIn UTF-8 mode, MySQL will know what character set your data is in, and can present and convert it appropriately,\nbut it will not let you store characters above the [//en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].", "config-mysql-old": "MySQL $1 or later is required. You have $2.", "config-db-port": "Database port:", "config-db-schema": "Schema for MediaWiki:", diff --git a/includes/installer/i18n/qqq.json b/includes/installer/i18n/qqq.json index 7010be0383..b2ff1037d7 100644 --- a/includes/installer/i18n/qqq.json +++ b/includes/installer/i18n/qqq.json @@ -119,11 +119,6 @@ "config-db-wiki-help": "Help text for database user information.", "config-db-prefix": "Field label for database prefix (a piece of text that all tables for a MediaWiki instance are prefixed with).", "config-db-prefix-help": "Help text for database prefix form field.", - "config-db-charset": "Fieldset label for MySQL database character set choice.", - "config-charset-mysql5-binary": "Option for MySQL database character set choice.", - "config-charset-mysql5": "Option for MySQL database character set choice.", - "config-charset-mysql4": "Option for MySQL database character set choice.", - "config-charset-help": "Help text for database character set.", "config-mysql-old": "Used as error message. Parameters:\n* $1 - minimum version\n* $2 - the version of MySQL that has been installed\n{{Related|Config-old}}", "config-db-port": "Field label in MediaWiki installer for database port.", "config-db-schema": "Field label in MediaWiki installer for database schema.",