summaryrefslogtreecommitdiff
path: root/includes/filetransfer/filetransfer.inc
Commit message (Collapse)AuthorAge
* Issue #1915088 by openminds, bfroehle: Fixed ↵David Rothstein2013-03-30
| | | | SkipDotsRecursiveDirectoryIterator not skipping dot-files when they are the first entry.
* Issue #1382222 by Albert Volkman: API docs cleanup for file transfer functionsJennifer Hodgdon2012-10-09
|
* Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, ↵webchick2012-01-21
| | | | realityloop: Change notice for: Using basename() is not locale safe.
* Revert "- Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__)."Dries Buytaert2011-08-07
| | | | This reverts commit 132aed379c72f0702dd2e9c27cf9421f1435aba2.
* - Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__).Dries Buytaert2011-08-07
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #1010506 by dww, chx, hgurol: Fixed FileTransfer doesn't properly handle any ↵Angie Byron2011-01-03
| | | | advanced settings nor the ssh username
* #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the ↵Angie Byron2010-12-01
| | | | FileTransfer class system in contrib
* #935036 by bfroehle, dww, int: Exclude '.' and '..' when recursing through ↵Angie Byron2010-12-01
| | | | directories in update module.
* #935036 roll-back. Caused problems on PHP 5.2.Angie Byron2010-11-24
|
* - Patch #935036 by bfroehle, dww: file exists in ↵Dries Buytaert2010-11-19
| | | | FileTransferFTPExtension->createDirectoryJailed().
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #648744 by Crell: specified more @return type definitions for ↵Dries Buytaert2009-12-04
| | | | auto-completion in IDEs.
* #602520 by JacobSingh and dww: Make FileTransfer form have one option for ↵Angie Byron2009-10-24
| | | | FTP (ftp_extension() preferred).
* #602518 by dww and JacobSingh: Fixed PHPDoc for ↵Angie Byron2009-10-12
| | | | includes/filetransfer/filetransfer.inc.
* - Patch #528326 by JacobSingh, cwgordon7: clean-up and bug fixes for the FTP ↵Dries Buytaert2009-08-28
| | | | file transfer classes.
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* - Patch #395472 by JacobSingh, chx, cwgordon7: more improvements to the file ↵Dries Buytaert2009-07-01
| | | | transfer system to pave the path for a plugin manager. Heroic effort.
* - Patch #395472 by chx, dww, cwgordon7, JacobSingh, et al: added different ↵Dries Buytaert2009-06-23
file transport mechanisms to core in preparation of a plugin manager.