FU r106752: added b/c code to FSRepo to make things easy for extensions (like Confirm...
[lhc/web/wiklou.git] / includes / ImageGallery.php
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-09-06 Aaron SchulzCleanup to r84610 per CR: changed BeforeParserMakeImage...
2011-08-17 Sam ReedMore wikia upstreaming
2011-07-15 Sam Reedsync up RELEASE-NOTES
2011-07-06 Ryan Kaldarirefixing bug 27338 with all parser test fixes, reverts...
2011-07-06 Chad HorohoeRevert r91426 and followups r91427, r91430: Breaks...
2011-07-04 Ryan Kaldaribetter fix for bug 27338 - doesnt rely on line-height
2011-07-04 Ryan Kaldarifixing rounding problem, per comment at r82309
2011-05-28 Sam ReedAnd even more documentation
2011-05-16 Jack Phoenixsome coding style tweaks
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-02 Leo KoppelkammAdjust maxwidth calculation for galleries. Bug 27577
2011-04-25 Leo KoppelkammAdd |alt= option for galleries ( Bug 18682 ). Recommit...
2011-04-23 Leo KoppelkammReverting r86749: The alt stuff is far too simplistic...
2011-04-23 Leo KoppelkammAdd ability to use add alt texts for images in gallerie...
2011-04-04 Aaron SchulzFollow-up changes to r84610:
2011-04-03 Daniel FriesenFollowup r85244; Define all methods as static, implemen...
2011-03-24 Aaron SchulzFollow-up r84659: no need to pass parser by reference...
2011-03-24 Aaron Schulz* Replaced crufty BeforeParserMakeImageLinkObj/BeforeGa...
2011-03-24 Sam ReedRemove some trailing whitespace
2011-03-23 Aaron Schulz* Follow-up r84610: don't assume a Parser object is...
2011-03-23 Aaron Schulz* Put parser output file version tracking to core
2011-03-23 Aaron Schulz* Made BeforeParserMakeImageLinkObj/BeforeGalleryFindFi...
2011-03-14 Derk-Jan HartmanFix overestimation of max-width when using perrow mode.
2011-02-20 Derk-Jan HartmanGallery's perrow was overwriting the original style...
2011-02-16 Mark A. Hershbergerfollowup r82181 and r82215 to fix the FIXME and botched...
2011-02-16 Mark A. Hershbergerre r82181 remove min-height that doesn't work with IE6
2011-02-15 Mark A. Hershberger* (bug 27338) Gallery in 1.17 breaks for audio/video...
2010-12-22 Sam ReedSimple commit trimming some trailing whitespace
2010-12-05 Derk-Jan HartmanFollow up to r77411. Patch by DieBuche
2010-11-29 Aryeh GregorGive image <gallery>s fluid width
2010-11-13 Sam ReedFixup some more documentation
2010-11-10 Alexandre Emsenhuber* (bug 19944) Link on image thumbnails no longer link...
2010-06-09 Chad HorohoeFollowup r67707, cast these to boolean just to be paranoid
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-03-13 Raimond Spekking* (bug 12797) Add $wgGalleryOptions for adjusting of...
2010-03-05 Chad HorohoeRevert r63197 '(bug 12797) Allow adjusting of default...
2010-03-03 Raimond Spekking(bug 12797) Allow adjusting of default gallery display...
2010-03-01 Alexandre EmsenhuberFixed some doxygen warnings
2009-08-15 Tim Starling* Per my CR comments on r44560: merged FileCache into...
2009-07-15 Remember the dotApplied image attribute improvements from r52726 to...
2009-06-06 Siebrand MazelandFollow-up to r51543: Fix another syntax error in ImageG...
2009-06-06 Siebrand MazelandFollow-up to r51543: Fix syntax error in ImageGallery.php
2009-06-06 Siebrand Mazeland* replace use of deprecated makeLink() by link() in...
2009-02-13 Raimond Spekking* Replace hardcoded '...' as indication of a truncation...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-19 Aaron SchulzStabilize image description links
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-22 Alexandre EmsenhuberSome tweaks:
2008-03-03 Brion VibberRevert r31473 -- causes fatal errors.
2008-03-02 Huji* (bug 13214) <gallery> doesn't resize images which...
2007-09-13 Raimond Spekking* (bug 11321) Fix width of gallerybox when option ...
2007-08-31 Tim StarlingIn OggHandler:
2007-08-22 Brion VibberOrder of link parameters changed in r25049; putting...
2007-08-22 Tim StarlingIn ImageGallery:
2007-07-13 Brion Vibber* (bug 10508) Allow HTML attributes on <gallery>
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-15 Brion Vibber* (bug 10265) Fix regression in category image gallery...
2007-05-31 Aaron Schulz*Add BeforeGalleryFindFile, TitleLinkUpdatesAfterComple...
2007-05-30 Tim StarlingMerged filerepo-work branch:
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-20 Tim Starling* Introduced media handler modules for file-type specif...
2007-02-09 Raimond SpekkingMissing unit 'px' added. W3C CSS validator
2007-02-02 Aryeh Gregor* (bug 6987) Allow perrow, widths, and heights attribut...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Rob Church(bug 8403) Respect bad image list exceptions in galleri...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-05 Rob ChurchRename ImageGallery::setCaptionSafe() to ImageGallery...
2007-01-04 Rob Church* Move escaping of image gallery captions to ImageGalle...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-24 Aryeh Gregor(bug 7892) Add media count to category page, à la subca...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-08-13 Jens Frank(bug 6420) Render thumbnails for djvu images, show...
2006-07-12 Antoine MussoStrict Standards with PHP5
2006-07-05 Tim Starlingsuppressing thumbnail generation in more places
2006-06-29 Brion VibberGallery code cleanup patch by Ilmari Karonen
2006-06-25 Brion Vibber* Fix display of file-type icons in galleries when...
2006-06-24 Rob ChurchCripple the wiki text stuff for now. It doesn't SEEM...
2006-06-24 Rob Church* (bug 2316) Add "caption" attribute to <gallery> tag
2006-06-17 Tim StarlingFixed inconsistent error return in Image::getThumbnail...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-05-16 Rob Churchgrr
2006-05-16 Rob ChurchSuppress images in galleries which appear on the bad...
2006-05-05 Niklas Laxström* (bug 5805) message nbytes can now use {{plural:}}
2006-04-27 Antoine MussoFix #5005: XHTML <gallery> output.
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2006-01-07 Tim Starlingoops
2006-01-07 Tim StarlingFixed broken image registration, by making Parser:...
2005-12-04 Antoine MussoClean up unused globals!
2005-08-31 Ævar Arnfjörð Bjar... * Code cleanup
2005-04-16 Tim StarlingOptional thumbnail generation by client request, using...
2005-04-10 Tim StarlingMoved image metadata to the database. Changed Image...
2005-03-27 Ævar Arnfjörð Bjar... * (bug 1765) Tidy causes corruption inside <gallery>
next