[FileBackend] Added copy() sanity checks to FSFileBackend.
[lhc/web/wiklou.git] / includes / filerepo / backend / SwiftFileBackend.php
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 "(bug 33602) list=allusers throws exceptions...
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[FileBackend] Tweaked various cache parameters and...
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-26 Aaron[FileBackend] Added container stat caching to reduce...
2012-04-25 Aaron[FileBackend] Some documentation and minor cleanups.
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 AaronRemoved a useless exception catch statement in SwiftFil...
2012-03-03 Aaron Schulz[FileBackend]
2012-03-01 Aaron Schulzr112839: missing file change
2012-02-16 Aaron SchulzImprove error log formatting and added error message...
2012-02-10 Sam ReedDocumentation followups from lastnight
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-08 Aaron SchulzBumped $maxContCacheSize to handle container sharding...
2012-02-01 Tim Starling* Documentation fix
2012-01-31 Aaron SchulzExpanded 'shardViaHashLevels' config var in FileBackend...
2012-01-29 Aaron SchulzRenamed FileBackend to FileBackendStore and ugly FileBa...
2012-01-29 Aaron SchulzAdded addMissingMetadata() function to SwiftFileBackend...
2012-01-26 Aaron SchulzFurther reduced RTTs in SwiftFileBackend by making...
2012-01-25 Aaron SchulzIn FileBackend:
2012-01-23 Aaron Schulz* Added some wfProfileIn() calls to file backend code.
2012-01-22 Aaron SchulzSimplified last_modified timestamp conversion in SwiftF...
2012-01-22 Aaron Schulz* Another fix for SwiftFileBackend file listings
2012-01-22 Aaron Schulz* Fixed bugs in SwiftFileBackend file listing code
2012-01-19 Aaron Schulz* Follow-up r109009: Check that paths are usable in...
2012-01-19 Aaron SchulzRenamed 'overwriteDest' FileBackend operation parameter...
2012-01-18 Aaron SchulzIn SwiftFileBackend:
2012-01-15 Aaron Schulz* Killed an RTT in SwiftFileBackend::doStreamFile(...
2012-01-14 Aaron Schulzr108944: fixed bogus field...php-cloudfiles documentati...
2012-01-14 Aaron SchulzIn SwiftFileBackend:
2012-01-14 Aaron Schulz* Fixed bogus var in LSLockManager.
2012-01-14 Aaron Schulz* Renamed ContainerShardListIterator -> FileBackendShar...
2012-01-12 Aaron Schulz* Collapse multiple directory separators in FileBackend...
2012-01-12 Aaron Schulz* Added backend name to 'backend-fail-internal' message
2012-01-12 Aaron Schulz* Merged (added) SwiftFileBackend class from branch.