LDEV-4367 SASS Used for CSS DevelopmentFirst pass of converting our .css development to use SASS. Autobuild toconvert .scss to .css files has been set up for all projects wheretarget .css files were found. The overall ANT build has been modifiedso the normal build will generate the .css files from .scss files. Thebase variables are defined in lams_build/conf/sccs.
LDEV-4332: Refresh page when a tool websocket gets closed. Re-init Command websocket when it gets closed. Rename websockets in JS code to ensure name uniqueness within the page.
LDEV-4184: "outer-join" attribute in hbm.xml files is deprecated and produces warnings on server start up. Remove entries with "auto" value. Entries with value "true" become fetch=join.
LDEV-4180: Make DB patches produce up-to-date structure during build instead of applying multiple patches. Get rid of unnecessary tables and keys. Modify boolean columns to tinyint(1) Simplify patches where possible.