LDEV-3263 Allow altering exported XML using only class namesIt allows XML doc manipulation even if current project (for exampleCommon) is not aware of another project's classes (for example someTool)
LDEV-4472 Fix Javascript error on accessing a Grouping activitySince <i name="ui-${user.userId}" class="fa fa-xsfa-user"></i> <c:out value="${user.firstName}" /> <c:outvalue="${user.lastName}" /> was removed in one of the previous commits,this peace of Javascript also needs to be taken care of.
LDEV-4436 Fixing progress bar cssRemoved 'min-height' parameter as it was causing nav.sidebar to appear larger than its descendant .container-fluid div.Besides, removed box-shadow parameter from .container-fluid as its parent already has it.