r112169 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r112168
|
r112169
|
r112170
>
Date:
00:37, 23 February 2012
Author:
brion
Status:
ok (
Comments
)
Tags:
Comment:
bug 34599
: special:uploadwizard loading insecure content from commons
This is in mediawiki.feedback module which is hosted in core.
A quick fix to load this spinner image protocol-relative. Should be replaced with CSS and a locally-hosted image.
Modified paths:
/trunk/phase3/resources/mediawiki/mediawiki.feedback.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/resources/mediawiki/mediawiki.feedback.js
—
—
@@ -106,7 +106,7 @@
107
107
$( '<div class="feedback-mode feedback-submitting" style="text-align:center;margin:3em 0;"></div>' ).append(
108
108
mw.msg( 'feedback-adding' ),
109
109
$( '<br/>' ),
110
- $( '<img src="http://upload.wikimedia.org/wikipedia/commons/4/42/Loading.gif" />' )
110
+ $( '<img src="//upload.wikimedia.org/wikipedia/commons/4/42/Loading.gif" />' )
111
111
),
112
112
$( '<div class="feedback-mode feedback-thanks" style="text-align:center;margin:1em"></div>' ).msg(
113
113
'feedback-thanks', _this.title.getNameText(), $feedbackPageLink.clone()
Follow-up revisions
Revision
Commit summary
Author
Date
r112172
* (
bug 33045
) Use locally-sourced spinner image for mediawiki.feedback module...
brion
00:53, 23 February 2012
r112174
MFT
r112169
,
r112172
,
r112173
reedy
01:02, 23 February 2012
r112644
MFT
r112169
,
r112170
,
r112172
,
r112173
,
r112179
,
r112184
,
r112290
,
r112313
reedy
21:13, 28 February 2012
Comments
#
Comment by
Krinkle
(
talk
|
contribs
)
00:41, 23 February 2012
There's also
bug 33045
.
Status & tagging log
21:14, 28 February 2012
Reedy
(
talk
|
contribs
)
changed the
tags
for r112169
[
removed:
1.19]
21:13, 28 February 2012
Reedy
(
talk
|
contribs
)
changed the
tags
for r112169
[]
01:26, 23 February 2012
Krinkle
(
talk
|
contribs
)
changed the
tags
for r112169
[
removed:
1.19wmf1]
00:53, 23 February 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r112169
[
removed:
new
added:
ok]
00:37, 23 February 2012
Brion VIBBER
(
talk
|
contribs
)
changed the
tags
for r112169
[
added:
1.19,1.19wmf1]