r47552 MediaWiki - Code Review archive

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

Diff [purge]

Index: branches/REL1_14/phase3/includes/templates/NoLocalSettings.php
@@ -12,7 +12,7 @@
1313 }
1414
1515 $scriptName = $_SERVER['SCRIPT_NAME'];
16 -$ext = substr( $scriptName, strpos( $scriptName, "." ) + 1 );
 16+$ext = substr( $scriptName, strrpos( $scriptName, "." ) + 1 );
1717 $path = '';
1818 # Add any directories in the main folder that could contain an entrypoint (even possibly).
1919 # We cannot just do a dir listing here, as we do not know where it is yet
Index: branches/REL1_14/phase3/RELEASE-NOTES
@@ -29,6 +29,7 @@
3030 * Fixed performance of the backlinks API module
3131 * (bug 17420) Send the correct content type from action=raw when the HTML file
3232 cache is enabled.
 33+* (bug 17437) Fixed incorrect link to web-based installer
3334
3435 === Configuration changes in 1.14 ===
3536

Follow-up revisions

RevisionCommit summaryAuthorDate
r47565Credits for r47552simetrical17:19, 20 February 2009
r48235Add Stefano's last name to CREDITS...simetrical18:31, 9 March 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47551* (bug 17437) Fixed incorrect link to web-based installertstarling13:56, 20 February 2009

Status & tagging log