Update docs to caution against use of create_function(). Per bug 15476.
[lhc/web/wiklou.git] / includes / filerepo /
2008-09-07 Aaron SchulzAdd more error handling
2008-09-05 Chad HorohoeRevert r40385. Half-assed attempt at making something...
2008-09-05 Tim Starling* Don't force rendering in File::getThumbnail(). The...
2008-09-05 Aaron SchulzAdd begin() for good housekeeping
2008-09-03 Chad HorohoeImplement 'thumbDir' configuration parameter for local...
2008-09-03 Chad Horohoe+docs
2008-09-01 Ryan Schmidt* fixing error causing a PHP E_NOTICE.
2008-08-29 Rotem Liss* Fixing a wrong count of succeeding file undeletions...
2008-08-29 Rotem LissRespect file restrictions in the file history list...
2008-08-27 Bryan Tong MinhSplitting backend upload code from SpecialUpload.
2008-08-24 Chad HorohoeLet action=purge actually do something for the ForeignA...
2008-08-23 Chad Horohoemd5() the URL in cache keys so they're not excessively...
2008-08-23 Aaron Schulz*sigh*...needs to return a string to not die in ImagePage
2008-08-23 Aaron SchulzFix arguments to call:
2008-08-19 Brion VibberRevert r39608 "More descriptive sanitized paths for...
2008-08-18 Fran RogersMore descriptive sanitized paths for file repo errors
2008-08-12 Aaron Schulz$thumb could be null
2008-07-31 Chad HorohoeNot setting various parameters no longer causes the...
2008-07-31 Bryan Tong MinhAPI: Added iiprop=bitdepth to imageinfo and aiprop...
2008-07-28 Brion VibberSet a damn default for apiThumbCacheExpiry so we don...
2008-07-27 Aaron SchulzSet baserevid (bug 14918)
2008-07-24 Chad HorohoeAllow local caching of thumbs from remote APIs. Still...
2008-07-19 Siebrand MazelandAdd descriptionCacheExpiry to configuration example...
2008-07-10 Bryan Tong Minh* Consistent use of capitalization
2008-07-07 Chad HorohoeBetter cache key name, better debug output.
2008-07-07 Bryan Tong MinhRemove the thumb moving coding all together since thumb...
2008-07-06 Victor VasilievSome debug logging for image moving
2008-07-04 Bryan Tong MinhRemove non working, obsolete ICRepo. Use the working...
2008-07-04 Victor VasilievDon't pass $db, as Tim Starling advises
2008-07-04 Chad HorohoeTypo in variable name.
2008-07-03 Chad HorohoeSimplify configuration and make a better caching key.
2008-07-03 Chad HorohoeRevert thumb caching because it wasn't actually caching...
2008-07-03 Chad HorohoeCache thumbs from remote sources too.
2008-07-03 Chad Horohoe-1 unused global.
2008-07-03 Chad HorohoeDon't use $wgTranscludeCacheExpiry, as it's not designe...
2008-07-03 Chad HorohoeRefactor caching to utilize $wgMemc rather than the...
2008-07-03 Chad HorohoeCache foreign image descriptions in the transcache...
2008-06-10 Brion Vibber* We no longer just give up on a missing upload base...
2008-06-08 Aaron Schulz* Add OldLocalFile::selectRows()
2008-06-06 Brion VibberAdd 'ogv' as recognized alias to 'ogg', allowing upload...
2008-05-30 Bryan Tong MinhForgot to remove the newFileFrom row thingies from...
2008-05-30 Bryan Tong Minh* Use a proper factory for newFromRow
2008-05-29 Brion VibberHack around borkage with findFiles() on ForeignDBViaLBR...
2008-05-25 Aaron SchulzRename 'hiderevision' to 'suppressrevision'
2008-05-22 Brion VibberRevert r35178 and normalize User's getID() and setID...
2008-05-22 Brion Vibber* Fix typo in ApiQueryImageInfo which made mime type...
2008-05-22 Brion VibberForeignAPIRepo fixes:
2008-05-22 Aaron Schulz* Remove cruft $time parameter from findFiles()
2008-05-22 Aaron Schulz*The function is User::getID() not getId()
2008-05-22 Aaron Schulz*Redo newRevisionFromEditComplete hook. Pass an Article...
2008-05-21 Brion VibberCache image API lookups in-process and, if available...
2008-05-21 Brion VibberForeignAPIRepo fixes:
2008-05-20 Brion Vibber*cough* thx
2008-05-20 Brion Vibberput comment in wrong file, woops :D
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-20 Bryan Tong MinhAdd RepoGroup::findFiles to efficiently find many files...
2008-05-20 Brion VibberGot sick of testing local copies of Wikipedia articles...
2008-05-20 Aaron SchulzAdd functions to get an image via sha-1
2008-05-17 Aaron Schulz* Add higher level newRevisionFromEditComplete hook
2008-05-17 Brion VibberRevert r34906, r34907, r34928 -- mixing high-level...
2008-05-16 Aaron SchulzLet getThumbnails() work for non-hashed dirs (bug 13788)
2008-05-16 Aaron SchulzDecrappify edit check for revision hook
2008-05-15 Bryan Tong MinhDo some refactoring on ImagePage. Shuffled the links...
2008-05-14 Bryan Tong Minh* Create ForeignDBFile objects from ForeignDBRepo:...
2008-05-14 Bryan Tong Minh* Introduce LocalFile::selectFields similarly to Revisi...
2008-05-11 Robert LeveringtonRemove paramter that only appears to illustrate the...
2008-05-11 Aaron SchulzConsistent type
2008-05-10 Victor Vasiliev* Fix image redirect caching so it doesn't break image...
2008-05-10 Alexandre EmsenhuberE_STRICT
2008-05-08 Bryan Tong Minh* Move image page redirect checking to ImagePage. Shoul...
2008-05-08 Bryan Tong Minh* Add new flag FIND_IGNORE_REDIRECT to wfFindFile and...
2008-05-07 Bryan Tong MinhAlso move the old files to the new hash path.
2008-05-07 Bryan Tong Minh* Don't move thumbnails as they are purged anyway
2008-05-07 Tim StarlingDon't check for existence twice for non-existent files...
2008-05-03 Aaron SchulzLeave deleted images alone
2008-05-03 Victor Vasiliev* Fix oi_deleted issues with image moving
2008-05-03 Bryan Tong MinhMark ForeignDBFile as unmovable
2008-05-03 Bryan Tong MinhcheckExtesnion => checkExtension
2008-05-03 Victor Vasiliev* (bug 709) Cannot rename/move images and other media...
2008-05-02 Aaron SchulzWe *want* to purge failures
2008-05-02 Aaron SchulzUse getUrl()
2008-05-02 Aaron SchulzDon't keep puring squids for images where no thumb...
2008-05-01 Victor VasilievRefactor ImagePage::checkSharedConflict()
2008-04-26 Brion VibberRevert r33911 for now -- causes fatal error death with...
2008-04-26 Alexandre Emsenhuber(bug 13643) Fixed some PHP Strict Standards errors
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-12 Victor VasilievAnd here also
2008-04-12 Victor Vasiliev* Invalidate cache of pages that includes images via...
2008-04-12 Victor Vasiliev* Cache image redirects (and enable them)
2008-04-11 Aaron SchulzBe consistent with filearchive system and use whole...
2008-04-09 Brion VibberKill a bunch of '=&' references for LinkCache, ParserCa...
2008-04-09 Aaron Schulz...really get rid of link color query spam
2008-04-08 Aaron SchulzGah, left this one too...
2008-04-08 Aaron Schulz* Add redirect and size fields to title. Add accessors.
2008-04-06 Alexandre EmsenhuberPer request of Nikerabbit: add wfDeprecated() to all...
2008-04-06 Tim Starling* File redirects are slow: 2 queries per image per...
2008-04-05 Tim Starling* Generalised FileRepoStatus, providing a very similar...
2008-04-05 Tim Starling* Fixed bug 13532, incorrect use of wfFindFile() causin...
2008-04-05 Aaron SchulzUse TS_MW
2008-04-05 Aaron SchulzUpdate doc
next