User:Iritscen/TestSpace: Difference between revisions
Jump to navigation
Jump to search
(notes on XEB issue; apparently the MW upgrade leads to faster code execution which exposes a race condition that disables XEB's hacky methodology) |
(copying 'dox's sample table to experiment with) |
||
Line 8: | Line 8: | ||
*Is ResourceLoader on? | *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 | *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 | ||
==XML Overview== | |||
{|class="wikitable" width="100%" | |||
|width="100"| | |||
;file types | |||
*<a href="#AISA" id="table_1">AISA</a> | |||
*<a href="#TXMP" id="table_2">TXMP</a> | |||
*<a href="#ONCC" id="table_3">ONCC</a> | |||
|width="420"| | |||
{|class="wikitable" width="400" style="text-align:center" | |||
|style="background-color:#DDDDDD;"| TxtC | |||
|width="16.66%"| | |||
|width="16.66%"| | |||
|width="16.66%"| | |||
|width="16.66%"| | |||
|width="16.66%"| | |||
|- | |||
| http://ssg.oni2.net/design/60x20c.gif | |||
|style="background-color:#DDDDDD; background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,.5) 10px, rgba(255,255,255,.5) 20px);"| IGPA | |||
| | |||
| | |||
| | |||
| | |||
|- | |||
| | |||
| http://ssg.oni2.net/design/60x20c.gif | |||
| style="background-color:#DDDDDD; background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,.5) 10px, rgba(255,255,255,.5) 20px);"| IGPG | |||
| | |||
| | |||
| | |||
|- | |||
| | |||
| | |||
| http://ssg.oni2.net/design/60x20b.gif | |||
|style="background-color:#CCCCFF;"| TSFF | |||
| | |||
| | |||
|- | |||
| | |||
| | |||
| http://ssg.oni2.net/design/60x20a.gif | |||
| http://ssg.oni2.net/design/60x20c.gif | |||
|style="background-color:#CCCCFF; background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,.5) 10px, rgba(255,255,255,.5) 20px);"| TSFL | |||
| | |||
|- | |||
| | |||
| | |||
| http://ssg.oni2.net/design/60x20a.gif | |||
| http://ssg.oni2.net/design/60x20c.gif | |||
|style="background-color:#CCCCFF; background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,.5) 10px, rgba(255,255,255,.5) 20px);"| TSFT | |||
| | |||
|- | |||
| | |||
| | |||
| http://ssg.oni2.net/design/60x20a.gif | |||
| | |||
| http://ssg.oni2.net/design/60x20c.gif | |||
|style="background-color:#CCCCFF; background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,.5) 10px, rgba(255,255,255,.5) 20px);"| TSGA | |||
|- | |||
| | |||
| | |||
| http://ssg.oni2.net/design/60x20b.gif | |||
| PSpc | |||
| | |||
| | |||
|- | |||
| | |||
| | |||
| http://ssg.oni2.net/design/60x20a.gif | |||
| http://ssg.oni2.net/design/60x20c.gif | |||
| TXMP | |||
| | |||
|- | |||
| | |||
| | |||
| http://ssg.oni2.net/design/60x20c.gif | |||
|style="background-color:#DDDDDD; background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,.5) 10px, rgba(255,255,255,.5) 20px);"| IGSA | |||
| | |||
| | |||
|- | |||
| | |||
| | |||
| | |||
| http://ssg.oni2.net/design/60x20c.gif | |||
|style="background-color:#DDDDDD; background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,.5) 10px, rgba(255,255,255,.5) 20px);"| IGSt | |||
| | |||
|} | |||
| | |||
;explanation of clicked file type | |||
* ....... | |||
|} |
Revision as of 00:15, 15 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
XML Overview
|
|
|