Commit graph

5 commits

Author SHA1 Message Date
Amir Sarabadani afac660cfd Change "Go" to "List pages"
Bug: T154347
Change-Id: I1de14f7350e0a74f55eeb434120cd34e652ffb29
2017-01-02 07:09:08 +03:30
Glaisher c8720544c6 Use ListToggle to generate select checkboxes in Special:Nuke
ListToggle was introduced in 1.27 so the old code has been kept for
backwards-compatibility. ListToggle has several benefits that this
extension's current code doesn't have:
 - Non-working links are not visible for no-JS users.
 - Browser back button works correctly even after selecting a link here

Change-Id: I5bcfa944478a71112324ca684daa9235718c7d2b
2016-05-25 21:07:09 +05:00
Siebrand Mazeland afb4e332a9 Add tests
* Fix all issues so tests pass.
* Rework deprecated functions. Compatibility is now with
  MediaWiki 1.23 or later.

Change-Id: I08a0be7df48f9a39951cdc4edd4091fd4b89eade
2015-10-03 16:41:51 +01:00
glaisher 0dd7b21d44 Add 'Invert' checkbox selection feature to Special:Nuke
This will add a 'Invert' button next to Select: All, None
in Special:Nuke allowing to invert checkbox selection making
it easy to select many pages with a few clicks.

Bug: T86549
Change-Id: Id74369dc1cd6884e53367f4103a3b50254394641
2015-03-12 21:34:00 +05:00
Siebrand Mazeland f37ea12759 Migrate to JSON i18n
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: I38d69b97f140d46c2fc5db6a8d81e5138ac7c8d9
2014-03-27 11:55:55 +01:00