r83030 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83029‎ | r83030 | r83031 >
Date:18:49, 1 March 2011
Author:demon
Status:ok
Tags:
Comment:
Followup r83029, message key fixes
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -323,8 +323,6 @@
324324 This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters.
325325
326326 In '''UTF-8 mode''', MySQL will know what character set your data is in, and can present and convert it appropriately, but it will not let you store characters above the [http://en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].",
327 - 'config-connection-user-exists' => 'The database user "$1" already exists.
328 -Please choose a new username to create or do not try to create the user.',
329327 'config-site-name' => 'Name of wiki:',
330328 'config-site-name-help' => "This will appear in the title bar of the browser and in various other places.",
331329 'config-site-name-blank' => 'Enter a site name.',
@@ -477,7 +475,7 @@
478476 'config-pg-no-plpgsql' => 'You need to install the language PL/pgSQL in the database $1',
479477 'config-pg-no-create-privs' => 'The account you specified for installation does not have enough privileges to create an account.',
480478 'config-install-user' => 'Creating database user',
481 - 'config-install-user-create-failed' => 'User "$1" already exists',
 479+ 'config-install-user-alreadyexists' => 'User "$1" already exists',
482480 'config-install-user-create-failed' => 'Creating user "$1" failed: $2',
483481 'config-install-user-grant-failed' => 'Granting permission to user "$1" failed: $2',
484482 'config-install-tables' => 'Creating tables',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83029(bug 12070) After Installation MySQL was blocked. GRANT with IDENTIFIED BY wi...demon18:46, 1 March 2011

Status & tagging log