aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/MarkpatrolledAction.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-2/+2
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-1/+1
* Namespace all remaining files in includes/actionsJames D. Forrester2025-03-191-0/+9
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-0/+1
* RecentChange: Replace use of legacy error arraysBartosz Dziewoński2024-07-091-9/+9
* Use namespaced classes (3)Umherirrender2024-06-161-0/+1
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-0/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Merge "Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()"jenkins-bot2023-09-191-2/+2
|\
| * Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()C. Scott Ananian2023-09-181-2/+2
* | Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+1
|/
* Use real type hints for services etc. in actions/Bartosz Dziewoński2023-08-291-2/+1
* Action: Remove deprecated constructor parametersBartosz Dziewoński2022-11-031-3/+3
* actions: Add Action::getAuthority and use itUmherirrender2022-07-081-2/+1
* Don't double-escape the ellipses in Language::truncateForVisual()C. Scott Ananian2022-02-101-1/+0
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-0/+1
* Inject services into a bunch more actionsDannyS7122021-07-291-4/+20
* Convert MarkpatrolledAction to use OOUIAmir Sarabadani2018-03-101-0/+4
* Improve some parameter docsUmherirrender2017-09-101-0/+1
* Replace Linker::link() usage with LinkRendererHaikal Izzuddin2016-12-011-2/+5
* Convert action=markpatrolled fallback interface to HTTP POSTTimo Tijhof2016-11-041-23/+62
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Distinguish read vs write mode Action classesAaron Schulz2016-01-151-0/+4
* MarkpatrolledAction: Remove double spaceFomafix2016-01-141-2/+2
* Better guess for patrol actioncenarium2016-01-131-2/+8
* Update formattingSiebrand Mazeland2013-11-141-0/+1
* Documentation improvements in includes/actionsAlexandre Emsenhuber2013-03-051-0/+5
* Reduce some duplication in Action::getRestriction(), all but 2 (plus one exte...Chad Horohoe2011-12-061-4/+0
* And while I'm at it, move token check to onView() so that if action=markpatro...Alexandre Emsenhuber2011-11-041-10/+9
* Per Platonides, fix for r101630: correct class nameAlexandre Emsenhuber2011-11-041-1/+1
* * Made PermissionsError exception accept an optional second parameter for the...Alexandre Emsenhuber2011-11-021-4/+3
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-2/+2
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-241-2/+2
* Pass the User object to RecentChange::doMarkPatrolled() instead of relying on...Alexandre Emsenhuber2011-07-091-5/+5
* Moved action=deletetrackback and action=markpatrolled to Action class.Alexandre Emsenhuber2011-06-121-0/+86