E_STRICT
[lhc/web/wiklou.git] / includes / filerepo / FileRepo.php
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