Add links to toggle checkbox selections in Special:Log
authorLuke Faraone <luke@faraone.cc>
Thu, 7 Jan 2016 17:18:35 +0000 (17:18 +0000)
committerKunal Mehta <legoktm@member.fsf.org>
Mon, 18 Jan 2016 06:49:05 +0000 (22:49 -0800)
commit606a21cb14771fcac079e68f6eb3c34147358301
tree956364f61f97415c3f9089893e392e018638c38c
parentbab8764cb7ebc675c0a970108fbd346f4faf0e33
Add links to toggle checkbox selections in Special:Log

This implements a new JavaScript module, mediawiki.checkboxtoggle.
The module is suitable to be reused in any other list of checkboxes.

Bug: T92230
Change-Id: I92141a7079fc7fcd7152ef418d82f4f7969b163b
includes/specials/SpecialLog.php
languages/i18n/en.json
languages/i18n/qqq.json
resources/Resources.php
resources/src/mediawiki/mediawiki.checkboxtoggle.css [new file with mode: 0644]
resources/src/mediawiki/mediawiki.checkboxtoggle.js [new file with mode: 0644]