Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / ImageGallery.php
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>
2005-01-09 Jens FrankShow file name in gallery view
2005-01-05 Jens FrankBUG#1124
2004-12-21 Brion VibberMerge category paging from REL1_4
2004-12-12 Brion Vibber* (bug 1074) Add stock icons for non-image files in...
2004-12-09 Brion VibberMerge image gallery fixlets from 1.4
2004-12-08 River Tarnellhtmlspecialchars [MF REL1_4]
2004-12-08 Jens Frankprevent javascript insertion
2004-12-07 Jens Frank(bug 1016) Fix handling of lines omitting Image: in...
2004-12-05 Brion VibberGet image gallery playing nice with missing image files
2004-12-01 Brion VibberXHTML fixes
2004-11-14 Jens FrankFix 'Headers already sent' warnings
2004-11-13 Jens FrankMoved <gallery> code to Parser, registering images...
2004-11-13 Jens FrankNew tag "<gallery>" to generate a table of image thumbnails
2004-09-30 Jens FrankOn Category: pages, show images as thumbnail gallery...
2004-09-24 Zheng ZhuFirst batch of files modified to switch wgLang to wgCon...
2004-09-14 Jens FrankNew Special page: Visual list of newly uploaded images...