index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
api
/
ApiSetNotificationTimestamp.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-10
/
+1
*
Add namespace to IDBAccessObject and DBAccessObjectUtils
James D. Forrester
2024-09-27
1
-1
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+6
*
api: Add missing documentation to class properties
Umherirrender
2024-09-07
1
-0
/
+1
*
Add MediaWiki\Watchlist namespace to the related classes
Ebrahim Byagowi
2024-05-22
1
-0
/
+1
*
Remove more indirect calls to IDBAccessObject::READ_* constants
Amir Sarabadani
2024-01-23
1
-2
/
+2
*
Get correct main page in API call examples
Ammar Abdulhamid
2023-09-20
1
-2
/
+5
*
Namespace TitleFormatter under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
*
Use real type hints for services etc. in api/ except ApiQuery*.php
Bartosz DziewoĆski
2023-08-29
1
-14
/
+5
*
api: Replace ApiPageSet::getTitles in setnotificationtimestamp
Umherirrender
2023-06-16
1
-12
/
+27
*
api: Switch to use IConnectionProvider
Amir Sarabadani
2023-04-24
1
-7
/
+7
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Make use of ??= in more places
DannyS712
2022-12-17
1
-3
/
+1
*
api: Remove redundant 'api' group from DB_PRIMARY connection
Timo Tijhof
2022-08-22
1
-1
/
+1
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-4
/
+5
*
API: Fix result of action=setnotificationtimestamp for non-watched title
Umherirrender
2022-04-25
1
-1
/
+3
*
api: Change User::isAnon to User::isRegistered
Umherirrender
2021-06-29
1
-1
/
+1
*
ApiPageSet: replace Title in method signatures
daniel
2021-05-12
1
-3
/
+3
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
Strict return types for PageIdentity
daniel
2021-01-18
1
-1
/
+1
*
Inject dependencies into ApiSetNotificationTimestamp
DannyS712
2020-10-21
1
-11
/
+48
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Remove usages of Title::get{Previous,Next}RevisionId
Petr Pchelko
2019-09-13
1
-7
/
+8
*
Move callers away from Title::GAID_FOR_UPDATE
Aaron Schulz
2019-09-09
1
-1
/
+1
*
Don't require Title for getTimestampFromId
Aryeh Gregor
2019-05-05
1
-1
/
+2
*
WatchedItemStore: Use batching in setNotificationTimestampsForUser
Roan Kattouw
2019-03-21
1
-8
/
+1
*
Use (int) rather than intval()
Reedy
2019-02-25
1
-1
/
+1
*
ApiSetNotificationTimestamp: Make entirewatchlist more efficient
Roan Kattouw
2019-01-16
1
-4
/
+8
*
API: Update query modules for MCR
Brad Jorsch
2018-07-27
1
-7
/
+11
*
Swap isset by null check in ApiSetNotificationTimestamp/ApiPurge
Umherirrender
2018-04-05
1
-2
/
+2
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-2
/
+0
*
Always put type information before variable name for @var tags
Kunal Mehta
2017-09-04
1
-1
/
+1
*
Remove "@author Bryan Davis" and "Brad Jorsch" annotations
Bryan Davis
2017-06-26
1
-1
/
+1
*
Make API documentation links language aware
Baha
2017-04-05
1
-1
/
+1
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-8
/
+10
*
API: Add a 'known' property when missing-but-known titles are output
Brad Jorsch
2016-10-11
1
-0
/
+3
*
Use WIS::getNotificationTimestampsBatch in ApiSetNotifTimestamp
addshore
2016-05-18
1
-10
/
+3
*
add setNotificationTimestampsForUser to WatchedItemStore
addshore
2016-05-18
1
-7
/
+10
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-27
/
+27
*
Fix casing of function calls in API
Reedy
2015-11-07
1
-3
/
+3
*
ApiPageSet: Indicate why a title was invalid
Brad Jorsch
2015-05-14
1
-3
/
+1
*
Change API result data structure to be cleaner in new formats
Brad Jorsch
2015-04-20
1
-7
/
+7
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-3
/
+5
*
Avoid excess master queries in getTimestampFromId
Aaron Schulz
2015-03-11
1
-2
/
+4
*
API: Fix access on getExamplesMessages
Brad Jorsch
2014-10-29
1
-1
/
+1
*
API: Internationalize all remaining core API modules
Brad Jorsch
2014-10-20
1
-27
/
+12
*
API: Overhaul token handling
Brad Jorsch
2014-08-26
1
-7
/
+1
*
API: Remove action=paraminfo 'props' and 'errors' result properties
Brad Jorsch
2014-08-07
1
-56
/
+0
*
API: Refactor continuation code and add to purge, watch, etc.
Brad Jorsch
2014-07-04
1
-0
/
+6
*
API: Fix setnotificationtimestamp with no pages given
Brad Jorsch
2014-07-01
1
-45
/
+51
[next]