Commit Graph

33 Commits (be54be0d14db49f655f610bda8d365c7e1c88fc0)

Author SHA1 Message Date
David Rothstein 427ae621af Issue #1182374 by lyricnz, sivaji, brianV: Code style fixes for includes/filetransfer. 2013-12-30 19:05:15 -05:00
David Rothstein d9cf661c18 Issue #1915088 by openminds, bfroehle: Fixed SkipDotsRecursiveDirectoryIterator not skipping dot-files when they are the first entry. 2013-03-30 16:33:08 -04:00
Jennifer Hodgdon c58093c2e8 Issue #1382222 by Albert Volkman: API docs cleanup for file transfer functions 2012-10-09 10:35:56 -07:00
webchick 8164434505 Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
Dries Buytaert 1e7a7361c4 Revert "- Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__)."
This reverts commit 132aed379c.
2011-08-07 12:39:05 -04:00
Dries Buytaert 132aed379c - Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__). 2011-08-07 12:37:24 -04:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Angie Byron bfcdaf0607 #1013058 by bfroehle: Fixed SSH connection class has wrong port in error string. 2011-01-03 02:32:27 +00:00
Angie Byron b9b661ef2f #1010506 by dww, chx, hgurol: Fixed FileTransfer doesn't properly handle any advanced settings nor the ssh username 2011-01-03 02:20:45 +00:00
Angie Byron 9f5cd5395a #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the FileTransfer class system in contrib 2010-12-01 00:23:36 +00:00
Angie Byron 66ffb5f7e8 #935036 by bfroehle, dww, int: Exclude '.' and '..' when recursing through directories in update module. 2010-12-01 00:13:47 +00:00
Angie Byron ff9953b398 #935036 roll-back. Caused problems on PHP 5.2. 2010-11-24 18:19:17 +00:00
Dries Buytaert 0aaf53e529 - Patch #935036 by bfroehle, dww: file exists in FileTransferFTPExtension->createDirectoryJailed(). 2010-11-19 03:26:14 +00:00
Dries Buytaert fd0e4caf2f - Patch #612546 by dhthwy, jpmckinney, dww: remove the broken FileTransferFTPWrapper (file stream) class. 2010-10-05 02:08:53 +00:00
Dries Buytaert 755913e0b7 - Patch #443286 by c960657, Damien Tournoud, drifter, webkenny, scor: international characters break file handling. 2010-08-17 22:05:22 +00:00
Dries Buytaert ff301288f2 - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP strict warnings when running tests and for PHP 5.3. 2010-04-11 18:33:44 +00:00
Dries Buytaert ea51c3215b - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files. 2010-01-30 07:59:26 +00:00
Dries Buytaert af3f94b37e - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. 2010-01-25 10:38:35 +00:00
Angie Byron 69ed7f66b8 #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface. 2010-01-11 16:25:16 +00:00
Angie Byron 71ee49de3e #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface. 2010-01-09 23:03:22 +00:00
Dries Buytaert 1b01b241ae - Patch #648744 by Crell: specified more @return type definitions for auto-completion in IDEs. 2009-12-04 16:31:04 +00:00
Angie Byron 2d47717b49 #609728 follow-up: Oops. Committed wrong version of that last patch. 2009-10-27 03:34:01 +00:00
Angie Byron 91bb068377 #609728 by dww and JacobSingh: Skip authorize.php step in update manager if webroot files are owned by the httpd user. 2009-10-27 03:31:21 +00:00
Angie Byron df12d6ff7d #602520 by JacobSingh and dww: Make FileTransfer form have one option for FTP (ftp_extension() preferred). 2009-10-24 05:38:28 +00:00
Dries Buytaert 0220996178 - Patch #605344 by dww: documentation and code style fixes for update manager. This was ready before freeze. 2009-10-22 00:52:03 +00:00
Angie Byron 6abcc47e25 #538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D 2009-10-15 21:19:31 +00:00
Angie Byron 2eb7c94ed5 #602518 by dww and JacobSingh: Fixed PHPDoc for includes/filetransfer/filetransfer.inc. 2009-10-12 20:11:04 +00:00
Dries Buytaert b8448cac63 - Patch #528326 by JacobSingh, cwgordon7: clean-up and bug fixes for the FTP file transfer classes. 2009-08-28 07:51:55 +00:00
Angie Byron b41323642b #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, 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://. 2009-08-17 19:14:42 +00:00
Dries Buytaert b300a7a593 - Patch #395472 by JacobSingh, chx, cwgordon7: more improvements to the file transfer system to pave the path for a plugin manager. Heroic effort. 2009-07-01 13:44:53 +00:00
Angie Byron 48d3eff243 Roll-back of #395472 follow-up. Seeing if this causes testing bot to quit spazzing out. 2009-06-24 01:45:09 +00:00
Angie Byron d1ba6c419c #395472 follow-up by Frando: Fix typo in class definitions. 2009-06-23 23:24:36 +00:00
Dries Buytaert d7e2be1520 - Patch #395472 by chx, dww, cwgordon7, JacobSingh, et al: added different file transport mechanisms to core in preparation of a plugin manager. 2009-06-23 12:11:19 +00:00