Skip to content

v6.3.1

Compare
Choose a tag to compare
@renderpci renderpci released this 22 Jan 16:24
· 984 commits to master since this release

[6.3.1] - 2025-01-22

  1. This update prepare your installation to get the 6.4.0 new ontology definition.
    It is mandatory to add the tld ontology to your DEDALO_PREFIX_TIPOS config values and update your Ontology afterwards.

  2. This update moves the qdp definition to tch
    If you have qdp tld defined in your configuration file, this update will move your data to the standard tch model.
    Review your config definition before run the update, is mandatory to add the tld tch to your DEDALO_PREFIX_TIPOS config values and update your Ontology afterwards.

  3. This version is the last version compatible with the v5 schema. Next version will remove the upgrade compatibility with v5.

Bug Fixes

  • Fix missing descriptor save in ontology v5 editor
  • Fix wrong type in transform_data::set_move_identification_value from array to object
  • Fix nullable error in `component_relation_index::get_references_to_section
  • Save the time_machine data from previous portal correctly in portalize_data process

Features

  • [breaking] change the way to update code. RSYNC is not longer used. Now, a clean install and a backup of the old version in the backups directory (outside of httpdocs) is done.
  • Add move_to_portal widget, used to move data from a section to other section called by a portal.
  • Add move_to_table widget, it will use to move data between matrix tables.

Miscellaneous Tasks

  • Add version to test unit bootstrap
  • Fix CSS issues with line height
  • Transform map from qdp to tch files.
  • Add move_locator widget CSS
  • Add move_data_between_matrix_tables method used to move data between matrix table with a .json definition.
  • Add qdp to tch update using the move data definitions.
  • Add qdp matrix tables movement, from matrix_list to matrix_hierarchy
  • Add qdp changes for move data to tch
  • Add transform sets section from qdp to tch. Is deprecated but, right now is necessary use it to be compatible with diffusion model. Move it to tch when it will ready.
  • Add some comment to update process of qdp to tch model.
  • Added Other codes portal to qdp to `tch transformation map.
  • Change the download code file name to be compatible with the 6.4.0 code file name.