Commit Graph

2676 Commits

Author SHA1 Message Date
Roxana Lucanu-Ghetu
c6c9edf306 Added check to allow creating only records inside a record folder. 2016-06-03 11:10:18 +03:00
Roxana Lucanu-Ghetu
e9bb18f9f5 Changed test class and commented initial fix. 2016-06-01 17:41:36 +03:00
Mihai Cozma
ac0a7e7016 Create Hold and Transfer container exception 2016-05-31 18:16:32 +03:00
Roxana Lucanu-Ghetu
f4ac24d41f Added integration test. 2016-05-31 14:50:27 +03:00
Tuna Aksoy
5b8a4b02ca RM-3426 (Number of artifacts for the RM Enterprise project - Update configuration) 2016-05-23 12:03:00 +01:00
Roxana Lucanu
d2b348b9d0 Added unit test 2016-05-17 12:13:42 +03:00
Roxana Lucanu
094f64b3bb Updated version to 2.2.1.6-SNAPSHOT 2016-05-16 17:25:39 +03:00
onechiforescu
f2a5f306dc Fixing the 2.4 build. Re-factoring classification dialog selectors. 2016-05-12 12:12:54 +03:00
Ana Bozianu
60e218c43b Merge release/V2.3.0.x into release/V2.3 2016-05-10 19:54:52 +03:00
Ana Bozianu
35ac5629e4 Update version to 2.3.0.6-SNAPSHOT 2016-05-10 19:54:29 +03:00
Ana Bozianu
4bc1869724 Update version to 2.3.0.5 2016-05-10 18:39:31 +03:00
Ana Bozianu
871df1d9b7 Merge release/V2.3.0.x into release/V2.3 2016-05-10 16:46:32 +03:00
Ana Bozianu
fb645153b6 Update version to 2.3.0.5-SNAPSHOT 2016-05-10 16:45:27 +03:00
Ana Bozianu
7afd921692 Revert "Update version to 2.3.0.5-SNAPSHOT"
This reverts commit 6b1c6aeb46.
2016-05-10 15:18:33 +03:00
Ana Bozianu
6b1c6aeb46 Update version to 2.3.0.5-SNAPSHOT 2016-05-10 15:17:33 +03:00
Ana Bozianu
0d15dfce21 Update version to 2.3.0.4 2016-05-10 15:09:57 +03:00
David Webster
609a28600a Merge branch 'feature-2.4/RM-3325_pom_descriptions' into 'release/V2.4'
Feature 2.4/rm 3325 pom descriptions

See merge request !144
2016-05-09 10:55:16 +01:00
David Webster
d20d4a5f8c Merge remote-tracking branch 'origin/release/V2.4' into feature-2.4/RM-3325_pom_descriptions 2016-05-09 10:53:43 +01:00
ccesarini
332ced249b DUTCH: Updated bundle for RM 2.4 based on EN-rev2016-05-06 ("Content Management System" has been translated) 2016-05-06 17:04:26 +01:00
ccesarini
61bf50d81c GERMAN: Updated bundle for RM 2.4 based on EN-rev2016-05-06 (some terms have been translated) 2016-05-06 16:45:00 +01:00
onechiforescu
29c8e05932 Upgrading selenium grid to 1.8. 2016-05-03 15:28:02 +03:00
Roxana Lucanu
a7428c134f RM-3060 - making cut Off action available for record linked to folder with the same disposition schedule 2016-04-26 18:06:11 +03:00
Roxana Lucanu
cc5b9ee32d RM-3300 - on versioning, document can be declared as record if adding record and version aspect is run as System 2016-04-25 11:55:53 +03:00
David Webster
575491c2a0 Version bump to 2.4.0.1-SNAPSHOT for hot fix branch 2016-04-25 09:39:44 +01:00
Jean-Pierre
c97c3881a0 [maven-release-plugin] prepare for next development iteration 2016-04-22 14:32:22 +01:00
Jean-Pierre
859f00831e [maven-release-plugin] prepare release V2.4 ags-2.4 2016-04-22 14:32:19 +01:00
Jean-Pierre
5cb1477b4c [maven-release-plugin] prepare for next development iteration 2016-04-22 14:27:19 +01:00
Jean-Pierre
bcdbc312c7 [maven-release-plugin] prepare release V2.4.b ags-2.4.b 2016-04-22 14:27:16 +01:00
David Webster
4d1a53ffbf RM-3325: Update module descriptions to call the community poms core 2016-04-22 11:40:44 +01:00
David Webster
74c6149099 RM-3325: Add descriptions to pom files 2016-04-22 10:55:37 +01:00
Ana Bozianu
32bb544bfc RM-3310 - added null check 2016-04-20 14:27:07 +03:00
Roxana Lucana-Ghetu
5b01cbaf43 Merge branch 'feature-2.4/RM-3285' into 'release/V2.4'
Feature 2.4/rm 3285

Added check not to be able to put null in cache, for nodes that are not records and don't have a filePlan.
Added unit test for it.

See merge request !128
2016-04-15 13:44:57 +01:00
Roxana Lucanu
6cbfab08e1 Changed class not to extend anymore BaseUnitTest class 2016-04-15 15:38:09 +03:00
Roxana Lucanu
f3ed3f9197 RM-3285 - added null check for adding in cache 2016-04-15 13:34:30 +03:00
Silviu Dinuta
a5c1b69690 Merge branch 'feature-2.4/RM-3233_NonElectronicRecordsCanNotHavePropertiesChangedThroughRulesInUnfiledRecords' into 'release/V2.4'
Feature 2.4/rm 3233 non electronic records can not have properties changed through rules in unfiled records

When setting a foreground rule to change one properties for files that enter to a folder from Unfiled Records, when trying to create a nonElectronic record sometimes because it was very hard to reproduce this issue, SetPropertyValueActionExecuter is executed before adding the Record aspect from RecordsManagementContainerType.onCreateChildAssociation() and that's why it fails when checking UpdateProperties capability.

When creating "rma:nonElectronicDocument" document formprocessor is used and at some point updateNode from node service is used to update the properties. Therefore I made sure that each time when udating "rma:nonElectronicDocument" node the Record aspect is added if not present.

See merge request !124
2016-04-15 09:23:29 +01:00
Roxana Lucana-Ghetu
88ce7f91ca Merge branch 'feature-2.4/RM-2925_noOptionToDeleteDestroyedRecordFolder' into 'release/V2.4'
Feature 2.4/rm 2925 no option to delete destroyed record folder

RM-2925 - No option to delete destroyed record folder (which maintain record metadata after destroy)

Made Delete action available for destroyed record folder, added unit test class.

See merge request !92
2016-04-15 09:18:39 +01:00
Silviu Dinuta
5eaf78dc8e Changed NonElectronicRecortTypeUnitTest 2016-04-15 11:09:32 +03:00
Silviu Dinuta
eca36c48b2 Changed NonElectronicRecordTypeUnitTest 2016-04-15 10:41:53 +03:00
Ana Bozianu
86236f3d27 Merge branch 'feature-2.4/RM-3283_OutlookIntegrationEmailWithAttachments' into 'release/V2.4'
Feature 2.4/rm 3283 outlook integration email with attachments

RM-3283 - Outlook Integration:Emails cannot be added to Unfiled Records (having a rule set) using Alfresco Outlook Integration

When adding emails with attachments in alfresco a hidden folder of type wpsmail-v2:attachment-folder (subtype of cm:folder) is added to hold the attachment files. When such an email is added in Unfilled Records container the RecordsManagementContainerType.onCreateChildAssociation policy is fired which transforms any subtype of folder into a record folder. When the rule tries to file this folder in another record folder we get an exception from trying to add a record folder in another record folder.

To fix this issue I added an extra check to avoid applying the conversion rule on hidden nodes. I also added a unit test for both hidden and non hidden folders.

See merge request !123
2016-04-14 17:39:08 +01:00
Silviu Dinuta
f8332dccae Added unit tests for NonElectronicRecordType and fixed typo 2016-04-14 18:54:41 +03:00
Silviu Dinuta
0d52abc77e Added @author and @since for the class 2016-04-14 15:24:30 +03:00
Ana Bozianu
59c100af97 RM-3283 - added comment to explain change 2016-04-14 14:25:29 +03:00
Ana Bozianu
3fe582f564 RM-3283 - added missing file header 2016-04-14 12:25:25 +03:00
Silviu Dinuta
0007fc3013 Added NonElectronicRecordType class to make sure that Record aspect is
added before entering in UpdatePropertiesPolicy for nonElectronic
documents
2016-04-14 12:06:39 +03:00
Ana Bozianu
663c6175fc RM-3283 - added extra check for hidden aspect + unit test 2016-04-14 11:28:21 +03:00
Tom Page
41cd9092bb Merge release/V2.3 into release/V2.4.
Conflicts:
	rm-community/rm-community-share/source/web/rm/components/console/rm-audit.js
	rm-community/rm-community-share/source/web/rm/components/console/rm-user-rights.js
2016-04-13 10:15:05 +01:00
Tom Page
f02538d3bd Merge release/V2.3.0.x into V2.3. 2016-04-13 10:10:10 +01:00
Tom Page
a3cd0fe62f Update version to 2.3.0.4-SNAPSHOT. 2016-04-13 09:07:57 +01:00
Tom Page
b6e5311243 Update version to 2.3.0.3. 2016-04-13 09:06:16 +01:00
Ana Bozianu
a0dc5a06d0 Merge branch 'feature-2.4/RM-3216_RegressionIMAP' into 'release/V2.4'
Feature 2.4/rm 3216 regression imap

RM-3274 - Error creating bean with name 'imapServiceBootstrap'

I added an invalid authentication util bean reference to the extended IMAP service and the setter was missing.

See merge request !117
2016-04-13 07:30:16 +01:00