r51651 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51650‎ | r51651 | r51652 >
Date:17:08, 9 June 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Forward-ported r51646, AdminSettings.sample documentation note for PostgreSQL.
Modified paths:
  • /trunk/phase3 (modified) (history)
  • /trunk/phase3/AdminSettings.sample (modified) (history)
  • /trunk/phase3/maintenance/archives/patch-filearchive-user-index.sql (modified) (history)

Diff [purge]

Property changes on: trunk/phase3/maintenance/archives/patch-filearchive-user-index.sql
___________________________________________________________________
Name: svn:mergeinfo
11 -
Index: trunk/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';
Property changes on: trunk/phase3
___________________________________________________________________
Name: svn:mergeinfo
2429 + /branches/REL1_15/phase3:51646

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51646(bug 19127) Documentation warning for PostgreSQL users who run update.php: us...tstarling15:59, 9 June 2009

Status & tagging log