aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiOpenSearch.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-9/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+10
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+2
* search: Use ServiceOptions not full config objectDerick Alangi2024-04-161-4/+6
* Drop deprecated config $wgOpenSearchTemplateAmir Sarabadani2024-02-121-6/+0
* Update name & email for bvibberBrooke Vibber2024-02-081-1/+1
* Remove allowances for nullable `rd_interwiki` and `rd_fragment`Bartosz Dziewoński2023-10-031-2/+2
* Api*Search: Remove some redundant cachingBartosz Dziewoński2023-08-301-16/+4
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-5/+2
* i18n: Split apihelp for parameter action=opensearch&redirects=Umherirrender2023-08-051-0/+2
* Simplify WHERE conditions with field = '' OR IS NULLUmherirrender2023-07-011-1/+1
* API: Replace deprecated calls to wfExpandUrl with UrlUtils::expandJames D. Forrester2023-06-221-3/+10
* Replace some more usages of deprecated MWExceptionDaimona Eaytoy2023-06-091-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-1/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* api: Minor code cleanupReedy2022-08-141-2/+2
* api: Migrate IDatabase::select() to SelectQueryBuilder interfaceDerick Alangi2022-08-081-9/+9
* api: Replace numerous more deprecated constantsReedy2022-06-061-1/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-7/+8
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+1
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-7/+10
* Inject dependencies into SearchApiDannyS7122021-07-041-1/+8
* api: Inject services into ApiOpenSearchUmherirrender2021-06-291-2/+19
* Use LinkBatchFactory in api modulesUmherirrender2020-09-061-1/+2
* Hooks::run() call site migrationTim Starling2020-05-301-2/+1
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-1/+2
* API: Deprecate wgEnableOpenSearchSuggest and opensearch+suggest parameterTimo Tijhof2019-12-131-19/+20
* Fix new phan errors, part 1Daimona Eaytoy2019-10-111-2/+1
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-1/+2
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-0/+1
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-0/+3
* Fix a couple of Generic.Files.OneObjectStructurePerFile.MultipleFound in apiReedy2019-04-131-38/+0
* A few doc comment fixupsTim Starling2017-12-041-2/+3
* Merge "Remove "@author Bryan Davis" and "Brad Jorsch" annotations"jenkins-bot2017-06-271-1/+1
|\
| * Remove "@author Bryan Davis" and "Brad Jorsch" annotationsBryan Davis2017-06-261-1/+1
* | Merge "Update weblinks in comments to msdn.microsoft.com"jenkins-bot2017-06-251-1/+1
|\ \ | |/ |/|
| * Update weblinks in comments to msdn.microsoft.comFomafix2017-06-091-1/+1
* | Remove unused and unnecessary importsThiemo Mättig2017-06-121-1/+0
|/
* Move Database and subclasses to Rdbms namespaceAaron Schulz2017-04-121-0/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-5/+5
* Rename OpenSearch qiprofile parameter back to profileErik Bernhardson2016-07-281-1/+1
* Push common search api parameters into SearchApi classErik Bernhardson2016-07-261-23/+12
* Expose SearchEngine specific profilesdcausse2016-05-301-24/+39
* Convert SearchEngine to service containersStanislav Malyshev2016-04-251-8/+10
* Use single quotes in API where possibleSiebrand Mazeland2016-03-081-1/+1
* Improve code suffering from PHP 5.3's lack of support for foo()[]Bartosz Dziewoński2016-02-281-2/+1
* Fix function call casingReedy2016-02-221-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-40/+40