Oops, forgot to change this in r71426
[lhc/web/wiklou.git] / includes / filerepo / FileRepo.php
2010-08-07 Alexandre EmsenhuberFix for r68897: correct use of wfAppendQuery()
2010-07-25 Sam ReedA few more wrong static things
2010-07-24 Sam ReedRemoval of unused globals
2010-07-03 Raimond SpekkingFollow-up r68904: Rename 'ImagePage.css' to 'Filepage...
2010-07-02 Bryan Tong Minh(bug 24212) Added MediaWiki:ImagePage.css which is...
2010-07-02 Bryan Tong Minh* Added scriptExtension setting to $wgForeignFileRepos
2010-06-18 Bryan Tong Minh(bug 23666) FileRepo: Moved File::isLocal() to FileRepo...
2010-04-16 Alexandre EmsenhuberUpdate comments: file stuff no longer uses WikiError
2010-03-26 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-06 Raimond SpekkingFollow-up r58652: Add 'shared-repo-name-wikimediacommon...
2010-02-22 Chad Horohoe(bug 22617), FileRepo::append() definition does not...
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-02-10 Mark A. Hershbergerfollow-up r62231 Document FileRepo::append()
2010-02-10 Mark A. Hershberger* new FauxResponse class to help with unit testing
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-10-09 Chad Horohoe(bug 13750) $wgCapitalLinks should be a per-namespace...
2009-10-09 Chad HorohoeMove construction of $url and $thumbUrl up to FileRepo...
2009-09-17 Michael Dale* some clean up and defined append function in other...
2009-08-15 Tim Starling* Per my CR comments on r44560: merged FileCache into...
2009-06-17 Tim StarlingBug 19240 (bad image list performance regression):
2009-06-10 Chad HorohoeFollowup to r51592:
2009-06-08 Victor VasilievAdd fileExistsBatch method to FileRepo and derived...
2009-04-20 Tim StarlingMove checkRedirect() from FileRepo to LocalRepo, leavin...
2009-04-16 Roan Kattouw(bug 18487) Another fix for r48379: move up getMemcKey...
2009-03-29 Victor VasilievImprove image moving error handling:
2009-03-18 Chad HorohoeFollow up to r48379, move getSlaveDB() and getMasterDB...
2009-03-13 Chad HorohoeMove checkRedirect and invalidateImageRedirect up a...
2009-02-17 Chad HorohoeFollowup: Make the repo names 'shared-repo-name-'....
2009-02-17 Chad Horohoe* Add method to FileRepo to get the human-readable...
2009-01-27 Chad HorohoeRemote file descriptions are now fetched using the...
2008-12-13 Ilmari KaronenRemove it from the comments too. (Who reads those,...
2008-12-13 Ilmari KaronenRemove parameter from FileRepo::findFiles(), it was...
2008-12-10 Brion VibberFollow-up to r44216/r44217 "Followup to r44204. Hardcod...
2008-12-04 Chad HorohoeSame as before, hardcoding Image: is safer.
2008-12-04 Chad HorohoeCleanup, syntax errors and such.
2008-12-04 Chad HorohoeFollowup to r44204. Hardcoding image because it should...
2008-12-03 Brion VibberRevert r44185, r44186 -- "Foreign repos (API or DB...
2008-12-03 Chad HorohoeTypo in comment
2008-12-03 Chad HorohoeForeign repos (API or DB) now fetch images and/or descr...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-08 Chad Horohoe* Redo thumb caching and make it a part of the default...
2008-09-07 Aaron SchulzAdd more error handling
2008-09-05 Chad HorohoeRevert r40385. Half-assed attempt at making something...
2008-09-03 Chad HorohoeImplement 'thumbDir' configuration parameter for local...
2008-07-31 Chad HorohoeNot setting various parameters no longer causes the...
2008-07-24 Chad HorohoeAllow local caching of thumbs from remote APIs. Still...
2008-07-03 Chad HorohoeSimplify configuration and make a better caching key.
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-05-30 Bryan Tong Minh* Use a proper factory for newFromRow
2008-05-22 Aaron Schulz* Remove cruft $time parameter from findFiles()
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-20 Bryan Tong MinhAdd RepoGroup::findFiles to efficiently find many files...
2008-05-20 Aaron SchulzAdd functions to get an image via sha-1
2008-05-14 Bryan Tong Minh* Introduce LocalFile::selectFields similarly to Revisi...
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 Tim StarlingDon't check for existence twice for non-existent files...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-12 Victor Vasiliev* Cache image redirects (and enable them)
2008-04-06 Tim Starling* File redirects are slow: 2 queries per image per...
2008-04-05 Aaron SchulzUpdate doc
2008-03-21 Brion Vibber* (bug 12294) Namespace class renamed to MWNamespace...
2008-03-09 Aaron SchulzSlowly merge in a few rev_deleted checks
2008-02-04 Aaron SchulzA file should be at $time
2008-01-20 Victor VasilievImage redirects:
2008-01-16 Victor Vasiliev* Support redirects in image namespace
2007-12-31 Brion VibberRevert for now r28986, 28987, 28992 - image redirects.
2007-12-29 Victor Vasiliev* Proper redirect deletion
2007-12-29 Victor Vasiliev* Support images-redirects
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-16 Tim Starling* Split off ultimate base class FileRepo from FSRepo