Roy Wetherall
|
94d64bc094
|
UI integration tests for RM-1148
* added helper methods to create record category/folder easily in tests
* fixed up file upload into record folder
* renamed and extended RecordDetailsPage
* some additions to filePlanPage
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@64172 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-14 05:38:51 +00:00 |
|
Tuna Aksoy
|
4ccd8861cf
|
Fixed major issues reported by sonar (Simplify Boolean Expression)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@64169 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-13 22:52:16 +00:00 |
|
Roy Wetherall
|
1f3a6566ac
|
Fix typo in comment
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@64118 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-13 10:42:26 +00:00 |
|
Roy Wetherall
|
c8e1418e77
|
Refactor RM model so that rma:hold is used
* rma:holdContainerChild removed
* capabilities, forms and actions updated
* UI tests updated
* relates to RM-1203, RM-1205, RM-1209
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@64116 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-13 10:19:45 +00:00 |
|
Tuna Aksoy
|
dfafd3507b
|
Removed warnings
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@64047 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-12 17:32:55 +00:00 |
|
Mark Hibbins
|
ab12a96429
|
RM-1309, Made the configuration of the node property suggestion functionality easier by moving list of types/aspects to global properties file
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@64027 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-12 16:03:24 +00:00 |
|
Mark Hibbins
|
838bd030e2
|
RM-1200/RM-1201, Added functionality to copy and move folders and records with unfiled records
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@64018 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-12 14:35:50 +00:00 |
|
Tuna Aksoy
|
924782cc3d
|
Fixed major issues reported by sonar (Simplify Boolean Expression)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63886 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-11 09:04:52 +00:00 |
|
Tuna Aksoy
|
3f1af531d0
|
RM-1319 (Implement REST API for getting the holds)
* Added more information about the hold
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63879 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-10 21:41:02 +00:00 |
|
Tuna Aksoy
|
f8f21674c9
|
Added scm url to the parent pom file
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63867 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-10 17:09:10 +00:00 |
|
Tuna Aksoy
|
ae3f8cbfa8
|
Story: RM-1207 (As a records user I want to remove records from a hold(s) that I have permission to see so that I can unfreeze a record)
Sub-task: RM-1332 (Implement REST API for removing an item from hold(s))
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63860 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-10 16:27:58 +00:00 |
|
Tuna Aksoy
|
8633c30242
|
RM-1330 (Implement REST API for getting the hold(s) for a given node)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63826 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-10 11:07:41 +00:00 |
|
Tuna Aksoy
|
e77273f7b4
|
Fixed failing unit tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63816 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 23:19:51 +00:00 |
|
Tuna Aksoy
|
3c2596a2b6
|
Fixed minor issues reported by sonar (Unread public/protected field)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63814 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 22:45:08 +00:00 |
|
Tuna Aksoy
|
f2f2c6f9e3
|
Fixed major issues reported by sonar (Use Index Of Char)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63813 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 22:30:55 +00:00 |
|
Tuna Aksoy
|
3adb3fa420
|
Fixed major issues reported by sonar (Performance - Method invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63812 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 22:28:52 +00:00 |
|
Tuna Aksoy
|
7fd5b3bbb7
|
Fixed major issues reported by sonar (Useless Overriding Method)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63811 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 22:26:33 +00:00 |
|
Tuna Aksoy
|
9956616026
|
Fixed major issues reported by sonar (Parameter Name)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63810 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 22:23:48 +00:00 |
|
Tuna Aksoy
|
d8dcba9a88
|
Fixed major issues reported by sonar (If Stmts Must Use Braces)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63809 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 22:22:30 +00:00 |
|
Tuna Aksoy
|
1e424ee912
|
Fixed major issues reported by sonar (Local Variable Name)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63808 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 22:20:58 +00:00 |
|
Tuna Aksoy
|
6b74537ad4
|
Fixed major issues reported by sonar (Hide Utility Class Constructor)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63807 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 22:15:35 +00:00 |
|
Tuna Aksoy
|
0ed42e691c
|
Fixed critical issues reported by sonar (Simplify Conditional)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63806 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 22:03:24 +00:00 |
|
Tuna Aksoy
|
b64f1467b4
|
Fixed critical issues reported by sonar (Performance - Method invokes inefficient Number constructor; use static valueOf instead)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63805 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 21:54:42 +00:00 |
|
Tuna Aksoy
|
3810d137d7
|
Fixed minor issues reported by sonar (Constant Name)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63803 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 21:45:53 +00:00 |
|
Tuna Aksoy
|
70010a32d4
|
Fixed minor issues reported by sonar (Useless String Value Of)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63802 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 21:39:32 +00:00 |
|
Tuna Aksoy
|
5a6429aa2f
|
Fixed minor issues reported by sonar (Empty Statements)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63801 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 21:36:32 +00:00 |
|
Tuna Aksoy
|
28b0a01065
|
Fixed minor issues reported by sonar (Collapsible If Statements)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63800 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 21:33:14 +00:00 |
|
Tuna Aksoy
|
dee5508911
|
Fixed minor issues reported by sonar (Redundant Modifier)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63799 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-09 20:48:40 +00:00 |
|
Tuna Aksoy
|
e062a45a8e
|
RM-1313 ("New Hold" button is enabled for user with no permissions for Holds)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63796 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-08 23:28:35 +00:00 |
|
Tuna Aksoy
|
bb9ea1bda6
|
Commenting out the failing test. First RM-1315 needs to be fixed. After fixing this issue the test can be added back again.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63795 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-08 22:44:53 +00:00 |
|
Tuna Aksoy
|
67cf34c213
|
Story: RM-1206 (As a records user I want to be able to add records to a hold(s) I have permission to see so that I can freeze a record)
Sub-tasl: RM-1327 (Implement REST API for adding a record to the hold(s))
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63794 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-08 21:42:40 +00:00 |
|
Tuna Aksoy
|
3d74303155
|
Fixed failing unit test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63793 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-08 16:36:30 +00:00 |
|
Tuna Aksoy
|
39c17215b7
|
Refactored FreezeService after adding the HoldService
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63769 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-07 15:27:40 +00:00 |
|
Tuna Aksoy
|
839de8e80c
|
Story: RM-1206 (As a records user I want to be able to add records to a hold(s) I have permission to see so that I can freeze a record)
Sub-task: RM-1319 (Implement REST API for getting the holds)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63758 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-07 11:52:25 +00:00 |
|
Tuna Aksoy
|
31f8d362b1
|
Story: RM-1206 (As a records user I want to be able to add records to a hold(s) I have permission to see so that I can freeze a record)
Sub-task: RM-1325 (Implement Hold Service)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63732 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-06 22:39:54 +00:00 |
|
Tuna Aksoy
|
c1e02b2367
|
RM-1312 (Access Denied to edit hold)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63623 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-04 21:48:53 +00:00 |
|
Tuna Aksoy
|
f07539e5e1
|
RM-1297 (Access denied if file a record to Unfiled Records where inbound File to rule is set)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63561 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-03 21:58:56 +00:00 |
|
Tuna Aksoy
|
8f18f765d3
|
Fixed major issues reported by sonar (Preserve Stack Trace)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63502 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-02 22:36:31 +00:00 |
|
Tuna Aksoy
|
8c994439be
|
Fixed major issues reported by sonar (If Stmts Must Use Braces)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63501 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-02 22:23:03 +00:00 |
|
Tuna Aksoy
|
505e29499a
|
Fixed minor issues reported by sonar (Redundant Modifier)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63498 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-02 17:01:05 +00:00 |
|
Tuna Aksoy
|
172fcf3d77
|
Fixed minor issues reported by sonar (Redundant Modifier)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63497 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-02 16:56:25 +00:00 |
|
Tuna Aksoy
|
90c08059e3
|
Fixed minor issues reported by sonar (Redundant Modifier)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63496 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-02 16:49:44 +00:00 |
|
Tuna Aksoy
|
83f2f59bcb
|
Fixed critical issues reported by sonar (Empty If Stmt)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63495 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-02 16:40:09 +00:00 |
|
Tuna Aksoy
|
6df1a7bca4
|
Fixed critical issue reported by sonar (Dodgy - Redundant nullcheck of value known to be non-null)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63494 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-02 16:32:30 +00:00 |
|
Tuna Aksoy
|
43a2f10ef6
|
Fixed critical issues reported by sonar (Dodgy - Dead store to local variable)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63493 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-03-02 16:28:31 +00:00 |
|
Tuna Aksoy
|
6b7cb38685
|
RM-1205 (As a records user I want to edit the details of an existing hold so that I can change its details if circumstances change)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63414 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-02-27 17:44:54 +00:00 |
|
Tuna Aksoy
|
63ea06fa0b
|
RM-1208 (As a records user I want to manage the permissions of a hold so that I can control who can see the hold and it's contents)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63388 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-02-27 14:04:23 +00:00 |
|
Tuna Aksoy
|
53b15ec26a
|
RM-1204 (As a records user I want to manage the permissions of the root hold container so that I can control who can see the contents of the root hold container)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63383 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-02-27 13:16:42 +00:00 |
|
Tuna Aksoy
|
d62a9b3d96
|
RM-1209 (As a records user I want to delete a hold so that I don't keep information I don't need to)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63345 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-02-26 21:58:16 +00:00 |
|
Mark Hibbins
|
c9a1328769
|
RM-1233, Can now specify file-to action folders and categories longer than 255 characters
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63283 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
|
2014-02-26 12:08:48 +00:00 |
|