-
Notifications
You must be signed in to change notification settings - Fork 189
Comparing changes
Open a pull request
base repository: UniTime/unitime
base: master
head repository: cput-it-advdip/unitime
compare: master
- 18 commits
- 59 files changed
- 1 contributor
Commits on Feb 11, 2025
-
Examination Solver: Duplicate Instructor Fix
- avoid issues with having the same instructor listed two times on the same exam (under different departments) - was causing Null exception during solver unassignment
Configuration menu - View commit details
-
Copy full SHA for 6afdfdf - Browse repository at this point
Copy the full SHA 6afdfdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a1884 - Browse repository at this point
Copy the full SHA 23a1884View commit details
Commits on Feb 13, 2025
-
Course Timetabling Solver: Exact Times
- do not allow for a date pattern & exact time combination that has no meetings
Configuration menu - View commit details
-
Copy full SHA for 6b7bc8c - Browse repository at this point
Copy the full SHA 6b7bc8cView commit details
Commits on Feb 18, 2025
-
- fixed an array index out of bounds when generating the room availability thumbnail icons in some instances
Configuration menu - View commit details
-
Copy full SHA for f5624ae - Browse repository at this point
Copy the full SHA f5624aeView commit details
Commits on Feb 26, 2025
-
UpdateSequencesFromXml: UniTime 4.8
- changed the script to work with UniTime 4.8 (individual hbm.xml files are no longer used/listed in the Hibernate config file) - added IF EXISTS in the drop sequence command
Configuration menu - View commit details
-
Copy full SHA for c149639 - Browse repository at this point
Copy the full SHA c149639View commit details
Commits on Feb 28, 2025
-
- to reduce query logging, the following calls have been changed to be logged only when there is an exception IsSessionBusyRpcRequest ServerTimeZoneRequest MenuRpcRequest PageNameRpcRequest SessionInfoRpcRequest UserInfoRpcRequest VersionInfoRpcRequest GetQueueTableRpcRequest SolverLogPageRequest - these are very quick calls with no or very little parameters called either on every single page, or periodically when a page is opened
Configuration menu - View commit details
-
Copy full SHA for 7488913 - Browse repository at this point
Copy the full SHA 7488913View commit details
Commits on Mar 6, 2025
-
- added some basic Eclipse settigns in an attempt to avoid thousands of errors and warnings when the project is opened in Eclipse
Configuration menu - View commit details
-
Copy full SHA for 4988130 - Browse repository at this point
Copy the full SHA 4988130View commit details
Commits on Mar 7, 2025
-
Online Student Scheduling Dashboard: Student PIN
- on the Students tab, show student PINs for students that have their PIN released - allow admins and/or advisors to release/suppress student PINs (Student Scheduling Can Release Pin permission needed) - for students that do not have PIN filled in, added a custom interface for populating student PINs (unitime.custom.StudentPinsProvider property)
Configuration menu - View commit details
-
Copy full SHA for 483b285 - Browse repository at this point
Copy the full SHA 483b285View commit details -
- added student PIN and PIN released flags in the student and course requests XML imports and exports - Student XML: added pin and pinReleased attributes to the student element <student externalId="1002" firstName="Brian" lastName="Student" email="[email protected]" pin="FBA9D8" pinReleased="true"> - Requests XML: added pin element under updateDemographics with value and released attributes <updateDemographics> <name first="Brian" last="Student"/> <pin value="FBA9D8" released="false"/> ... </updateDemographics>
Configuration menu - View commit details
-
Copy full SHA for e97e17a - Browse repository at this point
Copy the full SHA e97e17aView commit details -
Online Student Scheduling: Student PIN
- added a simple custom PIN provider, returning the first 7 characters of the MD5 hash of the student's external id - to enable, set unitime.custom.StudentPinsProvider=org.unitime.timetable.onlinesectioning.custom.test.MD5StudentPinProvider
Configuration menu - View commit details
-
Copy full SHA for a09c4c5 - Browse repository at this point
Copy the full SHA a09c4c5View commit details -
Online Student Scheduling: Student PIN
- fixed API logging for pin-release action
Configuration menu - View commit details
-
Copy full SHA for c92be9a - Browse repository at this point
Copy the full SHA c92be9aView commit details -
Online Student Scheduling: Student PIN
- fixed the Maven compilation issue for the test MD5StudentPinProvider
Configuration menu - View commit details
-
Copy full SHA for 9f3c55c - Browse repository at this point
Copy the full SHA 9f3c55cView commit details
Commits on Mar 12, 2025
-
Online Student Scheduling Dashboard: Student PIN
- More menu: when both Release PIN and Suppress PIN operations are available, do not show a separator in between them
Configuration menu - View commit details
-
Copy full SHA for 92c7e6f - Browse repository at this point
Copy the full SHA 92c7e6fView commit details -
Online Student Scheduling: Student PIN
- MD5StudentPinProvider: use the first 6 digits of MD5-hashed student external id for the PIN
Configuration menu - View commit details
-
Copy full SHA for 3897871 - Browse repository at this point
Copy the full SHA 3897871View commit details -
Event API: Sponsoring Organization
- lookup the sponsoring organization when a sponsoring organization is listed with a name or an email without UniTime's uniqueId - for example: { "eventName": "My Test Event", "eventType": "Special", "eventEmail": "[email protected]", "contact": { "externalId": "100" }, "sponsor": { "name": "Test Org" }, "meetings": [ { "location": { "resourceName": "EDUC 102" }, "meetingDate": "2010-09-14T00:00:00Z", "startSlot": 114, "endSlot": 126 } ] }Configuration menu - View commit details
-
Copy full SHA for 600855f - Browse repository at this point
Copy the full SHA 600855fView commit details
Commits on Mar 24, 2025
-
Events: Sponsoring Organizations
- added an option to make sponsoring organization a mandatory field for special events - enabled by setting unitime.events.sponsoringOrgRequired to true (defaults to false) - when set to true, sponsoring organization must be set when creating a new special event
Configuration menu - View commit details
-
Copy full SHA for 08dcf57 - Browse repository at this point
Copy the full SHA 08dcf57View commit details
Commits on Mar 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dfdde23 - Browse repository at this point
Copy the full SHA dfdde23View commit details
Commits on Mar 26, 2025
-
Timetabling Managers: Short Name
- added an ability to customize the short name format which is used, e.g., in the Last Changes component - can be changed using the unitime.managers.shortNameFormat property, defaults to initial-last
Configuration menu - View commit details
-
Copy full SHA for b0e8c7d - Browse repository at this point
Copy the full SHA b0e8c7dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master