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
/
ApiOptions.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
api: Use type declaration on undocumented private functions
Umherirrender
2025-04-04
1
-1
/
+1
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-7
/
+1
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-2
/
+2
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+5
*
user: Add "global" parameter to ApiOptions
Tim Starling
2024-06-13
1
-1
/
+36
*
user: Split a base class out of ApiOptions
Tim Starling
2024-06-12
1
-210
/
+8
*
user: Move "reset kinds" concept to PreferencesFactory
Tim Starling
2024-06-11
1
-3
/
+5
*
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-1
/
+1
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Use real type hints for services etc. in api/ except ApiQuery*.php
Bartosz Dziewoński
2023-08-29
1
-5
/
+2
*
Make ApiOptions unavailable to temporary users
csimiyu
2023-03-28
1
-1
/
+1
*
ApiOptions: Give warning if the value is too long
Func
2023-01-20
1
-0
/
+8
*
api: Fix minor PHP 8.1 incompatibility in ApiOptions
thiemowmde
2022-11-08
1
-2
/
+2
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-6
/
+7
*
Re-apply "preferences: Use a faster and simpler form descriptor when validating"
Func
2022-03-10
1
-1
/
+2
*
Revert "preferences: Use a faster and simpler form descriptor when validating"
Krinkle
2022-03-01
1
-2
/
+1
*
preferences: Use a faster and simpler form descriptor when validating
Func
2022-02-24
1
-1
/
+2
*
Load fields for validation of user options in one go
Func
2022-01-31
1
-6
/
+3
*
api: Replace deprecated User::getOptionKinds/resetOptions in ApiOptions
Umherirrender
2021-07-02
1
-3
/
+3
*
api: Inject PreferencesFactory into ApiOptions
Umherirrender
2021-07-02
1
-4
/
+11
*
api: Change User::isAnon to User::isRegistered
Umherirrender
2021-06-29
1
-1
/
+1
*
Hard deprecate User::listOptionKinds()
ZabeMath
2021-06-22
1
-2
/
+2
*
Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variables
James D. Forrester
2021-05-14
1
-1
/
+1
*
Hard deprecate User ::isIP, ::getOptions
vladshapik
2021-04-26
1
-1
/
+23
*
Improve docs in api related classes
Umherirrender
2020-11-13
1
-1
/
+1
*
ApiOptions: fix substr call in logging
daniel
2020-09-23
1
-2
/
+2
*
ApiOptions: log when userjs-* option changes
daniel
2020-09-15
1
-0
/
+15
*
Remove PreferencesFactory::setUser()
Sam Wilson
2020-06-08
1
-2
/
+0
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+1
*
Add PreferencesFactory::setUser()
Sam Wilson
2020-05-06
1
-0
/
+2
*
New hook ApiOptions
Max Semenik
2018-10-17
1
-3
/
+11
*
ApiOptions: fix resetting some preferences to default
Max Semenik
2018-10-01
1
-5
/
+11
*
Refactor ApiOptions for reusability
Max Semenik
2018-06-26
1
-15
/
+56
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-2
/
+2
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
Fix called function case in a bunch of places
Max Semenik
2018-01-22
1
-1
/
+1
*
Convert Preferences class into PreferencesFactory service
Sam Wilson
2018-01-03
1
-1
/
+4
*
API: Account for PHP 7.2 change
Brad Jorsch
2017-12-04
1
-1
/
+1
*
Make API documentation links language aware
Baha
2017-04-05
1
-1
/
+1
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-11
/
+15
*
ApiOptions: set form field parent earlier
Gergő Tisza
2016-05-04
1
-2
/
+1
*
Use single quotes in API where possible
Siebrand Mazeland
2016-03-08
1
-5
/
+5
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-15
/
+15
*
Avoid "CAS updated failed" errors on Special:Preferences double post
Aaron Schulz
2015-12-15
1
-12
/
+6
*
Avoid CAS errors on double post to ApiOptions
Aaron Schulz
2015-09-24
1
-1
/
+1
*
Load User via READ_LATEST in ApiOptions to avoid CAS errors
Aaron Schulz
2015-08-26
1
-0
/
+8
*
API: Set HTMLForm when validating field in ApiOptions
Brad Jorsch
2015-04-20
1
-0
/
+6
*
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
-29
/
+8
*
API: Overhaul token handling
Brad Jorsch
2014-08-26
1
-10
/
+1
[next]