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
/
ImageGallery.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
New more slick gallery display
Brian Wolff
2013-08-14
1
-425
/
+0
*
Allow handler specific parameters in <gallery> (page number, etc)
Brian Wolff
2013-07-05
1
-5
/
+10
*
Add broken-file-category for file links inside <gallery/>
MatmaRex
2013-06-24
1
-0
/
+4
*
Fixed spacing in files direct in includes folder
umherirrender
2013-04-21
1
-5
/
+5
*
Added/Removed spaces around string concatenation
umherirrender
2013-04-13
1
-1
/
+1
*
Spellchecked /includes directory
Yuri Astrakhan
2013-03-13
1
-1
/
+1
*
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
1
-3
/
+3
*
Use TargetLanguage of the Parser in ImageGallery
umherirrender
2013-03-09
1
-4
/
+14
*
Merge "remove space before semicolon"
IAlex
2013-02-10
1
-1
/
+1
|
\
|
*
remove space before semicolon
umherirrender
2013-02-09
1
-1
/
+1
*
|
fix some spacing
umherirrender
2013-02-09
1
-1
/
+1
|
/
*
Use wfMessage instead of deprecated wfMsg*
Alex Monk
2012-08-18
1
-1
/
+1
*
Removed checks for the "MEDIAWIKI" constant on files that only define classes.
Alexandre Emsenhuber
2012-05-23
1
-3
/
+0
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-12
1
-0
/
+21
*
(bug 34852) new optional 'link' parameter to <gallery>
Kim Eik
2012-04-16
1
-12
/
+15
*
More return documentation
Sam Reed
2012-02-09
1
-0
/
+2
*
Fixing some of the "@return true" or "@return false", need to be "@return boo...
Sam Reed
2012-02-09
1
-1
/
+1
*
Add some escaping to r109547, 109548, 109549
Sam Reed
2012-01-19
1
-1
/
+1
*
* (bug 33819) Display filesize on Special:NewFiles in appropriate unit.
Sam Reed
2012-01-19
1
-2
/
+1
*
add missing deprecation notices and added deprecation version to existing ones
Jeroen De Dauw
2011-12-13
1
-1
/
+1
*
Cleanup to r84610 per CR: changed BeforeParserMakeImageLinkObj hook to use a ...
Aaron Schulz
2011-09-06
1
-3
/
+3
*
More wikia upstreaming
Sam Reed
2011-08-17
1
-2
/
+2
*
sync up RELEASE-NOTES
Sam Reed
2011-07-15
1
-1
/
+1
*
refixing bug 27338 with all parser test fixes, reverts r91557
Ryan Kaldari
2011-07-06
1
-4
/
+1
*
Revert r91426 and followups r91427, r91430: Breaks Gallery-related parser tests
Chad Horohoe
2011-07-06
1
-1
/
+4
*
better fix for bug 27338 - doesnt rely on line-height
Ryan Kaldari
2011-07-04
1
-4
/
+1
*
fixing rounding problem, per comment at r82309
Ryan Kaldari
2011-07-04
1
-1
/
+1
*
And even more documentation
Sam Reed
2011-05-28
1
-0
/
+2
*
some coding style tweaks
Jack Phoenix
2011-05-16
1
-20
/
+20
*
More versions added to @deprecated tags
Sam Reed
2011-05-06
1
-1
/
+2
*
Adjust maxwidth calculation for galleries. Bug 27577
Leo Koppelkamm
2011-05-02
1
-1
/
+2
*
Add |alt= option for galleries ( Bug 18682 ). Recommit of r86749, with nested...
Leo Koppelkamm
2011-04-25
1
-22
/
+27
*
Reverting r86749: The alt stuff is far too simplistic. One way to fix it woul...
Leo Koppelkamm
2011-04-23
1
-27
/
+22
*
Add ability to use add alt texts for images in galleries ( Bug 18682 ). Patch...
Leo Koppelkamm
2011-04-23
1
-22
/
+27
*
Follow-up changes to r84610:
Aaron Schulz
2011-04-04
1
-1
/
+1
*
Followup r85244; Define all methods as static, implement a DummyLinker to for...
Daniel Friesen
2011-04-03
1
-22
/
+5
*
Follow-up r84659: no need to pass parser by reference to event handlers
Aaron Schulz
2011-03-24
1
-1
/
+1
*
* Replaced crufty BeforeParserMakeImageLinkObj/BeforeGalleryFindFile hooks wi...
Aaron Schulz
2011-03-24
1
-15
/
+8
*
Remove some trailing whitespace
Sam Reed
2011-03-24
1
-0
/
+1
*
* Follow-up r84610: don't assume a Parser object is attached
Aaron Schulz
2011-03-23
1
-4
/
+15
*
* Put parser output file version tracking to core
Aaron Schulz
2011-03-23
1
-5
/
+2
*
* Made BeforeParserMakeImageLinkObj/BeforeGalleryFindFile let hooks set sha1 ...
Aaron Schulz
2011-03-23
1
-6
/
+9
*
Fix overestimation of max-width when using perrow mode.
Derk-Jan Hartman
2011-03-14
1
-8
/
+15
*
Gallery's perrow was overwriting the original style= attribute.
Derk-Jan Hartman
2011-02-20
1
-1
/
+2
*
followup r82181 and r82215 to fix the FIXME and botched fix for FIXME.
Mark A. Hershberger
2011-02-16
1
-3
/
+7
*
re r82181 remove min-height that doesn't work with IE6
Mark A. Hershberger
2011-02-16
1
-1
/
+1
*
* (bug 27338) Gallery in 1.17 breaks for audio/video + ogghandler
Mark A. Hershberger
2011-02-15
1
-9
/
+8
*
Simple commit trimming some trailing whitespace
Sam Reed
2010-12-22
1
-3
/
+3
*
Follow up to r77411. Patch by DieBuche
Derk-Jan Hartman
2010-12-05
1
-7
/
+9
*
Give image <gallery>s fluid width
Aryeh Gregor
2010-11-29
1
-21
/
+20
[next]