aboutsummaryrefslogtreecommitdiffstats
path: root/includes/logging/PatrolLog.php
Commit message (Expand)AuthorAgeFilesLines
* logging: Use `getPage()` instead of `getTitle()`Derick Alangi2024-07-131-1/+6
* Convert RecentChange::doMarkPatrolled to AuthorityPetr Pchelko2021-03-031-2/+4
* Remove support for PatrolLog::record without passing a user objectDannyS7122020-09-031-9/+2
* Use __METHOD__ instead of __FUNCTION__DannyS7122020-02-201-1/+1
* Deprecate falling back to $wgUser in some functionsDannyS7122020-02-191-0/+2
* logging: Remove unused autopatrol code from PatrolLog classDannyS7122020-01-241-10/+5
* Avoid usage of deprecated setTags() method, use addTags() insteadDerick Alangi2019-09-011-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Remove the feature switch for disabling autopatrol loggingAmir Sarabadani2018-04-131-4/+3
* Use distinct log actions for patrolcenarium2016-03-251-1/+3
* Add tags support to patrol, protect, unblock, and undeleteGeoffrey Mon2016-02-291-1/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Change mixed @param doc for PatrolLog::recordumherirrender2014-07-061-1/+1
* Update documentation for log related classesSiebrand Mazeland2013-12-061-6/+6
* Update formatting for log related classesSiebrand Mazeland2013-12-031-2/+1
* Add setting wgLogAutopatrol to toggle logging of autopatrol actionsaude2013-05-301-0/+7
* update @param @return doc in several filesAntoine Musso2012-07-101-1/+1
* Make PatrolLog::record() use RecentChange::getTitle(); no need to create a ne...Alexandre Emsenhuber2012-06-301-16/+12
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-04-301-3/+22
* Added $performer parameter to PatrolLog::record() and pass it from WikiPage::...Alexandre Emsenhuber2012-02-211-3/+7
* Fix parse error from r111965Alexandre Emsenhuber2012-02-201-1/+1
* fix bug #34495 — patrol log credit the user patrolled, not the user patrollingMark A. Hershberger2012-02-201-1/+3
* Moved PatrolLog to logging folder, sorted the autoloaded entries alphabeticallyNiklas Laxström2011-09-201-0/+58