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
/
ApiQueryUserContribs.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
ApiQueryUserContributions: use UserSelectQueryBuilder
Petr Pchelko
2021-02-24
1
-34
/
+40
*
Use Authority and GroupPermissionLookup in Action API
Cindy Cicalese
2021-02-23
1
-5
/
+3
*
Hard deprecate Revision::getParentLengths
Petr Pchelko
2020-03-18
1
-1
/
+1
*
Fix some PHPStorm inspection warnings in includes/api
Tim Starling
2020-02-18
1
-1
/
+4
*
API: Use ParamValidator library
Brad Jorsch
2020-02-04
1
-0
/
+2
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-10
/
+10
*
ApiQueryUserContribs: Stringify user names in query
Brad Jorsch
2019-12-16
1
-1
/
+4
*
Remove hacks for lack of index on rc_this_oldid
Brad Jorsch
2019-12-04
1
-7
/
+1
*
Run GenderCache for api query modules using ApiQueryBase::addTitleInfo
Umherirrender
2019-11-02
1
-0
/
+4
*
Mostly drop old pre-actor user schemas
Brad Jorsch
2019-09-09
1
-124
/
+46
*
Deprecate and replace usages of User:isAllowed{All,Any}
Petr Pchelko
2019-08-21
1
-1
/
+3
*
Replace User::isAllowed with PermissionManager.
Petr Pchelko
2019-08-20
1
-1
/
+1
*
API: Add STRAIGHT_JOIN to ApiQueryUserContribs to avoid planner oddness
Brad Jorsch
2019-04-26
1
-3
/
+21
*
Remove many references to db fields being retired as part of MCR Schema Migra...
Bill Pirkle
2019-03-19
1
-1
/
+0
*
Normalize use of "INNER JOIN" to "JOIN" in database queries
Aaron Schulz
2019-03-06
1
-1
/
+1
*
Use (int) rather than intval()
Reedy
2019-02-25
1
-6
/
+6
*
ApiQueryUserContribs: Only use 'contributions' replica if querying by user ID
Brad Jorsch
2019-02-21
1
-4
/
+8
*
Safe replacement of a lot of `!count()` with `=== []`
Thiemo Kreuz
2019-01-15
1
-1
/
+1
*
Merge "Migrate Api modules from tag_summary table to change_tag"
jenkins-bot
2018-11-30
1
-5
/
+1
|
\
|
*
Migrate Api modules from tag_summary table to change_tag
Amir Sarabadani
2018-11-27
1
-5
/
+1
*
|
Drop $wgChangeTagsSchemaMigrationStage
Amir Sarabadani
2018-11-28
1
-11
/
+7
|
/
*
ActorMigration: Remove possibility of read-both
Brad Jorsch
2018-10-11
1
-154
/
+34
*
Re-namespace RevisionStore and RevisionRecord classes
Brad Jorsch
2018-10-09
1
-1
/
+1
*
API: Use ct_tag_id in queries when applicable
Amir Sarabadani
2018-09-04
1
-2
/
+13
*
API: Update query modules for MCR
Brad Jorsch
2018-07-27
1
-10
/
+14
*
Replace call_user_func_array(), part 2
Max Semenik
2018-06-07
1
-3
/
+5
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-3
/
+1
*
Use PHP 7 '<=>' operator in 'sort()' callbacks
Bartosz Dziewoński
2018-05-30
1
-3
/
+3
*
Add @deprecated tags to various class_alias calls
Reedy
2018-05-29
1
-0
/
+4
*
Rename ApiQueryContributions to ApiQueryUserContribs to match api module name
Reedy
2018-05-26
1
-0
/
+835