r82038 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r82037
|
r82038
|
r82039
>
Date:
22:46, 12 February 2011
Author:
krinkle
Status:
ok (
Comments
)
Tags:
Comment:
Follow-up
r81731
CR comments. Calling wfExpandUrl() on remote base path.
Modified paths:
/trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php
—
—
@@ -150,6 +150,7 @@
151
151
global $wgExtensionAssetsPath;
152
152
$this->remoteBasePath = $wgExtensionAssetsPath . '/' . $options['remoteExtPath'];
153
153
}
154
+ $this->remoteBasePath = wfExpandUrl( $this->remoteBasePath );
154
155
155
156
foreach ( $options as $member => $option ) {
156
157
switch ( $member ) {
Follow-up revisions
Revision
Commit summary
Author
Date
r82039
Follow-up
r82038
. Calling wfExpandUrl() on remote base path *AFTER* is has be...
krinkle
23:20, 12 February 2011
r82041
1.17wmf1: MFT
r82038
,
r82039
catrope
23:24, 12 February 2011
r85151
MFT:
r82000
,
r82004
,
r82020
,
r82025
,
r82038
,
r82039
,
r82048
,
r82070
,
r82081
, ...
demon
20:39, 1 April 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r81731
Remove $wgServer prepending from remote JS/CSS paths. It's not needed and bre...
catrope
12:34, 8 February 2011
Comments
#
Comment by
Krinkle
(
talk
|
contribs
)
22:48, 12 February 2011
Fixes
bugzilla:27321
, should be merged to 1.17 and especially 1.17wmf1 asap to allow debugging.
Status & tagging log
13:23, 20 April 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r82038
[
removed:
1.17]
14:31, 7 April 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r82038
[
added:
1.17]
20:40, 1 April 2011
😂
(
talk
|
contribs
)
changed the
tags
for r82038
[
removed:
1.17]
11:36, 13 February 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r82038
[
removed:
1.17wmf1]
11:35, 13 February 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r82038
[
removed:
new
added:
ok]
22:48, 12 February 2011
Krinkle
(
talk
|
contribs
)
changed the
tags
for r82038
[
added:
1.17,1.17wmf1]