Tweak timestamp handling to allow no lower limit
[lhc/web/wiklou.git] / includes / filerepo / FileRepo.php
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