allow turning off image path hashing. there was a feature request for that somewhere.
[lhc/web/wiklou.git] / includes / Image.php
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