Merge "Put the filecache save step before the error buffer closes so those errors...
[lhc/web/wiklou.git] / includes / filerepo / backend / FileBackend.php
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
2012-01-20 Aaron Schulz* Added FileBackend::parentStoragePath() convenience...
2012-01-20 Aaron SchulzMake sure FSFileBackend clears the php stat cache in...
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-19 Aaron SchulzIn FileBackend/FileOp:
2012-01-17 Aaron Schulz* Fixed type check in StreamFile::prepareForStream...
2012-01-15 Aaron SchulzIn FileOp/FileBackend:
2012-01-14 Aaron Schulz* Renamed ContainerShardListIterator -> FileBackendShar...
2012-01-13 Aaron SchulzIn FileBackend:
2012-01-13 Aaron Schulz* Distinguish "does not exist" from failure in FSFileBa...
2012-01-12 Aaron Schulz* Collapse multiple directory separators in FileBackend...
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
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...