[wp-meta] [Making WordPress.org] #8092: Usernames with spaces result in an invalid emails on build repo mirror
Making WordPress.org
noreply at wordpress.org
Mon Sep 22 16:26:44 UTC 2025
#8092: Usernames with spaces result in an invalid emails on build repo mirror
-----------------------------+--------------------
Reporter: desrosj | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: Version Control | Keywords:
-----------------------------+--------------------
I think I noticed another scenario where usernames containing a space are
problematic.
On commits authored by @bernhard-reiter, the WordPress/WordPress
repository is not normalizing the `@git.wordpress.org` email to replace
username spaces with hyphens (`-`).
His
[https://github.com/WordPress/WordPress/commit/a332dbc1695f535fd59433a19e2b551637902226
most recent commit from] the `git log`:
{{{
commit a332dbc1695f535fd59433a19e2b551637902226
Author: Bernhard Reiter <Bernhard Reiter at git.wordpress.org>
Date: Mon Sep 22 09:32:34 2025 +0000
Block Bindings: Add `block_bindings_supported_attributes` filter.
Add a block-agnostic version of the
`block_bindings_supported_attributes_{$block_type}` filter first
introduced in [60611].
This allows adding block bindings support for attributes of multiple
different blocks in one go.
Follow-up to [60611].
Props bernhard-reiter.
See #62090.
Built from https://develop.svn.wordpress.org/trunk@60790
git-svn-id: http://core.svn.wordpress.org/trunk@60126 1a063a9b-
81f0-0310-95a4-ce76da25c4cd
}}}
The wordpress-develop repository [https://github.com/WordPress/wordpress-
develop/commit/8bc30c91c8c40277034be9b8432597ca7d85eba0 does appear to
handle this correctly for the same commit]:
{{{
commit 8bc30c91c8c40277034be9b8432597ca7d85eba0
Author: Bernie Reiter <bernhard-reiter at git.wordpress.org>
Date: Mon Sep 22 09:30:06 2025 +0000
Block Bindings: Add `block_bindings_supported_attributes` filter.
Add a block-agnostic version of the
`block_bindings_supported_attributes_{$block_type}` filter first
introduced in [60611].
This allows adding block bindings support for attributes of multiple
different blocks in one go.
Follow-up to [60611].
Props bernhard-reiter.
See #62090.
git-svn-id: https://develop.svn.wordpress.org/trunk@60790
602fd350-edb4-49c9-b593-d223f7449a82
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/8092>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list