Changes between Version 25 and Version 36 of Ticket #34936
- Timestamp:
- 06/15/2016 10:04:07 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34936
- Property Keywords has-patch removed
- Property Owner set to jorbin
-
Property
Status
changed from
new
toassigned
-
Ticket #34936 – Description
v25 v36 5 5 Here's a summary: 6 6 7 * [ 7 * [x] Core: Provide a way of forcefully bypassing `wp_maintenance()` so that WP-CLI can continue to operate when `.maintenance` exists. 8 8 * [x] WP-CLI: Load `WP_CLI\Utils` just before wp-settings.php is called, instead of in wp-settings-cli.php. [https://github.com/wp-cli/wp-cli/pull/2277 #wp-cli-2277] 9 * [ 10 * [ 9 * [x] Core: Provide a way of overloading `wp_debug_mode()`, which isn't called at all in wp-settings-cli.php. 10 * [x] Core: Provide a way of forcefully skipping loading `wp-content/advance-cache.php`, which historically has caused problems with WP-CLI. 11 11 * [ ] Core: Provide one or more hooks to make runtime modifications before and after `require_wp_db()` is called, and after `wp_start_object_cache()` is called. Will need further discovery and testing. 12 12 * [ ] Core: Provide a way of overloading `wp_not_installed()`, which outputs headers and can call `die()`