
Registro de cambios
30/03/2023
-
Fixed a bug in the employee search backend which enabled searches which are no longer supported by the UI, for performance and security reasons.
20/02/2023
-
Upgrade to Rails 7.0.4.2
-
Improvement to make media rights payments during season update less probe to database deadlocks
09/02/2023
-
Attempt to prevent certain ads from disabling clicks on the entire page
24/01/2023
-
In rare cases clubs were being redirected to the Club house, when opening the notifications dropdown. This should now be fixed.
17/01/2023
-
Fixed an issue when upgrading a Premium subscription to Pro after having changed manager country
-
Fixed a crash error that resulted in no new scouts being generated
30/11/2022
-
Added parallelisation to several season update tasks
-
Made advent calendar ready for 2022
-
If match attendance estimate on match preview is higher than stadium capacity, do not round the number
-
Performance optimisation on christmas theme snowfall
21/11/2022
-
On betting game front page, display the correct date for when daily points start being awarded
18/11/2022
-
Set up betting game for World Cup 2022
-
Performance improvement on pages with a country selector
-
Small performance improvement to notifications dropdown
04/11/2022
-
Performance optimization on /employees/search when no country has been selected
31/10/2022
-
Database change resulting in a small performance improvement on employee search
28/10/2022
-
Fixed a bug, which meant that when reloading /auctions/buying, you would see a cached remaining time for a split second before it was updated automatically
26/10/2022
-
More effective fragment caching on auctions/buying
-
Fixed a crash in an admin tool
19/10/2022
-
New version of flash message system implemented in Stimulus for use with features that use Turbo Streams
-
Rewrite of /auctions/buying to use Turbo Streams for updating bids instead of polling
-
Bug fixes to /auctions/selling
18/10/2022
-
When new auctions are created in the background (transfer list bids, other browser tab etc.) they are now transmitted to /auctions/selling so that they appear automatically with no need for reloading the page
-
Using Turbo Streams, finished auctions now disappear automatically from /auctions/selling without the need to reload once they have been processed by the background job
-
Turbo Stream broadcast now sent through the critical priority queue in Resque
-
Rewrite of /auctions/selling to use Turbo Streams for updating bids instead og polling
12/10/2022
-
Several performance optimizations for the notification dropdown
-
Fixed more bugs in the notification dropdown
11/10/2022
-
Performance optimizations for the chat
10/10/2022
-
Performance optimizations for the notification dropdown
-
Use Turbo Drive when clicking the "Show more" link on /notifications/index instead of old javascript
-
Fixed an bug that meant that bot clubs only had their name set on their squad but not their club
05/10/2022
-
Fixed layout errors on stadium editor related to Turbo
-
Implemented fragment caching on employee search results
-
Fixed more bugs in the notification dropdown, which occurred on a few pages
04/10/2022
-
Upgraded Turbo to latest version
28/09/2022
-
Set up a dedicated websocket server for use in production
-
Switched to using AnyCable, which is a faster websocket implementation to support Turbo Streams
-
Implemented a hidden chat feature to gather experience with Turbo Streams
21/09/2022
-
Fixed a problem with form analysis for clubs who train twice in the same day according to their own time zone (when it is different from CET). The results are now added together instead of one of them disappearing.
14/09/2022
-
Fixed a number of bugs in the notification dropdown
-
Rewrite of notification dropdown to use Turbo Frames
-
Removed use of jQuery on the notification dropdown
13/09/2022
-
Made notification dropdown work on Turbo Drive pages
12/09/2022
-
Activated Turbo Drive on navigation om /employees and /employees/search
-
Employee stats in search are delivered as plain HTML and old JS rendering script removed
-
Activated Turbo Drive on navigation from /sponsorships to /sponsorship_offers in order to test the integration in production
-
Integrated Turbo and Stimulus with selective activation of Turbo Drive
-
Upgraded asset pipeline to use esbuild, yarn and others