[FileBackend] File locking fixes.
[lhc/web/wiklou.git] / tests / phpunit / includes / filerepo / FileBackendTest.php
2012-05-08 Aaron Schulz[FileBackend] File locking fixes.
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-04-30 CatropeMerge "Revert "Forward port of https://mediawiki.org...
2012-04-30 CatropeMerge "Forward port of https://mediawiki.org/wiki/Speci...
2012-04-27 DemonMerge changes Ib2cb36cd,I50dec908
2012-04-27 CatropeMerge "Whitespace and typo fix"
2012-04-26 Brion VIBBERMerge "[FileBackend] Some documentation and minor clean...
2012-04-26 Brion VIBBERMerge "The script can be re-run (in some cases at least...
2012-04-26 Brion VIBBERMerge "[FileBackend] Added a script to copy files from...
2012-04-26 Brion VIBBERMerge "[FileBackend] Tweaked various cache parameters...
2012-04-26 Brion VIBBERMerge "Changed wfMessage() usage to call directly Messa...
2012-04-26 Brion VIBBERMerge "[FileBackend] Added 'recursive' flag to director...
2012-04-26 Brion VIBBERMerge "strip off subpages direct in GenderCache"
2012-04-26 Brion VIBBERMerge "Removed usage of global objects in SpecialEmailUser"
2012-04-26 Brion VIBBERMerge "(bug 30410) Remove deprecated $wgFilterCallback...
2012-04-26 Brion VIBBERMerge "Edit notices can now be translated."
2012-04-26 Brion VIBBERMerge "[FileRepo] Added hook to let us copy thumbnails...
2012-04-26 Brion VIBBERMerge "No environment reset for failure after prefetch...
2012-04-26 Brion VIBBERMerge "[FileBackend] Added container stat caching to...
2012-04-26 Aaron[FileBackend] Added 'recursive' flag to directory clean...
2012-04-26 CatropeMerge "(bug 33602) list=allusers throws exceptions...
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...