"Krinkle" changed the status of MediaWiki.r112608 to "fixme" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/112608#c31607
Old Status: ok
New Status: fixme
Commit summary for MediaWiki.r112608:
show external link icon next to external links
this addresses bug 30831
Krinkle's comment:
<pre>
+/* TODO: support browsers which do not support data uris */
+a.external {
+ background: url(data:image/png;base64,iVBOR..
</pre>
not using ResourceLoader and not having the magic <code>@embed</code> available
is one thing, but please don't do this. This is impossible to maintain. Please
just store the file in SVN and reference it here. This is making it very hard
to look at this image, or to update it.
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview