r75018 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r75017
|
r75018
|
r75019
>
Date:
17:48, 19 October 2010
Author:
tparscal
Status:
reverted (
Comments
)
Tags:
Comment:
Improves on
r74964
by including PHP warnings emitted during a ResourceLoader response in a comment at the end of the response - only while in debug mode.
Modified paths:
/trunk/phase3/resources/Resources.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/resources/Resources.php
—
—
@@ -11,6 +11,9 @@
12
12
13
13
/* Skins */
14
14
15
+ 'vector2e2e2' => new ResourceLoaderFileModule(
16
+ array( 'styles' => array( 'skins/vector/screen2e2e2.css' => array( 'media' => 'screen' ) ) )
17
+ ),
15
18
'vector' => new ResourceLoaderFileModule(
16
19
array( 'styles' => array( 'skins/vector/screen.css' => array( 'media' => 'screen' ) ) )
17
20
),
Follow-up revisions
Revision
Commit summary
Author
Date
r75019
Reverts
r75018
, and does what that commit was supposed to do.
tparscal
17:52, 19 October 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r74964
ResourceLoader: Clear warnings before echo'ing output
catrope
20:16, 18 October 2010
Comments
#
Comment by
Trevor Parscal (WMF)
(
talk
|
contribs
)
17:51, 19 October 2010
CRAP! This was not what I meant to commit...
Status & tagging log
17:52, 19 October 2010
Trevor Parscal (WMF)
(
talk
|
contribs
)
changed the
status
of r75018
[
removed:
fixme
added:
reverted]
17:51, 19 October 2010
Trevor Parscal (WMF)
(
talk
|
contribs
)
changed the
status
of r75018
[
removed:
new
added:
fixme]