|
2 | 2 | * This file will be updated whenever a new release is put into production.
|
3 | 3 | * Any problems should be reported via the "report an issue" link in the footer of the application.
|
4 | 4 |
|
| 5 | + |
| 6 | +## v5.2.0 - 2015-04-13 |
| 7 | +### Fixed |
| 8 | +* Refactored qualifications logic from catalog views ([#980](https://github.com/YaleSTC/reservations/issues/980)). |
| 9 | +* Fixed broken pdf uploads on Firefox ([#1016](https://github.com/YaleSTC/reservations/issues/1016)). |
| 10 | +* Fixed user import for CAS and LDAP users ([#1094](https://github.com/YaleSTC/reservations/issues/1094)). |
| 11 | +* Rails Admin can now manipulate all important models in the database ([#1122](https://github.com/YaleSTC/reservations/issues/1122)). |
| 12 | +* Re-added links to flash messages ([#1124](https://github.com/YaleSTC/reservations/issues/1124)). |
| 13 | +* Fixed broken checkout / checkin procedures ([#1139](https://github.com/YaleSTC/reservations/issues/1139)). |
| 14 | +* 3rd party assets were moved to a separate directory ([#1142](https://github.com/YaleSTC/reservations/issues/1142)). |
| 15 | +* Application config settings now pre-check for existing configuration to prevent crashes when the configuration isn't initialized ([#1144](https://github.com/YaleSTC/reservations/issues/1144)). |
| 16 | +* EquipmentModels with uploaded documentation no longer crash ([#1181](https://github.com/YaleSTC/reservations/issues/1181)). |
| 17 | +* Banned users can no longer have reservations created for them or equipment checked out to them ([#1185](https://github.com/YaleSTC/reservations/issues/1185)). |
| 18 | +* Fixed broken view on equipment model import ([#1192](https://github.com/YaleSTC/reservations/issues/1192)). |
| 19 | + |
| 20 | +### Added |
| 21 | +* Added flash error when trying to access non-existent records ([#927](https://github.com/YaleSTC/reservations/issues/927)). |
| 22 | +* Added pending reservations table to equipment model view ([#987](https://github.com/YaleSTC/reservations/issues/987)). |
| 23 | +* Added table of equipment models to the category show view and improved the equipment model index table for admins ([#1009](https://github.com/YaleSTC/reservations/issues/1009)). |
| 24 | +* Added a [guide](https://github.com/YaleSTC/reservations/blob/master/CONTRIBUTING.md) for contributing to Reservations ([#1056](https://github.com/YaleSTC/reservations/issues/1056)). |
| 25 | +* Added more information to the EquipmentModel index page for checkout persons ([#1082](https://github.com/YaleSTC/reservations/issues/1082)). |
| 26 | +* Allowed switching between password and CAS authentication ([#1106](https://github.com/YaleSTC/reservations/issues/1106)). |
| 27 | +* Allowed users to be "remembered" when using password authentication ([#1109](https://github.com/YaleSTC/reservations/issues/1109)). |
| 28 | + |
| 29 | +### Changed |
| 30 | +* Added new logo and default favicon ([#194](https://github.com/YaleSTC/reservations/issues/194)). |
| 31 | +* Completely overhauled user emails ([#665](https://github.com/YaleSTC/reservations/issues/665), [#938](https://github.com/YaleSTC/reservations/issues/938)). |
| 32 | +* Renamed EquipmentObjects to EquipmentItems ([#1081](https://github.com/YaleSTC/reservations/issues/1081)). |
| 33 | +* Removed links to EquipmentItems index page because of performance issues ([#1082](https://github.com/YaleSTC/reservations/issues/1082)). |
| 34 | +* Removed seed script gems from default group in Gemfile ([#1165](https://github.com/YaleSTC/reservations/issues/1165)). |
| 35 | + |
| 36 | + |
5 | 37 | ## v5.1.0 - 2015-02-23
|
6 | 38 | ### Fixed
|
7 | 39 | * Calendar views no longer overflow on some browsers ([#846](https://github.com/YaleSTC/reservations/issues/846)).
|
|
133 | 165 | * Replaced Airbrake with Party Foul ([#501](https://github.com/YaleSTC/reservations/issues/501)).
|
134 | 166 | * The first user is now created as a superuser ([#753](https://github.com/YaleSTC/reservations/issues/753)).
|
135 | 167 |
|
| 168 | +## v3.4.9 - 2015-03-16 |
| 169 | +### Fixed |
| 170 | +* Banned users can no longer have reservations created for them or equipment checked out to them ([#1185](https://github.com/YaleSTC/reservations/issues/1185)). |
| 171 | + |
136 | 172 | ## v3.4.8 - 2014-10-26
|
137 | 173 | ### Fixed
|
138 | 174 | * Fixed an issue where links in the request e-mail were broken ([#1017](https://github.com/YaleSTC/reservations/issues/1017)).
|
|
0 commit comments