Releases: sleede/fab-manager
Releases · sleede/fab-manager
Release 2.4.1
- Various bug fixes
Please see the change log for more details.
Release 2.4.0
- Wallet
- Public calendar
- Coupons
- Categories, Themes, Age ranges and Custom prices for the Events
- Manage project's steps ordering
- Trainings can be illustrated and richly described
- Project sharing on social networks
- Reminders before a reservation happens
- Ability for users to subscribe at information letters
- Organizational profiles
- SSO field data mapping
- Application's version display
- Statistics about Machine and Trainings will display the number of tickets/hours available on the selected period, and not just the booked ones
- Export statistics to Excel
- RSS feeds for projects and events
- Various improvements
- Various bug fixes
Please see the change log for more details.
TODO DEPLOY
rake fablab:es_build_availabilities_index
rake fablab:es_add_event_filters
bundle install
andrake db:migrate
EXCEL_DATE_FORMAT
,ALLOWED_EXTENSIONS
andALLOWED_MIME_TYPES
environment variables must be added
AVAILABLE HELPERS
rake fablab:fix:assign_category_to_uncategorized_events
will put every non-categorized events (due to an old bug) into a new category called "No Category". This not required but this is designed to ease the re-categorization of these events.
Release 2.3.1
- Fix a critical bug in JSON API
Please see the change log for more details.
Release 2.3.0
- Public API
- Various optimisations & minor changes
- Fix a bug when deploying 2.2.0+ to PostgreSQL
- Rake task to fix data inconsistency in database (1)
Please see the change log for more details.
TODO DEPLOY
bundle install
andrake db:migrate
- (1)
bundle exec rake fablab:fix:reservations_not_existing_reservable
Release 2.2.2
- Various bug fixes (SSO, Statistics)
- Category is now required when creating an event
Please see the change log for more details.
Release 2.2.1
- Optimize statistics tables
- Various bug fixes
Please see the change log for more details.
Release 2.2.0
- Add a plug-ins system
- User's profile reviewed
- Pages load optimizations
Please see the change log for more details.
TODO DEPLOY
- Regenerate the theme stylesheet (easy way: Customization/General/Main colour -> "Save")
bundle install
andrake db:migrate
Release 2.1.2
- Fix a problem with google analytics
Please see the change log for more details.
Release 2.1.1
- Two bug fixes
Please see the change log for more details.