Added missing GPLv2 headers in some places.
[lhc/web/wiklou.git] / includes / filerepo / backend / FileBackend.php
2012-05-07 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
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 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-25 CatropeMerge "(bug 36047) Adds high definition (HD) CSS for...
2012-04-24 DemonMerge "Refactoring previewnote."
2012-04-23 DemonMerge "bug 36087: PostgresUpdater fails on 8.3.14"
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 Brion VIBBERMerge "Fixes bug 4045 by adding dirmarks."
2012-04-20 ReedyMerge "Added more description of Short URL"
2012-04-20 Aaron SchulzMerge "(bug 35961) Hash comparison should always be...
2012-04-20 Aaron SchulzMerge "Added getRootStoragePath() convenience function...
2012-04-20 Aaron SchulzAdded getRootStoragePath() convenience function to...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-09 Brion VIBBERMerge "(bug 35658) make mw.Uri handle uris w/o protocol...
2012-04-07 ReedyMerge "(bug 32492) API now allows editing using pageid"
2012-04-06 Brion VIBBERMerge "Make SITENAME with value mw.config.get( 'wgSiteN...
2012-04-06 ReedyMerge "tests related to API block action and its gettoken"
2012-04-06 HasharMerge "(bug 35749) Update checkSyntax.php to use Git"
2012-04-06 HasharMerge "[FileRepo] Various code cleanups."
2012-04-05 Aaron Schulz[FileRepo] Various code cleanups.
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-27 tstarlingSplit hashar's patchset2 into its own commit
2012-03-27 Aaron Schulz[FileBackend]
2012-03-21 Roan KattouwRevert r107309, r113601, r113704, r113742, r113792...
2012-03-14 Aaron SchulzFixed comment typo
2012-03-13 Aaron Schulz[FileBackend] r113704: updated FileBackend constructor...
2012-03-13 Aaron Schulz[FileBackend]
2012-03-08 Aaron Schulz[FileBackend] Made doOperations() Status handling align...
2012-03-03 Aaron Schulz[FileBackend]
2012-03-03 Aaron SchulzMoved FileBackendStore and helper classes to their...
2012-03-01 Aaron SchulzActually enforce the FileBackend name requirements...
2012-02-25 Aaron SchulzFixed $headers check in streamFile() to use isset()
2012-02-25 Aaron SchulzMore file streaming related profiling
2012-02-23 Aaron SchulzImproved profiling of a few functions a bit
2012-02-19 Aaron Schulz* Marked some FileBackendMultiWrite functions as protec...
2012-02-16 Sam ReedCleanup a few unused globals
2012-02-16 Sam ReedBad Aaron
2012-02-10 Sam ReedDocumentation followups from lastnight
2012-02-10 Aaron SchulzCleaned up some docs after r111101
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Aaron Schulzr111036: some doc tweaks
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Antoine Mussoreword doc from r110938
2012-02-08 Aaron Schulz* Corrected and improved FileBackend::getFileList(...
2012-02-08 Antoine Mussoenhance filerepo doc structure
2012-02-06 Aaron SchulzIn FileBackend:
2012-02-03 Aaron SchulzPer r108369 CR comment, use StringUtils::escapeRegexRep...
2012-02-01 Aaron Schulzr110253: reworded "expensive" cache fields and function...
2012-02-01 Aaron SchulzQuick fix to getContainerHashLevels() comparison from...
2012-01-31 Aaron SchulzExpanded 'shardViaHashLevels' config var in FileBackend...
2012-01-30 Aaron Schulz* r108353: Made FileBackendMultiWrite consistency check...
2012-01-29 Aaron SchulzRenamed FileBackend to FileBackendStore and ugly FileBa...
2012-01-29 Aaron SchulzIn FileBackendBase/FileBackend:
2012-01-29 Aaron Schulz* Split up process cache in FileBackend into separate...
2012-01-27 Aaron Schulzr107980: added missing dir param to FileBackendShardLis...
2012-01-27 Aaron Schulzr107980: added missing dir param to FileBackendShardLis...
2012-01-26 Aaron SchulzIn FileBackendBase/FileBackend:
2012-01-25 Aaron SchulzIn FileBackend:
2012-01-23 Antoine Mussoreverts r109814 r109815
2012-01-23 Antoine Mussocleanly handle wikiId on FileBackendBase construction
2012-01-23 Antoine Mussoget a null lock manager by default
2012-01-23 Aaron Schulz* Added some wfProfileIn() calls to file backend code.
2012-01-22 Aaron Schulz* Fixed bugs in SwiftFileBackend file listing code
2012-01-21 Aaron Schulz* r109659: actually return the exact type we say we do
next