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
/
export
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify WikiExporter's BATCH_SIZE from 50000 to 10000
Xabriel J. Collazo Mojica
2024-06-25
1
-1
/
+1
*
Add "implements/extends Stringable" to more classes and interfaces
Bartosz Dziewoński
2024-06-13
1
-1
/
+1
*
Merge "Implement RedirectStore service"
jenkins-bot
2024-06-11
1
-0
/
+1
|
\
|
*
Implement RedirectStore service
Máté Szabó
2024-06-11
1
-0
/
+1
*
|
Add namespace and deprecation alias to TextContent
Ebrahim Byagowi
2024-05-19
1
-0
/
+1
*
|
Add namespace and deprecation alias to Xml and XmlSelect
Ebrahim Byagowi
2024-05-16
1
-0
/
+1
*
|
WikiExporter: Migrate to IReadableDatabase::newSelectQueryBuilder
Umherirrender
2024-05-05
1
-36
/
+26
|
/
*
Merge "namespace MWDebug"
jenkins-bot
2024-05-03
2
-0
/
+2
|
\
|
*
namespace MWDebug
Amir Sarabadani
2024-05-03
2
-0
/
+2
*
|
SqlBlobStore: Directly store ES addresses in content table
Amir Sarabadani
2024-04-30
1
-3
/
+6
|
/
*
Update name & email for bvibber
Brooke Vibber
2024-02-08
17
-17
/
+17
*
Replace more instances of unchecked MWException
Daimona Eaytoy
2024-01-23
1
-2
/
+1
*
Replace deprecated MWException
Daimona Eaytoy
2024-01-16
2
-23
/
+10
*
during XML dumps, don't log about bad blobs encountered when trying to get sha1
Ariel T. Glenn
2024-01-03
1
-1
/
+1
*
Namespace remaining Title-related classes under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
*
Namespace TitleParser under \MediaWiki\Title
James D. Forrester
2023-09-19
2
-1
/
+2
*
Introduce RevisionSelectQueryBuilder
Amir Sarabadani
2023-09-06
1
-14
/
+5
*
Merge sequences of `if` that end doing the same thing anyway
thiemowmde
2023-06-16
1
-4
/
+3
*
Replace some more usages of deprecated MWException
Daimona Eaytoy
2023-06-09
1
-2
/
+1
*
api: Switch to use IConnectionProvider
Amir Sarabadani
2023-04-24
3
-10
/
+10
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
2
-1
/
+2
*
Merge "Check return value of XMLReader::open"
jenkins-bot
2023-02-10
1
-4
/
+11
|
\
|
*
Check return value of XMLReader::open
Umherirrender
2022-11-18
1
-4
/
+11
*
|
Merge "XmlDumpWriter: Remove unused variable from writeText()"
jenkins-bot
2023-02-01
1
-6
/
+3
|
\
\
|
*
|
XmlDumpWriter: Remove unused variable from writeText()
Reedy
2023-02-01
1
-6
/
+3
*
|
|
Fix XML dumps for content types with non-string getNativeData()
Máté Szabó
2023-02-01
1
-1
/
+1
|
/
/
*
|
Use CommentStore service instead of deprecated method
Derick Alangi
2023-01-04
3
-8
/
+36
*
|
Split a base class out of CommentStore
Alexander Vorwerk
2023-01-01
2
-0
/
+2
*
|
Clean up PHP 7.1 reference hacks
Tim Starling
2022-11-16
1
-3
/
+1
*
|
WikiExporter: Avoid calling reload in processing every row
Amir Sarabadani
2022-11-03
1
-1
/
+0
*
|
WikiExporter: Migrate to SelectQueryBuilder
Amir Sarabadani
2022-10-31
1
-10
/
+10
|
/
*
Remove unneeded initalize of local variables
Umherirrender
2022-09-21
1
-2
/
+0
*
Remove unused local variables
Umherirrender
2022-09-19
1
-1
/
+1
*
Allow DB config to be reloaded on the fly
daniel
2022-08-05
1
-0
/
+17
*
Remove references to legacy page_restrictions field in page table
Amir Sarabadani
2022-05-09
2
-7
/
+0
*
Use MainConfigNames instead of string literals, #3
Aryeh Gregor
2022-04-26
2
-3
/
+6
*
Use MainConfigNames instead of string literals
Aryeh Gregor
2022-04-11
1
-1
/
+3
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
Merge "Add various fallback values for null return values"
jenkins-bot
2022-03-09
1
-1
/
+1
|
\
|
*
Add various fallback values for null return values
Umherirrender
2022-03-09
1
-1
/
+1
*
|
snapshot: Add @var documentation for class properties
Umherirrender
2022-03-09
1
-2
/
+1
|
/
*
export: Cast File::getSize to string on dump
Umherirrender
2022-03-03
1
-1
/
+1
*
Add explicit casts between scalar types
Umherirrender
2022-03-01
1
-1
/
+1
*
Fix various documentation related to null types
Umherirrender
2022-02-26
1
-2
/
+2
*
Don't double-escape the ellipses in Language::truncateForVisual()
C. Scott Ananian
2022-02-10
1
-2
/
+0
*
Fix PHP 8.0 failure of WikiExporterFactoryTest
Tim Starling
2022-01-21
1
-2
/
+2
*
BackupDumper: fix default value of --schema-version
daniel
2022-01-13
1
-3
/
+3
*
Partial revert of I1a691f01cd82e60bf41207d32501edb4b9835e37 to unbreak dumps
Ariel T. Glenn
2022-01-12
1
-3
/
+2
*
Merge "export: Remove ignoring rev_page_id index"
jenkins-bot
2022-01-11
1
-1
/
+0
|
\
|
*
export: Remove ignoring rev_page_id index
Amir Sarabadani
2022-01-10
1
-1
/
+0
[next]