LDEV-5122 Modify DB structure to produce 3.1 versionTill now DB structure was compliant with 3.0 version and patchesupgraded it to 3.1. Now we produce DB compliant with 3.1 and patches inbranch 4.0 upgrade it to version 4.0.
LDEV-5116 Initialise non-grouped Doku immediately in monitoringLDEV-5091 introduced Doku initialisation on demand. When Doku is notgrouped, it should be initialised immediately.
LDEV-5085 Make editor init method parametrizedIt seems that multiple instances of CKEditor tag were interacting witheach other, probably with request attributes. Now initialisation methodis parametrised so CKEditor starts with own set of attributes.