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.
master
bbe-development2026-03-15 23:16:12 +00:00
d686e3ae72
Removed slug normalization from admin routes, and added Conferences redirect.
bbe-development2026-03-15 18:14:57 +00:00
69e8a29fc7
This is a robust approach to making controller/{conference_name}/* case insensitive. Richard reported this issue in regards to West2026 flyer.
bbe-development2026-03-15 08:47:42 +00:00
dc9665b79d
Update conference descriptions in English, Spanish, and French to clarify the nature of Bike!Bike! Everywhere events
bbe-development2026-02-03 09:17:46 +00:00
2c0138702c
Update conference descriptions to reflect international scope in English, Spanish, and French locales
bbe-development2026-02-03 08:38:58 +00:00
6271389ffd
Update LICENSE to specify this is a BSD 2-Clause License, correct author and improve format of listed third-party dependencies
bbe-development2026-02-03 07:37:49 +00:00
c2d1bdd017
Add BumbleberryOverrideHelper for modern feature support and update main.js for responsive column visibility although not needed with override. Fixes#10bbe-development2026-02-03 06:43:32 +00:00
5e6f962c95
Improves Verify_Account text to include checking your spam box.
bbe-development2026-02-01 04:32:07 +00:00
2454d927c1
Removes everyone who has ever registered for any conference from broadcast - :all !
bbe-development2026-02-01 03:42:58 +00:00
21d9d3a48a
Update GitHub link in footer to point to the new repository location
bbe-development2026-02-01 01:27:30 +00:00
5106ac16b9
If ReCaptcha thinks you are a spammer, error 500 now takes you to about (could be a diff page) - noted in #7bbe-development2026-02-01 01:18:34 +00: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#9bbe-development2026-01-31 21:06:33 +00: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-development2026-01-31 19:05:30 +00:00
1ce328511a
Rename application directory from 'rails' to 'BikeBike' in unicorn configuration
bbe-development2026-01-31 19:00:18 +00:00
32f95d7ae4
Remove duplication of recaptcha code, which caused issues, and improved script tag logic to check for errors.
bbe-development2026-01-31 17:30:03 +00:00
e29832c202
Update browserslist dependency to version 4.28.1 and remove unused npx dependency
bbe-development2026-01-31 17:27:32 +00:00
52c3d0c7a0
Fixed two bugs that were introduced when we changed the conference registration process to accommodate virtual conferences.
april2025-01-31 00:35:05 -05:00
8d8978eec6
Adds ReCaptcha v3 to all the other known sign-ins
bbe-development2023-07-25 06:05:49 +00:00
e764ccc1ff
Recaptcha v3 should be working now, but you must have a site key and secret key since env is hardwired into head.
bbe-development2023-07-25 05:12:33 +00:00
4d39814468
Improves ofelia documentation, changes job name for docker-compose.yml to test version. Comments out cantainer_name to avoid container conflicts with multiple instances.
bbe-development2023-07-23 02:25:59 -04:00
213305ff31
Adds ofelia labels to schedule caniuse.js jobs. Updates the README, to provide an example ofelia job scheduler service.
bbe-development2023-07-18 02:24:09 -04:00
3a7cc21ba5
Noting best way to export database with pg_dump.
bbe-development2023-07-17 22:28:21 -04:00
8aba45d10e
Solves the broken Bumbleberry issue using browserslist (caniuse-lite) to identify and copy modern css for new browsers, while maintaining backwards compatibility with obscure browsers.
bbe-development2023-07-17 07:37:11 +00:00
437d093486
Development improvements: Don't save temp containers, and recreate volumes by not making them external.
bbe-development2023-07-13 03:06:58 -04:00
0e776f25e0
Adds sidekiq Web UI @ /sidekiq . Next shall add sidekiq container to get the daemon rolling.
Jonathan Rosenbaum2021-12-27 05:27:14 -05:00
65a3c97fc8
Adds redis container, this fixes delayed mail error which uses sidekiq/redis, however, emails only go out on test becasue a non-delayed method is utilized. Trying to figure out why the existing is not working.
Jonathan Rosenbaum2021-12-27 04:01:50 -05:00
a5a13930e5
Adds more enlightenment for switching from development to production; adds vim and less to Dockerfile.
Jonathan Rosenbaum2021-12-27 01:36:56 -05:00
79743c1449
Adds development mode, improves the assets, updates the README with helpful information!
Jonathan Rosenbaum2021-12-26 22:08:16 -05:00
b3b6d41738
This removes any env reference from the rails command, since RAILS_ENV handles this easier, and changes Administrate to Administer, which is the more common spelling.
Jonathan Rosenbaum2021-12-25 15:48:28 -05:00
f65cab24ab
This adds ADMIN_EMAIL for those places in the code where godwin's email address was hardcoded.
Jonathan Rosenbaum2021-12-25 14:53:46 -05:00
d3968bbea4
More bumbleberry workarounds, until bumbleberry:update is working properly.
bbe-development2021-12-25 14:34:36 -05:00
e3f178b3fa
Adds untracked files of substance that were committed to the bikebike/bikebike repository.
bbe-development2021-12-23 14:37:42 -05:00
8029661917
Adds the changes from bikebike/bikebike for tracked files that weren't committed to git.
bbe-development2021-12-23 14:28:32 -05:00
55d0aefe6a
Adding the erb for app_config, note that before this file was in .gitignore, but now environmental variables are being utilized.
bbe-development2021-12-23 04:07:13 -05:00