Index: trunk/phase3/CREDITS |
— | — | @@ -47,7 +47,6 @@ |
48 | 48 | * Juliano F. Ravasi |
49 | 49 | * Louperivois |
50 | 50 | * Marooned |
51 | | -* Matt Johnston |
52 | 51 | * Max Semenik |
53 | 52 | * Michael De La Rue |
54 | 53 | * Mike Horvath |
Index: trunk/phase3/includes/templates/NoLocalSettings.php |
— | — | @@ -17,10 +17,6 @@ |
18 | 18 | if( isset( $_SERVER['SCRIPT_NAME'] )) { |
19 | 19 | $path = htmlspecialchars( preg_replace('/index.php5?/', '', $_SERVER['SCRIPT_NAME']) ); |
20 | 20 | } |
21 | | -#Remove filename in path, prevents going to corrupt URLs (e.g. http://server/path/api.phpconfig/index.php) |
22 | | -if(substr($path, strlen($path)-1) != "/"){ |
23 | | - $path = substr($path, 0, strrpos($path, "/")+1); |
24 | | -} |
25 | 21 | ?> |
26 | 22 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
27 | 23 | <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -199,8 +199,6 @@ |
200 | 200 | * (bug 14398) mwsuggest.js: Let width of container be configurable |
201 | 201 | * (bug 15543) Only include user touched timestamp to generated CSS |
202 | 202 | * (bug 15497) Removed encoding attribute from <?xml ?> tag |
203 | | -* (bug 15544) Wiki not set up message (NoLocalSettings.php) now works for |
204 | | - non-index.php entry pages (e.g. api.php). Patch by Matt Johnston. |
205 | 203 | * (bug 12284) Special:Preferences now sets a returnto parameter on the link to |
206 | 204 | Special:Userlogin. Patch by Marooned. |
207 | 205 | * Fixed the HTTP accept language string detection length in |