API: * (bug 15785) Allow for different expiry times for different protections, like...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 4 Oct 2008 14:58:13 +0000 (14:58 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 4 Oct 2008 14:58:13 +0000 (14:58 +0000)
commit212720fa28a66f9247ef94e9df0b1fb2bd80ddbb
treee26e2485f1a49a75d9e5ee15a7fa1e48ebe4e4a4
parent7bb40644363a004db2f88f787fa64cfa620bb943
API: * (bug 15785) Allow for different expiry times for different protections, like the UI does
* BREAKING CHANGE: Alter action=protect output to display multiple expiry times
* BREAKING CHANGE: Error messages invalidexpiry and pastexpiry now state the expiry they're about
* Add ApiBase::PARAM_ALLOW_DUPLICATES and honor it in ApiBase::getParameterFromSettings()
RELEASE-NOTES
includes/api/ApiBase.php
includes/api/ApiProtect.php