* Split patrol code
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 4 Sep 2008 15:17:51 +0000 (15:17 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 4 Sep 2008 15:17:51 +0000 (15:17 +0000)
commitbd3bf5d2a7e6b4daf6c7ee10c505832eae83a539
tree508ae880c4aba2c88424df35b952ce5c6f93aecf
parent385617eead9d3828e7bf69cdd09e415f06d73cb6
* Split patrol code
** Backend code moved to RecentChange::reallyMarkPatrolled() and doMarkPatrolled()
** Adapted Article::markpatrolled()
* (bug 15466) Added action=patrol to the API. Modified patch by Soxred93
* Added rctoken=patrol to list=recentchanges
* Detect duplicate warnings in ApiBase::setWarning()
RELEASE-NOTES
docs/hooks.txt
includes/Article.php
includes/AutoLoader.php
includes/RecentChange.php
includes/api/ApiBase.php
includes/api/ApiMain.php
includes/api/ApiPatrol.php [new file with mode: 0644]
includes/api/ApiQueryRecentChanges.php
includes/api/ApiQueryRevisions.php