Commit Graph

2979 Commits

Author SHA1 Message Date
gbroadbent
ff02ebea55 ITALIAN: Updated Bundles based on EN-rev2016-08-09 2016-08-16 13:06:58 +01:00
gbroadbent
f57a0961fa GERMAN: Updated Bundles based on EN-rev2016-08-09 2016-08-16 12:33:15 +01:00
gbroadbent
15b20bbe0f SPANISH: Updated Bundles based on EN-rev2016-08-09 2016-08-16 11:35:52 +01:00
gbroadbent
f21df534d9 SPANISH: Updated Bundles based on EN-rev2016-08-09 (reverted from commit 45ae65436a) 2016-08-16 11:28:00 +01:00
gbroadbent
45ae65436a SPANISH: Updated Bundles based on EN-rev2016-08-09 2016-08-16 11:26:20 +01:00
Roy Wetherall
2d1fd2f133 Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/remove-dynamic-authorities 2016-08-16 11:23:49 +10:00
gbroadbent
342c0de5b7 FRENCH: Updated Bundles based on EN-rev2016-08-09 2016-08-15 12:43:22 +01:00
Roy Wetherall
656909148f Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/remove-dynamic-authorities 2016-08-15 13:15:24 +10:00
Roy Wetherall
ee51bd896a RM-3074: Integration tests
* including fix for ghosted records being visible in collab sites
2016-08-15 13:14:53 +10:00
Roy Wetherall
008a1644ba Merge branch 'feature/HF2.4.0.1Merge' into 'master'
Feature/hf2.4.0.1 merge

See merge request !429
2016-08-12 00:04:12 +01:00
Roy Wetherall
8e18af430a Merge V2.4 to master 2016-08-12 09:02:32 +10:00
Roy Wetherall
ee97b6ee65 Merge branch 'feature-2.4/HF2.4.0.1Merge' into 'release/V2.4'
Feature 2.4/hf2.4.0.1 merge

See merge request !428
2016-08-11 23:58:55 +01:00
Roy Wetherall
8ada1e3245 Merge 4.2.0.1 to 2.4.1 2016-08-12 08:51:14 +10:00
Roy Wetherall
2c1a417e88 RM-3074: Integration Tests, including BDT test helpers to simplify code 2016-08-12 08:39:13 +10:00
Ana Bozianu
cec1ff908a Merge branch 'feature/RM-3512_QueryForAuthorities' into 'master'
Feature/rm 3512 query for authorities

RM-3512 - Add sorting/filtering capabilities for more than one field

Added canned query to retrieve the authorities so we can sort/filter by multiple fields. We support filtering by name pattern, authority type and clearance(new) and sorting by authority name, display name (new), authority type (new) and clearance (new).

Explaining the query:
  - all the authorities (users and groups) are under a common zone (APP_DEFAULT) whose node id I pass as parameters trough #{authorityContainerNodeId}
  - the authority name is either username (#{qnameUserName}) or group id (#{qnameAuthorityName}).
  - I build the display name by concatenating firstName lastName and groupName. Any user has firstName but not all groups have group names (the default groups only have group id). So if after concatenating the 3 properties the display name is null then we are dealing with a default group. In this case the display name will be the group id without the "GROUP_" prefix = substring(authorityName.string_value, 7)
  - there is no need for qname id null checks as I never pass null to the query. If I can't find a qname id in the database I simply pass INT_MIN so the qname won't match any row. This way the results are not altered and the query is easy to read.
  - the clearance and authority type are not ordered by natural order (ordering alphabetically would look random to the final user) but by a predefined order.

See merge request !410
2016-08-11 18:55:01 +01:00
alfresco-build
22a34df1f4 [maven-release-plugin] prepare for next development iteration 2016-08-11 12:04:46 +01:00
alfresco-build
7b9c11c232 [maven-release-plugin] prepare release V2.4.0.1 ags-2.4.0.1 2016-08-11 12:04:43 +01:00
Tom Page
e6bb9fe758 Merge release/V2.5-EA2 into master. 2016-08-11 10:08:20 +01:00
Roy Wetherall
c325875ab7 RM-3074: Unit test for records with renditions 2016-08-11 10:48:31 +10:00
Roy Wetherall
53bb5ec60c Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/remove-dynamic-authorities 2016-08-11 10:20:31 +10:00
Oana Nechiforescu
3f38931f12 Updated test to use Cut Off as action label. 2016-08-09 17:53:39 +03:00
Ana Bozianu
c6a056427d Merge master into feature/RM-3512_QueryForAuthorities 2016-08-09 12:33:43 +03:00
Andy Healey
464f6c72e2 Merge branch 'feature/UI_copy_full_review' into 'master'
Feature/ui copy full review

Full review of all strings to make compliant with the Alfresco writing guidelines.

See merge request !416
2016-08-09 10:21:38 +01:00
Tom Page
13dab42c3e Merge master into feature/UI_copy_full_review.
Conflicts:
	rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/actions.properties
	rm-enterprise/rm-enterprise-share/src/main/amp/config/alfresco/site-webscripts/org/alfresco/components/console/classification/caveat-groups.get.properties
	rm-enterprise/rm-enterprise-share/src/main/amp/web/js/alfresco/rm/renderers/i18n/CaveatGroup.properties
	rm-enterprise/rm-enterprise-share/src/main/amp/web/js/alfresco/rm/services/i18n/CaveatService.properties
2016-08-09 09:10:00 +01:00
Roy Wetherall
f7222748ff RM-3074: Rename getReader and getWriter methods 2016-08-09 15:06:48 +10:00
Roy Wetherall
667ac41a54 RM-3074: add unit test to show set now replaces, rather than appends extended security 2016-08-09 14:54:47 +10:00
Roy Wetherall
17b63d8ee1 RM-3074: missing file 2016-08-09 12:08:46 +10:00
Roy Wetherall
c27b7b60a9 RM-3074: Rename set/remove methods on extended security interface
* create deprecated service interface to tidy things up
* create set method and deprecate exisiting
* crate remove method and deprecate exisiting
* remove deprecation warnings in code
2016-08-09 12:01:16 +10:00
Roy Wetherall
737678aecd RM-3074: place common logic to get readers and writers of a node in one place
* added getReadersAndWriters method to extended permission service
* refactored calling services, consolidating code into one location
* extended unit test

Note: getFullAuthenticatedUser has been removed from writers list as it
makes no logical sense since you must be a writer in order to perform
these operations in the first place.
2016-08-09 11:20:50 +10:00
Roy Wetherall
2b9e7f1dd9 RM-3074: Inplace move no longer needs to modify extended security
* inplace move no longer needs to store and reset extended security
* no need to clear extended security when assoc is removed
* a couple of extra checks to inplace move integration test
2016-08-09 10:27:16 +10:00
Roy Wetherall
94a1184009 Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/remove-dynamic-authorities 2016-08-09 09:40:35 +10:00
Andy Healey
f2c12293d7 DOCS-2292 2016-08-08 15:20:59 +01:00
Andy Healey
72ba618767 DOCS-2292 2016-08-08 14:22:53 +01:00
alfresco-build
244393cfe6 [maven-release-plugin] prepare for next development iteration 2016-08-08 13:46:23 +01:00
alfresco-build
78f49ead79 [maven-release-plugin] prepare release V2.5-EA2 ags-2.5-EA2 2016-08-08 13:46:20 +01:00
Tuna Aksoy
e4f53bd725 Reverted the version numbers to 2.5-SNAPSHOT 2016-08-08 13:33:18 +01:00
Andy Healey
0473df5bc7 DOCS-2292 2016-08-08 11:55:57 +01:00
Tom Page
19135093ff Merge branch 'feature/RM-2578_MergeToMaster' into 'master'
Feature/rm 2578 merge to master

See merge request !411
2016-08-08 11:24:46 +01:00
Tom Page
b137f998ab Merge release/V2.4 into master. 2016-08-08 11:21:50 +01:00
Tom Page
def4ed38fa Merge release/V2.3 into release/V2.4. 2016-08-08 11:20:21 +01:00
Tom Page
d59cd7e398 Merge release/V2.3.0.x into release/V2.3.
Conflicts:
	pom.xml
	rm-automation/pom.xml
	rm-server/config/alfresco/module/org_alfresco_module_rm/module.properties
	rm-server/pom.xml
	rm-share/config/alfresco/module/org_alfresco_module_rm_share/module.properties
	rm-share/pom.xml
2016-08-08 11:19:35 +01:00
Tom Page
0ea9fa7360 Update version to 2.3.0.7-SNAPSHOT. 2016-08-08 11:15:39 +01:00
alfresco-build
b94eee8d8a [maven-release-plugin] prepare release V2.5-EA2 2016-08-08 11:13:55 +01:00
Tom Page
222af4d651 Update version to 2.3.0.6. 2016-08-08 10:11:07 +01:00
Ana Bozianu
5dafea9d6a RM-3512 - added firstname to test users as alfresco doesn't support users with null first name 2016-08-08 11:40:17 +03:00
Roy Wetherall
3d36795bcc RM-3074: Refactor so read and write groups are reused independantly based on review comments 2016-08-08 12:31:44 +10:00
Roy Wetherall
860e25de6c RM-3074: review comments 2016-08-08 11:04:30 +10:00
Roy Wetherall
a3a58674c3 Merge branch 'master' of gitlab.alfresco.com:records-management/records-management into feature/remove-dynamic-authorities 2016-08-08 10:31:43 +10:00
Roy Wetherall
cf2f823f0c Merge branch 'hotfix-2.4.0.x/outlook-integration' into 'release/V2.4.0.x'
Hotfix 2.4.0.x/outlook integration

* add mvn helpers to include outlook integration into RM dev env (does not effect released product)
* fix MNT-16535 - map AddChild permission to corresponding RM permission
* back-port RM-3286 to fix MNT-16605

See merge request !403
2016-08-05 01:30:49 +01:00
Andy Healey
eaf23f9117 DOCS-2292 2016-08-04 16:09:22 +01:00