-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.7.1 RC1 #5760
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release 7.7! 🎉
We were encountering an issue where adding a new playlist from the dropdown menu would insert the new playlist's name into the list multiple times. This was caused by the `.add_new_playlist_option()` function being triggered every time the Add to Playlist menu was opened. This caused the event listener that updates the dropdown list to be added every time the menu opened, causing the duplication we were seeing. Moving the function call out of the parent event listener so it only runs once fixes the issue.
Reduce player icon size
Add collection_id to media_object JSON response
Enable action buttons on item page only when player is fully loaded
Support positional URLs for playlist items
Optimize collection media object counts
Correctly convert count result array into hash
Skip validation and log files with improper mime types
…ri_ss on IndexedFile objects, respect reindex limit, specifying number of parallel threads
Fixes and improvements to the reindexing script
Set content_type explicitly based on file extension
Also includes a change to the test for readability
Convert SRT to VTT captions for cosumption into Video.js
* Reduce Video.js icon size for mobile devices to 90% * Adjust audio player height to match font-size
Disable create thumbnail button for audio items
Allow fuzzier searching on playlist titles
Remove captions from HLS manifest
Latest code from Ramp
Set caption language to system default when migrating
Update dependencies for security warnings
…e imprecise mediainfo duration
Set duration of MasterFile from ActiveEncode instead of relying on the imprecise mediainfo duration
Ramp build for Avalon 7.7.1
SME build with fixes for 7.7.1
Bump version to prepare for 7.7.1 release
masaball
reviewed
Apr 1, 2024
Use released version of iiif_manifest
masaball
approved these changes
Apr 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge of develop to staging for testing before release to 7.7.1