r48331 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48330‎ | r48331 | r48332 >
Date:20:33, 11 March 2009
Author:ialex
Status:ok
Tags:
Comment:
Mention configure.pg.sql in README
Modified paths:
  • /trunk/extensions/Configure/README (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/README
@@ -35,11 +35,12 @@
3636 * a directory that have to be writable by the web server. The default path is
3737 the $IP/serialized directory, that means the "serialized" directory in the
3838 wiki root path. You can change it in $wgConfigureFilesPath.
39 -* a database in which the configure.sql patch is applied, by default the
40 - database is "config", you can change its name in $wgConfigureDatabase. To use
41 - this, you'll need to define all your database and memcached settings before
42 - calling efConfigureSetup() or it simply won't work. Those settings will not be
43 - editable in Special:Configure.
 39+* a database in which the configure.sql (or configure.pg.sql if you use
 40+ PostgreSQL) patch is applied, by default the database is "config", you can
 41+ change its name in $wgConfigureDatabase. To use this, you'll need to define
 42+ all your database and memcached settings before calling efConfigureSetup() or
 43+ it simply won't work. Those settings will not be editable in
 44+ Special:Configure.
4445 You can select file storage or database storage by changing $wgConfigureHandler
4546 to "files" (default) to use files or "db" to use the database.
4647 Don't forget to override all that variables between the time you include the

Status & tagging log