User:Iritscen/TestSpace: Difference between revisions
Jump to navigation
Jump to search
(blanking test of pullquote inside divbox -- I no longer see the issues I was apparently seeing at the time, so either the wiki got smarter or I got less newbish) |
(notes on XEB issue; apparently the MW upgrade leads to faster code execution which exposes a race condition that disables XEB's hacky methodology) |
||
Line 1: | Line 1: | ||
==Fixing the XEB script== | |||
References: | |||
*http://en.wikipedia.org/wiki/User_talk:MarkS/extraeditbuttons.js#Updates | |||
*http://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29/Archive_93#Parts_of_the_toolbar_seem_shy | |||
*https://bugzilla.wikimedia.org/show_bug.cgi?id=31511 | |||
Takeaway: | |||
*Is ResourceLoader on? | |||
*The diffs here make the toolbar-modifying code use mw.toolbar, a necessary change: http://de.wikipedia.org/w/index.php?title=MediaWiki%3AGadget-Extra-Editbuttons.js&diff=94521213&oldid=94132318 |
Revision as of 19:45, 8 November 2012
Fixing the XEB script
References:
- http://en.wikipedia.org/wiki/User_talk:MarkS/extraeditbuttons.js#Updates
- http://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29/Archive_93#Parts_of_the_toolbar_seem_shy
- https://bugzilla.wikimedia.org/show_bug.cgi?id=31511
Takeaway:
- Is ResourceLoader on?
- The diffs here make the toolbar-modifying code use mw.toolbar, a necessary change: http://de.wikipedia.org/w/index.php?title=MediaWiki%3AGadget-Extra-Editbuttons.js&diff=94521213&oldid=94132318