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
*
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
*
Fixup some more documentation
Sam Reed
2010-11-13
1
-1
/
+1
*
* (bug 19944) Link on image thumbnails no longer link to "Media:" namespace i...
Alexandre Emsenhuber
2010-11-10
1
-2
/
+6
*
Followup r67707, cast these to boolean just to be paranoid
Chad Horohoe
2010-06-09
1
-2
/
+2
*
Fixed a bunch of silly instances of [^!=]==\s*(true|false)
Chad Horohoe
2010-06-09
1
-2
/
+2
*
* (bug 12797) Add $wgGalleryOptions for adjusting of default gallery display ...
Raimond Spekking
2010-03-13
1
-5
/
+7
*
Revert r63197 '(bug 12797) Allow adjusting of default gallery display options...
Chad Horohoe
2010-03-05
1
-7
/
+5
*
(bug 12797) Allow adjusting of default gallery display options
Raimond Spekking
2010-03-03
1
-5
/
+7
*
Fixed some doxygen warnings
Alexandre Emsenhuber
2010-03-01
1
-6
/
+6
*
* Per my CR comments on r44560: merged FileCache into RepoGroup and fixed wfF...
Tim Starling
2009-08-15
1
-1
/
+1
*
Applied image attribute improvements from r52726 to galleries as well
Remember the dot
2009-07-15
1
-2
/
+11
*
Follow-up to r51543: Fix another syntax error in ImageGallery.php. Sorry.
Siebrand Mazeland
2009-06-06
1
-1
/
+1
*
Follow-up to r51543: Fix syntax error in ImageGallery.php
Siebrand Mazeland
2009-06-06
1
-1
/
+1
*
* replace use of deprecated makeLink() by link() in core
Siebrand Mazeland
2009-06-06
1
-4
/
+18
*
* Replace hardcoded '...' as indication of a truncation with the 'ellipsis' m...
Raimond Spekking
2009-02-13
1
-1
/
+1
*
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
Ilmari Karonen
2008-12-01
1
-1
/
+1
[next]