Changes between Initial Version and Version 3 of Ticket #10774
- Timestamp:
- 09/14/2009 10:43:26 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10774
- Property Keywords needs-patch added; has-patch removed
-
Ticket #10774 – Description
initial v3 1 1 Ok, Seems theres a bit of a inconsistency between the return values of dirlist() when comparing FTP vs Direct/SSH2. 2 2 3 Direct and SSH2(which was based on the Direct class) include a check to see if '.' is the first character, and dumps it in with '.' and '..' folders..3 Direct and SSH2(which was based on the Direct class) include a check to see if '.' is the first character, If it does, And the $incdot param is false (as is default) it skips including the file in the return list 4 4 5 5 In short, The behavior is unexpected, And i think its whats causing some issues with upgrading plugins which were previously svn checkouts (including Akismet on SVN installs).