r97527 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97526‎ | r97527 | r97528 >
Date:18:28, 19 September 2011
Author:greg
Status:ok
Tags:
Comment:
Put notes in host help about PostgreSQL via unix socket, as IP is not always enabled.
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -169,7 +169,10 @@
170170
171171 If you are using shared web hosting, your hosting provider should give you the correct host name in their documentation.
172172
173 -If you are installing on a Windows server and using MySQL, using "localhost" may not work for the server name. If it does not, try "127.0.0.1" for the local IP address.',
 173+If you are installing on a Windows server and using MySQL, using "localhost" may not work for the server name. If it does not, try "127.0.0.1" for the local IP address.
 174+
 175+If you are using PostgreSQL, leave this field blank to connect via a Unix socket.
 176+',
174177 'config-db-host-oracle' => 'Database TNS:',
175178 'config-db-host-oracle-help' => 'Enter a valid [http://download.oracle.com/docs/cd/B28359_01/network.111/b28317/tnsnames.htm Local Connect Name]; a tnsnames.ora file must be visible to this installation.<br />If you are using client libraries 10g or newer you can also use the [http://download.oracle.com/docs/cd/E11882_01/network.112/e10836/naming.htm Easy Connect] naming method.',
176179 'config-db-wiki-settings' => 'Identify this wiki',

Status & tagging log