Skip to content

V5.9.6

Compare
Choose a tag to compare
@renderpci renderpci released this 19 May 20:17
· 21 commits to v5 since this release

Maintenance and security update.

IMPORTANT: Now the master branch has the v6 code, if you sync your v5 installation with git, you can continue to use the v5 branch, but do not use the master branch (unless you want to upgrade to v6 :) ).

Additions

  • Added saml error log notification to improve debug
  • Added component_autocomplete_hi get_diffusion_value options ($option_obj->parent_section_tipo)) to allow filter dato locators by section tipo (see isad87 properties)
  • Added relation_list->get_difusion_value related case to manage deep path resolutions. See properties case mdcat4338
  • Added !! operator to find duplicated records in rsc85 and rsc86.
  • Added indexing to rsc85 and rsc86 when search to duplicates.

Fixes

  • Fixed autologin issue where sometimes window location was not set correctly if no full path is set (including /index.php)
  • Fixed BOM header in UTF8 at import .csv files
  • Fixed errors in diffusion value calculation in custom->related mode (relation_list->get_difusion_value) see mdcat4338 case
  • Fixed tool_upload error where component was saved on every chunk. Now only non chunked files uploads will be logged and saved to prevent DDBB overload

Updates

  • Updated swagger file version 1.0.25 to 1.0.26
  • Updated ontology. Improved term edition inline

Changes

  • Changed update_dedalo_code method from file_get_contents to curl_request to unify proxy management in request