1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Fixed the RockNextGen segment styling. More... 15 days ago
- Fix small typo More... 15 days ago
- Deprecate original EditLabel block as legacy. More... 15 days ago
- Added supports for the Tabler icon animations. More... 15 days ago
- Updated the rock new theme name from RockV2Prototype to RockNextGen. More... 15 days ago
- Added ability to Obsidian grids to have per-cell tooltips. More... 15 days ago
- Fix ordering issue with block and reduce query count to 1. More... 15 days ago
- Re-scaffold chat reactions migration for safety. More... 15 days ago
+ (Communication) Added the Community style chat mode, which allows for a more threaded chat experience. More... 16 days ago
Merge remote-tracking branch 'origin/hotfix-17.3' into develop More... 16 days ago
- Fixed Obsidian unit test for registration entry due to new auto-scroll behavior. More... 16 days ago
- Fixed warnings in latest Vue language service plugin for VS Code. More... 16 days ago
- Fixed warnings in latest Vue language service plugin for VS Code. More... 16 days ago
- Added new worksurfaceMode to Panel and DetailBlock. These enable specific styles when the panel/block is used on a full worksurface layout to cause the body to scroll but the headers and footers to remain static. More... 16 days ago
- Added new MilesToMeters and MetersToMiles filters to ACE editor highlighting. More... 16 days ago
- Updated all references of Database.CommandTimeout property to use extension methods for better compatibility. More... 16 days ago
+ (Finance) Fixed an issue where editing a payment plan in the Registration Detail block could clear certain payment method details. This occurred because some payment gateways do not properly populate the new FinancialPaymentDetail record (during UpdateScheduledPayment()), causing fields like Expiration Date and Name on Card to be set to NULL in Rock. Logic has been added to preserve the original values to maintain payment detail continuity until this is resolved by the gateways. (Fixes #6367) More... 18 days ago
- Add ability for Panels to have a TabbedBar as a standard UI element. More... 18 days ago
- Updated the control gallery for TabbedContent to be more descriptive about how to use it. More... 18 days ago
- Changed default for detail blocks to hide the fullscreen button. More... 18 days ago
Merge remote-tracking branch 'origin/hotfix-17.3' into develop More... 18 days ago
+ (Check-in) Improved the layout of the next-gen check-in schedule select screen when too many schedules were available to fit in one row. The screen will now wrap the buttons to multiple rows of buttons. (Fixes #6371) More... 18 days ago
- Added new CSS utility class (.panel-body-flush) to add to a panel that will remove the padding from it's panel-body. More... 18 days ago
- Peer review polish for groupfinder shortcode More... 19 days ago
+ (Lava) Added Group Finder Lava shortcode with geolocation and filtering support. Allows filtering by attributes, campus, day of week, and time of day. Adds distance-based sorting using Google Maps Routes API with support for various origin formats including person ID, lat/lng, address, ZIP code, cross streets, and named places. Supports travel modes (drive, walk, bicycle) and returns travel distance and time when enabled. More... 19 days ago
Merge remote-tracking branch 'origin/hotfix-17.3' into develop More... 19 days ago
+ (Core) Fixed an issue where saving new Workflow Types or Registration Templates could result in duplicate records if an error occurred mid-save. Now, the save operation must complete fully or it will be rolled back entirely to maintain data integrity. (Fixes #6238) More... 19 days ago
Merge branch 'hotfix-17.3' into develop More... 19 days ago
+ (CMS) Fixed an issue where the Content Channel Item View block and the InteractionContentChannelItemWrite Lava command logged interactions using the Content Channel entity type instead of the Content Channel Item entity type. This caused interactions to be misclassified and not tracked correctly. (Fixes #6263) More... 19 days ago
- Fix missing import for utility function ( from bf5f874 ) More... 19 days ago