* added root inplace group, created on start-up if not already there
* all groups created in RM zone
* fixed up file plan permission unit test and removed ignore from test
suite
* removed delimeters from groups names to keep length to a min
Change installer download logic for rm-automation
It changes from SCP to ANT get so Elastic Bamboo agents can download the installers.
This requires a change in the bamboo build plan for the {{installer.path}} variable
See merge request !362
Feature/rm 2 5 with alfresco 5 1 1
DO NOT MERGE THIS!!!
I will regularly merge master onto this branch and keep an eye on the builds. The results are looking good
See merge request !299
Feature/rm 3558 recently modified marks
@Tom can you take a look at this and let me know what you think.
The interesting changes are in the security mark content model. I've run the builds and they were green with the exception of a couple of seemingly unrelated tests (rerunning that build now to see if it makes any difference)
See merge request !341
Feature/rm 3390 system user is displayed on security clearance page
RM-3390 system user is displayed on security clearance page.
Check if the person exists (in the SecurityMarkingsService), before getting it, as this can cause the person to be created. Modify
SecurityMarkings test to accommodate new implementation.
A lot of changes appear in SecurityMarkingsServiceImpl due to formatting. The code modifications are in method "verifyNotChangingSelf", line 727.
See merge request !296
Feature/rm 3339 independent db schema number 2
RM-3339 - Independent Community and Enterprise db-schema numbers
Unit tests were failing because customModelService.getCustomModel(DYN_MODEL_NAME) returns null if the model node ref doesn't have the ContentModel.PROP_MODEL_NAME property which is added at transaction commit when the model is compiled. Both customModelService.getCustomModelByUri(DYN_SC_URI) and customModelService.getModelNodeRef(DYN_MODEL_NAME) will return the model instance even if the model is not compiled. We should use one of these methods to avoid defining the same custom model in the same transaction.
See merge request !323