Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Releases: YaleSTC/reservations

v3.4.8

27 Oct 06:24
Compare
Choose a tag to compare

Resolved an issue where the links in the request e-mails were broken (#1017) and added markdown formatting to announcements (#1027). Also moved the e-mail link hostname setting back to the environment files.

v4.0.0-beta

12 Oct 14:12
Compare
Choose a tag to compare
v4.0.0-beta Pre-release
Pre-release

This major release includes the following changes:

  • Upgrade to Rails 4.1
  • Significant refactoring of ReservationsController
  • Significant refactoring of JavaScript code

It has not been significantly tested and is not recommended for use in production. For a full list of changes, please consult the Changelog.

v3.4.7

08 Oct 22:01
Compare
Choose a tag to compare

This release staggers the cron jobs created by the whenever gem to be tied to the minute they are created. This prevents multiple instances on the same server from overloading the CPU every hour.

v3.4.7-rc1

08 Oct 01:29
Compare
Choose a tag to compare
v3.4.7-rc1 Pre-release
Pre-release

This release adds code to schedule.rb to stagger cron jobs when multiple instances of Reservations are running on the same server.

v3.4.6

03 Oct 03:50
Compare
Choose a tag to compare

Actually finally fixed e-mail links (see #868).

v3.4.5

23 Sep 02:46
Compare
Choose a tag to compare

Fixed issues w/ e-mails (#868, #948), negative catalog availabilty (#982), and resolved some security issues (#966). Hopefully the final maintenance release of v3.4.

v3.4.5-rc1

21 Sep 20:18
Compare
Choose a tag to compare
v3.4.5-rc1 Pre-release
Pre-release

Draft release of v3.4.5.

v3.4.4

02 Sep 18:06
Compare
Choose a tag to compare

This point release adds an email sent to admins when a new request is created (#944) and improves the custom request prompt (#945).

v3.4.4-rc1

02 Sep 11:53
Compare
Choose a tag to compare
v3.4.4-rc1 Pre-release
Pre-release

This release adds request e-mails and fixes the request prompt; it should be the only pre-release for v3.4.4.

v3.4.3

01 Sep 01:09
Compare
Choose a tag to compare

This point release includes a number of bug fixes and allows admins to both import a list of equipment as well as set a custom reservation request prompt. For the full list of changes please consult the changelog.