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
/
watcheditem
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't pass unneeded variables into anonymous functions
DannyS712
2021-07-13
1
-1
/
+1
*
Remove WatchedItem::getUser, deprecated and unused
Petr Pchelko
2021-06-17
1
-10
/
+0
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-1
/
+1
*
Hard deprecate BeforeResetNotificationTimestamp hook
DannyS712
2021-06-06
1
-1
/
+1
*
Migrate WatchedItemQueryService to Authority
DannyS712
2021-05-26
1
-16
/
+7
*
Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variables
James D. Forrester
2021-05-14
1
-1
/
+1
*
build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0
James D. Forrester
2021-04-29
1
-1
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-9
/
+9
*
Stop using legacy ActorMigration field "rc_user"
Tim Starling
2021-04-28
1
-31
/
+8
*
Fix NoWriteWatchedItemStore::countWatchersMultiple
DannyS712
2021-04-23
1
-2
/
+2
*
Merge "Convert WatchedItem et al to PageIdentity"
jenkins-bot
2021-03-26
4
-117
/
+307
|
\
|
*
Convert WatchedItem et al to PageIdentity
Cindy Cicalese
2021-03-26
4
-117
/
+307
*
|
Add WatchedItemStore::maybeEnqueueWatchlistExpiryJob
DannyS712
2021-03-25
3
-0
/
+38
|
/
*
Convert WatchedItemStoreUnitTest to pure unit tests
DannyS712
2021-03-21
1
-1
/
+5
*
WatchedItemStore: inject a TitleFactory
DannyS712
2021-03-17
1
-2
/
+8
*
Hard deprecate WatchedItem::getUser in favor of ::getUserIdentity
Vadim Kovalenko
2021-02-26
1
-0
/
+2
*
Use static closures where safe to use
Umherirrender
2021-02-11
2
-3
/
+3
*
Make UserIdentity objects aware of which wiki they belong to.
Cindy Cicalese
2021-02-02
1
-1
/
+1
*
WatchedItemStore: Use REPLACE when inserting expiries after page move
MusikAnimal
2021-01-14
1
-1
/
+2
*
WatchedItemStore: use UserFactory
DannyS712
2021-01-10
1
-2
/
+9
*
ApiQueryInfo: Return watchlist expiry when applicable for inprop=watched
MusikAnimal
2021-01-06
3
-15
/
+61
*
WatchedItemQueryService: Add expiry to items
DannyS712
2020-12-01
1
-2
/
+4
*
Merge "Use LinkBatchFactory in WatchedItemStore"
jenkins-bot
2020-11-06
1
-4
/
+13
|
\
|
*
Use LinkBatchFactory in WatchedItemStore
Umherirrender
2020-11-02
1
-4
/
+13
*
|
Inject UserFactory into WatchedItemQueryService
DannyS712
2020-10-12
1
-2
/
+14
*
|
Normalize WatchedItem expiry field
hmonroy
2020-10-06
2
-29
/
+27
*
|
Document hook names in hook interfaces.
daniel
2020-09-27
2
-0
/
+6
*
|
Correct success messages for action=watch
Sam Wilson
2020-09-03
1
-2
/
+16
*
|
Merge "WatchedItemStore: Cache single WatchedItems with preexisting expiry"
jenkins-bot
2020-08-21
1
-19
/
+34
|
\
\
|
*
|
WatchedItemStore: Cache single WatchedItems with preexisting expiry
MusikAnimal
2020-08-21
1
-19
/
+34
*
|
|
Mark CONSTRUCTOR_OPTIONS as internal
Aryeh Gregor
2020-08-21
1
-1
/
+1
|
/
/
*
/
Update language in watchlist expiry
hmonroy
2020-08-14
1
-0
/
+30
|
/
*
Merge "Default to using watchlist expiry of old page when moving pages"
jenkins-bot
2020-08-06
1
-22
/
+106
|
\
|
*
Default to using watchlist expiry of old page when moving pages
MusikAnimal
2020-08-05
1
-22
/
+106
*
|
Add UI support in Special:EditWatchlist for watchlist expiry
hmonroy
2020-07-30
2
-8
/
+21
*
|
Merge "Watchlist: Return null instead of 0 days remaining"
jenkins-bot
2020-07-29
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Watchlist: Return null instead of 0 days remaining
Dayllan Maza
2020-07-27
1
-4
/
+4
*
|
Watchlist: Fix action=watch caching the wrong expiry
Dayllan Maza
2020-07-28
1
-8
/
+8
|
/
*
Watchlist: Return early if expiry is null
Dayllan Maza
2020-07-25
1
-2
/
+5
*
Fix broken PHPDoc comments that don't start with /**
Thiemo Kreuz
2020-07-23
1
-2
/
+2
*
Replace "@stable for implementation" with "@stable to implement"
daniel
2020-07-13
2
-2
/
+2
*
Merge "Filter out expired watched items when sending email notifications"
jenkins-bot
2020-06-29
1
-8
/
+21
|
\
|
*
Filter out expired watched items when sending email notifications
MusikAnimal
2020-06-24
1
-8
/
+21
*
|
Add clock icon to expiring items in Special:Watchlist
Sam Wilson
2020-06-19
1
-0
/
+15
|
/
*
Add getExpiryInDays function in WatchedItem
suecarmol
2020-06-16
1
-0
/
+29
*
Pass function name to database functions
Umherirrender
2020-06-07
1
-4
/
+6
*
Hooks::run() call site migration
Tim Starling
2020-05-30
2
-4
/
+21
*
Merge "WatchedItemStore: Enforce a maximum watchlist expiry duration"
jenkins-bot
2020-05-27
1
-8
/
+28
|
\
|
*
WatchedItemStore: Enforce a maximum watchlist expiry duration
MusikAnimal
2020-05-22
1
-8
/
+28
*
|
Filter out expired items from watcher counts
hmonroy
2020-05-19
1
-21
/
+68
|
/
[next]