aboutsummaryrefslogtreecommitdiffstats
path: root/includes/skins/SkinFallback.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/skinJames D. Forrester2025-03-251-0/+5
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* skins: Add missing documentation to class propertiesUmherirrender2024-09-091-0/+1
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-0/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+2
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-3/+6
* Add OutputPage::disableClientCache() and deprecate ::enableClientCache(false)C. Scott Ananian2022-02-041-1/+1
* ApiParse: Support hidden skinsAmmarpad2021-09-201-2/+2
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* skins: Port SkinFallback and SkinApiOutput to a generic SkinMustache classjdlrobson2020-06-151-9/+103
* skins: Update core skins to queue modules via getDefaultModules()Timo Tijhof2018-05-091-10/+4
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-1/+1
* Never cache pages with the fallback skinBartosz DziewoƄski2014-08-141-0/+8
* Fixed some docsumherirrender2014-08-131-1/+1
* Fix visibility in SkinFallback and StubObjectaddshore2014-08-121-2/+4
* Introduce SkinFactoryKunal Mehta2014-08-091-0/+26