Make the templates/category lists on edit page collapsible
authorMatmaRex <matma.rex@gmail.com>
Sat, 23 Mar 2013 15:36:14 +0000 (16:36 +0100)
committerTim Starling <tstarling@wikimedia.org>
Fri, 26 Jul 2013 05:20:32 +0000 (05:20 +0000)
commit82452b2b7c46f32ad98d46e9c0b2b1b511528da9
tree87eadd3dbc4d83590bcbef70bb2afb8a63bd0b9e
parent44802e5594ea9ebae03eac75fb77b1f738f1eeae
Make the templates/category lists on edit page collapsible

This is a total rewrite of Vector extension's functionality, to fix
various accessibility and internationalization issues with the
original one. Both the JavaScript and the CSS have been redone from
scratch.

Still, the look&feel is almost the same as in the original version,
save for the mentioned messaging changes and minor UI differences (the
toggles are no longer <a> elements). The same cookie names have been
used to avoid any issues when migrating.

Used standard arrow icons from the mediawiki.icon module.

Bug: 43689
Change-Id: I91a3704cb09b9e17dd8baa516ab6f8ee441b7467
RELEASE-NOTES-1.22
includes/EditPage.php
resources/Resources.php
resources/mediawiki.action/mediawiki.action.edit.collapsibleFooter.css [new file with mode: 0644]
resources/mediawiki.action/mediawiki.action.edit.collapsibleFooter.js [new file with mode: 0644]