Revert "Convert Special:MergeHistory to use OOUI."
authorBartosz Dziewoński <matma.rex@gmail.com>
Tue, 5 Jul 2016 09:59:01 +0000 (11:59 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Tue, 5 Jul 2016 10:02:10 +0000 (12:02 +0200)
commit7221d37d32aec7b6f8ff34844a8dae1957abc192
tree7facc0cb1e297fccceb1a5afc84efc02eb6bf319
parent04d89c3f2aa45d96f490a4f6961721e4fce6bfdd
Revert "Convert Special:MergeHistory to use OOUI."

The new form doesn't check the CSRF token. We should use either just
HTMLForm (which checks the token automatically) or just FormOptions
(and check it ourselves), not a mix of the two.

This reverts commit 598068334e72be83088b9acdf674a79293f040ba.
This reverts commit 475e78c377f81a8837462852cdaab05e01cd686c.

Bug: T138346
Change-Id: Icc100552f3fba2e5e17ae6a2f57c2bfed32fbe83
includes/specials/SpecialMergeHistory.php