r78802 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r78801
|
r78802
|
r78803
>
Date:
16:16, 22 December 2010
Author:
reedy
Status:
resolved
Tags:
Comment:
Followup
r78023
, change usage of $style to $styles, not introduced in this revision, but was moved by it
Modified paths:
/trunk/phase3/includes/OutputPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/OutputPage.php
—
—
@@ -2635,7 +2635,7 @@
2636
2636
$group = $resourceLoader->getModule( $name )->getGroup();
2637
2637
// Modules in groups named "other" or anything different than "user" or "site" will
2638
2638
// be placed in the "other" group
2639
- $styles[isset( $style[$group] ) ? $group : 'other'][] = $name;
2639
+ $styles[isset( $styles[$group] ) ? $group : 'other'][] = $name;
2640
2640
}
2641
2641
// Add tags created using legacy methods
2642
2642
$tags = $this->buildCssLinksArray();
Follow-up revisions
Revision
Commit summary
Author
Date
r78933
Revert
r78023
and its follow-up
r78802
: change seems to have been made for so...
catrope
23:26, 23 December 2010
r78934
Followup
r78933
: reapply
r78802
catrope
23:28, 23 December 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r78023
Improves on
r77693
by placing ResourceLoader "only styles" CSS links together...
tparscal
22:27, 7 December 2010
Status & tagging log
17:59, 7 March 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r78802
[
removed:
reverted
added:
resolved]
23:28, 23 December 2010
Catrope
(
talk
|
contribs
)
changed the
tags
for r78802
[
removed:
1.17]
23:28, 23 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r78802
[
removed:
ok
added:
reverted]
13:29, 23 December 2010
Catrope
(
talk
|
contribs
)
changed the
tags
for r78802
[
added:
1.17]
21:53, 22 December 2010
Platonides
(
talk
|
contribs
)
changed the
status
of r78802
[
removed:
new
added:
ok]