aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiFormatBase.php
Commit message (Expand)AuthorAgeFilesLines
* Merge "api: Use type-declaration for string arg in ApiBase::__construct"jenkins-bot2024-10-191-1/+1
|\
| * api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-1/+1
* | Deprecate OutputPage::{get,set}PreventClickjacking()C. Scott Ananian2024-10-171-1/+1
|/
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+6
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+3
* api: Use namespaced classesUmherirrender2024-06-141-0/+1
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-0/+1
* api: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-211-2/+4
* API: mark HTML output as non-cacheabledaniel2024-01-121-0/+5
* Merge "Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()"jenkins-bot2023-09-191-1/+1
|\
| * Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()C. Scott Ananian2023-09-181-1/+1
* | Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+1
|/
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-0/+1
* api: Minor cleanup of some Api Base classesReedy2023-07-261-15/+24
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-1/+1
* Remove Flash cross-domain policy manglingTim Starling2022-07-221-12/+1
* API: Use arrays when writing multiple HTML.php classesJames D. Forrester2022-06-141-1/+1
* api: Replace numerous more deprecated constantsReedy2022-06-061-1/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-2/+2
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+2
* api: Fix documenation/types related to null and int typesUmherirrender2022-02-241-1/+1
* Fix local rendering of link in diff view with action=renderAmir Sarabadani2021-12-011-1/+0
* Reapply "Move limit report rendering to ParserOutput"Ppchelko2021-11-091-0/+1
* Revert "Move limit report rendering to ParserOutput"Ppchelko2021-11-091-1/+0
* Move limit report rendering to ParserOutputPetr Pchelko2021-11-081-0/+1
* Rename ParserOutput::{allow,prevent}Clickjacking() -> ::{get,set}PreventClick...C. Scott Ananian2021-10-011-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* mime: Update usage of MimeAnalyzer methodsOri Livneh2020-05-281-3/+3
* Remove usage of deprecated SkinFactory::getDefaultInstance()Kunal Mehta2019-06-021-2/+5
* Use the ?? feature instead of isset() where it makes senseThiemo Kreuz2019-03-241-4/+2
* resourceloader: Remove addModuleScripts, and deprecate getModuleScripts.Timo Tijhof2019-03-051-1/+0
* API: Set robots noindex,nofollow on HTML outputBrad Jorsch2018-10-251-0/+1
* Convert OutputHandler functions to a classTimo Tijhof2018-03-201-1/+1
* Remove internal use of deprecated $wgRequestTimeKevin Israel2018-03-181-1/+1
* ApiFormatBase: Encode filenames in Content-DispositionBrad Jorsch2018-02-071-5/+19
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Remove 2 unused private fields from ApiFormatBaseMax Semenik2018-01-191-1/+1
* Replace MimeMagic::singleton() callsReedy2017-11-271-1/+2
* SECURITY: API: Avoid some silliness with browser-guessed filenamesBrad Jorsch2017-11-151-0/+27
* Improve some parameter docsUmherirrender2017-09-101-0/+1
* Linked HTML representation of a format to formatted outputKeerthanaS2017-06-141-1/+8
* Make API documentation links language awareBaha2017-04-051-1/+1
* includes/api: Replace implicitly-Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-241-2/+2
* API: Pretty-printed responses should always use HTTP status 200Brad Jorsch2016-11-091-0/+32
* Merge "Add a continuation button to ApiSandbox"jenkins-bot2016-10-051-0/+1
|\
| * Add a continuation button to ApiSandboxGergő Tisza2016-10-051-0/+1
* | API: Remove deprecated methodsBrad Jorsch2016-09-201-138/+0
|/
* Explicitly declare ApiFormatBase::initPrinter publicSiebrand Mazeland2016-03-081-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-12/+12