API:
[lhc/web/wiklou.git] / includes / Image.php
2007-05-17 Nick JenkinsTrying out online PHPlint tool ( icosaedro.it/phplint...
2007-05-10 Tim StarlingFixed another stat call
2007-05-10 Tim StarlingDon't check if the thumbnail file exists if $wgGenerate...
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-05-04 Brion VibberFix regression causing incorrect image data to be store...
2007-05-02 Brion VibberE_STRICT fixlets: properly mark some static methods...
2007-05-02 River Tarnellremove schema check on upload, any wiki this old almost...
2007-04-30 Tim StarlingMore general thumbnail filename check on purge, to...
2007-04-27 Tim Starlingoops
2007-04-27 Tim StarlingRestored previous interface for thumbUrl(), for backwar...
2007-04-25 Tim StarlingBump cache version
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-23 Tim Starlingremove version
2007-04-20 Tim StarlingDon't double-normalise parameters, introduces rounding...
2007-04-20 Brion Vibberuse consistent URL encoding for Image::thumbUrl() wheth...
2007-04-20 Tim Starling* Introduced media handler modules for file-type specif...
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2007-04-10 Rob ChurchCouple of new hooks; FileUpload and SearchUpdate
2007-03-31 Tim Starling* Fix extension of DJVU output
2007-03-14 Aaron Schulz*Rename FSarchivedFile to ArchivedFile, add to autoloader
2007-03-14 Aaron Schulz*Use constant prefix IMG, not REV
2007-03-14 Aaron Schulz*Add FSarchivedFile() function, some revisiondelete...
2007-03-05 Brion Vibberfix uggo notice selecting commons db
2007-03-05 Tim StarlingUse a separate connection for commons DB
2007-02-03 Antoine MussoKill all whitespaces
2007-01-29 Nick JenkinsPrevent under E_STRICT - Strict Standards: opendir...
2007-01-26 Brion VibberFix fix for 8652 (failures with bad XML metadata for...
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!
next