Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #10774


Ignore:
Timestamp:
09/14/2009 10:43:26 AM (16 years ago)
Author:
dd32
Comment:

Ok, I was completely wrong.

It's entire purpose was to include hidden files.. I'm going to re-work the patch & whatnot to handle hidden dir's properly..

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10774

    • Property Keywords needs-patch added; has-patch removed
  • Ticket #10774 – Description

    initial v3  
    11Ok, Seems theres a bit of a inconsistency between the return values of dirlist() when comparing FTP vs Direct/SSH2.
    22
    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..
     3Direct 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
    44
    55In 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).