Commit Graph

3433 Commits

Author SHA1 Message Date
gbroadbent
4f8488aa52 SPANISH: Updated Bundles based on EN-rev2016-08-09 2016-08-16 11:26:20 +01:00
Roy Wetherall
a5f1540bd2 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
6e23c1fe9c FRENCH: Updated Bundles based on EN-rev2016-08-09 2016-08-15 12:43:22 +01:00
Roy Wetherall
c000285a86 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
9de6c32046 RM-3074: Integration tests
* including fix for ghosted records being visible in collab sites
2016-08-15 13:14:53 +10:00
Roy Wetherall
66b5e039bf 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
34bdce8b35 Merge V2.4 to master 2016-08-12 09:02:32 +10:00
Roy Wetherall
297392aa6a 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
c8e7c6272f Merge 4.2.0.1 to 2.4.1 2016-08-12 08:51:14 +10:00
Roy Wetherall
bd460ba1e1 RM-3074: Integration Tests, including BDT test helpers to simplify code 2016-08-12 08:39:13 +10:00
Ana Bozianu
6e97900d63 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
c3c6951f0c [maven-release-plugin] prepare for next development iteration 2016-08-11 12:04:46 +01:00
alfresco-build
d5417dce9d [maven-release-plugin] prepare release V2.4.0.1 2016-08-11 12:04:43 +01:00
Tom Page
fd08bd73f5 Merge release/V2.5-EA2 into master. 2016-08-11 10:08:20 +01:00
Roy Wetherall
0a9543405a RM-3074: Unit test for records with renditions 2016-08-11 10:48:31 +10:00
Roy Wetherall
0c0abb4bb4 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
b9300fd503 Updated test to use Cut Off as action label. 2016-08-09 17:53:39 +03:00
Ana Bozianu
f83d9444ca Merge master into feature/RM-3512_QueryForAuthorities 2016-08-09 12:33:43 +03:00
Andy Healey
bd44ff067f 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
4306c34f8e 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
c7659f9b26 RM-3074: Rename getReader and getWriter methods 2016-08-09 15:06:48 +10:00
Roy Wetherall
79a5548c72 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
52a4fe9f96 RM-3074: missing file 2016-08-09 12:08:46 +10:00
Roy Wetherall
30985f1784 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
e93bd3b74a 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
b22d408bc5 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
96cf157ef0 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
1f848a87b2 DOCS-2292 2016-08-08 15:20:59 +01:00
Andy Healey
a88bdff642 DOCS-2292 2016-08-08 14:22:53 +01:00
alfresco-build
27e0694639 [maven-release-plugin] prepare for next development iteration 2016-08-08 13:46:23 +01:00
alfresco-build
d2aeb7ed35 [maven-release-plugin] prepare release V2.5-EA2 2016-08-08 13:46:20 +01:00
Tuna Aksoy
2ec4760db2 Reverted the version numbers to 2.5-SNAPSHOT 2016-08-08 13:33:18 +01:00
Andy Healey
b2a117bb24 DOCS-2292 2016-08-08 11:55:57 +01:00
Tom Page
a8f549cdf4 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
129dd78392 Merge release/V2.4 into master. 2016-08-08 11:21:50 +01:00
Tom Page
3342e54e62 Merge release/V2.3 into release/V2.4. 2016-08-08 11:20:21 +01:00
Tom Page
85dd65b73d 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
880c7506bc Update version to 2.3.0.7-SNAPSHOT. 2016-08-08 11:15:39 +01:00
alfresco-build
f183f82baf [maven-release-plugin] prepare release V2.5-EA2 2016-08-08 11:13:55 +01:00
Tom Page
e1ed4d8cf4 Update version to 2.3.0.6. 2016-08-08 10:11:07 +01:00
Ana Bozianu
656918ebf6 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
1e4c917c1d 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
0f676aa7f7 RM-3074: review comments 2016-08-08 11:04:30 +10:00
Roy Wetherall
3540173977 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
7515cf879a 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
b55c9362a4 DOCS-2292 2016-08-04 16:09:22 +01:00
Roxana Lucanu-Ghetu
a5ba1b3804 Created a property for AlfrescoRuntimeException instead ot the message. 2016-08-04 11:09:15 +10:00
Roxana Lucanu-Ghetu
d6e365ec6c Moved check for content to be done on commit. 2016-08-04 11:08:53 +10:00
Roxana Lucanu-Ghetu
ee6e676e0d Added check to allow creating only records inside a record folder. 2016-08-04 11:08:36 +10:00
Roy Wetherall
7a3d9e119d MNT-16535: non admin users can't file email records via outlook integration 2016-08-04 10:47:20 +10:00