classroombookings

The open source hassle-free room booking system for schools

AGPL-3.0 License

Stars
168
Committers
6

Bot releases are hidden (Show)

classroombookings - v2.8.6

Published by craigrodway about 1 year ago

[2.8.6]

  • Fixes a dependency path issue with 2.8.5.

[2.8]

  • Added Schedules feature [docs]

[2.7]

  • Added Room Groups feature [docs]
  • Added ability to set a custom order for Rooms and Groups.
  • Changed Room and Date filter widgets on Bookings page.
classroombookings - v2.8.5 Latest Release

Published by craigrodway about 1 year ago

[2.8]

  • Added Schedules feature [docs]

[2.7]

  • Added Room Groups feature [docs]
  • Added ability to set a custom order for Rooms and Groups.
  • Changed Room and Date filter widgets on Bookings page.
classroombookings - v2.6.4

Published by craigrodway about 2 years ago

Full Changelog: https://github.com/craigrodway/classroombookings/compare/v2.6.3...v2.6.4

[2.6.4] 2022-07-22

Fixed

  • Issue where a user with no department creating multiple single bookings would result in no bookings being created.
classroombookings - v2.6.3

Published by craigrodway over 2 years ago

Full Changelog: https://github.com/craigrodway/classroombookings/compare/v2.6.2...v2.6.3

[2.6.3] 2022-06-29

Fixed

  • Issue where Session calendar might not display the last month, depending on start/end date of Session.
classroombookings - v2.6.2

Published by craigrodway over 2 years ago

Full Changelog: https://github.com/craigrodway/classroombookings/compare/v2.6.1...v2.6.2

Fixed

  • Bookings Grid display issues in Firefox - cells should now all be the same size.
classroombookings - v2.6.1

Published by craigrodway over 2 years ago

Full Changelog: https://github.com/craigrodway/classroombookings/compare/v2.6.0...v2.6.1

Fixed

  • Issue when creating a recurring booking with no user selected.
classroombookings - v2.6.0

Published by craigrodway over 2 years ago

Full Changelog: https://github.com/craigrodway/classroombookings/compare/v2.5.0...v2.6.0

Added

  • Sessions feature, to replace Academic Years. Create as many as you need and switch between them.
  • Settings: Option to set timezone.
  • Users page: Search filter.
  • Dashboard: improved interface for teacher users.
  • Bookings: Multiple selection mode.
  • Bookings: Preview recurring bookings.
  • Bookings: View detailed information for bookings.
  • Bookings: View reasons when rooms/periods are unavailable.
  • Bookings: Edit or Cancel individual instances of recurring bookings.
  • Bookings: Ability for users to switch between Sessions.

Changed

  • Bookings section overhauled with many new features.
  • Timetable Weeks: these are now configured within each Session.
  • Holidays: These are now configured within each Session.
  • Timetable Weeks: improved colour picker widget.

Fixed

  • Timetable weeks: now have a default colour, instead of none at all.
classroombookings - v2.5.0

Published by craigrodway over 2 years ago

Added

  • Room Access Control feature - set visibility of each room to specific Users or Departments.

Changed

  • Updated sizing for Date Picker widget.
  • Added cache-busting query strings to JS/CSS assets.

Fixed

  • Issue with loading override language entries from database.
classroombookings - v2.3.2

Published by craigrodway almost 4 years ago

Fixed

  • Issue saving school details when an error occurs.
classroombookings - v2.3.1

Published by craigrodway almost 4 years ago

Fixed

  • Issue when saving school details when an error occurs.
classroombookings - v2.4.1

Published by craigrodway almost 4 years ago

Fixed

  • Potential SQL security issue when importing users from CSV file.
classroombookings - v2.4.0

Published by craigrodway almost 4 years ago

Added

  • Support for setting a custom message to appear on the login page.
  • Support for controlling the visibility of booking user details to other users.

Changed

  • Improvements for back/next navigation between days; will now skip days that don't have any periods.
classroombookings - v2.3.0

Published by craigrodway almost 4 years ago

Added

  • Support for LDAP authentication.
  • Support for language line overrides in the database.

Changed

  • General javascript tidy-up and library updates.
  • New style of room information popup on Bookings pgae.

Fixed

  • Removed erroneous debugging output from Weeks model.
classroombookings - v2.3.0-beta.2

Published by craigrodway over 4 years ago

⚠ This is a beta release which mainly contains updates to the experimental support for LDAP authentication.

Please follow the usual steps for updating your installation to the latest version (you must replace your application and assets folders - i.e. delete existing ones and add the new ones).

Then head to the 'Authentication' page at the bottom of the dashboard to get started.

Please report any issues on GitHub, Twitter or Facebook. Thanks! 🙌

Notable changes in this release:

beta.1

  • LDAP authentication support.
  • Updated system-wide javascript libraries: removed legacy code and added Unpoly.
  • New sidebar drawer for displaying room info.
  • Updated CodeIgniter framework to 3.1.11 (and a patch to work around some DB config changes).

beta.2

  • LDAP authentication: added configurable field for Bind DN Format (which replaces 'User attribute') so you can specify exactly how the bind is made.
  • LDAP testing: show the actual LDAP bind error when unsuccessful.
classroombookings - v2.3.0-beta.1

Published by craigrodway over 4 years ago

⚠ This is a beta release which mainly contains experimental support for LDAP authentication.

Please follow the usual steps for updating your installation to the latest version (replace application and assets folders), then head to the 'Authentication' page at the bottom of the dashboard to get started.

Please report any issues on GitHub, Twitter or Facebook. Thanks! 🙌

Notable changes in this release:

  • LDAP authentication support.
  • Updated system-wide javascript libraries: removed legacy code and added Unpoly.
  • New sidebar drawer for displaying room info.
  • Updated CodeIgniter framework to 3.1.11 (and a patch to work around some DB config changes).
classroombookings - v2.2.0

Published by craigrodway over 4 years ago

Added

  • New settings page for additional settings.
  • New setting for 'maximum active bookings': specify how many active bookings a user can have at one time.
  • Date and Time display formats on Bookings page can now be customised.
  • License details.

Changed

  • Updated icons to better quality PNG format.

Fixed

  • Issue where bookings on Sundays were not being displayed.
classroombookings - v2.1.3

Published by craigrodway over 4 years ago

Fixed

  • Fixed another situation where existing bookings were being detected incorrectly.
classroombookings - v2.1.2

Published by craigrodway almost 5 years ago

Fixed

  • Fixed previous fix for database detection during installation which affected post-install.
classroombookings - v2.1.1

Published by craigrodway almost 5 years ago

Fixed

  • Fixed issue where Install page wouldn't load/would display errors when trying to load database.
classroombookings - v2.1.0

Published by craigrodway almost 5 years ago

Introducing the new 'Maintenance Mode' feature.

When eabled, Maintenance Mode prevents Teacher user accounts from viewing and making changes to bookings. The message can be customised, and will be displayed at the top of all pages.

Added

  • Added a new section to the School Details settings page to manage Maintenance Mode.

Fixed

  • Fixed an issue with one of the database migrations that might occur when updating from a pervious version.
Badges
Extracted from project README
License: AGPLv3 Twitter Follow