Product news and other information from the developers of Portfolio.
Showing 26 - 30 of 141
-
Today's update (d75be48) brings with it the following changes:
Security issues
- Operating system of all servers upgraded to Ubuntu 18.04. This was part of a larger process to migrate away from the soon-to-be unsupported Ubuntu 14.04 version.
Bugfixes
- Fixed a race condition in the wav2mp3 request handler that could sometimes cause the playback of voice recordings to not play back on the initial attempt.
-
Improved database backup solution
Today's update (a195d1b) brings with it the following backend changes (no user-facing changes were added in this update):
Performance improvements
- The database backup solution has been changed from a logical to a physical backup, decreasing page load while the backup is running.
Enhancements
- It is now possible to do point-in-time recovery of the database in case of disasters.
- Testing of template functions was improved.
- Diminished backend logging from ffmpeg when generating video thumbnails.
-
Fixed server errors on delete_quiz and increased thumbnail timeouts
Today's hotpatch (3b3bbbc) includes these changes:
Performance improvements
- Increased number of BlobMachine workers. Should allow fetching of more blobs concurrently.
Bugfixes
- It was not possible to remove your saved or sent answers because the
delete_quiz
request handler was generating an internal server error. This should now be fixed.
- Increased timeout for
thumbnail
and avatar
request handlers to 30 seconds, to avoid timeout issues on large video objects.
-
Fixed thumbnail generation issues, accessibility issues and more
Today's update (e359913) brings with it the following changes:
Performance improvements
- Fixed issue with thumbnail request handler sometimes crashing when generating thumbnail from an image object.
- Changed thumbnail request handler to only ever request a single frame when generating thumbnail from a video object. It still crashes when trying to generate thumbnail from incompatible video objects.
Enhancements
- The font size in the TinyMCE text editor has been changed from 10px to 12px for better readability.
- Refactored a lot of request handlers, ensuring more consistent code. There is a small risk of regressions. Please report any unexpected behavior.
- Performance statistics are now logged in a common format, ensuring consistency with other applications. The old JSON format is no longer used.
Bugfixes
- Added missing alt attribute on MP4 video objects, improving accessibility.
- Fixed an issue where alt and title attributes weren't rendered on thumbnails if the value was the empty string or the value
0
.
- The template function
get_group_member_count()
now properly returns an array, even when the array contains only a single item.
- Fixed wrong documentation on several request handlers.
-
Fix password-changing issue and other bugs
Today's update (b33e7c9) brings with it the following changes:
Security issues
- An issue preventing users without impersonate permission (almost everyone) from changing their own password was fixed.
Performance improvements
- When trying to render a thumbnail for an unsupported file format or broken file, the web worker process generating that image would exit early because of a PIPE signal, potentially triggering overload on that web worker node. It could also happen when transcoding wave audio files to MP3. These error conditions should no longer cause unexpected web worker process exits.
- A lot of database refactoring has been done, some of it improving performance in certain situations.
Enhancements
- Improved language in messages related to password reset and user account deletion procedures.
- The amount of inactive users deleted is now increased from 5% to 40% each time the job is run. This should ensure inactive users are deleted faster.
- Improved automatic test coverage, giving better protection against regressions.
- Refactored a lot of request handlers to use newer coding style. This should allow us to remove unused, old code eventually.
Bugfixes
- In the My students report the dropdown group filter and the filter textbox wasn't always synchronized. Now, whenever one of them is used, the other is reset to avoid confusion. Only one of them can be used at the time. In addition, if you use the back browser button to navigate back to the page, the previous settings are put back. This information is stored in a cookie for 30 minutes.
- Fixed an issue in report_score template function, where passing an empty string where a UUID is needed would trigger an error.
- Fixed an issue in list_account_registrations request handler, where users with an unknown created timestamp wouldn't show up in reports. This should now be fixed.
- In the avatar template function, if it was called without a size value, a warning was emitted. This is now fixed.
- Avoid warning being emitted if object without created or updated timestamp is rendered.
Showing 26-30 of 141