Releases: sleede/fab-manager
Releases · sleede/fab-manager
Release 2.4.10
- Fixed and optimized notification system
- Various bug fixes
Please see the change log for more details.
TODO DEPLOY
rake db:migrate
thenrake fablab:set_plans_slugs
Release 2.4.9
- When there's more than 3 unread notifications, mask the alerts exceeding
- Handle custom filters "date" and "type" in computation of the following statistics indicators: hours available for machine reservations and tickets available for training reservations
- Fix a bug about user's born on February 29th , when current year is not a leap year
- Fix two bugs about wrong values in statistics
- Various bug fixes and minor improvements
Please see the change log for more details.
TODO DEPLOY
- Check your
ALLOWED_MIME_TYPES
environment variable, it may containapplication/
if you have kept the default values. This can lead to a security issue, please remove it. - Run the following commands in order:
rails runner StatisticCustomAggregation.destroy_all
, thenrake db:seed
, then restart Sidekiq, thenrake fablab:es_build_availabilities_index
- If, at least once in the past, you have regenerated the statistics, they are very likely corrupted. Run this command to fix:
rake fablab:generate_stats[1095]
(1095 can be reduced to the number of days your fab-manager's instance have been online). This is not required if you had never run this command before.
Release 2.4.8
- Request a new shipment of the token used to migrate the authentication system (SSO)
- Various bug fixes and minor improvements
Please see the change log for more details.
Release 2.4.7
- Change the expiration date of a coupon after its creation
- Generate an optional refund invoice when crediting user's wallet
- Various minor improvements
- Fix a bug about running rake db:migrate on first install (#55)
- Fix a bug about the creation/edition of coupons of type 'percentage'
Please see the change log for more details.
Release 2.4.6
- Change display of messages about coupon application status
- Fix a bug about compute price API that returns error 500 if reservable_id is not provided
Please see the change log for more details.
Release 2.4.5
- Create coupons with amounts in currency units (euro, dollar, ...) in addition of percentages
- Display optional customizable information message on event reservation page
- Fix a bug about user's wallet not debited when invoicing is disabled for this user
- Fix a bug about training reservation calendar witch is not showing availabilities only for the requested training
- Various bug fixes and minor improvements
Please see the change log for more details.
TODO DEPLOY
rake db:migrate
Release 2.4.4
- Fix a bug about wrong method payment shown on invoices when paying by wallet
- Various bug fixes
Please see the change log for more details.
Release 2.4.3
- Export user's invoicing status to Excel
- Fix a bug preventing many charts from being displayed in the statistics module
- Fix a bug about recurring events witch doesn't have the configured theme and age range
- Fix a bug about wrong reserved seats in the excel export of reservations (1)
- Various bug fixes
Please see the change log for more details.
TODO DEPLOY
- delete the folder
exports/users/reservations
(1)
Release 2.4.2
- Configurable max size for image uploads
- Multiple pictures can be uploaded with any steps of projects.
- Description of events can be formatted with rich content
- Fix a bug preventing statistics graphs from showing
- Various bug fixes
Please see the change log for more details.
TODO DEPLOY
MAX_IMAGE_SIZE
environment variable must be added
Release 2.4.1
- Various bug fixes
Please see the change log for more details.