Commit Graph

439 Commits

Author SHA1 Message Date
gbroadbent
75b0af79f8 DUTCH: 2.6 community version updated Dutch bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:34:44 +00:00
gbroadbent
5867bd4ea9 NORWEGIAN Bokmal: 2.6 community version updated Norwegian Bokmal bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:33:56 +00:00
gbroadbent
1ec0fb1040 ITALIAN: 2.6 community version updated Italian bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:32:54 +00:00
gbroadbent
902814d86e FRENCH: 2.6 community version updated French bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:31:45 +00:00
gbroadbent
47dd9f8e58 SPANISH: 2.6 community version updated Spanish bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:30:56 +00:00
gbroadbent
4ce18275aa GERMAN: 2.6 community version updated German bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:30:08 +00:00
Ana Bozianu
41311ef40b Feature/rm 5655 classification beyond highest child 2017-09-29 11:39:00 +01:00
Tom Page
88a3c42750 RM-5309 Merge release/V2.5 into master. 2017-07-24 18:49:10 +01:00
Tom Page
7e1b33dad7 MNT-18083 Merge release/V2.5 into master. 2017-07-24 18:45:44 +01:00
Ramona Popa
1eb4e09a83 RM-5309 - added behaviour bean for qshare:shared aspect and integration test 2017-07-20 11:48:10 +03:00
Andy Healey
2fa6760a26 Update action-service.properties 2017-07-13 09:31:56 +01:00
Andy Healey
96e5b3bb8f DOCS-3531 - Update records-management-service.properties 2017-07-12 14:35:09 +01:00
Andy Healey
e8591d0cfb DOCS-3531 - Update action-service.properties 2017-07-12 14:33:22 +01:00
Tom Page
9e750f7f2b MNT-18083 Merge release/V2.5.0.x into release/V2.5. 2017-06-27 16:24:40 +01:00
rwetherall
1a13253d57 By pass public services to reduce bottle necks where appropriate 2017-06-27 13:38:01 +10:00
rwetherall
d030ede377 Transaction cache on BaseEvaluator.evaluate method 2017-06-27 13:13:25 +10:00
rwetherall
90cd720c42 Search browse performance improvements
(cherry picked from commit 089df63e27b03efbfb97c369faad80c8e8c9885c)
2017-06-26 07:47:50 +01:00
Sara Aspery
fb215876b8 fixing IDE whitespaces 2017-06-24 22:49:27 +01:00
Sara Aspery
80434ce57e Merge branch 'master' of git.alfresco.com:records-management/records-management into RM-4431_CompleteRecordActionRestAPI 2017-06-23 16:40:00 +01:00
Tuna Aksoy
fe44da1abe Merge branch 'feature-2.5/RM-5309_SharedFilesCannotBeClasified' into merge/20170620_RM25
Conflicts:
	rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/model/rma/aspect/RecordAspect.java
2017-06-20 16:07:26 +01:00
Sara Aspery
57b3460b58 include_declare_record_refactoring_in_Rest 2017-06-20 11:12:22 +01:00
Sara Aspery
15b1bc41cd Revert "Merge branch 'feature/refactor_declare_record_action' into RM-4431_CompleteRecordActionRestAPI"
This reverts commit 6ff9179588, reversing
changes made to 75b35cdcd7.
2017-06-20 08:27:09 +01:00
Ramona Popa
37d1b200a2 RM-5309 - Remove shared link if exists when a record is declared 2017-06-16 18:44:14 +03:00
Tuna Aksoy
21c881593a Move the code for completing a record from DeclareRecordAction to RecordServiceImpl 2017-06-14 19:38:45 +01:00
Tuna Aksoy
64892424b2 Merge branch 'feature-2.5/RM-4689_Can_delete_RM_site_content_in_browser' into merge/RM_25
Conflicts:
	rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/capability/rm-capabilities-fileplan-context.xml
	rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-model-context.xml
	rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/model/BaseBehaviourBean.java
	rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/FilePlanType.java
	rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/HoldContainerType.java
	rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/RecordCategoryType.java
	rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/RmSiteType.java
	rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/TransferContainerType.java
	rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/TransferType.java
	rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/UnfiledRecordContainerType.java
	rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/transfer/TransferServiceImpl.java
	rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/issue/RM4293Test.java
	rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/TransferContainerTypeUnitTest.java
2017-06-12 21:03:15 +01:00
Tuna Aksoy
06a48d73cd Merged release/V2.5 and addressed review comments 2017-06-12 16:41:30 +01:00
Tuna Aksoy
1712bac995 RM-4689 (Can delete all RM site content through Repository browser)
Manually backported following changes:

RM-4293
734c1b2a82

RM-4326
a4aac053a8
c6ca74ab26
2017-06-12 16:17:24 +01:00
Ana Bozianu
4139f2514b RM-5244 - make sure the incomplete node tagger is run after the record aspect is added (workaround) 2017-05-31 16:55:56 +03:00
Tom Page
ef26804c82 Cherry-pick RM-4234 into release/V2.5.0.x (2.5.1 performance improvements).
(cherry picked from commit f428a5c32b)
2017-05-24 09:53:24 +01:00
Tom Page
fa1e703428 Update copyright header. 2017-05-23 08:55:10 +01:00
Ana Bozianu
774a700716 RM-5012 - fix "can't get rid of the identifier" 2017-05-19 15:37:36 +03:00
Ana Bozianu
205b77c65d RM-5012 - generate identifier on record declare 2017-05-17 14:55:06 +03:00
Ana Bozianu
eebecbb349 RM-5012 - make record on first event and add identifier on commit or on record complete 2017-05-17 12:58:50 +03:00
Ana Bozianu
7590a529db RM-5012 - revert policy fix and add record aspect on first event 2017-05-16 16:21:47 +03:00
Ana Bozianu
d17121ff2c RM-5012 - fix write records created in current transaction 2017-05-16 15:53:29 +03:00
Ana Bozianu
edcd6f482f RM-5012 - fix some tests 2017-05-15 22:34:09 +03:00
Ana Bozianu
c97379d1d3 Merge feature/RM-4921_ExceptionsDoneOnTransactionCommit into feature/RM-5012_recordIdentifier 2017-05-04 18:43:51 +03:00
Ramona Popa
7131793ac0 RM-4921 - use retrying transaction for all write operations: create and update 2017-05-04 18:22:56 +03:00
Ana Bozianu
302331c59d Merge 'feature/RM-4921_ExceptionsDoneOnTransactionCommit' into feature/RM-5012_recordIdentifier 2017-05-03 22:16:53 +03:00
Ramona Popa
861875b0a9 RM-4921 - use retrying transaction for creating record category children 2017-05-03 18:06:27 +03:00
Ana Bozianu
447dcb800e Revert "Merge branch 'feature/RM-4572_CreateRecordResponseContainsWrongName' into 'master' "
This reverts commit f04022c036, reversing
changes made to 86cd35e0d4.
2017-04-28 16:57:03 +03:00
Ramona Popa
da6fcfc1b5 RM-4926 - added onRemoveAspect policy for RecordAspect 2017-04-28 13:07:22 +01:00
Tom Page
3e7f89a40d Merge release/V2.5 into master.
Merge of localisation changes from V2.5.
2017-04-25 07:56:19 +01:00
gbroadbent
6e284bb3de FRENCH: Updated bundles based on EN rev2017-04-11. Fix for RM-4839 2017-04-21 09:26:13 +01:00
gbroadbent
cf94e23efd SIMPLIFIED CHINESE 2017-04-13 11:10:30 +01:00
gbroadbent
50b363178d BRAZILIAN PORTUGUESE: Updated bundles based on EN rev2017-04-11. 2017-04-13 11:09:49 +01:00
gbroadbent
1e92de45e3 RUSSIAN: Updated bundles based on EN rev2017-04-11. 2017-04-13 11:09:01 +01:00
gbroadbent
1451479eb8 DUTCH: Updated bundles based on EN rev2017-04-11. 2017-04-13 11:08:23 +01:00
gbroadbent
720558f187 NORWEGIAN BOKMAL: Updated bundles based on EN rev2017-04-11. 2017-04-13 11:07:48 +01:00
gbroadbent
89f87a87c6 JAPANESE: Updated bundles based on EN rev2017-04-11. 2017-04-13 11:07:06 +01:00