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
/
site
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace call_user_func with dynamic function call
Umherirrender
2025-02-13
1
-1
/
+1
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
2
-6
/
+0
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
1
-6
/
+0
*
Remove unchecked exception annotations
Adam Wight
2024-09-17
1
-1
/
+0
*
Make use of the ??= and ?? operators where it makes sense
thiemowmde
2024-08-26
1
-4
/
+1
*
site: Streamline Site class using modern PHP features
thiemowmde
2024-07-18
1
-16
/
+6
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-1
/
+1
*
Fix various version mention for class_alias
Umherirrender
2024-07-05
10
-10
/
+10
*
Add namespace and deprecation alias to FormatJson
Ebrahim Byagowi
2024-05-16
1
-1
/
+1
*
Add namespace and deprecation alias to Xml and XmlSelect
Ebrahim Byagowi
2024-05-16
1
-1
/
+1
*
Typo fixes
frankie
2024-04-23
1
-1
/
+1
*
Standardise all our class alias deprecation comments for ease of grepping
James D. Forrester
2024-03-19
10
-30
/
+10
*
Replace more instances of deprecated MWException
Daimona Eaytoy
2024-01-19
1
-7
/
+2
*
Replace a few array_key_exists with the ??= syntax
thiemowmde
2024-01-08
1
-4
/
+0
*
Merge "Inline once-called short private methods to its caller, part 1"
jenkins-bot
2023-12-19
1
-8
/
+1
|
\
|
*
Inline once-called short private methods to its caller, part 1
Amir Sarabadani
2023-12-18
1
-8
/
+1
*
|
Namespace remaining files in includes/site
James D. Forrester
2023-12-14
8
-14
/
+63
|
/
*
Namespace Site and SiteList
Amir Sarabadani
2023-12-14
10
-9
/
+43
*
Remove redundant empty() constructs (2)
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
-5
/
+5
*
Fix various typos and documentation issues
Matěj Suchánek
2023-08-27
2
-2
/
+2
*
site: Migrate DBSiteStore to use ICP
Amir Sarabadani
2023-08-24
1
-9
/
+9
*
Mass migrate Database::insert calls to InsertQueryBuilder
Amir Sarabadani
2023-08-07
1
-10
/
+8
*
Migrate last batch of simple Database::select* calls to SQB
Amir Sarabadani
2023-08-01
1
-18
/
+10
*
site: Use DeleteQueryBuilder in DBSiteStore
Umherirrender
2023-07-06
1
-6
/
+9
*
Replace IDatabase::delete with DeleteQueryBuilder
Umherirrender
2023-06-21
1
-5
/
+4
*
Replace deprecated MWException
Daimona Eaytoy
2023-06-09
1
-8
/
+1
*
Migrate Database::update() to UpdateQueryBuilder
Amir Sarabadani
2023-06-08
1
-1
/
+5
*
site: Simplify SiteList by removing GenericArrayObject indirection
Timo Tijhof
2023-06-05
1
-32
/
+113
*
Remove uses Database::update()/Database::insert() return values
Aaron Schulz
2023-05-27
1
-7
/
+3
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Replace some usages of MWException
Daimona Eaytoy
2023-01-26
1
-27
/
+7
*
site\MediaWikiPageNameNormalizer: Replace deprecated Http::get
Umherirrender
2022-12-14
1
-11
/
+11
*
Merge "Various doc fixes about false on method arguments/return types"
jenkins-bot
2022-11-17
3
-4
/
+4
|
\
|
*
Various doc fixes about false on method arguments/return types
Umherirrender
2022-11-10
3
-4
/
+4
*
|
Merge "Remove pre PHP 7.4 serialize()/unserialize()"
jenkins-bot
2022-11-10
1
-23
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove pre PHP 7.4 serialize()/unserialize()
Reedy
2022-11-10
1
-23
/
+1
*
|
site: Hard-deprecate MediaWikiSite::getFileUrl() without $path
Lucas Werkmeister
2022-11-10
1
-1
/
+3
|
/
*
site: Switch new code from MWException to RuntimeException
Timo Tijhof
2022-11-08
2
-28
/
+8
*
site: Use common terms in docs for script path and article path
Timo Tijhof
2022-11-08
1
-31
/
+25
*
site: Annotate CachingSiteStore as `@internal` and perform minor cleanup
Timo Tijhof
2022-11-05
11
-196
/
+123
*
Fix Site::getPath() + MediaWikiSite::getFileUrl() confusion
Lucas Werkmeister
2022-11-04
2
-2
/
+6
*
site: Consistently return null from Site::getDomain()
Mark A. Hershberger
2022-07-06
2
-4
/
+10
*
Get rid of warnings on PHP 8.1
Aryeh Gregor
2022-06-13
2
-4
/
+4
*
Use MainConfigNames instead of string literals, #3
Aryeh Gregor
2022-04-26
1
-1
/
+3
*
Merge "Implement __serialize/__unserialize for PHP 8.1 support"
jenkins-bot
2022-02-07
2
-14
/
+27
|
\
|
*
Implement __serialize/__unserialize for PHP 8.1 support
Reedy
2022-02-01
2
-14
/
+27
*
|
Try not to discard Excimer timeout exceptions
Tim Starling
2022-02-02
1
-0
/
+4
|
/
*
Stop using is_resource() where possible
Tim Starling
2022-01-26
1
-0
/
+1
*
Suppress deprecation warnings from libxml_disable_entity_loader()
Tim Starling
2022-01-21
1
-3
/
+6
[next]