r80081 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80080‎ | r80081 | r80082 >
Date:08:57, 12 January 2011
Author:demon
Status:ok
Tags:
Comment:
DB name can have hyphens (fixed in r79767), bug 26685 pointed out the message discrepancy
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -161,7 +161,7 @@
162162 'config-db-wiki-settings' => 'Identify this wiki',
163163 'config-db-name' => 'Database name:',
164164 'config-db-name-help' => 'Choose a name that identifies your wiki.
165 -It should not contain spaces or hyphens.
 165+It should not contain spaces.
166166
167167 If you are using shared web hosting, your hosting provider will either give you a specific database name to use or let you create databases via a control panel.',
168168 'config-db-name-oracle' => 'Database schema:',

Follow-up revisions

RevisionCommit summaryAuthorDate
r80202More hyphen consistency, bug 26685demon22:48, 13 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79767(bug 25969) Allow hyphens in db name/prefix. Lots of duplication here :(demon22:43, 6 January 2011

Status & tagging log