index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
filebackend
/
FileBackend.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some FileBackend related classes to /libs
Aaron Schulz
2016-09-19
1
-1585
/
+0
*
Make LockManager use StatusValue and move classes to /libs
Aaron Schulz
2016-09-19
1
-2
/
+2
*
Make Status extend StatusValue and start FileBackend update
Aaron Schulz
2016-09-17
1
-40
/
+74
*
Documentation: Replace misuse of 'later' when we meant 'latter'
James D. Forrester
2016-09-07
1
-1
/
+1
*
Clean array() syntax in docs, part V
Amir Sarabadani
2016-09-05
1
-28
/
+28
*
Added Range support to FileBackend::streamFile()
Aaron Schulz
2016-06-04
1
-3
/
+9
*
Allow FSFile objects for src in FileBackend::do*Operations
Aaron Schulz
2016-03-02
1
-2
/
+36
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-34
/
+34
*
filebackend: Remove some old Content-Disposition b/c code
Aaron Schulz
2015-10-26
1
-8
/
+0
*
Cleaned up getScopedFileLocks() return value
Aaron Schulz
2015-09-18
1
-1
/
+1
*
Fixed some IDEA doc warnings
Aaron Schulz
2015-09-11
1
-0
/
+7
*
Ignore some ScopedCallback IDE warnings
Aaron Schulz
2015-07-15
1
-0
/
+6
*
Never treat persistent stat cache as "latest" in FileBackend
Aaron Schulz
2015-02-10
1
-0
/
+2
*
Changed FileBackend exceptions to subclass Exception
Aaron Schulz
2015-01-17
1
-1
/
+1
*
Removed some b/c code from file backend
Aaron Schulz
2014-09-12
1
-11
/
+4
*
Add missing @param to function docs
umherirrender
2014-08-14
1
-1
/
+1
*
Replace FOR UPDATE with LockManager use in LocalFile::lock()
Aaron Schulz
2014-05-20
1
-4
/
+6
*
Added unicode encoding support flags to FileBackend
Aaron Schulz
2014-05-13
1
-4
/
+5
*
Avoid bogus IE extension check errors in img_auth.php
Aaron Schulz
2014-04-21
1
-2
/
+10
*
Merge "Bail out on FileBackend operations if the initial stat calls failed"
jenkins-bot
2014-04-21
1
-2
/
+2
|
\
|
*
Bail out on FileBackend operations if the initial stat calls failed
Aaron Schulz
2014-04-18
1
-2
/
+2
*
|
Fixed some @params documentation (includes/[file...|upload])
umherirrender
2014-04-19
1
-7
/
+7
|
/
*
Made preloadFileStat/preloadCache actually work for FileBackendMultiWrite
Aaron Schulz
2014-04-12
1
-4
/
+2
*
Added concurrent HEAD request support for Swift
Aaron Schulz
2014-02-20
1
-1
/
+19
*
Update formatting
Siebrand Mazeland
2014-02-06
1
-1
/
+1
*
filebackend: Added supported for retrieving file metadata/headers
Aaron Schulz
2014-01-08
1
-0
/
+45
*
Merge "filebackend: cleaned up the FileBackend constructor"
jenkins-bot
2013-12-10
1
-12
/
+17
|
\
|
*
filebackend: cleaned up the FileBackend constructor
Aaron Schulz
2013-12-03
1
-12
/
+17
*
|
filebackend: exception handling cleanups
Aaron Schulz
2013-12-07
1
-5
/
+16
*
|
Merge "Revert "filebackend: cleaned up the FileBackend constructor""
jenkins-bot
2013-12-03
1
-8
/
+12
|
\
|
|
*
Revert "filebackend: cleaned up the FileBackend constructor"
Aaron Schulz
2013-12-03
1
-8
/
+12
*
|
Merge "filebackend: cleaned up the FileBackend constructor"
jenkins-bot
2013-12-03
1
-12
/
+8
|
\
|
|
*
filebackend: cleaned up the FileBackend constructor
Aaron Schulz
2013-11-23
1
-12
/
+8
*
|
More file backend docs
Aaron Schulz
2013-11-24
1
-2
/
+25
|
/
*
Update documentation of file backend classes
Siebrand Mazeland
2013-11-23
1
-69
/
+51
*
Update formatting of file backend classes
Siebrand Mazeland
2013-11-22
1
-4
/
+16
*
Replace php_sapi_name() with PHP_SAPI
Reedy
2013-10-25
1
-1
/
+1
*
filebackend: try to combine SH and EX lock acquisition
Aaron Schulz
2013-10-18
1
-2
/
+4
*
filebackend: normalize paths used in locking
Aaron Schulz
2013-07-06
1
-0
/
+9
*
filebackend: throw exceptions during file iteration.
Aaron Schulz
2013-06-15
1
-0
/
+14
*
Cleaned up variable/type order in docs.
Aaron Schulz
2013-06-13
1
-17
/
+17
*
[FileBackend] Moved short-circuit check from 6b1194b9 up to FileBackend.
Aaron Schulz
2013-05-10
1
-0
/
+6
*
[FileBackend] Added "adviseStat" option for the "listing followed by stat" case.
Aaron Schulz
2013-05-09
1
-3
/
+5
*
Fixed spacing in actions/cache/filebackend/filerepo/job folder
umherirrender
2013-04-20
1
-1
/
+3
*
[FileBackend] Clarified the noAccess/noListing docs a bit.
Aaron Schulz
2013-04-01
1
-1
/
+8
*
Clarified FileBackend::doOperations() docs a bit more.
Aaron Schulz
2013-03-25
1
-8
/
+9
*
[FileBackend] Cleanup behavior for coping/moving a file over itself.
ASchulz
2013-03-25
1
-3
/
+4
*
A few minor doc group tweaks.
Aaron Schulz
2013-03-18
1
-1
/
+0
*
[FileBackend] Replaced redundant "disposition" param with "headers".
Aaron Schulz
2013-03-12
1
-18
/
+16
*
Reformatted some array parameter docs.
Aaron Schulz
2013-03-11
1
-18
/
+18
[next]