Skip to content

Releases: UMN-LATIS/bluesheet

1.7.2

18 Sep 19:26
0f00b12
Compare
Choose a tag to compare

What's Changed

  • fix: some instructors teaching wrong course by @jxjj in #208
  • fix: courses sometimes disappear when moving in planning mode by @jxjj in #213

Full Changelog: 1.7.1...1.7.2

1.7.1

13 Sep 21:36
0114f77
Compare
Choose a tag to compare

What's Changed

  • scroll to current term on term filter change by @jxjj in #207

Full Changelog: 1.7.0...1.7.1

1.7.0

13 Sep 20:40
196afe7
Compare
Choose a tag to compare

What's Changed

  • fix: instructors with leave not appearing in leave report by @jxjj in #205
  • leave report: add filter for dept employee appt status by @jxjj in #206

Full Changelog: 1.6.2...1.7.0

1.6.2

10 Sep 20:05
3a76665
Compare
Choose a tag to compare

What's Changed

  • fix: wonky positioning of combobox in add member modal by @jxjj in #202

Full Changelog: 1.6.1...1.6.2

1.6.1

09 Sep 18:34
4ee24d3
Compare
Choose a tag to compare

What's Changed

  • fix: Bandaid::getDepartments by @jxjj in #200

Full Changelog: 1.6.0...1.6.1

1.6.0

09 Sep 17:00
5c894a2
Compare
Choose a tag to compare

Updates

  • add phased retirement leave type by @cmcfadden in 93e4f86
  • show all classes for dept instructors in leave report by @jxjj in #197
  • Change "Cancelled" Leave Status to "Deferred" in UI by @jxjj in #195
  • select leave start and end dates from payroll dates by @jxjj in #191
  • Add deptID to leaves api user data by @jxjj in #175
  • sort sections in planning report instructor table by @jxjj in #190
  • denote group managers in roles and members list with a badge by @jxjj in #170

Fixes

  • fix spacing between Show Email List button and Search Icon by @jxjj in #169
  • fix: leaves report whitescreens when given/surname is null by @jxjj in #182
  • fix: some faculty sections not showing if they have the same course number by @jxjj in #183
  • refactor: move course planning page to pages dir by @jxjj in #187
  • make Leave Report filters persist on "back" button by @jxjj in #188
  • fix: null returned from getTerms() by @jxjj in #189
  • fix repeat fetching current user by @jxjj in #192
  • Remove noisy leftovers from #191 by @jxjj in #193
  • Fix regression: some leaves do not appear in leave report (stacked on #193) by @jxjj in #194
  • fix phpdocs for getDeptClassList and getTerms by @jxjj in #196
  • fix: leave remains in edit mode after save by @jxjj in #198
  • fix: leave remains in edit mode after save (stacked on #198) by @jxjj in #199

Full Changelog: 1.5.0...1.6.0

1.5.0

09 May 21:06
61d6a01
Compare
Choose a tag to compare

✨ Features

  • new Dept Leave Count Report (#123)
  • improved impersonation mode (#125)
  • Leave Planning Report can now filter classes by enrollment count (#127)
  • add api endpoint /api/remote/leaves for getting a list of all leaves (for EBF) (#134)
  • "Group Admin" is now called "BlueSheet Manager". (#144)
  • A BlueSheet manager is able do edit leaves, groups, subgroups, and view/plan courses for any group they manage. Global admin permissions aren't needed.
  • Edit Group page now has sticky Save button and a tidier form #167 #168

🔧 Fixes

  • fix: user page not rendering for some users (#131)
  • fix: leaves planning report doesn't always show newly created leaves because of cache (#141)
  • fix: error handling when looking up users that don't exist #142
  • fix: cancelling a new leave by @jxjj in #145
  • fix: saving group when an artifact's url causes error #162
  • fix: long role names in dropdown wrap instead of truncate #163
  • fix: add member modal on edit group page can sometimes error because name input isn't cleared #165
  • fix: when editing a group, users no longer see parent group options for groups they don't manage #166

Full Changelog: 1.4.1...1.5.0

1.4.1

14 Mar 14:23
Compare
Choose a tag to compare

What's Changed

  • update vitepress build by @jxjj in #115
  • fix: instructors don't appear if they aren't official members of a dept by @jxjj in #117

Full Changelog: 1.4.0...1.4.1

1.4.0

12 Mar 14:42
32345a3
Compare
Choose a tag to compare

What's Changed

  • hide eligibility label on user page if no eligibility by @jxjj in #63
  • Confirm Leave deletion by @jxjj in #64
  • Fix: autocomplete clicking in safari by @jxjj in #67
  • Scheduling Report: differentiate full and partial sabbatical eligibility by @jxjj in #68
  • make umndid unique by @cmcfadden in #66
  • Scheduling Report viewer can choose TA or PI roles for report by @jxjj in #74
  • Add scheduling report courses view by @jxjj in #75
  • Adds page titles for group, user, and role pages by @jxjj in #76
  • Add artifacts to leaves by @jxjj in #77
  • Add info about setting up BandAid to Readme by @jxjj in #78
  • Add course planning to for group admins to tentatively schedule instructors by @jxjj in #79
  • reduce ldap cache time to 5m by @jxjj in #82
  • permit all future terms to be plannable by @jxjj in #83
  • Fix only course sections not showing up by @jxjj in #85
  • Improve drag and drop performance on course sections table by @jxjj in #86
  • Add course planning functionality to Courses Tab on Leaves Scheduling Report by @jxjj in #97
  • Fix sorting on Group page and some reports by @jxjj in #98
  • Update to Laravel 10 by @jxjj in #100
  • fix sorting in Person table in course planning by @jxjj in #105
  • Scheduling Report: Rename to "Faculty Leaves Planning Report" by @jxjj in #107
  • Fiscal Report page refers to non-existant "show email list" button by @jxjj in #108
  • Add role with name in Gantt view by @jxjj in #109
  • Layout for Leave Artifacts broken by @jxjj in #110
  • course planning: permit users to schedule faculty for completely new courses by @jxjj in #104
  • Download Faculty Leaves Planning Report tabs as spreadsheet by @jxjj in #113

Full Changelog: 1.3.0...1.4.0