r90062 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90061‎ | r90062 | r90063 >
Date:17:38, 14 June 2011
Author:maxsem
Status:ok
Tags:
Comment:
MFT r89598 to 1.17
Modified paths:
  • /branches/REL1_17/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_17/phase3/includes/installer/LocalSettingsGenerator.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/includes/installer/LocalSettingsGenerator.php
@@ -202,7 +202,7 @@
203203 foreach( $rightArr as $right => $perm ) {
204204 $right = self::escapePhpString( $right );
205205 $groupRights .= "\$wgGroupPermissions['$group']['$right'] = " .
206 - wfBoolToStr( $perm ) . "\n";
 206+ wfBoolToStr( $perm ) . ";\n";
207207 }
208208 }
209209 }
Property changes on: branches/REL1_17/phase3/includes/installer/LocalSettingsGenerator.php
___________________________________________________________________
Added: svn:mergeinfo
210210 Merged /branches/sqlite/includes/installer/LocalSettingsGenerator.php:r58211-58321
211211 Merged /trunk/phase3/includes/installer/LocalSettingsGenerator.php:r82845,82847-82848,84875,84881-84882,84970,84976,85021,85066,88658,89311,89529,89598,89821
212212 Merged /branches/new-installer/phase3/includes/installer/LocalSettingsGenerator.php:r43664-66004
213213 Merged /branches/wmf-deployment/includes/installer/LocalSettingsGenerator.php:r53381
214214 Merged /branches/REL1_15/phase3/includes/installer/LocalSettingsGenerator.php:r51646
Index: branches/REL1_17/phase3/RELEASE-NOTES
@@ -38,6 +38,10 @@
3939 * The lowest supported version of PHP is now 5.2.3. If necessary, please
4040 upgrade PHP prior to upgrading MediaWiki.
4141
 42+=== Changes since 1.17.0rc1 ===
 43+* Fixed syntax error in generated LocalSettings.php when a non-default user
 44+rights profile is chosen.
 45+
4246 === Changes since 1.17 beta 1 ===
4347
4448 * Fixed warning about missing file "password.js".

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89598;demon20:01, 6 June 2011

Status & tagging log