You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to define the constant 'SHOW_DEBUG' before loading the configuration file (useful in unit test)
Add to get the properties when the section is loaded in mode list, the properties need to be the section_list node (to be processed different of edit mode)
Get the view set into the properties of the section in list mode (get the section_list node properties)
Add to grid relation components to get the fields_separator and records_separator define into the request_config - show
Unify the way to define the wrapper of the section to render the same CSS class in the wrapper node in list and edit
Add check if exist the node_body for navigate in section, now sections can have different views and it could has node_body or not
Remove the limit in edit mode of the section, it could have more than 1 record
Add solved mode in section.js
Add mode solved to get the literal of the component when it get_data
Add area_graph as main area
Add render solved mode to section
Performance
Add session_write_close to close the current session and set it as read-only (unblock PHP thread) in dd_api->build_json_rows->search
Refactor
Move filter::get_user_authorized_projects cache from session to file to prevent session blocking. Unified delete_cache_files files prefix calculation
Move component_av get_media_streams calculation form controller to specific API call because it is used only in the player view
Move the classes 'dd_manager' and 'section' to the fixed classes to be loaded (in the loader)