v6.3.1
[6.3.1] - 2025-01-22
-
This update prepare your installation to get the 6.4.0 new ontology definition.
It is mandatory to add the tldontology
to yourDEDALO_PREFIX_TIPOS
config values and update your Ontology afterwards. -
This update moves the
qdp
definition totch
If you haveqdp
tld defined in your configuration file, this update will move your data to the standardtch
model.
Review your config definition before run the update, is mandatory to add the tldtch
to yourDEDALO_PREFIX_TIPOS
config values and update your Ontology afterwards. -
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 inportalize_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
totch
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
totch
update using the move data definitions. - Add
qdp
matrix tables movement, frommatrix_list
tomatrix_hierarchy
- Add
qdp
changes for move data totch
- Add transform sets section from
qdp
totch
. Is deprecated but, right now is necessary use it to be compatible with diffusion model. Move it totch
when it will ready. - Add some comment to update process of
qdp
totch
model. - Added
Other codes
portal toqdp
to `tch transformation map. - Change the download code file name to be compatible with the 6.4.0 code file name.