r100018 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r100017
|
r100018
|
r100019
>
Date:
09:46, 17 October 2011
Author:
hashar
Status:
ok
Tags:
Comment:
adding note to code snippet
This small comment will avoid us using pathinfo() again and reimplement
bug 30219
.
follow up
r94171
Modified paths:
/trunk/phase3/includes/templates/NoLocalSettings.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/templates/NoLocalSettings.php
—
—
@@ -10,6 +10,7 @@
11
11
$wgVersion = 'VERSION';
12
12
}
13
13
14
+# bug 30219 : can not use pathinfo() on URLs since slashes do not match
14
15
$matches = array();
15
16
$ext = 'php';
16
17
$path = '/';
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r94171
(
bug 30219
) NoLocalSettings.php broken on Windows servers. Per Tim on
r70711
,...
demon
17:28, 10 August 2011
Status & tagging log
01:59, 27 October 2011
😂
(
talk
|
contribs
)
changed the
status
of r100018
[
removed:
new
added:
ok]