r47551 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47550‎ | r47551 | r47552 >
Date:13:56, 20 February 2009
Author:tstarling
Status:ok
Tags:
Comment:
* (bug 17437) Fixed incorrect link to web-based installer
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/templates/NoLocalSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/templates/NoLocalSettings.php
@@ -9,7 +9,7 @@
1010 }
1111
1212 $scriptName = $_SERVER['SCRIPT_NAME'];
13 -$ext = substr( $scriptName, strpos( $scriptName, "." ) + 1 );
 13+$ext = substr( $scriptName, strrpos( $scriptName, "." ) + 1 );
1414 $path = '';
1515 # Add any directories in the main folder that could contain an entrypoint (even possibly).
1616 # We cannot just do a dir listing here, as we do not know where it is yet
Index: trunk/phase3/RELEASE-NOTES
@@ -202,6 +202,7 @@
203203 * (bug 16335) __NONEWSECTIONLINK__ magic word to suppress new section link.
204204 * (bug 17581) Wrong index name in PostgreSQL's updater: was rc_timestamp_nobot,
205205 changed to rc_timestamp_bot
 206+* (bug 17437) Fixed incorrect link to web-based installer
206207
207208 == API changes in 1.15 ==
208209 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions

Follow-up revisions

RevisionCommit summaryAuthorDate
r47552* (bug 17437) Fixed incorrect link to web-based installertstarling13:58, 20 February 2009
r47564Credits for r47551simetrical17:17, 20 February 2009
r48235Add Stefano's last name to CREDITS...simetrical18:31, 9 March 2009

Status & tagging log