LDEV-3982: Prevent complex outputs from being used as branching conditions. Remove complex outputs from suggestions when creating branching conditions. Fix labels.
LDEV-3971: Remove pointless synchronisation from Java methods. It would not work in multi-node environment anyway. Focus on DB transactions. General clean up and formatting.
LDEV-3775: Bootstrap authoring and monitor. A couple of the secondary screens in monitor have been rationalised to reduce mouse clicks and to reuse existing screens.
LDEV-3779: Name parameters must be straight after the tool_session join, and not after the notebook entry join, or the user name parameters are ignored in the sql query.
LDEV-3779: Name parameters must be straight after the tool_session join, and not after the notebook entry join, or the user name parameters are ignored in the sql query.
LDEV-3660: Remove export potfolio resources: Java classes, JPS, DB entries and labels. Remove localLinkPath attribute from CSS tag as it was only used for export portfolio.
LDEV-3629: Limit length of columns as "the effective maximum length of a VARCHAR is subject to the maximum row size (65,535 bytes, which is shared among all columns)".