LDEV-4721 Change order of changes applied to imported LD XMLFirst we need to change class names, then add/remove fields as otherwiseowner classes would not get recognised.
LDEV-4721 Revert initial tool versionTool version should be bumped only when previous patches have beenmerged into build scripts. This was not such situation. We should keepold tool version and allow patches to execute.
LDEV-4391 Prevent double clicking on Save As and Import buttonsEven though Save button in Save As dialog does not seem to get spinningarrows, it gets disabled straight away and double submit does nothappen. The arrows never get a chance to get rendered as coderesponsible for saving works quickly and calls reset() method on thebutton.
LDEV-4710 Add config setting to enable "Forgot your password?" optionAlso if people try to get to the login page by going to the URLdirectly, we display a 404 error message.
LDEV-4714 Fix parsing of branching in old LDsIt seems that there can be LDs which have no coordinates for branchingat all. Neither old type (xCoord) nor new type (startXCoord). They canstill be rendered, but need to have activities automatically rearranged.
LDEV-4714 Fix SVG generation in authoringSince LD opening in authoring is async now, there was a race conditionbetween opening LD and an attempt to save its thumbnail. Instead ofgoing back to sync solution, a callback was implemented that runs onlywhen LD is already open.
LDEV-4714 Clear overflow of LD access entriesThere is no point in keeping hundreds of LD access entries in DB foreach user, if there are always displayed only few of them.