Revert "RollbackAction: Implement AJAX interface and require POST"
authorKrinkle <krinklemail@gmail.com>
Fri, 27 May 2016 15:13:13 +0000 (15:13 +0000)
committerBartosz Dziewoński <matma.rex@gmail.com>
Fri, 27 May 2016 16:16:40 +0000 (16:16 +0000)
commit5391e328c262c3f52aec9ffcda41246eb5955544
tree63fc738b88136a2213d0488e4d61242fd09f6bdb
parent5f0f8c52051515762306cf2ef5a9c72d9854bead
Revert "RollbackAction: Implement AJAX interface and require POST"

This partially reverts commit 9af38c046c.

* The new JS modules continue to exist. While not used by default,
  the mediawiki.api.rollback may be used elsewhere by now.
  The mediawiki.page.rollback module may still be used on cached
  pages and should continue to work.

* The new API behaviour remains.

* To avoid breaking mid-air rollbacks again, the token remains
  the same (plain "rollback" salt). We're not re-introducing the
  web-specific salt again.

Bug: T136375
Change-Id: Iba17ce55ff9506e838bfc6e70ca280e5a20b77b6
RELEASE-NOTES-1.28
includes/Linker.php
includes/actions/RollbackAction.php