[FileBackend] Added 'recursive' flag to directory clean() function.
[lhc/web/wiklou.git] / tests / phpunit / includes / filerepo / FileBackendTest.php
2012-04-26 Aaron[FileBackend] Added 'recursive' flag to directory clean...
2012-04-26 Aaron SchulzMerge "Make data loading a bit better in ApiProtect."
2012-04-26 Aaron SchulzMerge "Optimise WikiPage::newFromID() to load all the...
2012-04-26 DemonMerge "let us easily override PHPUnit version"
2012-04-26 Aaron SchulzMerge "36019: Revert b/25095 breaks Special:Categories"
2012-04-25 Brion VIBBERMerge "Hot-fix for mismatching lens from database"
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-25 Brion VIBBERMerge "[FileBackend] Added some basic directory functions."
2012-04-25 DemonMerge "(bug 34956) Parser should use mUrlProtocol inste...
2012-04-24 DemonMerge "Refactoring previewnote."
2012-04-22 Aaron Schulz[FileBackend] Added some basic directory functions.
2012-04-20 KaldariMerge "Removing button-float-right rule from jquery...
2012-04-20 Brion VIBBERMerge "(bug 35769) Convert mediawiki.Uri test suite...
2012-04-20 Aaron SchulzMerge "(bug 35961) Hash comparison should always be...
2012-04-19 HasharMerge "Removed subclassing of PageQueryPage where not...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-18 ReedyMerge "duration formatter, makes time in sec easy to...
2012-04-18 NikerabbitMerge "Space in $separatorTransformTable should be...
2012-04-17 CatropeMerge "Put the filecache save step before the error...
2012-04-17 ReedyMerge "Removed a useless exception catch statement...
2012-04-17 ReedyMerge "Removed unused (after I9a19862f1a720c5a464bd37f7...
2012-04-17 AaronFixed silly backend test config bug.
2012-03-08 Aaron Schulz[FileBackend] Made doOperations() Status handling align...
2012-02-24 Antoine Mussoavoid test suite file leaks
2012-02-08 Aaron Schulz* Corrected and improved FileBackend::getFileList(...
2012-02-06 Aaron SchulzAdded missing tests from r110731
2012-01-29 Aaron SchulzIn FileBackendBase/FileBackend:
2012-01-28 Aaron Schulz* In NewParserTest, made it possible to use the --use...
2012-01-27 Aaron SchulzFixed a bunch of dir leakage
2012-01-25 Aaron Schulz* In NewParserTest, refactored code to use FileBackend...
2012-01-25 Aaron SchulzIn FileBackend:
2012-01-24 Aaron SchulzMade FileOp classes enforce required params. Also rever...
2012-01-23 Aaron Schulz* Added some wfProfileIn() calls to file backend code.
2012-01-22 Aaron Schulz* Modified StoreBatchTest and FileBackendTest to allow...
2012-01-20 Aaron Schulz* Added FileBackend::parentStoragePath() convenience...
2012-01-20 PlatonidesIf you are going to leak folders, at least give them...
2012-01-19 Aaron SchulzRenamed 'overwriteDest' FileBackend operation parameter...
2012-01-15 Aaron SchulzIn FileOp/FileBackend:
2012-01-13 Aaron SchulzIn FileBackend:
2012-01-12 Aaron Schulz* Added 'basePath' config param to FSFileBackend and...
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-06 Aaron SchulzFixes for r106752:
2012-01-04 Aaron Schulz* Added FileBackendBase::getFileContents() function...
2011-12-23 Aaron SchulzIn FileBackendBase/FileBackend:
2011-12-21 Aaron SchulzFixed typo in testGetFileList() and used the proper...
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...