r108353: Distinguish null/false in FileBackend::fileExists(). This is intended for...
[lhc/web/wiklou.git] / includes / filerepo / backend / FileBackend.php
2012-01-10 Aaron Schulzr108353: Distinguish null/false in FileBackend::fileExi...
2012-01-09 Aaron Schulz* r107986: Added readOnly checks to prepare(), secure...
2012-01-08 Aaron Schulz* Fixed 'success' value of doOperations() Status to...
2012-01-08 Aaron Schulz* Follow-up r107170: Moved FileBackend::concatenate...
2012-01-08 Aaron SchulzIn FileBackend:
2012-01-07 Aaron Schulz* Fixed bogus dollar signs left in $tmpGlobals array...
2012-01-07 Aaron SchulzPartially reverted bits from r108300. Not allowing...
2012-01-07 Aaron SchulzIn FileBackend/FileOp:
2012-01-06 Aaron SchulzFixes for r106752:
2012-01-05 Aaron Schulz* Made use of FileBackend function 'latest' param in...
2012-01-04 Aaron Schulz* Updated rebuildImages.php per r106752.
2012-01-04 Aaron Schulz* Added FileBackendBase::getFileContents() function...
2012-01-04 Aaron Schulz* Added supported for container sharding via existing...
2012-01-03 Aaron SchulzFollow-up r107859: use the proper *Internal functions...
2012-01-03 Markus GlaserUse FileOp when file exists ($this->backend has a null...
2012-01-01 Sam ReedCleanup a few unused variables
2011-12-27 Aaron SchulzAdded/tweaked some FileBackend function comments
2011-12-26 Aaron SchulzIn LocalFile:
2011-12-23 Aaron SchulzIn FileBackendBase/FileBackend:
2011-12-23 Aaron Schulz* Added 'latest' parameter to functions that get inform...
2011-12-22 Aaron SchulzDocumentation fixes
2011-12-21 Aaron SchulzOptimized doOperations() a bit to only get SH locks...
2011-12-21 Aaron Schulz* Renamed FileBackend functions internal to FileBackend...
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...