Allow edit.php to modify different slots.
authordaniel <daniel.kinzler@wikimedia.de>
Fri, 14 Sep 2018 09:20:12 +0000 (11:20 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Fri, 14 Sep 2018 09:20:12 +0000 (11:20 +0200)
commite21e10287605d650a3f0f864f7a21c0499f0a039
tree284769a51330dd36ceae6683841786a95c10d8b5
parentfc656f07abf168905769df806e8971ed1fcab065
Allow edit.php to modify different slots.

This adds --slot and --remove options to the edit.php maintenance script,
to allow content of different slots to be edited, alots to be added, and
slots to be removed.

This is needed to help with testing MCR functionality, since EditPage
does not yet support MCR.

Bug: T189220
Change-Id: I985fb5afcd5d469fc31b32d2a927f425c40fc290
maintenance/edit.php