index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
gallery
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use some more neutral language
Reedy
2021-04-18
2
-2
/
+2
*
Make use of array deconstruction directly in foreach, if possible
Thiemo Kreuz
2020-11-12
1
-6
/
+4
*
Merge "Use LinkBatchFactory"
jenkins-bot
2020-11-01
1
-1
/
+2
|
\
|
*
Use LinkBatchFactory
Umherirrender
2020-10-25
1
-1
/
+2
*
|
Remove documentation that literally repeats the code
Thiemo Kreuz
2020-10-27
1
-1
/
+0
|
/
*
Document hook names in hook interfaces.
daniel
2020-09-27
1
-0
/
+3
*
Merge "Update stability annotations to follow new stable interface policy"
jenkins-bot
2020-07-13
1
-2
/
+7
|
\
|
*
Update stability annotations to follow new stable interface policy
daniel
2020-07-13
1
-2
/
+7
*
|
Merge "Mark potential abstract classes stable for subclassing"
jenkins-bot
2020-07-13
1
-1
/
+3
|
\
|
|
*
Mark potential abstract classes stable for subclassing
Nikki Nikkhoui
2020-07-11
1
-1
/
+3
*
|
Replace "@stable for implementation" with "@stable to implement"
daniel
2020-07-13
1
-1
/
+1
|
/
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-1
/
+1
*
Hooks::run() call site migration
Tim Starling
2020-05-30
2
-3
/
+3
*
Make images on Special:NewFiles natively lazy-loaded
gilles
2020-05-22
2
-8
/
+31
*
Remove more IE6 and IE7 compatibility and notes
DannyS712
2020-05-19
1
-4
/
+1
*
Add missing visibility on methods/consts of gallery related classes
Umherirrender
2020-05-10
3
-13
/
+13
*
docs: Hook interface doc comment review
apaskulin
2020-04-21
1
-5
/
+3
*
Automatically generated hook interfaces
Tim Starling
2020-04-20
1
-0
/
+22
*
Bundle services at top of TraditionalImageGallery::toHtml
Umherirrender
2020-03-14
1
-33
/
+26
*
Replace Linker::link usage with LinkRenderer in includes
Matěj Suchánek
2020-01-11
1
-10
/
+15
*
Set method visibility for various constructors
Umherirrender
2019-12-03
3
-3
/
+3
*
Add phan-return to ImageGalleryBase::getImages
Umherirrender
2019-11-04
1
-1
/
+2
*
Fix new phan errors, part 2
Daimona Eaytoy
2019-10-12
1
-1
/
+2
*
Declare dynamic properties
Daimona Eaytoy
2019-09-13
1
-0
/
+9
*
Unsuppress other phan issues (part 4)
Daimona Eaytoy
2019-08-31
1
-4
/
+4
*
BadFileLookup::isBadFile() expects null, not false
Aryeh Gregor
2019-08-27
1
-7
/
+5
*
BadFileLookup to replace wfIsBadImage
Aryeh Gregor
2019-08-21
1
-2
/
+2
*
Replace some uses of deprecated wfFindFile() and wfLocalFile()
Derick Alangi
2019-06-11
1
-1
/
+4
*
Mass conversion to NamespaceInfo
Aryeh Gregor
2019-05-07
1
-1
/
+2
*
Move PackedHoverImageGallery from PackedOverlayImageGallery.php
Zoranzoki21
2019-04-06
2
-9
/
+28
*
Make use of the list() feature where it makes sense
Thiemo Kreuz
2019-03-24
1
-4
/
+2
*
build: Updating mediawiki/mediawiki-codesniffer to 24.0.0
Kunal Mehta
2019-02-07
1
-1
/
+1
*
build: Updating mediawiki/mediawiki-codesniffer to 22.0.0
Umherirrender
2018-09-16
1
-1
/
+0
*
Fix spelling of word "necessary"
petarpetkovic
2018-08-16
1
-1
/
+1
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
2
-4
/
+5
*
Remove most uses of deprecated Language::truncate()
C. Scott Ananian
2018-07-09
1
-2
/
+2
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
TraditionalImageGallery factor getCaptionHtml into own function
Marius Hoch
2018-04-25
1
-13
/
+22
*
Make ImageGallery more flexible for use in Wikibase
Marius Hoch
2018-04-13
2
-6
/
+45
*
Use ::class to resolve class names in includes files
Umherirrender
2018-01-27
1
-6
/
+6
*
Gallery: Use Parser::parseWidthParam() for gallery dimensions
Prateek Saxena
2018-01-25
1
-6
/
+10
*
Remove @param comments that literally repeat what the code says
Thiemo Mättig
2018-01-10
1
-2
/
+2
*
A few doc comment fixups
Tim Starling
2017-12-04
1
-3
/
+4
*
Add missing & to @param documentation to match functon call
Umherirrender
2017-08-11
1
-1
/
+1
*
Remove empty lines at begin of function, if, foreach, switch
Umherirrender
2017-07-01
1
-1
/
+0
*
Show dimensions in TraditionalImageGallery
Matthias Mullie
2017-03-07
2
-9
/
+30
*
Merge "Add `showThumbnails` option to slideshow galleries"
jenkins-bot
2017-01-02
1
-0
/
+4
|
\
|
*
Add `showThumbnails` option to slideshow galleries
pppery
2016-12-20
1
-0
/
+4
*
|
Removed deprecated class ImageGallery
divadsn
2017-01-01
1
-14
/
+0
|
/
*
Clarify comment in traditional gallery
Arlo Breault
2016-09-19
1
-2
/
+2
[next]