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: Add missing `@ingroup API` to a few Api-related classes
Timo Tijhof
2019-09-14
1
-0
/
+3
*
Deprecate and replace usages of User:isAllowed{All,Any}
Petr Pchelko
2019-08-21
1
-1
/
+3
*
Add missing Title::newFromLinkTarget to api module compare
Umherirrender
2019-06-06
1
-2
/
+2
*
Collapse some nested if statements
Reedy
2019-04-04
1
-4
/
+2
*
Merge "ApiComparePages: Don't error with no prev/next rev"
jenkins-bot
2018-12-18
1
-3
/
+37
|
\
|
*
ApiComparePages: Don't error with no prev/next rev
Brad Jorsch
2018-10-22
1
-3
/
+37
*
|
Merge "ApiComparePages: Don't try to find next/prev of a deleted revision"
jenkins-bot
2018-12-06
1
-0
/
+6
|
\
\
|
*
|
ApiComparePages: Don't try to find next/prev of a deleted revision
Brad Jorsch
2018-12-03
1
-0
/
+6
|
|
/
*
/
[MCR] Introduce SlotRoleHandler and SlotRoleRegistry
daniel
2018-11-30
1
-7
/
+7
|
/
*
Re-namespace RevisionStore and RevisionRecord classes
Brad Jorsch
2018-10-09
1
-4
/
+4
*
Add constant for the name of the 'main' slot for MCR
Gergő Tisza
2018-09-24
1
-12
/
+14
*
ApiComparePages: Clean up handling of slot deletion
Brad Jorsch
2018-08-31
1
-0
/
+17
*
ApiComparePages: Update for MCR
Brad Jorsch
2018-08-23
1
-211
/
+365
*
Fix called function case in a bunch of places
Max Semenik
2018-01-22
1
-1
/
+1
*
API: Don't apply size limit to action=compare
Brad Jorsch
2018-01-08
1
-1
/
+4
*
ApiComparePages: Add 'fromsection' and 'tosection' parameters
Brad Jorsch
2017-12-30
1
-0
/
+21
*
Replace selectFields() methods with getQueryInfo()
Brad Jorsch
2017-10-30
1
-6
/
+12
*
API: Rewrite ApiComparePages
Brad Jorsch
2017-06-05
1
-59
/
+422
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-13
/
+5
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-15
/
+15
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-1
/
+1
*
API: Fix access on getExamplesMessages
Brad Jorsch
2014-10-29
1
-1
/
+1
*
API: Internationalize all remaining core API modules
Brad Jorsch
2014-10-20
1
-20
/
+3
*
API: Remove action=paraminfo 'props' and 'errors' result properties
Brad Jorsch
2014-08-07
1
-31
/
+0
*
Fixed some @params documentation (includes/api)
umherirrender
2014-04-18
1
-3
/
+3
*
Add final period to API module descriptions
addshore
2014-03-10
1
-2
/
+2
*
Remove unneeded uses of else{} in api/
Siebrand Mazeland
2013-11-18
1
-2
/
+2
*
Address errors and warnings in CodeSniffer in api/
Siebrand Mazeland
2013-11-17
1
-3
/
+10
*
Fix incorrect parameter order for dieUsage()
Siebrand Mazeland
2013-11-16
1
-1
/
+4
*
Update formatting on API classes
Siebrand Mazeland
2013-11-14
1
-0
/
+2
*
Fixed spacing in api folder
umherirrender
2013-04-20
1
-4
/
+4
*
API: Throw error when interwiki is given for various title param
umherirrender
2013-03-01
1
-1
/
+1
*
api: remove duplicate __contruct calls
Antoine Musso
2013-01-29
1
-4
/
+0
*
fix some spacing
umherirrender
2013-01-26
1
-2
/
+2
*
(bug 35885) remove api version string and parameter
Yuri Astrakhan
2013-01-18
1
-4
/
+0
*
Fixing creation of DifferenceEninge
daniel
2012-08-24
1
-1
/
+8
*
Fix indenting errors introduced in Wikidata branch
Tim Starling
2012-06-19
1
-2
/
+2
*
Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into...
daniel
2012-06-14
1
-0
/
+19
|
\
|
*
Added result properties to action=paraminfo
Petr Onderka
2012-06-06
1
-0
/
+19
*
|
Use integers for content_model and content_format.
daniel
2012-05-14
1
-1
/
+1
*
|
renamed getDifferenceEngine to createDifferenceEngine
daniel
2012-04-17
1
-1
/
+1
*
|
Merge branch 'master' into Wikidata
Jens Ohlig
2012-04-11
1
-5
/
+27
|
\
|
|
*
(bug 32498) Allow comparing pages using pageids
Alex Monk
2012-04-08
1
-5
/
+27
*
|
use factory method to get difference engine everywhere
Daniel Kinzler
2012-04-04
1
-1
/
+2
|
/
*
Consistency: made all API examples a verbs
Max Semenik
2012-01-12
1
-1
/
+1
*
Re-instate most of the revisions for bug 33147 "API examples should explain w...
Sam Reed
2011-12-27
1
-1
/
+1
*
Revert r106521: creates lots of long, unwrappable lines in help output
Brion Vibber
2011-12-20
1
-1
/
+1
*
More example conversions/additions
Sam Reed
2011-12-17
1
-1
/
+1
*
Made DifferenceEngine use a context instead of global variables and updaters ...
Alexandre Emsenhuber
2011-11-10
1
-1
/
+1
*
Based on diff to wikia, set more functions consistently public rather than pr...
Sam Reed
2011-08-17
1
-1
/
+1
[prev]
[next]