[wp-trac] [WordPress Trac] #11002: file.php docs + fixes + filter
WordPress Trac
wp-trac at lists.automattic.com
Thu Oct 22 10:03:30 UTC 2009
#11002: file.php docs + fixes + filter
--------------------------+-------------------------------------------------
Reporter: dd32 | Owner: dd32
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.9
Component: Filesystem | Version: 2.9
Severity: normal | Keywords: has-patch
--------------------------+-------------------------------------------------
Just a patch to merge some changes i've got locally:
* Documentation updated for wp-admin/includes/file.php (Including @since)
* Bugfix: If a non-numeric port is provided, ignore it. (This is to cover
the bases of some people who manage to end up with junk in the port
setting which ends up stored in the database)
* Bugfix: Do not offer FTP SSL when the underlying transport does not
support it (only the FTP Extension does, The Sockets implementation can
only handle plain-old-ftp)
* Enhancement: The connection types on the FTP credential page is an
array and filtered, Ie. FTP|FTP SSL|SSH, Allows plugins and custom code to
modify this list.. side effect of simplifying the code for the previous
item
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11002>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list