summaryrefslogtreecommitdiff
path: root/includes/filetransfer
Commit message (Collapse)AuthorAge
* Issue #1182374 by lyricnz, xendil, sivaji, brianV: Code style fixes for ↵David Rothstein2014-11-01
| | | | includes/filetransfer.
* Issue #1182374 by lyricnz, sivaji, brianV: Code style fixes for ↵David Rothstein2013-12-30
| | | | includes/filetransfer.
* 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
|
* #1013058 by bfroehle: Fixed SSH connection class has wrong port in error string.Angie Byron2011-01-03
|
* #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 #612546 by dhthwy, jpmckinney, dww: remove the broken ↵Dries Buytaert2010-10-05
| | | | FileTransferFTPWrapper (file stream) class.
* - Patch #443286 by c960657, Damien Tournoud, drifter, webkenny, scor: ↵Dries Buytaert2010-08-17
| | | | international characters break file handling.
* - 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 #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user ↵Angie Byron2010-01-11
| | | | interface.
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* - Patch #648744 by Crell: specified more @return type definitions for ↵Dries Buytaert2009-12-04
| | | | auto-completion in IDEs.
* #609728 follow-up: Oops. Committed wrong version of that last patch.Angie Byron2009-10-27
|
* #609728 by dww and JacobSingh: Skip authorize.php step in update manager if ↵Angie Byron2009-10-27
| | | | webroot files are owned by the httpd user.
* #602520 by JacobSingh and dww: Make FileTransfer form have one option for ↵Angie Byron2009-10-24
| | | | FTP (ftp_extension() preferred).
* - Patch #605344 by dww: documentation and code style fixes for update ↵Dries Buytaert2009-10-22
| | | | manager. This was ready before freeze.
* #538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and ↵Angie Byron2009-10-15
| | | | cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D
* #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.
* Roll-back of #395472 follow-up. Seeing if this causes testing bot to quit ↵Angie Byron2009-06-24
| | | | spazzing out.
* #395472 follow-up by Frando: Fix typo in class definitions.Angie Byron2009-06-23
|
* - 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.