Peter Wilson

Results 85 issues of Peter Wilson

Older versions of SVN requiring .svn directories in all folders fail on repositories with an assets directory. ``` svn: Commit failed (details follow): svn: Directory '/var/.../assets/.svn' containing working copy admin...

### Description of the Change Bump WordPress minimum to 5.7 Bump PHP minimum to 7.4 Closes #905, #925 ### How to test the Change ### Changelog Entry > Changed -...

### Description of the Change Replace gulp and various config files with `@wordpress/scripts`. I think this is ready for review, it should probably get double sign-off as it is quite...

### Describe the bug In a number of locations the translation strings are buggy an unable to be translated. In most cases strings are concatenated, thereby assuming all languages follow...

type:bug

### Is your enhancement related to a problem? Please describe. To allow ease of contribution within the WordPress developer system, it would be good to switch from a custom gulp...

type:enhancement

### Is your enhancement related to a problem? Please describe. `RestApi\check_post_types_permissions()` currently lists all post types available in the WordPress REST API. With the introduction of full site editing, this...

type:enhancement

Follow up to discussion in PR #91 Cavalcade uses a non-persistent cache for the `cavalcade-jobs` group. As the runner triggers WP CLI tasks within the plugin, invalidating on UPDATE, INSERT...

The following files can be excluded from composer installs: * phpunit config * phpcs config * travis config * docs directory * tests directory It sure would be dandy if...

Adding a cron job with the code `wp_schedule_event( 0, 'daily', 'cavalcade_daily' );` will cause the job to run constantly until it's run once for each day since 1/1/1970. Once the...

A ready filter would be handy that runs the pseudo SQL query `SELECT jobs WHERE status='waiting' AND 'nextrun' < time()`.