aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend/FSFileBackend.php
Commit message (Expand)AuthorAgeFilesLines
* Move FSFilebackend and MemoryFileBackend to /libsAaron Schulz2016-09-241-984/+0
* Remove wf* function usage from FSFileBackendAaron Schulz2016-09-231-32/+41
* Dependency inject $wgTmpDirectory into FileBackend classesAaron Schulz2016-09-211-2/+2
* Make Status extend StatusValue and start FileBackend updateAaron Schulz2016-09-171-18/+18
* Improve code suffering from PHP 5.3's lack of support for foo()[]Bartosz Dziewoński2016-02-281-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-23/+23
* Fix some FSFileBackend IDEA errorsAaron Schulz2015-12-291-4/+2
* Fix and make PHPDoc tags in FileBackend more specificThiemo Mättig2015-03-181-0/+5
* Fixed spacingumherirrender2014-12-051-2/+2
* Improve doPrepareInternal error messagesGilles Dubuc2014-11-101-0/+3
* Cleanup some docs (includes/[e-l])umherirrender2014-07-241-2/+2
* Fixed spacingumherirrender2014-07-201-5/+5
* Use some callable hints on @param docsumherirrender2014-07-031-1/+1
* Fixed FSFileOpHandle commentAaron Schulz2014-06-131-1/+1
* Made FSFileBackend use closures for doExecuteOpHandlesInternal()Aaron Schulz2014-06-121-57/+37
* Added unicode encoding support flags to FileBackendAaron Schulz2014-05-131-0/+4
* Fixed some @params documentation (includes/[file...|upload])umherirrender2014-04-191-1/+1
* Merge "Remove leading underscore from methods _getResponse*"jenkins-bot2013-11-241-6/+6
|\
| * Remove leading underscore from methods _getResponse*Siebrand Mazeland2013-11-241-6/+6
* | Update documentation of file backend classesSiebrand Mazeland2013-11-231-21/+44
* | Update formatting of file backend classesSiebrand Mazeland2013-11-221-1/+35
|/
* filebackend: throw exceptions during file iteration.Aaron Schulz2013-06-151-4/+4
* Cleaned up variable/type order in docs.Aaron Schulz2013-06-131-12/+14
* Removed redundant documentation for some methods.Aaron Schulz2013-06-121-70/+0
* Fix visibility of error handlersJakub Vrana2013-05-041-1/+2
* Fixed spacing in actions/cache/filebackend/filerepo/job folderumherirrender2013-04-201-3/+3
* [FileBackend] Cleanup behavior for coping/moving a file over itself.ASchulz2013-03-251-2/+2
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-6/+6
* Kill off numerous unused variablesReedy2013-03-081-8/+8
* fix some spacingumherirrender2013-03-071-1/+1
* Bug 44157 - The return value of realpath should be testedMarkAHershberger2013-01-311-5/+12
* [FileBackend] Suppress most file warnings but log them to an FSFileBackend log.Aaron Schulz2012-12-311-19/+39
* Suppress warnings around copy callReedy2012-12-221-0/+2
* Suppress warnings around unlink callReedy2012-12-171-0/+2
* Moved "create" function definitions before "store" for consistency.Aaron Schulz2012-11-151-53/+53
* [FileBackend] Avoid some stat calls in various operations.Aaron Schulz2012-11-081-40/+10
* [FileBackend] Support "ignoreMissingSource" for copy and move operations.Aaron Schulz2012-10-311-0/+14
* [FileBackend] Simplified code for handling "overwrite" parameter.Aaron Schulz2012-10-291-35/+15
* [FileBackend] Added more tests and fixed some local copy/reference bugs.Aaron Schulz2012-10-171-2/+4
* [FileBackend] Added getLocalCopyMulti() and getLocalReferenceMulti().Aaron2012-09-211-30/+42
* [FileBackend] Made getLocalCopy() handle long file names better.Aaron Schulz2012-08-291-1/+1
* [FileBackend] Allow enforcing POSIX file owner names.Aaron2012-08-201-3/+13
* [FileBackend] Moved filerepo/backend/ up to filebackendAaron Schulz2012-08-081-0/+976