Skip to content

UniTime 4.8 build 213

Choose a tag to compare

@tomas-muller tomas-muller released this 13 Aug 07:04
· 583 commits to master since this release

Course Timetabling

Instructional Offering Cross Lists

  • Fixed a Hibernate exception when removing a course from a cross-list that has some advisor course recommendations.
  • Likely caused by the latest Hibernate upgrade (to version 6.6).

Multiple Class Setup

  • Fixed a Hibernate exception that is sometimes thrown when deleting two or more classes in a parent-child relation.
  • Likely caused by the latest Hibernate upgrade (to version 6.6).

Administration

Authentication & Authorization: User Name

  • Added an ability to use the student's name from the most recent applicable active academic session as the user name.
    • Enable by setting unitime.authorization.preferStudentName to true (defaults to false).
  • Added an ability to customize user name format by setting unitime.authorization.userNameFormat, defaults to last-first-middle.

Data Exchange: Course Offering XML Import

  • Removed a Hibernate session refresh that was occasionally causing the import to fail after the Hibernate upgrade to version 6.6.

Student Groups, Solver Parameters

  • Corrected the Export CSV/PDF when the filter is set to All.

Roll Forward Session: Roll Exam Configuration Data

  • Fixed the QueryTypeMismatchException when checking for an existing examination period.