aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiOptions.php
Commit message (Expand)AuthorAgeFilesLines
* api: Replace deprecated User::getOptionKinds/resetOptions in ApiOptionsUmherirrender2021-07-021-3/+3
* api: Inject PreferencesFactory into ApiOptionsUmherirrender2021-07-021-4/+11
* api: Change User::isAnon to User::isRegisteredUmherirrender2021-06-291-1/+1
* Hard deprecate User::listOptionKinds()ZabeMath2021-06-221-2/+2
* Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-141-1/+1
* Hard deprecate User ::isIP, ::getOptionsvladshapik2021-04-261-1/+23
* Improve docs in api related classesUmherirrender2020-11-131-1/+1
* ApiOptions: fix substr call in loggingdaniel2020-09-231-2/+2
* ApiOptions: log when userjs-* option changesdaniel2020-09-151-0/+15
* Remove PreferencesFactory::setUser()Sam Wilson2020-06-081-2/+0
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Add PreferencesFactory::setUser()Sam Wilson2020-05-061-0/+2
* New hook ApiOptionsMax Semenik2018-10-171-3/+11
* ApiOptions: fix resetting some preferences to defaultMax Semenik2018-10-011-5/+11
* Refactor ApiOptions for reusabilityMax Semenik2018-06-261-15/+56
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-2/+2
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Fix called function case in a bunch of placesMax Semenik2018-01-221-1/+1
* Convert Preferences class into PreferencesFactory serviceSam Wilson2018-01-031-1/+4
* API: Account for PHP 7.2 changeBrad Jorsch2017-12-041-1/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-11/+15
* ApiOptions: set form field parent earlierGergő Tisza2016-05-041-2/+1
* Use single quotes in API where possibleSiebrand Mazeland2016-03-081-5/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-15/+15
* Avoid "CAS updated failed" errors on Special:Preferences double postAaron Schulz2015-12-151-12/+6
* Avoid CAS errors on double post to ApiOptionsAaron Schulz2015-09-241-1/+1
* Load User via READ_LATEST in ApiOptions to avoid CAS errorsAaron Schulz2015-08-261-0/+8
* API: Set HTMLForm when validating field in ApiOptionsBrad Jorsch2015-04-201-0/+6
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-29/+8
* API: Overhaul token handlingBrad Jorsch2014-08-261-10/+1
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-19/+0
* Add final period to API module descriptionsaddshore2014-03-101-2/+2
* Merge "Remove final period from api module descriptions"jenkins-bot2014-03-091-1/+1
|\
| * Remove final period from api module descriptionsumherirrender2014-03-021-1/+1
* | Wrap long textReedy2014-03-091-3/+4
|/
* Merge "API: Handle "special" options in action=options"jenkins-bot2014-02-041-0/+3
|\
| * API: Handle "special" options in action=optionsBrad Jorsch2013-10-101-0/+3
* | Address errors and warnings in CodeSniffer in api/Siebrand Mazeland2013-11-171-5/+10
* | Pass Context to User::resetOptionsumherirrender2013-10-121-1/+1
|/
* No spaces after (casts)MatmaRex2013-09-041-1/+1
* Add 'viewmyprivateinfo', 'editmyprivateinfo', and 'editmyoptions' rightsBrad Jorsch2013-07-031-0/+4
* Adding validation for checkmatrix (same as for multiselect)Kaldari2013-03-071-1/+2
* Fix align of block commentsumherirrender2013-03-071-3/+3
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* (bug 43959) Add ability to reset certain option kinds in API.Tyler Anthony Romeo2013-01-181-4/+13
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* (bug 40124) allow arbitrary user preferences prefixed with 'userjs-'MatmaRex2013-01-131-29/+32
* (bug 42639) Fix API action=options for multiselect prefsBrad Jorsch2012-12-081-3/+26