The war on redundant ampersand usage!
[lhc/web/wiklou.git] / includes / Image.php
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-17 Brion VibberApply most of the code tweaks from the live site:
2006-12-23 Brion Vibberrevert r18517; should have been on branch
2006-12-23 Paa Kwesi ImbeahMinimal version of IC functionality.
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-10-29 Brion Vibber* Fix purging for updated SVG files
2006-10-16 Brion Vibber* (bug 7599) Fix thumbnail purging, PHP notices on...
2006-10-05 Ilmari Karonenuse ImageMagick -thumbnail option instead of -resize
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-10-02 Brion Vibber* Cleaner error behavior on thumb.php with invalid...
2006-08-27 Jens Frankupdate metadata for old images, ignore page= if no...
2006-08-13 Jens FrankDJVU rendering: Handle old DB metadata entries
2006-08-13 Jens Frankremove superfluous debugging code
2006-08-13 Jens Frank(bug 6420) Render thumbnails for djvu images, show...
2006-08-06 Tim StarlingAllow negative caching for sites with no commons
2006-07-12 Brion VibberRestore factory function to avoid gratuitously breaking...
2006-07-10 Antoine MussoFix #6622: image::newFromTitle deprecated but still...
2006-07-10 Antoine Mussostatic function
2006-07-05 Tim StarlingFixed SVG bug introduced in 15342
2006-07-05 Tim Starlingprofiling
2006-07-05 Tim Starlingremoved debugging code
2006-07-05 Tim StarlingCreated $wgGenerateThumbnailOnParse, set to false to...
2006-07-04 Tim StarlingFixed flow control in Image::getThumbnail()
2006-07-04 Tim StarlingChanged the image directory global functions, they...
2006-07-03 Tim StarlingFixed fatal error on old image deletion when squid...
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-06-25 Brion Vibber* Fix display of file-type icons in galleries when...
2006-06-24 Brion Vibber* (bug 6131) Add type detection for DjVu files, allowin...
2006-06-18 Tim StarlingAdded a new method to update the cache of all pages...
2006-06-17 Tim StarlingCommit the transaction after an upload is recorded...
2006-06-17 Tim StarlingFixed inconsistent error return in Image::getThumbnail...
2006-06-16 Brion VibberFix purge of image on delete
2006-06-16 Brion Vibber(bug 2099) Deleted files can now be archived and undele...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasAutoload Exif and move global defines to Exif:: namespace
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-28 Jens Frank(bug 1017) fix thumbnails of animated gifs
2006-05-26 Brion Vibber* Add $wgIgnoreImageErrors to suppress error messages...
2006-05-26 Brion Vibber* wfShellexec() now accepts an optional parameter to...
2006-05-26 Brion VibberGah, forget this. borked
2006-05-26 Brion Vibberwoops
2006-05-26 Brion VibberAlso log if we overrode the failure notice due to non...
2006-05-26 Brion Vibber* wfHostname() function for consistent server hostname...
2006-05-24 Brion Vibber* (bug 6074) Correct squid purging of offsite upload...
2006-05-16 Rob ChurchSuppress images in galleries which appear on the bad...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-02 Rob Church(bug 5782) Allow entries in the bad image list to use...
2006-05-01 Antoine Mussounused variables as per #3692
2006-04-29 Rob Church(bug 5716) Warn when a user tries to upload a file...
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-11 Tim StarlingUse a separate query group for commons.
2006-03-28 Tim StarlingAdded ss_images to site_stats, to replace the slow...
2006-03-19 Rob ChurchSupport a custom convert command for thumbnailing....
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-02-27 Brion Vibber* (bug 5062) Width sometimes one pixel short when using...
2006-02-27 Brion Vibber* (bug 5086) Force image resize dimensions on ImageMagi...
2006-02-25 Domas Mituzasallow to disable schema checks - those acquire giant...
2006-02-06 Tim StarlingReport errors from ImageMagick convert back to the...
2006-02-02 Tim StarlingMore robust directory structure migration, should fix...
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(...
next