Changes between Initial Version and Version 1 of Ticket #10205, comment 31
- Timestamp:
- 09/12/2013 04:06:50 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10205, comment 31
initial v1 2 2 * This attachment enables Partial core updates to use the Direct FS handler when they would otherwise use FTP. This is a safe operation, as partial builds will not include new files, so this is just updating the contents of some files. 3 3 * There is the downside that if `ABSPATH` and the current file IS writable, but some of the other core files which need to be modified are not writable, the upgrade will fail. 4 * TODO: There should also be a check for ! empty( $api->added_files )in addition to checking it's a partial build in use, so as to avoid cases in the future where a partial build will be forced to include extra files.4 * TODO: There should also be a check for ` && empty( $api->added_files )` in addition to checking it's a partial build in use, so as to avoid cases in the future where a partial build will be forced to include extra files. 5 5 6 6 > Attachment attachment:10205.3.diff added