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
/
import
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use type declaration on undocumented private functions
Umherirrender
2025-04-02
1
-1
/
+1
*
Replace a number of uses of class aliases with the real things
James D. Forrester
2025-03-26
2
-0
/
+2
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-0
/
+1
*
DomainEvents: Rename PageEvent and PageUpdatedEvent
daniel
2025-03-11
1
-3
/
+3
*
PageUpdatedEvent: improve modeling of flags
daniel
2025-02-20
1
-1
/
+1
*
Merge "Dummy revisions: add tests for event emission"
jenkins-bot
2025-02-13
1
-1
/
+1
|
\
|
*
Dummy revisions: add tests for event emission
daniel
2025-02-10
1
-1
/
+1
*
|
Merge "Replace call_user_func with dynamic function call"
jenkins-bot
2025-02-13
1
-3
/
+3
|
\
\
|
*
|
Replace call_user_func with dynamic function call
Umherirrender
2025-02-13
1
-3
/
+3
*
|
|
Merge "Replace call_user_func_array with dynamic function call"
jenkins-bot
2025-02-12
1
-13
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace call_user_func_array with dynamic function call
Umherirrender
2025-02-03
1
-13
/
+4
|
|
/
*
/
Use $string === '' instead of strlen( $string ) === 0
Fomafix
2025-01-30
1
-2
/
+2
|
/
*
PageUpdatedEvent: explicitly model cause and performer
daniel
2025-01-21
1
-3
/
+3
*
DomainEvent: Support type hierarchies
daniel
2025-01-21
1
-1
/
+1
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
1
-3
/
+0
*
Replace isset() with falsy checks
Umherirrender
2024-12-19
1
-6
/
+6
*
Import: ensure PageUpdatedEvent has the correct properties.
daniel
2024-12-13
1
-7
/
+5
*
Ensure necessary updates are performed on import and undelete
daniel
2024-12-12
1
-0
/
+4
*
Add type hints to detect bool/null message params
Bartosz Dziewoński
2024-11-14
1
-1
/
+5
*
Use namespaced classes
Umherirrender
2024-10-21
5
-0
/
+5
*
Merge "Use explicit nullable type on parameter arguments"
jenkins-bot
2024-10-16
2
-4
/
+4
|
\
|
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
2
-4
/
+4
*
|
Replace uses of deprecated ChangeTags static methods
James D. Forrester
2024-10-16
1
-1
/
+1
|
/
*
Add namespace to maintenance/includes classes
James D. Forrester
2024-10-09
2
-0
/
+2
*
Add namespace to IDBAccessObject and DBAccessObjectUtils
James D. Forrester
2024-09-27
3
-0
/
+3
*
Replace User, Title, and WikiPage in more signatures
Daimona Eaytoy
2024-07-10
1
-3
/
+3
*
ImportableUploadRevisionImporter: Mark downloadSource() as private, missed wh...
James D. Forrester
2024-05-02
1
-6
/
+1
*
docs: Adjust all @deprecated tags to use 'since…' for consistency
James D. Forrester
2024-05-01
1
-1
/
+1
*
Update name & email for bvibber
Brooke Vibber
2024-02-08
6
-6
/
+6
*
Namespace includes/context
James D. Forrester
2024-02-08
2
-0
/
+2
*
Remove more indirect calls to IDBAccessObject::READ_* constants
Amir Sarabadani
2024-01-23
3
-4
/
+4
*
Change uses of getDBLoadBalancerFactory() to getConnectionProvider()
Bartosz Dziewoński
2024-01-22
1
-1
/
+1
*
Replace more instances of deprecated MWException
Daimona Eaytoy
2024-01-19
1
-9
/
+6
*
Migrate remaining Database::insert calls to InsertQueryBuilder
Amir Sarabadani
2023-12-22
1
-11
/
+12
*
Inline once-called short private methods to its caller, part 1
Amir Sarabadani
2023-12-18
1
-22
/
+4
*
WikiImporterFactory: Deprecate getWikiImporter() without performer
Bartosz Dziewoński
2023-12-11
1
-1
/
+2
*
WikiImporter: Pass Authority for permissions instead of global context
Bartosz Dziewoński
2023-12-11
2
-22
/
+29
*
WikiImporter: Fix an access to global config
Bartosz Dziewoński
2023-12-08
1
-3
/
+1
*
Use real type hints for services etc. in import/
Bartosz Dziewoński
2023-12-08
5
-153
/
+35
*
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-0
/
+2
*
Migrate off wfGetDB() in more places to ICP
Amir Sarabadani
2023-11-20
1
-2
/
+2
*
Replace more single-value $db->buildComparison() with $db->expr()
Bartosz Dziewoński
2023-10-22
1
-3
/
+2
*
Use the expression assignment operator to simplify code
Umherirrender
2023-10-14
1
-1
/
+1
*
WikiRevision: Preserve lowercase of external actors
Func
2023-09-23
1
-1
/
+9
*
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
2
-0
/
+2
*
Merge "Migrate another major batch to SelectQueryBuilder"
jenkins-bot
2023-09-20
2
-11
/
+17
|
\
|
*
Migrate another major batch to SelectQueryBuilder
Amir Sarabadani
2023-09-20
2
-11
/
+17
*
|
Namespace remaining User-related classes under \MediaWiki\User
James D. Forrester
2023-09-20
1
-0
/
+1
*
|
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
4
-0
/
+4
|
/
*
Namespace remaining Title-related classes under \MediaWiki\Title
James D. Forrester
2023-09-19
2
-1
/
+8
[next]