Alain Schlesser

Results 176 issues of Alain Schlesser

As an example, the changes in https://github.com/wp-cli/entity-command/pull/213 are not being added to the `README.md` file when regenerating it.

bug
command:scaffold-package-readme

The framework package `wp-cli/wp-cli` still contains the unit tests for the `WP_CLI\SearchReplacer` class: https://github.com/wp-cli/wp-cli/blob/v1.5.1/tests/test-search-replace.php These need to be brought over to this package instead.

scope:testing
good-first-issue

The check in `WP_CLI\Entity\Utils\has_stdin()` to see whether content is available from STDIN is currently breaking within the Behat environment. Strangely enough, it seems to work outside of Behat. This needs...

bug
command:user-import-csv

As it is part of the `wp-cli-bundle`, this package should be adapted to make use of the central `wp-cli/wp-cli-tests` package. This will allow for its testing infrastructure to be centrally...

enhancement
scope:testing

## Bug Report **Describe the current, buggy behavior** For #168 we've added logic to emulate WordPress Core's SQL mode compatibility hacks for the commands where we run the `mysql` binary...

bug
command:db-import

The way options to the underlying `mysql*` tools are currently handled is extremely inconsistent. This is a first try at making everything more consistent and ensuring that all tools can...

command:db

A lot of more complex sites make use of subfolders in the `muplugins` folder, just like with regular plugins. They then use something like the [Bedrock Autoloader](https://github.com/roots/bedrock/blob/master/web/app/mu-plugins/bedrock-autoloader.php) or the [MULoader...

command:plugin-list
good-first-issue

When using `wp plugin install `, WP-CLI currently assumes that the URL is pointing to a ZIP file of a plugin. This command should also work with a URL to...

command:plugin-install

When using a link to `releases/latest` on Github, Github will redirect to the release page of the latest available release. The `plugin install` and `theme install` commands should recognize such...

command:plugin-install
command:theme-install
good-first-issue

# Bug report The logic in a trait is evaluated together with static knowledge that is only present in its assembled form as used within a class. This leads to...

bug