Paul Kevan
Paul Kevan
The lastest news block currently only allows `blog_id` and `items to show` as part of it - we should allow further element to be added either within code, or within...
**Describe the bug** Currently when a release is live, we build a locale based download, which unless present we end up with an older version linked for download and in...
Reduces the standard fetched avatar size, dependant on the format. Fixes #317. Note: couldn't successfully build this to test locally.
Start of some work to refactor Camptix into more manageable chunks.
Sync with production, temporary logging.
There are a few problem associated with a generic stats options - it's unclear how much it is used by site users (through the shortcode), but overall it would make...
Partially related to: https://github.com/WordPress/wordcamp.org/issues/639 A user should be able to see what tickets for WordCamps and Events that they have previously purchased - we can probably achieve this by hooking...
When we call `update_stats`, we repeat the call, causing 5 updates, rather than just one (since the option is the same): https://github.com/WordPress/wordcamp.org/blob/production/public_html/wp-content/plugins/camptix/camptix.php#L2697-L2703 We could create a new method which allows...
Follow-up to #1400.  When a user is purchasing multiple tickets, and they don't know who the other ticket(s) will be used by, should all fields be non-mandatory? Currently, the...
Follow-up to #1342. Perhaps this should run outside cron, with some caching, since it doesn't appear to catch the broken connection, or perhaps `slack_dm` isn't available inside cron.