Hi everyone,
We've reverted MediaWiki from 1.20wmf11 to 1.20wmf10 in order to fix a problem with watchlists failing: https://bugzilla.wikimedia.org/show_bug.cgi?id=40103
The root cause of this problem is a compatibility issue with jQuery 1.7.2. We can't yet cleanly upgrade to jQuery 1.8. There are pending changes that might make this possible.
We may also try reverting all wikis to 1.20wmf10, and then moving forward with 1.20wmf12 on Monday. Still all TBD.
Rob
On Mon, 10 Sep 2012 19:07:43 -0700, Rob Lanphier robla-AeOJrEpdGNeGglJvpFV4uA@public.gmane.org wrote:
Hi everyone,
We've reverted MediaWiki from 1.20wmf11 to 1.20wmf10 in order to fix a problem with watchlists failing: https://bugzilla.wikimedia.org/show_bug.cgi?id=40103
The root cause of this problem is a compatibility issue with jQuery 1.7.2. We can't yet cleanly upgrade to jQuery 1.8. There are pending changes that might make this possible.
We may also try reverting all wikis to 1.20wmf10, and then moving forward with 1.20wmf12 on Monday. Still all TBD.
Rob
Haven't both of the issues with re-introducing 1.8 already been marked as fixed?
Daniel Friesen wrote:
On Mon, 10 Sep 2012 19:07:43 -0700, Rob Lanphier robla-AeOJrEpdGNeGglJvpFV4uA@public.gmane.org wrote:
We've reverted MediaWiki from 1.20wmf11 to 1.20wmf10 in order to fix a problem with watchlists failing: https://bugzilla.wikimedia.org/show_bug.cgi?id=40103
The root cause of this problem is a compatibility issue with jQuery 1.7.2. We can't yet cleanly upgrade to jQuery 1.8. There are pending changes that might make this possible.
We may also try reverting all wikis to 1.20wmf10, and then moving forward with 1.20wmf12 on Monday. Still all TBD.
Haven't both of the issues with re-introducing 1.8 already been marked as fixed?
No idea about this question directly, but the English Wikipedia is (and all Wikimedia wikis, I believe, are) now running 1.20wmf11 (cf. https://en.wikipedia.org/wiki/Special:Version).
MZMcBride
On Sep 14, 2012 9:11 AM, "MZMcBride" z@mzmcbride.com wrote:
Daniel Friesen wrote:
On Mon, 10 Sep 2012 19:07:43 -0700, Rob Lanphier robla-AeOJrEpdGNeGglJvpFV4uA@public.gmane.org wrote:
We've reverted MediaWiki from 1.20wmf11 to 1.20wmf10 in order to fix a problem with watchlists failing: https://bugzilla.wikimedia.org/show_bug.cgi?id=40103
The root cause of this problem is a compatibility issue with jQuery 1.7.2. We can't yet cleanly upgrade to jQuery 1.8. There are pending changes that might make this possible.
We may also try reverting all wikis to 1.20wmf10, and then moving forward with 1.20wmf12 on Monday. Still all TBD.
Haven't both of the issues with re-introducing 1.8 already been marked
as
fixed?
No idea about this question directly, but the English Wikipedia is (and
all
Wikimedia wikis, I believe, are) now running 1.20wmf11 (cf. https://en.wikipedia.org/wiki/Special:Version).
https://gerrit.wikimedia.org/r/gitweb?p=operations/mediawiki-config.git;a=bl... the place to look. Looks like all wmf11 to me. Also, seems to be missing from the noc.wm.o/conf file list.
-Jeremy
On Fri, Sep 14, 2012 at 1:23 PM, Jeremy Baron jeremy@tuxmachine.com wrote:
https://gerrit.wikimedia.org/r/gitweb?p=operations/mediawiki-config.git;a=bl... is the place to look. Looks like all wmf11 to me. Also, seems to be missing from the noc.wm.o/conf file list.
Should be fixed with https://gerrit.wikimedia.org/r/23784 aka I29cdc17e2de3dcaca34eadfdb2584b8dcc412686
-Jeremy
On Fri, Sep 14, 2012 at 6:10 AM, MZMcBride z@mzmcbride.com wrote:
Daniel Friesen wrote:
Haven't both of the issues with re-introducing 1.8 already been marked as fixed?
No idea about this question directly, but the English Wikipedia is (and all Wikimedia wikis, I believe, are) now running 1.20wmf11 (cf. https://en.wikipedia.org/wiki/Special:Version).
D'oh, sorry for not sending a followup on this.
Everything is now running 1.20wmf11, after both of the known jQuery 1.8 issues were fixed. After we deployed, there was another issue that came to our attention (PDF creation) that Sam backported the fix for.
Please keep an eye out for other issues related to jQuery, since we may not have gotten everything.
Rob
Am 14.09.2012 16:15, schrieb Rob Lanphier:
Please keep an eye out for other issues related to jQuery, since we may not have gotten everything. Rob
Just as info - perhaps this helps MediaWiki developers:
I discovered a general problem where jQuery 1.8.0 behaves totally different from 1.7.2 with respect to its $(window).height() and .width() function - when being used with IE8.
Correct dtd information must be sent to the client to avoid quirks mode; the new jQuery appears to be a bitchy beast, and/or IE8. See http://bugs.jquery.com/ticket/12426 "jquery 1.8.0 $(window).height() and .width() is broken and does not work correctly (Firefox, IE8)" and https://github.com/jquery/jquery/pull/764#issuecomment-8120831 "Fixes #6724: Wrong $(window).height() in Mobile Safari"
wikitech-l@lists.wikimedia.org