aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Image.php
Commit message (Expand)AuthorAgeFilesLines
* Removed unused globalJens Frank2005-07-261-1/+1
* * Moved some code into the Exif and FormatExif classesÆvar Arnfjörð Bjarmason2005-07-171-29/+5
* Some shared upload fixesNiklas Laxström2005-07-131-2/+2
* * (bug 2780) Fix thumbnail generation with GD for new image schemaBrion Vibber2005-07-111-36/+32
* * Add serialized version number to image metadata cache recordsBrion Vibber2005-07-111-15/+26
* * (bug 2789) memcached image metadata now cleared after deletionBrion Vibber2005-07-101-4/+8
* fix some issues with phpdocAntoine Musso2005-07-051-6/+8
* commentsAntoine Musso2005-07-031-12/+15
* * (bug 2597) Don't crash when undeleting an image description pageBrion Vibber2005-06-291-0/+3
* Ensure that width and height fields are not null when we insertBrion Vibber2005-06-281-4/+4
* * Using wfSupressWarnings() to avoid warnings on corrupt exif headersÆvar Arnfjörð Bjarmason2005-06-201-0/+3
* stats changes ported from 1.4Tim Starling2005-06-191-0/+5
* * (bug 2267) Don't generate thumbnail at the same size as the source image.Brion Vibber2005-05-301-1/+1
* fixed check for old cache values in commons, and some other stuffTim Starling2005-05-281-3/+10
* * links and brokenlinks tables merged to pagelinks; this will reduce painBrion Vibber2005-05-261-1/+1
* don't choke if EXIF library is not availableErik Moeller2005-05-211-2/+3
* * (bug 898) Mime type autodetection.Ævar Arnfjörð Bjarmason2005-05-211-90/+330
* * Using new icons in the /common/images/icons/ directoryÆvar Arnfjörð Bjarmason2005-05-151-1/+1
* Ignore cache keys from previous versionTim Starling2005-05-141-1/+3
* * Save '0' in img_metadata when no metadata has been found, to indicate thatÆvar Arnfjörð Bjarmason2005-05-131-3/+8
* * Removed checks for $wgShowEXIF, these functions never even get called fromÆvar Arnfjörð Bjarmason2005-05-091-4/+1
* * Removed a left over debug statement.Ævar Arnfjörð Bjarmason2005-05-091-2/+0
* * Checking against Exif::mFlatExif, Exif::mValidExif no longer existsÆvar Arnfjörð Bjarmason2005-05-091-2/+1
* * Improved the debug output of retrieveExifData()Ævar Arnfjörð Bjarmason2005-05-091-13/+30
* * Added debug statements to retriveExifData()Ævar Arnfjörð Bjarmason2005-05-091-1/+10
* * Removed the wfSuppressWarnings() I inserted previouslyÆvar Arnfjörð Bjarmason2005-05-081-5/+0
* * Renamed the $exif var to $metadata to avoid confusionÆvar Arnfjörð Bjarmason2005-05-081-20/+29
* * Adding wfSuppressWarnings() before the Exif validation, some of the typeÆvar Arnfjörð Bjarmason2005-05-081-2/+5
* * To the tune of "America, Fuck Yeah" from "Team America: World Police"Ævar Arnfjörð Bjarmason2005-05-081-1/+1
* * Removing /* private */ comment, already specified in the phpdocÆvar Arnfjörð Bjarmason2005-05-081-2/+2
* * Removed stripExifData(), most of this functionality is now provided by theÆvar Arnfjörð Bjarmason2005-05-071-134/+13
* * 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