Dion Hulse
Dion Hulse
> Is `expanded` a class that the docs writers are already using? No it's not, it was a shortcut I took instead of attempting to add an option to the...
These items are default core objects, not customised for WordPress.org at present. This has changed slightly since this issue was opened, as it appears to have changed in core. https://github.com/WordPress/wordpress-develop/commit/eb33c60eaa0111bac7d98a84fd0cf067cd9c8571...
> I feel like that collapsed menu should display Howdy, {username} and keep the display name above view profile. > > I'm basing that on the fact that the display...
Originally I suggested renaming these, or disabling direct PHP access at the server level, but that ran into issues (mostly, that the allow list is outdated). I have no concerns...
We need to include some kind of cache-busting version here. I would be tempted to set it to something like: `$version = defined(...) && file_exists(...) ? filemtime(...) : ( time()...
I've requested systems deploy the new trac templates via https://make.wordpress.org/systems/2023/02/06/update-plugins-trac-templates/ This has been reported numerous times in numerous places. Leaving this issue open until that's done.
> Safe SVG is by far the most secure plugin that I'm aware of; the others I've seen didn't use any sanitization at all. I haven't checked in a few...
> only ever enqueued from the CDN domain - this is the most important thing IMO I've submitted a systems request to either create a dedicated uploads CDN, or to...
I don't personally think syncing to meta.svn is of any benefit here, as Ian says, any sync commits would not convey the actual changes contained within, and just add extra...
> "There has been a critical error on this website." Perhaps a solution here is just to disable that warning in all local development environments we have, so that the...