Alain Schlesser

Results 176 issues of Alain Schlesser

The Turkish locale suffers from a peculiar bug: https://bugs.php.net/bug.php?id=18556 Unit tests should include a test using the Turkish locale. Suggested by @toscho

When I define separate aliases that are both implemented by the same class, and share these aliases, they don't work as I would expect them to. Instead of having two...

It would be great to have an overview of all the `$_ENV` variables under the "Environment" tab. When using `.env` files or server environment variables, these often control important aspects...

type:enhancement
collector:environment

Add the WordPress-specific (paid) course "Discover object-oriented programming using WordPress"

The PHP function `htmlspecialchars` is currently not recognized as a valid escaping function. The function "converts special characters into HTML entities" (http://php.net/manual/en/function.htmlspecialchars.php). It is actually what `esc_textarea()` is built upon....

Focus: Security
Status: Close candidate

Switch all main branches for the bundled packages from `master` to `main`. :warning: However, this will cause all open PRs to become invalid and immediately be closed! :warning: Therefore, this...

scope:distribution

WP-CLI started out as a singe repository in git and was split up into multiple packages many years later. When splitting up the packages, we tried to make sure that...

scope:distribution

The `-context=admin` logic was hooking some of its logic to the `admin_init` action. However, as the loading was adapted, the requirement for triggering the `admin_init` action ended up within the...

scope:framework
bug

The way releases are currently signed depends on a single, personal key. We need a mechanism that allows us to sign releases in a secure way without directly attaching it...

scope:distribution

Moved from https://github.com/wp-cli/config-command/issues/74. (original issue by @runofthemill) --- Given a [Trellis](https://roots.io/trellis/)/[Bedrock](https://roots.io/bedrock/) project with the following folder structure: ``` . ├── wp-cli.local.yml ├── site │   ├── wp-cli.yml │   └── web │  ...

bug
internal-api:wp-cli-get-config