accidentally committed experimental code
[lhc/web/wiklou.git] / includes / Image.php
2006-01-12 Tim Starlingfixed infinite recursion in SVG error path
2006-01-10 Tim StarlingEnforce $wgSVGMaxSize when rendering, even for SVGs...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2005-12-25 Brion Vibber* Don't delete thumbnails when refreshing exif metadata...
2005-12-04 Antoine MussoClean up unused globals!
2005-12-04 Brion Vibber* (bug 4162) Add $wgThumbnailEpoch timestamp to force...
2005-12-04 Brion Vibber* (bug 153) Adjust thumbnail size calculations to match...
2005-11-26 Tim Starlingprofiling
2005-11-26 Tim StarlingBounded execution time and memory for image thumbnailing
2005-11-02 Ævar Arnfjörð Bjar... * Bah, use wfMsgForContent()
2005-10-22 Brion VibberCommitting various live hacks from Wikimedia servers
2005-10-19 Tim StarlingMaximum image area
2005-10-13 Ævar Arnfjörð Bjar... * Using $wgContLang->ucfirst() instead of $wgLang-...
2005-09-19 Ævar Arnfjörð Bjar... * Fixed some typos in documentation
2005-09-19 Brion Vibber* (bug 2570) Add 'watch this page' checkbox on uploads...
2005-09-19 Tim StarlingTolerate invalid shared title
2005-09-13 Ævar Arnfjörð Bjar... * Formatting
2005-09-12 Brion Vibber* Fix scaling of non-integer SVG unit sizes
2005-09-11 Tim Starlingprofiling fix
2005-09-10 Brion Vibber* Support SVG rendering with rsvg
2005-09-09 Ævar Arnfjörð Bjar... * Set the memcache expiry time to a week instead of...
2005-09-07 Tim StarlingPassed -size hint to convert, as recommended in the...
2005-09-05 Brion Vibber* Add 'reupload' and 'reupload-shared' permission keys...
2005-09-04 Ævar Arnfjörð Bjar... * Avoid missing argument errors to recordUpload() on...
2005-09-02 Ævar Arnfjörð Bjar... * Rv: Causing some kind of error, I'll change it back...
2005-09-02 Ævar Arnfjörð Bjar... * Reverting back to 1.115, not inserting {{ and }}...
2005-09-02 Brion VibberRevert last change, which breaks the only usage of...
2005-08-31 Ævar Arnfjörð Bjar... * Not inserting {{ and }} automatically around the...
2005-08-29 Ævar Arnfjörð Bjar... * Support for a license selection box on Special:Upload...
2005-08-26 Ævar Arnfjörð Bjar... * Removed redudant global decleration
2005-08-17 Brion VibberCommitting live hacks: additional profiling points
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-08-02 Niklas Laxström-php notices
2005-07-26 Jens FrankRemoved unused global
2005-07-17 Ævar Arnfjörð Bjar... * Moved some code into the Exif and FormatExif classes
2005-07-13 Niklas LaxströmSome shared upload fixes
2005-07-11 Brion Vibber* (bug 2780) Fix thumbnail generation with GD for new...
2005-07-11 Brion Vibber* Add serialized version number to image metadata cache...
2005-07-10 Brion Vibber* (bug 2789) memcached image metadata now cleared after...
2005-07-05 Antoine Mussofix some issues with phpdoc
2005-07-03 Antoine Mussocomments
2005-06-29 Brion Vibber* (bug 2597) Don't crash when undeleting an image descr...
2005-06-28 Brion VibberEnsure that width and height fields are not null when...
2005-06-20 Ævar Arnfjörð Bjar... * Using wfSupressWarnings() to avoid warnings on corrup...
2005-06-19 Tim Starlingstats changes ported from 1.4
2005-05-30 Brion Vibber* (bug 2267) Don't generate thumbnail at the same size...
2005-05-28 Tim Starlingfixed check for old cache values in commons, and some...
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-05-21 Erik Moellerdon't choke if EXIF library is not available
2005-05-21 Ævar Arnfjörð Bjar... * (bug 898) Mime type autodetection.
2005-05-15 Ævar Arnfjörð Bjar... * Using new icons in the /common/images/icons/ directory
2005-05-14 Tim StarlingIgnore cache keys from previous version
2005-05-13 Ævar Arnfjörð Bjar... * Save '0' in img_metadata when no metadata has been...
2005-05-09 Ævar Arnfjörð Bjar... * Removed checks for $wgShowEXIF, these functions never...
2005-05-09 Ævar Arnfjörð Bjar... * Removed a left over debug statement.
2005-05-09 Ævar Arnfjörð Bjar... * Checking against Exif::mFlatExif, Exif::mValidExif...
2005-05-09 Ævar Arnfjörð Bjar... * Improved the debug output of retrieveExifData()
2005-05-09 Ævar Arnfjörð Bjar... * Added debug statements to retriveExifData()
2005-05-08 Ævar Arnfjörð Bjar... * Removed the wfSuppressWarnings() I inserted previously
2005-05-08 Ævar Arnfjörð Bjar... * Renamed the $exif var to $metadata to avoid confusion
2005-05-08 Ævar Arnfjörð Bjar... * Adding wfSuppressWarnings() before the Exif validatio...
2005-05-08 Ævar Arnfjörð Bjar... * To the tune of "America, Fuck Yeah" from "Team Americ...
2005-05-08 Ævar Arnfjörð Bjar... * Removing /* private */ comment, already specified...
2005-05-07 Ævar Arnfjörð Bjar... * Removed stripExifData(), most of this functionality...
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...
next