Dandelion is a fair source project. View the code on Github

Commits on Aug 30, 2026
922907b

Show popular locations as label links instead of tiny buttons.

279a37b

Fall back to DEFAULT_CURRENCY instead of hardcoded GBP.

dd44cd5

Default currency and country from the visitor's location.

6a05433

Show homepage ticket sales total in the visitor's local currency.

f1bfc4d

Remove sexuality and dating preference fields from profiles.

Commits on Aug 29, 2026
bcdd087

🐛 (pagelets.js): restore opacity when pagelet requests fail

Failed form submissions and link clicks left the pagelet dimmed indefinitely with no way to recover.

Also scope the refresh-pause reset to the reloaded pagelet, so reloading one pagelet no longer resumes auto-refresh on unrelated paused ones, and drop the unreachable FormData upload branch: the forms with file inputs either submit natively (bypassing the delegated handler) or sit outside any pagelet.

Commits on Aug 28, 2026
018031e

Pass Stripe credentials per request instead of mutating global API state.

c0d8b98

Align page headers with content below by matching theme gutters.

Bootstrap .col kept a wider padding than col-* columns, so create buttons and tabs sat inset from search forms and listings.

f8209dc

Make native iOS date inputs fill their container instead of collapsing.

5653688

Explain that facilitators appear after they have received event feedback.

5246e65

Skip Capybara screenshots in unit tests so they do not need a no-op stub.

391602a

Call slots_taken on the ticket criteria instead of passing a scope into a helper.

7e4c2f8

Count ticket slots with a Mongo aggregation instead of loading every type id into Ruby.

Commits on Aug 27, 2026
4ed66c3

Remove the unused organisation hidden flag.

It only existed to suppress a handful of 2021 SEO-spam orgs that have now been deleted, and it had no UI.

e23e0c9

Small copy fix

c5023fb

Drop extra desktop margin on ticket type price and quantity so min monthly donation isn't spaced twice.

4ce7bcc

Drop the boosts docs note about unpaid organisations.

8f15099

Allow boosting events that are not in the public listings yet.

Paid-up status still controls the regular browse; a boost can still place the event in the top slot.

db9e347

Use meals as the zero-slot ticket example so it is clearly not a seat.

2cab772

Include ticket group id on the concise RSVP quantity field and tidy the slots tests.