Skip to content

v6.1.1

Compare
Choose a tag to compare
@renderpci renderpci released this 16 Mar 18:09
· 3344 commits to master since this release

Version [6.1.1] - 2024-03-06

Bug Fixes

  • Resolve the infinite loop in subtitles calculation when the transcription has a lots of <br>
  • Label to get the correct lang into section_tab context now it show the correct label in tabs
  • Fix testunit error in component_password_Test class where value was not decoded before use
  • Fix indexation_tool error where self vars was nod defined in active_value and update_active_values methods
  • Add missing 'subtitles' folder creation on dd_init_test
  • Re-enable build_subtitles_file functionality to tool_transcription

Features

  • Add property 'dedalo_version' to download_remote_structure_file master server call data (allows to discriminate which version of Ontology to serve)
  • Add 'tld2' to properties of environment.dedalo_projects_default_langs. This helps to resolve tld2 langs from tld3 like in subtitles case
  • Add dynamic subtitles track event 'updated_subtitles_file_' to component_av in player view

Miscellaneous Tasks

  • Add error checking area_maintenance to detect rsync command failures
  • Remove section call to 'get_total' (count rows) in the build function. It is no longer necessary because paginator makes the call instead.
  • Add paginator opacity transition
  • Unify js class method tr->add_tag_img_on_the_fly tags width and height definitions

Refactor

  • Add paginator 'active_values' to allow scaffolding to be rendered before getting the result from the DB.