Dion Hulse

Results 106 issues of Dion Hulse

The below fatal error was triggered under PHP 8.1, running trunk from plugins.svn. HyperDB was in use, which may be relevant. It appears that the Stacktrace wasn't gathered when `Attempted...

bug

Performing a request similar to the following will generate PHP Notices, as `GP_Route_Glossary_Entry::glossary_entries_post()` (and others) will happily process a POST request without verifying that the input is in the expected...

[Type] Code Quality

# What does this implement/fix? This PR builds upon #3311: - updated the code to reflect the changes in the tasmota code. fixes flickering and wrong colors. - added configuration...

has-tests
integration: sm2135

Several months ago WordCamp.org moved to it's own repo: https://github.com/WordPress/wordcamp.org In https://github.com/WordPress/wordpress.org/commit/b79b59f41ef6e5d2d93ea0d4139d9f8160eae935 I removed the wordcamp.org subdirectory from meta.svn/meta.git.

Although it shouldn't happen, and should potentially be blocked at the server level, when Cavalcade is in use requests to `wp-cron.php` will still process any cron tasks. As seen in...

Enhancement

Similar to #18, we ran into an issue on WordPress.org where one of cavalcade daemons was killed unexpectantly which left a bunch of jobs in an unknown state. The jobs...

As reported to [WordPress in #38226](https://core.trac.wordpress.org/ticket/38226): > > cURL error 23: Failed writing body (624 != 811) > > Apparently it happens if `mbstring.func_overload` is enabled and body length is...

Some themes may incorrectly add the `full-site-editing` tag, either accidentally not understanding it's purpose, or inappropriately to appear in the new Block Themes tab The usage of this tag should...

It'd be great if there were unit tests available that had examples of all the bad code that these checks are trying to pick up. Right now, its hard to...

WordPress.org uses memcached in a few contexts, and not all of them have access to WordPress functions. This change simply checks for `is_main_site()` before calling it, which means that the...