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
*
watchlist: Move un-namespaced watcheditem classes to /includes/watchlist/
Timo Tijhof
2024-05-10
7
-3593
/
+0
*
watcheditem: Migrate to IReadableDatabase::newSelectQueryBuilder
Umherirrender
2024-05-06
1
-45
/
+33
*
WatchedItemStore: Switch to StatsFactory
Máté Szabó
2024-05-05
1
-24
/
+39
*
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
*
Type hint IReadableDatabase in WatchedItemQueryServiceExtension
Umherirrender
2024-03-16
1
-5
/
+5
*
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
2
-19
/
+20
*
WatchedItemStore: Avoid Phan SecurityCheck suppression
Bartosz Dziewoński
2024-02-10
1
-5
/
+4
*
build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually
James D. Forrester
2024-02-10
1
-0
/
+1
*
Replace more instances of deprecated MWException
Daimona Eaytoy
2024-01-19
1
-5
/
+0
*
Migrate remaining Database::insert calls to InsertQueryBuilder
Amir Sarabadani
2023-12-22
1
-1
/
+5
*
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-1
/
+1
*
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-0
/
+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
*
WatchedItemStore: Avoid table insert with empty rows
Ammarpad
2023-09-28
1
-0
/
+5
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Namespace NamespaceInfo under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
*
Namespace TitleValue under \MediaWiki\Title
James D. Forrester
2023-09-18
3
-0
/
+3
*
Merge "rdbms: Introduce ReplaceQueryBuilder"
jenkins-bot
2023-09-10
1
-12
/
+10
|
\
|
*
rdbms: Introduce ReplaceQueryBuilder
Amir Sarabadani
2023-09-08
1
-12
/
+10
*
|
Remove redundant empty() constructs (3)
Daimona Eaytoy
2023-09-08
1
-1
/
+1
*
|
In query builders, use insertInto() and deleteFrom() instead of insert() and ...
Tim Starling
2023-09-08
1
-9
/
+9
|
/
*
Migrate Database::upsert() calls to InsertQueryBuilder
Amir Sarabadani
2023-09-06
1
-7
/
+7
*
Reorg: Move MWTimestamp to MediaWiki\Utils
Amir Sarabadani
2023-08-19
2
-0
/
+2
*
rdbms: Remove or move unused public methods of ILB/ILBF
Amir Sarabadani
2023-08-01
1
-3
/
+1
*
Merge "Consistently use LogicException for test-only methods"
jenkins-bot
2023-07-24
1
-2
/
+1
|
\
|
*
Consistently use LogicException for test-only methods
thiemowmde
2023-07-22
1
-2
/
+1
*
|
Fix mistake in WatchedItemStoreInterface documentation
thiemowmde
2023-07-20
1
-0
/
+2
|
/
*
Replace IDatabase::delete with DeleteQueryBuilder
Umherirrender
2023-06-21
1
-41
/
+33
*
Merge "Merge sequences of `if` that end doing the same thing anyway"
jenkins-bot
2023-06-17
1
-9
/
+3
|
\
|
*
Merge sequences of `if` that end doing the same thing anyway
thiemowmde
2023-06-16
1
-9
/
+3
*
|
Remove copy-paste documentation from NoWriteWatchedItemStore
thiemowmde
2023-06-16
1
-130
/
+31
|
/
*
Migrate more usages of Database::update() to UpdateQueryBuilder
Alexander Vorwerk
2023-06-09
1
-12
/
+12
*
watcheditem: Switch out of LB for picking db connection
Amir Sarabadani
2023-05-05
1
-37
/
+25
*
rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms library
Amir Sarabadani
2023-05-04
1
-1
/
+1
*
Reorg: Move ReadOnlyMode classes to db/
Amir Sarabadani
2023-04-28
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
*
Merge "WatchedItemStore: Use primary key for update on watchlist"
jenkins-bot
2022-11-26
1
-31
/
+42
|
\
|
*
WatchedItemStore: Use primary key for update on watchlist
Umherirrender
2022-11-18
1
-31
/
+42
*
|
Various doc fixes about false on method arguments/return types
Umherirrender
2022-11-10
1
-3
/
+3
*
|
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
2
-3
/
+3
|
/
*
Remove unused key variable from foreach loops
Umherirrender
2022-09-21
1
-2
/
+2
*
Remove references to removed 'watchlist' query group
Bartosz Dziewoński
2022-08-16
2
-2
/
+2
*
watcheditem: Migrate $db->select() and similar to SelectQueryBuilder
Amir Sarabadani
2022-08-14
1
-225
/
+185
[next]