aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Image.php
Commit message (Expand)AuthorAgeFilesLines
* * Documented wfIsBadImage and improved its regex.Ævar Arnfjörð Bjarmason2005-04-251-2/+5
* ported live patchesTim Starling2005-04-251-9/+12
* Note for Windows users how to enable EXIF functionsMagnus Manske2005-04-221-0/+8
* Remove unnecessary quoting on table names which breaks table prefixesBrion Vibber2005-04-211-2/+2
* * Moving img_exif to img_metadata, makes more sense if we're going to dropÆvar Arnfjörð Bjarmason2005-04-211-6/+6
* * Removed exifReader.inc and added a function which does roughly the sameÆvar Arnfjörð Bjarmason2005-04-211-20/+142
* Automatic EXIF update upon viewingMagnus Manske2005-04-211-5/+21
* Added img_exif blob to image table; now using this instead of direct image ac...Magnus Manske2005-04-211-7/+31
* * Indent.Ævar Arnfjörð Bjarmason2005-04-211-4/+4
* Moving EXIF data retrieval to Image classMagnus Manske2005-04-211-0/+24
* Lessons learnt from installing MediaWiki with safe_mode, especially support f...Tim Starling2005-04-181-28/+47
* * When an image is changed, invalidate pages that use it.Tim Starling2005-04-171-6/+52
* Feature: user can specify upload destination name, separately from source nam...Tim Starling2005-04-161-2/+2
* Conversion from 1.4 schema, zero downtimeTim Starling2005-04-161-0/+41
* Support for non-standard commons configurationsTim Starling2005-04-161-2/+14
* Fixed various bugs with new image code, changed thumbnail paths as per JeLuF...Tim Starling2005-04-161-149/+253
* Fixed some obvious bugs with the new code and implemented If-Modified-Since h...Tim Starling2005-04-161-1/+1
* Optional thumbnail generation by client request, using thumb.php. This remove...Tim Starling2005-04-161-39/+58
* * Changed the wfIsBadImage() regex to something hopefully easier to comprehendÆvar Arnfjörð Bjarmason2005-04-121-1/+1
* Various live patches ported from REL1_4Tim Starling2005-04-121-0/+19
* Moved image metadata to the database. Changed Image object to have lightweigh...Tim Starling2005-04-101-219/+356
* Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...Brion Vibber2005-03-261-16/+2
* 1) omit "N Image:Bla.jpg" entry from Recent Changes for file uploadsErik Moeller2005-03-241-2/+3
* * Appllied patch for bug 1686, image metadata cache by Andrius Ramanauskas.Tim Starling2005-03-131-44/+122
* remove inverse_timestamp wherever it is found and disable wfInvertTimestamp()Domas Mituzas2005-02-211-2/+0
* someone forgot to add 'global'... :) fixing that!Domas Mituzas2005-02-191-0/+1
* correct image path hashingDomas Mituzas2005-02-191-4/+2
* Reduce number of places in the code where articles are saved.Jens Frank2005-01-301-45/+3
* fix phpdoc commentAntoine Musso2005-01-271-0/+1
* * Code presentation foobar() {Antoine Musso2005-01-201-65/+43
* BUG#1218 - Show the original image on image pages if the thumbnail would be b...Jens Frank2004-12-281-1/+15
* * Avoid PHP warning messages when thumbnail not generatedBrion Vibber2004-12-231-4/+5
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-17/+39
* * (bug 1074) Add stock icons for non-image files in gallery/NewimagesBrion Vibber2004-12-121-8/+99
* 1014 fix from REL1_4Brion Vibber2004-12-061-2/+7
* - Refactor Image class for better maintainabilityErik Moeller2004-12-021-53/+79
* Removed CVS keywords from files, to make merging between branchesEvan Prodromou2004-11-291-1/+0
* bugfixErik Moeller2004-10-301-4/+4
* -double encodingErik Moeller2004-10-301-5/+2
* use $wgLang->ucfirst, fix captallinks behaviorErik Moeller2004-10-301-10/+9
* if the shared repository is utf-8, and the local wiki is latin1, encodeErik Moeller2004-10-301-12/+28
* capitalize filename so that wikis with $wgCapitalLinks=false can accessErik Moeller2004-10-301-2/+4
* taking out $wgSharedUploadBaseUrl , which is not neededErik Moeller2004-10-271-5/+4
* Correcting bugs due to double-prefixing table names. Removing obsolete Databa...Tim Starling2004-10-241-5/+5
* Preliminary support for shared upload directory. This is primarily intendedErik Moeller2004-10-211-29/+79
* Add "longdesc" attribute to all (non-external) images, containingWil Mahan2004-10-121-0/+9
* bugfix: check for existence of PRIMARY key in addition to UNIQUE key, asErik Moeller2004-10-111-1/+1
* Add support for some alternate SVG rasterizers:Brion Vibber2004-10-061-2/+17
* Get native size from SVG filesBrion Vibber2004-10-061-5/+68
* Rasterize plain image views of SVG files at default size (currently 512px wid...Brion Vibber2004-10-051-2/+18