5.6.2
hirokiterashima
released this
01 Dec 00:59
·
4665 commits
to master
since this release
Major changes
- Implemented tracking changes to project.json with JGit #970
- Allow special characters in passwords. #949
- Added JUnits to TravisCI build #995
- Fixed a bug in preview where a custom completion criteria would not be immediately satisfied. #1021
- Fixed W4 CM max score change not saving bug #1006
Minor changes
- Fixed WebSocket NPE when author logs out of AT #898
- Concept Map Component: Fixed a problem with the Submit button not being re-enabled when the student changes a link type. #1015
- Updated project showcase on the WISE homepage to order projects by ID descending (newest first)
- Remove uploaded zip file after uncompressing. #821.
- Created script to automate version bumping. #962.
- Updated karma dependencies. #1013
- Added-back test for creating users with the same username. #1020
- Commit will now abort when there are updated translation files during pre-commit hook. #1005
- Added mouse over plot lines to the Graph component
- Authoring Tool: Moved the advanced authoring buttons to the same row as the back button. #975
- Code Improvements
- Refactored TeacherAccountController #985
- Cleaned up pom.xml and web.xml formatting #991
- Refactored ProjectService.previewProject() #998
- Removed checking for instance of teacher or student user details. #1001
- Refactored StudentIndexController #984
- Removed components/audioRecorder directory #983
- TeacherAccountController.onSubmit: separated long method to one for creating new teacher and one for updating existing teacher. Fixes #985
- Cleaned formatting of wise5/test-unit and wise5/services directory. #960 #961 #981
- Removed unnecessary null-check for result of project.getWiseVersion(). #1000
- FileManager.getProjectFilePath no longer handles null input. #1017