aboutsummaryrefslogtreecommitdiffstats
path: root/includes/gallery
Commit message (Expand)AuthorAgeFilesLines
* Use some more neutral languageReedy2021-04-182-2/+2
* Make use of array deconstruction directly in foreach, if possibleThiemo Kreuz2020-11-121-6/+4
* Merge "Use LinkBatchFactory"jenkins-bot2020-11-011-1/+2
|\
| * Use LinkBatchFactoryUmherirrender2020-10-251-1/+2
* | Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-1/+0
|/
* Document hook names in hook interfaces.daniel2020-09-271-0/+3
* Merge "Update stability annotations to follow new stable interface policy"jenkins-bot2020-07-131-2/+7
|\
| * Update stability annotations to follow new stable interface policydaniel2020-07-131-2/+7
* | Merge "Mark potential abstract classes stable for subclassing"jenkins-bot2020-07-131-1/+3
|\|
| * Mark potential abstract classes stable for subclassingNikki Nikkhoui2020-07-111-1/+3
* | Replace "@stable for implementation" with "@stable to implement"daniel2020-07-131-1/+1
|/
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Hooks::run() call site migrationTim Starling2020-05-302-3/+3
* Make images on Special:NewFiles natively lazy-loadedgilles2020-05-222-8/+31
* Remove more IE6 and IE7 compatibility and notesDannyS7122020-05-191-4/+1
* Add missing visibility on methods/consts of gallery related classesUmherirrender2020-05-103-13/+13
* docs: Hook interface doc comment reviewapaskulin2020-04-211-5/+3
* Automatically generated hook interfacesTim Starling2020-04-201-0/+22
* Bundle services at top of TraditionalImageGallery::toHtmlUmherirrender2020-03-141-33/+26
* Replace Linker::link usage with LinkRenderer in includesMatěj Suchánek2020-01-111-10/+15
* Set method visibility for various constructorsUmherirrender2019-12-033-3/+3
* Add phan-return to ImageGalleryBase::getImagesUmherirrender2019-11-041-1/+2
* Fix new phan errors, part 2Daimona Eaytoy2019-10-121-1/+2
* Declare dynamic propertiesDaimona Eaytoy2019-09-131-0/+9
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-4/+4
* BadFileLookup::isBadFile() expects null, not falseAryeh Gregor2019-08-271-7/+5
* BadFileLookup to replace wfIsBadImageAryeh Gregor2019-08-211-2/+2
* Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-1/+4
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-1/+2
* Move PackedHoverImageGallery from PackedOverlayImageGallery.phpZoranzoki212019-04-062-9/+28
* Make use of the list() feature where it makes senseThiemo Kreuz2019-03-241-4/+2
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 22.0.0Umherirrender2018-09-161-1/+0
* Fix spelling of word "necessary"petarpetkovic2018-08-161-1/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-112-4/+5
* Remove most uses of deprecated Language::truncate()C. Scott Ananian2018-07-091-2/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* TraditionalImageGallery factor getCaptionHtml into own functionMarius Hoch2018-04-251-13/+22
* Make ImageGallery more flexible for use in WikibaseMarius Hoch2018-04-132-6/+45
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-6/+6
* Gallery: Use Parser::parseWidthParam() for gallery dimensionsPrateek Saxena2018-01-251-6/+10
* Remove @param comments that literally repeat what the code saysThiemo Mättig2018-01-101-2/+2
* A few doc comment fixupsTim Starling2017-12-041-3/+4
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Show dimensions in TraditionalImageGalleryMatthias Mullie2017-03-072-9/+30
* Merge "Add `showThumbnails` option to slideshow galleries"jenkins-bot2017-01-021-0/+4
|\
| * Add `showThumbnails` option to slideshow galleriespppery2016-12-201-0/+4
* | Removed deprecated class ImageGallerydivadsn2017-01-011-14/+0
|/
* Clarify comment in traditional galleryArlo Breault2016-09-191-2/+2