Last modified: 2008-05-25 17:47:57 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T16012, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14012 - Move the head link-rel stylesheet tag of extensions like FlaggedRevs downwards
Move the head link-rel stylesheet tag of extensions like FlaggedRevs downwards
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Lowest trivial with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-05-07 14:11 UTC by Melancholie
Modified: 2008-05-25 17:47 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Melancholie 2008-05-07 14:11:39 UTC
Move the head link-rel stylesheet tag of extensions like FlaggedRevs downwards.
Right now
<link rel="stylesheet" type="text/css" media="screen, projection" href="/w/extensions/FlaggedRevs/flaggedrevs.css?16" />
is one of the first tags in <head>

All the other CSS stuff comes lines later! Move it near to
<link rel="stylesheet" type="text/css" media="print" href="/skins-1.5/common/commonPrint.css?141" />

I searched by eye for that CSS in source where all the CSS and JS stuff is, but didn't find it for some while ;-)


Furthermore there is a variable var wgFlaggedRevsJSparams = {"wpaccuracy": 2}; now! It got separated, too.
Please gather this JS variable with the other ones (wgPageName etc.)
Comment 1 Brion Vibber 2008-05-07 20:23:34 UTC
Compare bug 10184.

From description, it sounds like this is using an even different order... wtf?
Comment 2 Melancholie 2008-05-07 20:39:54 UTC
No, just do not print this out before
<title>Version – Wikipedia</title>

Telling you in which sort order you should print that stuff out is *not* the purpose of this report!
Just gather and unite stuff that belongs together (type dependent).
Comment 3 Aaron Schulz 2008-05-25 17:47:57 UTC
Seems to have been done recently

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links