r74952 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74951‎ | r74952 | r74953 >
Date:17:29, 18 October 2010
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up r74949: fix typo in UI message.
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -240,7 +240,7 @@
241241 'config-support-mysql' => '* $1 is the primary target for MediaWiki and is best supported ([http://www.php.net/manual/en/mysql.installation.php how to compile PHP with MySQL support])',
242242 'config-support-postgres' => '* $1 is a popular open source database system as an alternative to MySQL ([http://www.php.net/manual/en/pgsql.installation.php how to compile PHP with PostgreSQL support])',
243243 'config-support-sqlite' => '* $1 is a lightweight database system which is very well supported. ([http://www.php.net/manual/en/pdo.installation.php How to compile PHP with SQLite support], uses PDO)',
244 - 'config-support-oracle' => '* $1 is a comercial enterprise database. ([http://www.php.net/manual/en/oci8.installation.php How to compile PHP with OCI8 support])',
 244+ 'config-support-oracle' => '* $1 is a commercial enterprise database. ([http://www.php.net/manual/en/oci8.installation.php How to compile PHP with OCI8 support])',
245245 'config-header-mysql' => 'MySQL settings',
246246 'config-header-postgres' => 'PostgreSQL settings',
247247 'config-header-sqlite' => 'SQLite settings',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74949* Installer: works (beta). More testing tomorow....freakolowsky16:09, 18 October 2010

Status & tagging log