Skip to content

Releases: sleede/fab-manager

Release 2.5.1

28 Mar 18:34
Compare
Choose a tag to compare
  • Hide spaces in admin's credit management if spaces are disabled
  • Fix a bug : Can not display training tracking (this bug was introduced in version 2.5.0)

Please see the change log for more details.

TODO DEPLOY

  • rake assets:precompile

Release 2.5.0

28 Mar 12:03
Compare
Choose a tag to compare
  • Spaces management and reservation
  • Export the availabilities and their reservation rate
  • Weekly plans
  • Fix a bug about the deletion of an administrator
  • Fix a bug about new plans, of which statistics are not shown
  • Various bug fixes and other improvements

Please see the change log for more details.

TODO DEPLOY

  • rake db:migrate, then rake db:seed
  • FABLAB_WITHOUT_SPACES environment variable must be added
  • rake fablab:es_add_spaces
  • rake fablab:fix:new_plans_statistics must be run if you have created plans from the deployment of v2.4.10

Release 2.4.11

15 Mar 12:04
Compare
Choose a tag to compare
  • Fix a bug leading to the loss of the rolling status of a plan, when editing it

Please see the change log for more details.

TODO DEPLOY

  • rake fablab:fix:rolling_plans will check all your plans; when the is_rolling attribute is null, it will be set to true. If this behaviour does not match your expectations, we encourage you to enter in your database and manually set the values of plans.is_rolling for each rows.

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.