aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiSetNotificationTimestamp.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-10/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+6
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+1
* Add MediaWiki\Watchlist namespace to the related classesEbrahim Byagowi2024-05-221-0/+1
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-2/+2
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-2/+5
* Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz DziewoƄski2023-08-291-14/+5
* api: Replace ApiPageSet::getTitles in setnotificationtimestampUmherirrender2023-06-161-12/+27
* api: Switch to use IConnectionProviderAmir Sarabadani2023-04-241-7/+7
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Make use of ??= in more placesDannyS7122022-12-171-3/+1
* api: Remove redundant 'api' group from DB_PRIMARY connectionTimo Tijhof2022-08-221-1/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-4/+5
* API: Fix result of action=setnotificationtimestamp for non-watched titleUmherirrender2022-04-251-1/+3
* api: Change User::isAnon to User::isRegisteredUmherirrender2021-06-291-1/+1
* ApiPageSet: replace Title in method signaturesdaniel2021-05-121-3/+3
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Strict return types for PageIdentitydaniel2021-01-181-1/+1
* Inject dependencies into ApiSetNotificationTimestampDannyS7122020-10-211-11/+48
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Remove usages of Title::get{Previous,Next}RevisionIdPetr Pchelko2019-09-131-7/+8
* Move callers away from Title::GAID_FOR_UPDATEAaron Schulz2019-09-091-1/+1
* Don't require Title for getTimestampFromIdAryeh Gregor2019-05-051-1/+2
* WatchedItemStore: Use batching in setNotificationTimestampsForUserRoan Kattouw2019-03-211-8/+1
* Use (int) rather than intval()Reedy2019-02-251-1/+1
* ApiSetNotificationTimestamp: Make entirewatchlist more efficientRoan Kattouw2019-01-161-4/+8
* API: Update query modules for MCRBrad Jorsch2018-07-271-7/+11
* Swap isset by null check in ApiSetNotificationTimestamp/ApiPurgeUmherirrender2018-04-051-2/+2
* Remove "Created on" from file header commentsUmherirrender2018-01-261-2/+0
* Always put type information before variable name for @var tagsKunal Mehta2017-09-041-1/+1
* Remove "@author Bryan Davis" and "Brad Jorsch" annotationsBryan Davis2017-06-261-1/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-8/+10
* API: Add a 'known' property when missing-but-known titles are outputBrad Jorsch2016-10-111-0/+3
* Use WIS::getNotificationTimestampsBatch in ApiSetNotifTimestampaddshore2016-05-181-10/+3
* add setNotificationTimestampsForUser to WatchedItemStoreaddshore2016-05-181-7/+10
* Convert all array() syntax to []Kunal Mehta2016-02-171-27/+27
* Fix casing of function calls in APIReedy2015-11-071-3/+3
* ApiPageSet: Indicate why a title was invalidBrad Jorsch2015-05-141-3/+1
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-7/+7
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-3/+5
* Avoid excess master queries in getTimestampFromIdAaron Schulz2015-03-111-2/+4
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-27/+12
* API: Overhaul token handlingBrad Jorsch2014-08-261-7/+1
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-56/+0
* API: Refactor continuation code and add to purge, watch, etc.Brad Jorsch2014-07-041-0/+6
* API: Fix setnotificationtimestamp with no pages givenBrad Jorsch2014-07-011-45/+51