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
/
WatchedItemQueryService.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
watchlist: Move un-namespaced watcheditem classes to /includes/watchlist/
Timo Tijhof
2024-05-10
1
-767
/
+0
*
watcheditem: Migrate to IReadableDatabase::newSelectQueryBuilder
Umherirrender
2024-05-06
1
-45
/
+33
*
Migrate several more raw SQL building to expression builders
Amir Sarabadani
2024-04-26
1
-6
/
+3
*
Add explicit parentheses around mixed boolean operator
Umherirrender
2024-03-23
1
-3
/
+3
*
TempUserConfig: Deduplicate code generating match conditions
Bartosz Dziewoński
2024-03-06
1
-18
/
+5
*
Group temporary users with IP users in ApiQueryWatchlist filters
Thalia
2024-03-03
1
-3
/
+38
*
watcheditem: Use IReadableDatabase in type hints
Umherirrender
2024-02-11
1
-9
/
+9
*
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-1
/
+1
*
Migrate away from $db->makeList in favor of expression builder
Amir Sarabadani
2023-11-02
1
-4
/
+1
*
Mass migrate simple cases to use expression builder
Amir Sarabadani
2023-10-26
1
-3
/
+3
*
Migrate to IConnectionProvider methods in more places
Amir Sarabadani
2023-10-05
1
-14
/
+7
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Namespace TitleValue under \MediaWiki\Title
James D. Forrester
2023-09-18
1
-0
/
+1
*
Split a base class out of CommentStore
Alexander Vorwerk
2023-01-01
1
-0
/
+1
*
Use str_starts_with/str_ends_with/str_contains
Umherirrender
2022-12-12
1
-1
/
+1
*
Use buildComparison() instead of raw SQL in WatchedItemQueryService
Bartosz Dziewoński
2022-10-22
1
-31
/
+13
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
Remove references to removed 'watchlist' query group
Bartosz Dziewoński
2022-08-16
1
-1
/
+1
*
watcheditem: Replace deprecated User::getOption
Umherirrender
2022-08-05
1
-4
/
+10
*
Fix many typos in comments
Matěj Suchánek
2022-05-10
1
-2
/
+2
*
Allow setting max execution time to several special pages
Amir Sarabadani
2021-12-15
1
-2
/
+14
*
Simplify WatchedItemQueryService::getRecentChangeFieldsFromRow
Matěj Suchánek
2021-06-15
1
-7
/
+4
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-1
/
+1
*
Migrate WatchedItemQueryService to Authority
DannyS712
2021-05-26
1
-16
/
+7
*
Stop using legacy ActorMigration field "rc_user"
Tim Starling
2021-04-28
1
-31
/
+8
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
WatchedItemQueryService: Add expiry to items
DannyS712
2020-12-01
1
-2
/
+4
*
Inject UserFactory into WatchedItemQueryService
DannyS712
2020-10-12
1
-2
/
+14
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+8
*
Add check to api that filters out expired watchlist items
hmonroy
2020-04-03
1
-1
/
+19
*
Add support for watchlist expiries to WatchedItemQueryService::getWatchedItem...
Sam Wilson
2020-03-13
1
-3
/
+22
*
Set constant visibility, part 1
Max Semenik
2019-10-18
1
-29
/
+29
*
Make WatchedItemQueryService depend on PermissionManager
Petr Pchelko
2019-09-16
1
-7
/
+17
*
phan: Disable enable_class_alias_support
Umherirrender
2019-09-15
1
-1
/
+1
*
Avoid usage of deprecated Revision::* constants, use RevisionRecord
Derick Alangi
2019-07-21
1
-2
/
+3
*
Fix types around ILoadBalancer and IResultWrapper
Umherirrender
2019-07-04
1
-3
/
+3
*
Make some array type hints more specific
Thiemo Kreuz
2019-05-22
1
-1
/
+1
*
Convert WatchedItem and friends to UserIdentity
Aryeh Gregor
2019-05-05
1
-9
/
+13
*
Collapse some nested if statements
Reedy
2019-04-04
1
-5
/
+3
*
Merge "Stash WatchedItem changes so that the jobs run from the queue"
jenkins-bot
2019-03-06
1
-5
/
+16
|
\
|
*
Stash WatchedItem changes so that the jobs run from the queue
Aaron Schulz
2019-02-28
1
-5
/
+16
*
|
Normalize use of "INNER JOIN" to "JOIN" in database queries
Aaron Schulz
2019-03-06
1
-1
/
+1
|
/
*
Exception is never thrown in the getConnection() method
Derick Alangi
2019-02-01
1
-1
/
+0
*
Migrate WatchedItemQueryService from tag_summary to change_tag
Amir Sarabadani
2018-11-27
1
-7
/
+1
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
Bump PHP version requirement to 7.0.0+
James D. Forrester
2018-05-24
1
-2
/
+2
*
Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors
Kunal Mehta
2018-05-23
1
-1
/
+1
*
Use constants for rc_patrolled values instead of numbers
Amir Sarabadani
2018-04-13
1
-4
/
+4
*
Make autopatrol third option in rc_patrolled and use it in API
Amir Sarabadani
2018-04-03
1
-0
/
+9
*
Add `actor` table and code to start using it
Brad Jorsch
2018-02-23
1
-7
/
+34
[next]