Skip to content

V5.9.4

Compare
Choose a tag to compare
@renderpci renderpci released this 01 Feb 18:44
· 13386 commits to master since this release

Maintenance and security update.

Additions

  • Added default_section for users to go specific section after login.
  • Added time frame selection into user, component_info users_activity date range selection.
  • Added component_autocomplete diffusion value control of 'is publishable'
  • Added limit concurrent uploads to tool_import_files_dcnav
  • Added limit concurrent uploads to tool_import_files

Fixes

  • Fixed compatibility issues (tool_upload and ffmpeg class)
  • Fixed search parse_search_query_object error were count fails where JOIN is used inside window frame query
  • Fixed tool_diffusion error were databases did not locate databases alias
  • Fixed component_json error when no value is available from component. Now, null is returned instead of error.
  • Fixed redundancy data in class ontology->get_children_recursive when section is virtual

Changes

  • Changed deprecated PHP method 'utf8_encode' to mb_convert_encoding alternative on read_csv_file_as_array method (tool_common)
    Cleanup Ontology code
  • Changed to check tm permissions to show or hide tm_list and component_history in inspector

Deleteions

  • Removed unnecessary 'htmlspecialchars' conversion in tool_export that cause html chars into csv files
  • Removed tool_import_files limitConcurrentUploads param that block normal uploads when value is more than 1 (tool_import_files_dcnav too)