Commit Graph

1683 Commits

Author SHA1 Message Date
Roy Wetherall
a3c738dd04 Missed update .. fix build.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97789 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-24 00:18:26 +00:00
Roy Wetherall
fc3fb36a3b Attempt to fix failing Unit Tests that are passing locally.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97788 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-24 00:07:08 +00:00
Roy Wetherall
ca1f697f45 RM-1972: Methods with invalid policy are granted access
* invalid policy defintions now throw exception .. previously they just granted!
  * invalid capability definitions now throw exception .. previously they abstained with no message
  * reference to RM.Write removed and replaced with RM.Create or more appropriate permission check
  * adjustments to hold capabilities since they wheren't being exercised as we thought
  * ManageAccessRights no longer checks for frozen .. you should be able to manage the permissions of an object if it's frozen and you have the capability
  * Unit tests for new code and adjustments
  * Tweaks to existing integration tests where required



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97786 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-23 23:02:09 +00:00
Tuna Aksoy
8ed56c8d91 RM-1956 (Create record capability allows user to edit metadata and copy category/folder /record)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97718 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-22 14:11:17 +00:00
Tuna Aksoy
481341dedb RM-1651 (Capabilities for Copy to action)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97717 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-22 13:34:27 +00:00
Tuna Aksoy
b6fa34db22 Merged BRANCHES/V2.3 to HEAD:
97592: RM-1967 (Incorrect message is shown when declare version as record)
   97595: RM-1903 (Can't manage permissions without "Manage Access Controls" capability)
   97600: Merged BRANCHES/V2.2 to BRANCHES/V2.3:
        97533: RM-1586 - server-side fix for legacy custom property names that might contain spaces
   97603: RM-1949 (Details page is displayed incorrect after link to rule set)
   97657: RM-1969 (Changing a linked rule set displays the wrong rule picker dialog)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@97673 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-20 21:39:50 +00:00
Alexandru Balan
cc7243370e Merged BRANCHES/V2.2 to BRANCHES/V2.3:
97533: RM-1586 - server-side fix for legacy custom property names that might contain spaces

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97600 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-20 14:18:54 +00:00
Alexandru Balan
16d55f9ee7 RM-1586 - server-side fix for legacy custom property names that might contain spaces
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.2@97533 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-20 08:08:42 +00:00
Tuna Aksoy
babd58bff8 Merged BRANCHES/V2.3 to HEAD:
97491: RM-1964 ("Declare Record" is disabled in Unfiled Records)
   97526: Changed some of the strings (after feedback from the Docs team)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@97530 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-19 20:03:27 +00:00
Tuna Aksoy
2e55345b52 RM-1964 ("Declare Record" is disabled in Unfiled Records)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97491 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-19 14:21:57 +00:00
Tuna Aksoy
b2fedd987d Merged BRANCHES/V2.3 to HEAD:
97433: RM-1956 (Create record capability allows user to edit metadata and copy category/folder /record)
   97434: Remove compilation warnings from RM automation code
   97435: RM-1903: Can't manage permissions without "Manage Access Controls" capability
   97436: RM-1903 - updates to unit tests
   97447: Merged BRANCHES/V2.2 to BRANCHES/V2.2:
        97444: RM-1586 Restricted the custom metadata property names to alphanumeric and a few special characters
        97026: RM-1660 Fixed NPE exception on schema upgrade Also fixed transaction type for the capabilities schema update.
   97448: Fixed failing unit test
   97461: RM-1914 : "Related Record Transferred To Inactive Storage" is not completed automatically
        - Merged revision 97301 from /DEV/BUGFIXING/V2.3-2015_02_17
   97465: Changed some of the strings (after feedback from the Docs team)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@97470 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-19 11:38:25 +00:00
Tuna Aksoy
4b205e5df1 Changed some of the strings (after feedback from the Docs team)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97465 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-19 11:27:12 +00:00
Ana Bozianu
35c21d9916 RM-1914 : "Related Record Transferred To Inactive Storage" is not completed automatically
- Merged revision 97301 from /DEV/BUGFIXING/V2.3-2015_02_17



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97461 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-19 10:45:21 +00:00
Tuna Aksoy
6ff6d1fd4e Fixed failing unit test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97448 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-19 09:25:05 +00:00
Alexandru Balan
8e41805436 Merged BRANCHES/V2.2 to BRANCHES/V2.3:
97444: RM-1586 Restricted the custom metadata property names to alphanumeric and a few special characters
   97026: RM-1660 Fixed NPE exception on schema upgrade Also fixed transaction type for the capabilities schema update.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97447 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-19 08:59:00 +00:00
Alexandru Balan
af45c9f93e RM-1932 Changed the notification frequency based on 2.3 code changes
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.2@97445 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-19 07:58:30 +00:00
Roy Wetherall
4171b7b264 RM-1903 - updates to unit tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97436 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-19 02:00:58 +00:00
Roy Wetherall
db161828bf RM-1903: Can't manage permissions without "Manage Access Controls" capability
* switches CreateModifyDestroyUsersAndGroups for ManageAccessControls (ie assignment of groups and users to roles) as they where being used incorrectly



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97435 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-19 01:30:26 +00:00
Tuna Aksoy
97be4d6b31 RM-1956 (Create record capability allows user to edit metadata and copy category/folder /record)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97433 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-19 00:10:11 +00:00
Tuna Aksoy
eed56f89c0 Merged BRANCHES/V2.3 to HEAD:
97294: RM-983 (Incorrect path to unfiled records is shown on details page or manage rules form)
   97368: RM-1954 (Problems with roles that consist of non-Latin symbols)
   97376: RM-1957 ("New Folder" button is disabled inside unfiled folder)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@97431 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-18 22:54:00 +00:00
Tuna Aksoy
e2568a690c RM-1957 ("New Folder" button is disabled inside unfiled folder)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97376 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-18 13:21:15 +00:00
Tuna Aksoy
58e528daf9 RM-983 (Incorrect path to unfiled records is shown on details page or manage rules form)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97294 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 20:45:48 +00:00
Tuna Aksoy
87d00df3e0 Merged BRANCHES/V2.3 to HEAD:
97189: Further subdue exception that contains no useful information and is prevelant during auditing.
   97190: After reject, version record indicator still present
   97195: Removed unused constant
   97213: SPANISH: Updated files as per EN-RM-rev96840
   97214: FRENCH: Updated files as per EN-RM-rev96840
   97215: ITALIAN: Updated files as per EN-RM-rev96840
   97217: JAPANESE: Updated files as per EN-RM-rev96840
   97218: NORWEGIAN (Bokmal): Updated files as per EN-RM-rev96840
   97219: RUSSIAN: Updated files as per EN-RM-rev96840
   97220: BRAZILIAN PORTUGUESE: Updated files as per EN-RM-rev96840
   97221: SIMPLIFIED CHINESE: Updated files as per EN-RM-rev96840
   97222: SIMPLIFIED CHINESE: Updated file as per EN-RM-rev96840
   97225: DUTCH: Updated files as per EN-RM-rev96840
   97227: DUTCH: Updated file as per EN-RM-rev96840
   97252: accidental commit reverted
   97278: RM-1942 (Hold creator can't view the hold he has created)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@97283 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 17:44:40 +00:00
Tuna Aksoy
cf4d9ae04b RM-1942 (Hold creator can't view the hold he has created)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97278 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 17:20:18 +00:00
Ana Bozianu
283c2464ec accidental commit reverted
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97252 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 14:45:37 +00:00
Ana Bozianu
38ef6ad1c2 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97243 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 2015-02-17 14:13:04 +00:00
Gloria Broadbent
09eafcc11a DUTCH: Updated file as per EN-RM-rev96840
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97227 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 11:41:01 +00:00
Gloria Broadbent
bf70ce46d8 DUTCH: Updated files as per EN-RM-rev96840
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97225 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 11:16:27 +00:00
Gloria Broadbent
bfe937b5c7 SIMPLIFIED CHINESE: Updated files as per EN-RM-rev96840
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97221 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 11:09:38 +00:00
Gloria Broadbent
5d57b877c2 BRAZILIAN PORTUGUESE: Updated files as per EN-RM-rev96840
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97220 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 11:08:12 +00:00
Gloria Broadbent
f5954e766d RUSSIAN: Updated files as per EN-RM-rev96840
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97219 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 11:07:13 +00:00
Gloria Broadbent
504b21a7a7 NORWEGIAN (Bokmal): Updated files as per EN-RM-rev96840
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97218 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 11:06:05 +00:00
Gloria Broadbent
129bc9178a JAPANESE: Updated files as per EN-RM-rev96840
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97217 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 11:05:00 +00:00
Gloria Broadbent
83aa2b8f77 ITALIAN: Updated files as per EN-RM-rev96840
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97215 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 11:03:00 +00:00
Gloria Broadbent
7d75a1f5cc FRENCH: Updated files as per EN-RM-rev96840
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97214 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 11:02:19 +00:00
Gloria Broadbent
bbaa0597ab SPANISH: Updated files as per EN-RM-rev96840
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97213 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 11:01:48 +00:00
Tuna Aksoy
ff2a49595a Removed unused constant
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97195 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 09:26:09 +00:00
Roy Wetherall
9837209add After reject, version record indicator still present
* Relates to RM-1776: Can't upload new recorded version to rejected document that has recorded versions



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97190 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 05:12:16 +00:00
Roy Wetherall
d1ba1372a8 Further subdue exception that contains no useful information and is prevelant during auditing.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97189 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-17 04:34:45 +00:00
Tuna Aksoy
68c8796389 Merged BRANCHES/V2.3 to HEAD:
97108: RM-1864: New version is created when "Declare as version record"
   97109: Audit related errors seen on console that had no side effect cleaned up
   97110: RM-1933: The Disposition schedule is not correctly set when using "When all events have occurred" option and a period.
   97144: RM-1934 (Categories or folders with umlaut characters are unusable)
   97152: GERMAN: Updated files as per EN-RM-rev96840
   97184: RM-1939 (User with read only permission on transfer can complete accession)
   97185: RM-1938 (Delete action is available for on hold folder)
   97186: RM-1937 (Possible to delete closed folder)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@97187 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-16 20:35:20 +00:00
Tuna Aksoy
0987daf91e RM-1937 (Possible to delete closed folder)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97186 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-16 20:10:18 +00:00
Tuna Aksoy
cd23ecf155 RM-1938 (Delete action is available for on hold folder)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97185 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-16 20:03:50 +00:00
Tuna Aksoy
dee17824c2 RM-1939 (User with read only permission on transfer can complete accession)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97184 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-16 19:45:00 +00:00
Gloria Broadbent
30112008ed GERMAN: Updated files as per EN-RM-rev96840
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97152 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-16 15:54:58 +00:00
Roy Wetherall
6817585c22 Audit related errors seen on console that had no side effect cleaned up
* discovered whilst testing RM-1835



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97109 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-16 03:10:25 +00:00
Roy Wetherall
552359138e RM-1864: New version is created when "Declare as version record"
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97108 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-16 02:08:54 +00:00
Tuna Aksoy
ecdffd5e25 Merged BRANCHES/V2.3 to HEAD:
97058: RM-1862 (Reference to rejected record is remaining)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@97066 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-13 17:40:54 +00:00
Tuna Aksoy
2ee573c5ba RM-1862 (Reference to rejected record is remaining)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@97058 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-13 17:09:46 +00:00
Alexandru Balan
7ebc0dcdd3 RM-1660 Fixed NPE exception on schema upgrade
Also fixed transaction type for the capabilities schema update.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.2@97026 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-13 13:14:12 +00:00
Tuna Aksoy
bf909beb6d Merged BRANCHES/V2.3 to HEAD:
96823: RM-1903 (Can't manage permissions without "Manage Access Controls" capability)
   96840: Changed Japanese date format to it's original value in the properties file.
   96904: RM-1929: Exclude a file that shouldn't be translated from the RM l10n bundles
   96905: RM-1644 (Possible to create "report" records and copy records without Create Record capability)
   96974: RM-1800 (Transfers are not displayed for non-rm-admin users)
   96975: RM-1644 (Possible to create "report" records and copy records without Create Record capability)
   96976: Fixed failing transfer related tests after the recent changes

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@97020 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-02-13 12:35:54 +00:00