Paul Kevan
Paul Kevan
When writing out example code, the title of the code block has the location of the class it belongs to, which feels unnecessary and isn't accurate. e.g. `wp-includes/class-wp-query.php` ![Screenshot 2024-05-07...
See attached video: https://github.com/Automattic/chatrix/assets/2290623/65fdf120-dde5-48b3-a178-7c4f0ade1ff1 Steps to reproduce: 1. Visit https://make.wordpress.org/meta/. 2. Search for content which contains the Chatrix client e.g. `chat`. 3. See the focus shift directly to the top...
Adds new option that can be linked to ZD trigger. Removes previous options that aren't passed along to the new ticket creation.
While this functionality would be better in the new client dashboard we should allow clients to request review of PRs through this form. Todo: - simplify checkboxes in current form...
Since the only current mechanism to track activity is based on log-in, and this is unreliable (see #247), we should make use of the new usermeta to provide an extra...
Currently a pledge with 0 hours and 0 individuals are still public, although they do not appear in the pledges list. After a suitable time period, it should be set...
Changes to query via slug, rather than term_id, since the new taxonomy `wporg-pattern-keyword` is used with slug. Fixes #688.
Since the quickbooks connection is only valid for 3 months, we should add a periodic checker to alert the team to the status of it. Currently that requires a super...
There are some unusual behaviours attached to the reimbursement workflow that requires investigation, some details can be found in this Slack thread: https://wordpress.slack.com/archives/C08M59V3P/p1715872397770189. Notably - - if a user is...
### Describe the bug Non-admin users are restricted from having the `load more` button active, so they cannot see more than the first page. See: https://wordpress.slack.com/archives/C08M59V3P/p1715444166309679 ### To reproduce Steps...