Jonathan Rosenbaum bbe-development
  • Joined on 2023-06-30
bbe-development pushed to master at bike/BikeBikeBike 2026-03-15 19:16:18 -04:00
5c92b666c3 Using a case insensitive constraint in routes broke slugs with periods, see d288f192fa , returned this code because it's being handled by similar code in the controllers. Issue resolved, and is working perfectly.
bbe-development pushed to master at bike/BikeBikeBike 2026-03-15 14:25:09 -04:00
d90c454118 Updated pnpm
bbe-development pushed to master at bike/BikeBikeBike 2026-03-15 14:15:03 -04:00
d686e3ae72 Removed slug normalization from admin routes, and added Conferences redirect.
bbe-development pushed to master at bike/BikeBikeBike 2026-03-15 04:47:47 -04:00
69e8a29fc7 This is a robust approach to making controller/{conference_name}/* case insensitive. Richard reported this issue in regards to West2026 flyer.
bbe-development pushed to master at bike/BikeBikeBike 2026-02-03 04:17:51 -05:00
dc9665b79d Update conference descriptions in English, Spanish, and French to clarify the nature of Bike!Bike! Everywhere events
bbe-development pushed to master at bike/BikeBikeBike 2026-02-03 03:39:03 -05:00
2c0138702c Update conference descriptions to reflect international scope in English, Spanish, and French locales
bbe-development pushed to master at bike/BikeBikeBike 2026-02-03 02:37:55 -05:00
6271389ffd Update LICENSE to specify this is a BSD 2-Clause License, correct author and improve format of listed third-party dependencies
bbe-development pushed to master at bike/BikeBikeBike 2026-02-03 01:43:38 -05:00
c2d1bdd017 Add BumbleberryOverrideHelper for modern feature support and update main.js for responsive column visibility although not needed with override. Fixes #10
bbe-development closed issue bike/BikeBikeBike#10 2026-02-03 01:43:38 -05:00
Chrome 144 breaks css on Mobile Android
bbe-development pushed to master at bike/BikeBikeBike 2026-01-31 23:32:12 -05:00
5e6f962c95 Improves Verify_Account text to include checking your spam box.
bbe-development pushed to master at bike/BikeBikeBike 2026-01-31 22:43:02 -05:00
2454d927c1 Removes everyone who has ever registered for any conference from broadcast - :all !
bbe-development pushed to master at bike/BikeBikeBike 2026-01-31 22:03:58 -05:00
12d14a7e40 Fixes #4 - check_in freezes site
bbe-development closed issue bike/BikeBikeBike#4 2026-01-31 22:03:58 -05:00
check_in freezes site
bbe-development pushed to master at bike/BikeBikeBike 2026-01-31 20:27:35 -05:00
21d9d3a48a Update GitHub link in footer to point to the new repository location
bbe-development pushed to master at bike/BikeBikeBike 2026-01-31 20:18:40 -05:00
5106ac16b9 If ReCaptcha thinks you are a spammer, error 500 now takes you to about (could be a diff page) - noted in #7
bbe-development pushed to master at bike/BikeBikeBike 2026-01-31 16:06:39 -05:00
23b4732c0c Implement PayPal fallback option and update payment method localization for improved user experience - now only two buttons show in absense of PayPal. Fixes #9
bbe-development closed issue bike/BikeBikeBike#9 2026-01-31 16:06:39 -05:00
PayPal fallback initializer fails to intercept PayPal payment requests when credentials are invalid/missing
bbe-development pushed to master at bike/BikeBikeBike 2026-01-31 14:05:36 -05:00
f8b504827c Implement PayPal fallback for registration payment process and update localization for fallback option (changes button). TODO still need to get fallback working properly in regards to the payment buttons.
bbe-development pushed to master at bike/BikeBikeBike 2026-01-31 14:00:24 -05:00
1ce328511a Rename application directory from 'rails' to 'BikeBike' in unicorn configuration
bbe-development pushed to master at bike/BikeBikeBike 2026-01-31 12:30:09 -05:00
32f95d7ae4 Remove duplication of recaptcha code, which caused issues, and improved script tag logic to check for errors.