aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiParamInfo.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-6/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+1
* Fix specifying messages with params as arrays in API documentationBartosz Dziewoński2024-08-211-2/+4
* Deprecate ApiBase::makeMessagetheprotonade2024-08-161-4/+4
* api: Use namespaced classesUmherirrender2024-06-141-0/+1
* Replace deprecated status->getErrors calls in API classesWMDE-Fisch2024-06-131-2/+2
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-0/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+1
* Reorg: Move ExtensionInfo to utils/Amir Sarabadani2023-08-191-1/+1
* Api: Fix some very old copyright statements for RoanJames D. Forrester2023-03-161-1/+1
* Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-2/+2
* api: Replace numerous more deprecated constantsReedy2022-06-061-4/+4
* api: Replace numerous deprecated constantsReedy2022-06-061-7/+8
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-1/+2
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+1
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* api: Use UserFactory::newAnonymous in ApiParamInfoUmherirrender2021-06-291-2/+16
* Ensure return value is declared in api param infoUmherirrender2020-07-171-1/+1
* Allow extensions (et al) to have multiple LICENSE/COPYING filesReedy2020-05-051-1/+3
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-0/+2
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-166/+10
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Highlight internal modules in API help and sandboxLucas Werkmeister2019-10-111-13/+23
* Use (int) rather than intval()Reedy2019-02-251-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-6/+2
* API: Introduce "templated parameters"Brad Jorsch2018-05-161-2/+13
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Add string length limitsGergő Tisza2017-11-211-0/+6
* Make API multivalue limits configurableGergő Tisza2017-08-241-5/+9
* Use short type bool/int in param documentationUmherirrender2017-08-201-1/+1
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* API: Display message-per-value style help for submodule parametersBrad Jorsch2017-06-201-0/+19
* API: Add the ability to flag parameter values as deprecatedBrad Jorsch2017-06-201-0/+10
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: Allow finding log events and links to special pagesBrad Jorsch2017-01-061-0/+9
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-5/+10
* Add PARAM_ALL setting for multi-option API parametersAndrew H2016-11-221-0/+15
* ApiParamInfo: Allow fetching info for all submodules of a moduleBrad Jorsch2016-08-311-2/+61
* API: Some raw message cleanupBrad Jorsch2016-08-241-0/+1
* Replace uses of join() by implode()Siebrand Mazeland2016-03-081-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-48/+48
* Add logic for "tags" in ApiBasevictorbarbu2016-02-041-0/+2
* API: Add support for documenting dynamic parametersBrad Jorsch2016-01-211-0/+14
* Remove various unused variablesReedy2015-11-071-1/+0
* Fix casing of function calls in APIReedy2015-11-071-1/+1
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-4/+0
* Fixed spacingumherirrender2015-06-171-1/+1