* API: (bug 16613) action=protect doesn't say when &cascade is set but cascading...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 10 Dec 2008 22:39:41 +0000 (22:39 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 10 Dec 2008 22:39:41 +0000 (22:39 +0000)
commitada841ab2d3e511c461c0b309e84b075e159003f
tree14f28eda345eadb63abccb5ae8c026b95ca2c160
parent2e263e8a324b2a729026460a0516697257d8edc1
* API: (bug 16613) action=protect doesn't say when &cascade is set but cascading protection wasn't allowed
* Changed Article::updateRestrictions()'s $cascade parameter to a reference which is set to false if cascading protection isn't allowed
* Used this in ApiProtect
* Expand help message for &cascade a bit
RELEASE-NOTES
includes/Article.php
includes/api/ApiProtect.php