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
/
api
/
ApiComparePages.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
api: Use type declaration on undocumented private functions
Umherirrender
2025-04-04
1
-1
/
+2
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-1
/
+1
*
Avoid constructing Title from LinkTarget where not needed
thiemowmde
2025-01-24
1
-10
/
+8
*
RevisionRecord: add convenience methods for main slot
daniel
2024-11-28
1
-1
/
+1
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-13
/
+1
*
Namespace all remaining classes in includes/parser
James D. Forrester
2024-10-15
1
-1
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+9
*
api: Add missing documentation to class properties
Umherirrender
2024-09-07
1
-0
/
+1
*
api: Use namespaced classes
Umherirrender
2024-06-14
1
-0
/
+1
*
ArchivedRevisionLookup: Allow lookups using just the revision ID
Bartosz Dziewoński
2023-09-02
1
-15
/
+6
*
Use real type hints for services etc. in api/ except ApiQuery*.php
Bartosz Dziewoński
2023-08-29
1
-22
/
+8
*
ApiComparePages: Add help url
Reedy
2023-07-25
1
-0
/
+4
*
Migrate ApiComparePages to TextDiffer concepts
Tim Starling
2023-07-19
1
-19
/
+13
*
TempUserCreator: Change getStashedNameOrPlaceholder() to just getStashedName()
Bartosz Dziewoński
2023-07-18
1
-1
/
+1
*
Add convenience method TempUserCreator::shouldAutoCreate()
Tim Starling
2023-05-12
1
-4
/
+1
*
api: Use a temp placeholder for signature on preview/pst
Umherirrender
2023-05-04
1
-2
/
+29
*
ApiComparePages: expose 'difftype' param if wikidiff2 is installed
MusikAnimal
2023-04-11
1
-0
/
+16
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
api: Remove use of undeclared property in action=comparepages
Umherirrender
2022-12-12
1
-4
/
+1
*
When content is marked bad, show an error, don't pretend it is empty
Tim Starling
2022-12-05
1
-0
/
+3
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-3
/
+3
*
Call IContextSource::getAuthority instead of IContextSource::getUser
Umherirrender
2022-06-29
1
-4
/
+4
*
Do minor code cleanup
Matěj Suchánek
2022-06-24
1
-1
/
+0
*
api: Replace numerous more deprecated constants
Reedy
2022-06-06
1
-5
/
+5
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-18
/
+19
*
Merge "api: Inline ContentHandler::makeContent, use local ContentHandlerFactory"
jenkins-bot
2022-04-16
1
-1
/
+3
|
\
|
*
api: Inline ContentHandler::makeContent, use local ContentHandlerFactory
Umherirrender
2022-04-16
1
-1
/
+3
*
|
phan: Remove PhanPossiblyUndeclaredVariable suppression
Umherirrender
2022-03-30
1
-0
/
+3
*
|
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+5
|
/
*
api: Fix documenation/types related to null and int types
Umherirrender
2022-02-24
1
-1
/
+1
*
Try not to discard Excimer timeout exceptions
Tim Starling
2022-02-02
1
-0
/
+3
*
Introduce CommentFormatter
Tim Starling
2021-09-28
1
-2
/
+9
*
build: Update mediawiki/mediawiki-phan-config to 0.11.0
Umherirrender
2021-09-07
1
-1
/
+0
*
api: Remove redundant truthy check in ApiComparePages
Umherirrender
2021-08-27
1
-1
/
+1
*
Replace Content::preSaveTransform call to ContentTransformer::preSaveTransform
Roman Stolar
2021-08-19
1
-2
/
+14
*
api: Inject services into ApiComparePages
Umherirrender
2021-06-28
1
-7
/
+20
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-1
/
+1
*
Deprecate constructing revision with non-proper page
Petr Pchelko
2021-03-10
1
-2
/
+2
*
Use Authority for revision audience where possible
Petr Pchelko
2021-02-24
1
-6
/
+2
*
Use Authority and GroupPermissionLookup in Action API
Cindy Cicalese
2021-02-23
1
-3
/
+1
*
Introduce ActorStore, ActorLookup and ActorFactory.
Petr Pchelko
2021-02-08
1
-0
/
+1
*
Hard deprecate RevisionStore::newMutableRevisionFromArray
Peter Ovchyn
2021-02-03
1
-6
/
+4
*
Remove ApiComparePages::getContentHandlerFactory
DannyS712
2020-11-01
1
-8
/
+4
*
Added timestamp to action=compare
Varun Das
2020-04-09
1
-0
/
+7
*
Remove auto-generated and empty lines in comments
Thiemo Kreuz
2020-03-17
1
-1
/
+0
*
Reduce the length of 6 long lines of code
Sam Wilson
2020-03-13
1
-2
/
+4
*
Fix some PHPStorm inspection warnings in includes/api
Tim Starling
2020-02-18
1
-1
/
+3
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-4
/
+13
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
Suppress PhanUndeclaredProperty for custom properties and phan bugs
Daimona Eaytoy
2019-09-14
1
-0
/
+2
[next]