Make WordPress Core

Changes between Version 25 and Version 36 of Ticket #34936


Ignore:
Timestamp:
06/15/2016 10:04:07 PM (7 years ago)
Author:
danielbachhuber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34936

    • Property Keywords has-patch removed
    • Property Owner set to jorbin
    • Property Status changed from new to assigned
  • Ticket #34936 – Description

    v25 v36  
    55Here's a summary:
    66
    7 * [ ] Core: Provide a way of forcefully bypassing `wp_maintenance()` so that WP-CLI can continue to operate when `.maintenance` exists.
     7* [x] Core: Provide a way of forcefully bypassing `wp_maintenance()` so that WP-CLI can continue to operate when `.maintenance` exists.
    88* [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 * [ ] Core: Provide a way of overloading `wp_debug_mode()`, which isn't called at all in wp-settings-cli.php.
    10 * [ ] Core: Provide a way of forcefully skipping loading `wp-content/advance-cache.php`, which historically has caused problems with WP-CLI.
     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.
    1111* [ ] 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.
    1212* [ ] Core: Provide a way of overloading `wp_not_installed()`, which outputs headers and can call `die()`