2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Jul 08, 2025 — Jul 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove irrelevant checks: wp_favicon_request() and wp_maintenance() More... over 13 years ago
change header for wp-settings-cli.php More... over 13 years ago
copy wp-settings.php from WP 3.5 More... over 13 years ago
Tame wp-config.php More... over 13 years ago
Merge pull request #259 from wp-cli/bdd More... over 13 years ago
move WP_CLI_Command_Runner class out of bootstrap.php More... over 13 years ago
explicitly test creating config file and running install More... over 13 years ago
Wordpress_Installer + run_wp_cli() = WP_CLI_Command_Runner More... over 13 years ago
break out compose_assoc_args() utility and use in test runner More... over 13 years ago
WP_CLI::compose_args() -> Utils\compose_args() More... over 13 years ago
transform Command_Runner class into run_wp_cli() method More... over 13 years ago
PHPUnit_Extensions_Story_ResultPrinter_Text is not that great More... over 13 years ago
dismantle full_install() method More... over 13 years ago
move supporting code to a WP_CLI_Spec class More... over 13 years ago
remove old test cases and move all supporting code to bootstrap.php More... over 13 years ago
update phpunit.xml to run the spec tests More... over 13 years ago
add phpunit-story as a dev dependency More... over 13 years ago
Merge pull request #256 from wp-cli/disable-commands More... over 13 years ago
dismantle Dispatcher\traverse() More... over 13 years ago
move phpunit.xml to the root dir More... over 13 years ago
add phpunit.xml file More... over 13 years ago
check disabled commands during registration, instead of during invocation More... over 13 years ago
move logic from CompositeCommand constructor to WP_CLI class More... over 13 years ago
create new command instance on each invocation. fixes #257 More... over 13 years ago
introduce 'disabled_commands' config key More... over 13 years ago
introduce AbstractCommandContainer class More... over 13 years ago
add_command(): move logic back to WP_CLI class More... over 13 years ago
make load_command() protected More... over 13 years ago
transform get_path() method into a standalone function More... over 13 years ago
only command containers can have subcommands More... over 13 years ago