r51646 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51645‎ | r51646 | r51647 >
Date:15:59, 9 June 2009
Author:tstarling
Status:deferred
Tags:
Comment:
(bug 19127) Documentation warning for PostgreSQL users who run update.php: use the same user in AdminSettings.php as in LocalSettings.php.
Modified paths:
  • /branches/REL1_15/phase3/AdminSettings.sample (modified) (history)
  • /branches/REL1_15/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: branches/REL1_15/phase3/AdminSettings.sample
@@ -17,6 +17,11 @@
1818 *
1919 * This is not to be confused with sysop accounts for the
2020 * wiki.
 21+ *
 22+ * NOTE: for PostgreSQL this should be set to the same user and
 23+ * password as the web user, that is, the same as $wgDBuser and
 24+ * $wgDBpassword in LocalSettings.php. This is necessary to
 25+ * ensure that the owner for new tables is set correctly.
2126 */
2227 $wgDBadminuser = 'wikiadmin';
2328 $wgDBadminpassword = 'adminpass';
Index: branches/REL1_15/phase3/RELEASE-NOTES
@@ -23,7 +23,11 @@
2424 === Changes since 1.15.0rc1 ===
2525
2626 * Removed category redirect feature, implementation was incomplete.
27 -* (bug 18846) Remove update_password_format(), unnecessary, destroys all passwords if a wiki with $wgPasswordSalt=false is upgraded with the web installer.
 27+* (bug 18846) Remove update_password_format(), unnecessary, destroys all
 28+ passwords if a wiki with $wgPasswordSalt=false is upgraded with the web
 29+ installer.
 30+* (bug 19127) Documentation warning for PostgreSQL users who run update.php:
 31+ use the same user in AdminSettings.php as in LocalSettings.php.
2832
2933 === Configuration changes in 1.15 ===
3034

Follow-up revisions

RevisionCommit summaryAuthorDate
r51651Forward-ported r51646, AdminSettings.sample documentation note for PostgreSQL.tstarling17:08, 9 June 2009

Status & tagging log