| introduce WP_CLI_Command_With_Meta and implement wp post-meta with it. see #141 |
|
More...
|
about 14 years ago
|
| move User_Command::get_numeric_arg_or_error() to WP_CLI::get_numeric_arg() |
|
More...
|
about 14 years ago
|
| introduce WP_CLI::locate_wp_config() |
|
More...
|
about 14 years ago
|
| don't attempt to populate wp_query when the blog is being installed |
|
More...
|
about 14 years ago
|
| set DOCUMENT_ROOT to the current working dir. fixes #137 |
|
More...
|
about 14 years ago
|
| Avoid deleting specified package after Core Update. See #135 |
|
More...
|
about 14 years ago
|
| don't look in parent dir for wp-load.php. fixes #134 |
|
More...
|
about 14 years ago
|
| replace read_name_and_value() with WP_CLI::read_value() |
|
More...
|
about 14 years ago
|
| remove double var_export() call |
|
More...
|
about 14 years ago
|
| Merge pull request #132 from mwilliamson-red-gate/update-option-array |
|
More...
|
about 14 years ago
|
| return JSON even for simple values |
|
More...
|
about 14 years ago
|
| move --json handling to WP_CLI::print_value(). see #120 |
|
More...
|
about 14 years ago
|
| reset memory limit right before loading admin files. see #122 |
|
More...
|
about 14 years ago
|
| always define WP_MEMORY_LIMIT. props larsemil. fixes #122 |
|
More...
|
about 14 years ago
|
| make --admin_password mandatory. fixes #128 |
|
More...
|
about 14 years ago
|
| fix indenting in src/bin/wp |
|
More...
|
about 14 years ago
|
| handle MAMP paths generically. see #66 |
|
More...
|
about 14 years ago
|
| make error message clearer |
|
More...
|
about 14 years ago
|
| move version check into PHP. fixes #119 |
|
More...
|
about 14 years ago
|
| don't unset the --url parameter; needed for other things. see #103 |
|
More...
|
about 14 years ago
|
| introduce WP_CLI::print_value() |
|
More...
|
about 14 years ago
|
| make wp db import work without loading WP. fixes #116 |
|
More...
|
about 14 years ago
|
| don't ignore --url param when calling wp db create. see #103 |
|
More...
|
about 14 years ago
|
| make git clone command compatible with older versions of git. props jasonblewis |
|
More...
|
about 14 years ago
|
| warning() should write to STDERR, not STDOUT |
|
More...
|
about 14 years ago
|
| add leading space to output of compose_args() |
|
More...
|
about 14 years ago
|
| strict bool check in compose_args() |
|
More...
|
about 14 years ago
|
| use escapeshellarg() in WP_CLI::compose_args() |
|
More...
|
about 14 years ago
|
| check --path before $_SERVER['PWD']. fixes #111 |
|
More...
|
about 14 years ago
|
| add exit_on_error parameter to WP_CLI::launch() |
|
More...
|
about 14 years ago
|