Paul Kevan

Results 45 issues of 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...

[Type] Enhancement

**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...

[Component] Theme
i18n
[Status] In Discussion
[Section] Download

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.

[Component] CampTix
[Component] Camptix refactor

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...

[Component] CampTix

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...

[Component] CampTix
[Type] Feature Request

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...

[Component] CampTix

Follow-up to #1400. ![Image](https://github.com/user-attachments/assets/2929dcb5-41a6-4d65-a9c7-052df8b9f8ea) 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...

[Component] CampTix
[Type] Feature Request

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.

[Type] Bug