aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiWatch.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type declaration on undocumented private functionsUmherirrender2025-04-041-2/+2
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+1
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-3/+6
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* ApiWatch: Fix property type documentationBartosz DziewoƄski2023-08-281-5/+2
* Allow watchlist UI for temp users with sufficient rightsTim Starling2023-08-231-1/+3
* watchlist: Prepare for IP MaskingMartin Urbanec2023-08-121-1/+1
* api: Replace deprecated ApiPageSet::getMissingTitles in action=watchUmherirrender2023-06-161-10/+20
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Make use of ??= in more placesDannyS7122022-12-171-3/+1
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+3
* Replace Title::isWatchable() with WatchlistManager::isWatchable()Cindy Cicalese2021-04-291-2/+2
* Use WatchlistManager in API classesCindy Cicalese2021-04-211-4/+9
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-1/+1
* WatchedItemStore: Enforce a maximum watchlist expiry durationMusikAnimal2020-05-221-0/+7
* Add expiry type to ParamValidatorMusikAnimal2020-04-081-26/+2
* ApiWatch: Add support for expiriesMusikAnimal2020-03-241-5/+65
* Emit namespace for titles in ApiWatchDannyS7122019-10-241-3/+4
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Make API documentation links language awareBaha2017-04-051-1/+1
* ApiWatch: Set 'missing' to true, not 1Brad Jorsch2016-12-201-1/+1
* API: More i18n cleanupBrad Jorsch2016-12-081-10/+0
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-9/+14
* Use different message when (un)watching a page in talk namespaceGlaisher2016-08-071-2/+4
* Use single quotes in API where possibleSiebrand Mazeland2016-03-081-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-14/+14
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-1/+0
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-2/+2
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-3/+6
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-18/+10
* API: HTMLize and internationalize the help, add Special:ApiHelpBrad Jorsch2014-10-101-17/+0
* API: Overhaul token handlingBrad Jorsch2014-08-261-9/+0
* API: Log usage of various deprecated featuresBrad Jorsch2014-08-141-0/+1
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-19/+0
* API: Refactor continuation code and add to purge, watch, etc.Brad Jorsch2014-07-041-0/+6
* Revert "Add API action=watch 'entirewatchlist' param to bulk-clear watchlist."MaxSem2014-05-121-43/+17
* Make phpcs-strict pass on includes/ (4/~10)Siebrand Mazeland2014-05-111-1/+2
* Add API action=watch 'entirewatchlist' param to bulk-clear watchlist.Brion Vibber2014-05-091-17/+42
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Update formattingSiebrand Mazeland2014-02-061-2/+5
* Fix CodeSniffer errors and warningsSiebrand Mazeland2014-02-051-4/+17
* Support ApiPageSet in ApiWatcheranroz2014-02-041-19/+80
* Use Title::isWatchable in ApiWatchumherirrender2013-12-271-1/+1
* Fix CodeSniffer errors and warnings on some API classesSiebrand Mazeland2013-11-151-4/+9
* Add user rights 'viewmywatchlist', 'editmywatchlist'Brad Jorsch2013-06-261-0/+3