aboutsummaryrefslogtreecommitdiffstats
path: root/includes/gallery
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-263-0/+3
* gallery: Sync method signature for ImageGalleryBase::insert and ::addUmherirrender2024-12-281-4/+4
* gallery: Fix phan annotation for ImageGalleryBase::getImagesUmherirrender2024-12-271-2/+2
* Use namespaced classesUmherirrender2024-10-212-0/+2
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-163-4/+4
* Add `double-px-category` tracking category for deprecated image size syntaxC. Scott Ananian2024-08-291-2/+12
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-162-0/+2
* Namespace includes/contextJames D. Forrester2024-02-083-0/+7
* TraditionalImageGallery: Use Html methods rather than manually creating elementsJames D. Forrester2024-02-051-16/+23
* Reparent trivial subclasses of MWExceptionBartosz Dziewoński2024-01-171-1/+1
* Get rid of unnecessary htmltidy hack in GallerySubramanya Sastry2023-12-052-16/+4
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-0/+1
* Remove redundant empty() constructsDaimona Eaytoy2023-09-081-1/+1
* gallery: Cast width/height to int for packed galleryUmherirrender2023-08-151-2/+2
* Remove $wgLang usage from TitleTim Starling2023-07-111-2/+1
* Replace internal Hooks::runnerUmherirrender2023-05-112-2/+6
* Handle thumb errors when !$enableLegacyMediaDOMArlo Breault2023-05-011-1/+8
* Pass whether current rev of file exists to Linker::makeBrokenImageLinkObjArlo Breault2023-05-011-3/+7
* Add classes on elements inside the media structureArlo Breault2023-04-261-0/+3
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-022-0/+2
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Use alt as link content for broken mediaArlo Breault2023-02-161-1/+2
* Don't emit empty alt attribute unless it's explicitly asked forArlo Breault2023-02-091-5/+10
* Merge "docs: Add missing StubUserLang type to some @param/@return"jenkins-bot2023-02-031-1/+2
|\
| * docs: Add missing StubUserLang type to some @param/@returnUmherirrender2023-01-121-1/+2
* | Revert gallery changes in 1.40.0-wmf.18 & .19Bartosz Dziewoński2023-01-172-63/+3
* | Gallery: Improve initial state and fix thumbnail sizesJon Robson2023-01-121-0/+30
|/
* Fix exception in `<gallery mode="slideshow">` with missing imagesBartosz Dziewoński2023-01-112-1/+5
* Galleries: Make gallery code more resilient to HTML transformationsJon Robson2023-01-052-3/+29
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Set alt in galleries, despite caption being visibleArlo Breault2022-06-071-6/+0
* Emit mw:File typeof for mediaArlo Breault2022-05-261-4/+1
* Set tooltips in galleries, despite caption being visibleArlo Breault2022-05-161-1/+4
* Match Parsoid output for bad images in galleriesArlo Breault2022-05-111-12/+13
* Use Linker::getImageLinkMTOParams() for galleriesArlo Breault2022-05-112-11/+23
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-262-3/+6
* gallery: Use more compact syntax in gallery classesThiemo Kreuz2022-03-312-47/+20
* Handle broken media and thumb error in the same case for galleryArlo Breault2022-03-211-67/+66
* Render broken media in galleries as in ParsoidArlo Breault2022-03-211-12/+25
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-1/+2
* gallery: Improve documentation about false and floatUmherirrender2022-03-074-12/+12
* Merge "Treat interwiki titles in <gallery> as broken"jenkins-bot2022-02-151-1/+1
|\
| * Treat interwiki titles in <gallery> as brokenGergő Tisza2022-02-141-1/+1
* | Don't double-escape the ellipses in Language::truncateForVisual()C. Scott Ananian2022-02-101-1/+0
|/
* Try not to discard Excimer timeout exceptionsTim Starling2022-02-022-2/+11
* Narrow the signature of ParserOutput::addModules() and ::addModuleStyles()C. Scott Ananian2022-01-201-4/+4
* SECURITY: properly escape output used within galleries and Special:RevisionDe...sbassett2022-01-101-1/+1
* Add a ParserModifyImageHTML hook for PageImagesTim Starling2021-12-151-4/+10