* Added a test for a link with multiple pipes
[lhc/web/wiklou.git] / includes / Image.php
2005-04-25 Ævar Arnfjörð Bjar... * Documented wfIsBadImage and improved its regex.
2005-04-25 Tim Starlingported live patches
2005-04-22 Magnus ManskeNote for Windows users how to enable EXIF functions
2005-04-21 Brion VibberRemove unnecessary quoting on table names which breaks...
2005-04-21 Ævar Arnfjörð Bjar... * Moving img_exif to img_metadata, makes more sense...
2005-04-21 Ævar Arnfjörð Bjar... * Removed exifReader.inc and added a function which...
2005-04-21 Magnus ManskeAutomatic EXIF update upon viewing
2005-04-21 Magnus ManskeAdded img_exif blob to image table; now using this...
2005-04-21 Ævar Arnfjörð Bjar... * Indent.
2005-04-21 Magnus ManskeMoving EXIF data retrieval to Image class
2005-04-18 Tim StarlingLessons learnt from installing MediaWiki with safe_mode...
2005-04-17 Tim Starling* When an image is changed, invalidate pages that use it.
2005-04-16 Tim StarlingFeature: user can specify upload destination name,...
2005-04-16 Tim StarlingConversion from 1.4 schema, zero downtime
2005-04-16 Tim StarlingSupport for non-standard commons configurations
2005-04-16 Tim StarlingFixed various bugs with new image code, changed thumbna...
2005-04-16 Tim StarlingFixed some obvious bugs with the new code and implement...
2005-04-16 Tim StarlingOptional thumbnail generation by client request, using...
2005-04-12 Ævar Arnfjörð Bjar... * Changed the wfIsBadImage() regex to something hopeful...
2005-04-12 Tim StarlingVarious live patches ported from REL1_4
2005-04-10 Tim StarlingMoved image metadata to the database. Changed Image...
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2005-03-24 Erik Moeller1) omit "N Image:Bla.jpg" entry from Recent Changes...
2005-03-13 Tim Starling* Appllied patch for bug 1686, image metadata cache...
2005-02-21 Domas Mituzasremove inverse_timestamp wherever it is found and disab...
2005-02-19 Domas Mituzassomeone forgot to add 'global'... :) fixing that!
2005-02-19 Domas Mituzascorrect image path hashing
2005-01-30 Jens FrankReduce number of places in the code where articles...
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-20 Antoine Musso* Code presentation foobar() {
2004-12-28 Jens FrankBUG#1218 - Show the original image on image pages if...
2004-12-23 Brion Vibber* Avoid PHP warning messages when thumbnail not generated
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-12 Brion Vibber* (bug 1074) Add stock icons for non-image files in...
2004-12-06 Brion Vibber1014 fix from REL1_4
2004-12-02 Erik Moeller- Refactor Image class for better maintainability
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-10-30 Erik Moellerbugfix
2004-10-30 Erik Moeller-double encoding
2004-10-30 Erik Moelleruse $wgLang->ucfirst, fix captallinks behavior
2004-10-30 Erik Moellerif the shared repository is utf-8, and the local wiki...
2004-10-30 Erik Moellercapitalize filename so that wikis with $wgCapitalLinks...
2004-10-27 Erik Moellertaking out $wgSharedUploadBaseUrl , which is not needed
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-10-21 Erik MoellerPreliminary support for shared upload directory. This...
2004-10-12 Wil MahanAdd "longdesc" attribute to all (non-external) images...
2004-10-11 Erik Moellerbugfix: check for existence of PRIMARY key in addition...
2004-10-06 Brion VibberAdd support for some alternate SVG rasterizers:
2004-10-06 Brion VibberGet native size from SVG files
2004-10-05 Brion VibberRasterize plain image views of SVG files at default...
2004-10-04 Brion VibberQuickie experimental SVG rasterization hack: if using...
2004-10-02 Jens FrankDocumentation
2004-09-28 Domas Mituzasallow turning off image path hashing. there was a featu...
2004-09-23 Domas Mituzasallow specifying alternative image upload base url...
2004-09-14 Jens FrankNew Special page: Visual list of newly uploaded images...
2004-09-10 Jens FrankNew user option. Provides a setting to limit the image...
2004-09-09 Domas Mituzastsfixen
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-24 Brion VibberSpecial:Log and the logging table -- unified logging...
2004-08-22 Brion VibberAdd back the slower version of Title::makeTitle as...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-13 Brion VibberAntiglobalization!
2004-08-09 Brion VibberUse ImageMagick's -background parameter to set the...
2004-08-07 Tim Starlingmoved squid purge down, untested
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-05-31 Brion VibberIf image is missing (or not an image file), move on...
2004-05-20 Jens FrankOnly generate truecolor PNGs if original image is alrea...
2004-05-20 Jens FrankOnly generate truecolor PNGs if original image is alrea...
2004-05-09 Jens Frankmake image width an integer, not a real number
2004-05-09 Jens FrankImage bounding box can be specified instead of width...
2004-05-08 Jens FrankMoved image history retrieval function to Image.php.
2004-05-06 Jens FrankMerged wfImagePath into Image class
2004-05-04 Jens Frankmoved some more functions from GlobalFunctions to Image
2004-04-29 Brion VibberDon't create thumbnail images larger than the image...
2004-04-24 Jens FrankwfImageUrl moved from Globalfunctions to Image
2004-04-24 Jens FrankMove image-specific methods to Image-class