Skip to content

Releases: sleede/fab-manager

Release 2.4.10

09 Jan 10:01
Compare
Choose a tag to compare
  • Fixed and optimized notification system
  • Various bug fixes

Please see the change log for more details.

TODO DEPLOY

  • rake db:migrate then rake fablab:set_plans_slugs

Release 2.4.9

04 Jan 14:57
Compare
Choose a tag to compare
  • 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 contain application/ 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, then rake db:seed, then restart Sidekiq, then rake 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

15 Dec 16:17
Compare
Choose a tag to compare
  • 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

14 Dec 09:48
Compare
Choose a tag to compare
  • 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

30 Nov 16:32
Compare
Choose a tag to compare
  • 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

29 Nov 16:15
Compare
Choose a tag to compare
  • 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

24 Nov 15:55
Compare
Choose a tag to compare
  • 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

21 Nov 13:31
Compare
Choose a tag to compare
  • 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

08 Nov 15:36
Compare
Choose a tag to compare
  • 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

11 Oct 14:30
Compare
Choose a tag to compare
  • Various bug fixes

Please see the change log for more details.