aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ResourceLoader
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Namespace the Title classJames D. Forrester2023-03-022-2/+2
* ResourceLoader: Check for valid SPDX license in ForeignResourceManagerReedy2023-03-011-6/+36
* ResourceLoader: Switch to use select query builder in WikiModuleAmir Sarabadani2023-02-281-7/+8
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-1/+1
* qunit: Enable debug=2 by default for SpecialJavaScriptTestTimo Tijhof2023-02-211-1/+2
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-162-2/+2
* ResourceLoader: Permit partial failure of encodeJson() and add loggingTimo Tijhof2023-02-141-1/+6
* Merge "Remove unused arguments to private functions"jenkins-bot2023-02-081-4/+1
|\
| * Remove unused arguments to private functionsUmherirrender2023-02-081-4/+1
* | Merge "ResourceLoader: Remove SVG fallback hack from SkinModule"jenkins-bot2023-02-081-3/+1
|\ \
| * | ResourceLoader: Remove SVG fallback hack from SkinModuleBartosz Dziewoński2023-02-081-3/+1
* | | Merge "ResourceLoader: Remove SVG fallback hack from ImageModule"jenkins-bot2023-02-081-10/+4
|\| |
| * | ResourceLoader: Remove SVG fallback hack from ImageModuleBartosz Dziewoński2023-02-081-10/+4
| |/
* / skins: Allow skins to specify their Codex themeRoan Kattouw2023-02-061-10/+19
|/
* ResourceLoader: Define targets in a single locationKosta Harlan2023-02-029-14/+0
* Adjust default targets in RL/ModuleKosta Harlan2023-02-012-4/+1
* ResourceLoader: Default File modules to mobile and desktop targetsJon Robson2023-01-311-1/+1
* ClientHtml: Fix use of ${var} string interpolationReedy2023-01-281-1/+1
* ResourceLoader: Follow-up to adding ResourceLoaderClientPreferencesTimo Tijhof2023-01-251-45/+51
* ResourceLoader: Basic client side user preferencesJon Robson2023-01-251-0/+36
* ForeignResourceManager: Add import for SplFileInfoReedy2023-01-081-0/+1
* Merge "extension schema: Remove broken option to use null in OOUIThemePaths"jenkins-bot2023-01-051-3/+0
|\
| * extension schema: Remove broken option to use null in OOUIThemePathsBartosz Dziewoński2022-12-301-3/+0
* | Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-1/+1
|/
* ResourceLoader: Add type hints within FilePath classBartosz Dziewoński2022-12-301-9/+9
* Replace some tivial ??= with even more trivial ??thiemowmde2022-12-231-3/+2
* Make use of ??= in more placesDannyS7122022-12-171-4/+2
* Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"jenkins-bot2022-12-163-13/+3
|\
| * Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-053-13/+3
* | Clean up redundant array manipulationMatěj Suchánek2022-12-112-9/+0
* | Merge "ResourceLoader: Add 1min grace via stale-while-revalidate Cache-Control"jenkins-bot2022-12-071-1/+7
|\ \
| * | ResourceLoader: Add 1min grace via stale-while-revalidate Cache-ControlTimo Tijhof2022-10-271-1/+7
* | | Merge "Revert "resourceloader: Modern ES6 code should be forced to target mob...jenkins-bot2022-12-061-18/+0
|\ \ \ | |_|/ |/| |
| * | Revert "resourceloader: Modern ES6 code should be forced to target mobile"Kosta Harlan2022-12-061-18/+0
* | | Merge "resourceloader: Modern ES6 code should be forced to target mobile"jenkins-bot2022-12-051-0/+18
|\| |
| * | resourceloader: Modern ES6 code should be forced to target mobileJon Robson2022-11-301-0/+18
* | | Fix casing of class and function name usagesReedy2022-12-041-2/+2
* | | Drop more unused hard deprecated hooksAmir Sarabadani2022-12-013-56/+2
|/ /
* | ResourceLoader: Clean up PHP 7.2 hacksTim Starling2022-11-172-18/+0
* | Reorg: Move ForeignResourceManager to ResourceLoader directoryAmir Sarabadani2022-11-081-0/+418
* | Reorg: Move HeaderCallback to Request directoryAmir Sarabadani2022-11-081-1/+1
* | Merge "Various doc fixes about false and null on method arguments/return types"jenkins-bot2022-11-041-1/+1
|\ \
| * | Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-1/+1
* | | Merge "Respond to some messages from Phan on PHP 8.1"jenkins-bot2022-11-042-3/+3
|\ \ \ | |/ / |/| |
| * | Respond to some messages from Phan on PHP 8.1Tim Starling2022-11-032-3/+3
* | | Don’t track build statistics for unnamed modulesLucas Werkmeister2022-11-021-2/+5
|/ /
* / Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-1/+1
|/
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-274-7/+7
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-264-7/+7
* Merge "Use short array destructuring instead of list()"jenkins-bot2022-10-215-9/+9
|\