Commit Graph

4990 Commits

Author SHA1 Message Date
Tuna Aksoy
6daa47eb4e RM-1572 (It's possible to file report to closed folder)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74931 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-25 23:14:56 +00:00
Roy Wetherall
589929e89b RM-1324: Category becomes unavailable if import files exported via Export All action
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74613 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-25 05:37:35 +00:00
Roy Wetherall
4fb9f225d7 RM-1487: Clone - Cannot import exported file plan ACP or ZIP to another Alfresco 4.2.1/RM2.1.1-22 instance
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74612 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-25 04:39:16 +00:00
Roy Wetherall
99875a9f62 RM-1460: Hold Reson is not displayed in Audit Log
RM-1505: Search Results: Hold Reason field is empty

  * specific filtering for ViewHoldReason capability removed .. no longer required as we specify user permissions at the hold level
  * deprecated hold related actions are no longer auditable (and so don't appear in the audit view)
  * hold service Audits add/remove to/from holds
  * hold reason is no longer rolled up onto disposable item .. it no longer makes sense for multiple holds and was a security hole
  * hold reason removed from search options



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74611 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-25 04:14:18 +00:00
Tuna Aksoy
8e199ec528 RM-1563 (Can't edit RM Admin and Records Managers roles)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74566 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-24 10:26:34 +00:00
Roy Wetherall
c929c099c5 RM-1560: User with Remove from Hold capability can't remove from hold
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74510 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-24 07:27:48 +00:00
Roy Wetherall
b153b5ca80 RM-1559: User with Create Hold capability can't create hold
RM-1561: Edit/Delete Hold actions are not displayed for user with proper capabilities

* editHold and deleteHold specific capabilities added and UI actions wired up accordingly
* capability patch addeded
* freeze, unfreeze and related capabilities deprecated (but still avaialble if required)
* some of the old freeze UI actions removed 



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74506 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-24 06:31:43 +00:00
Tuna Aksoy
25ec7cabe0 RM-1504 (Error if Saved Search contains XSS)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74470 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-23 10:02:06 +00:00
Roy Wetherall
219d13f9b1 RM Performance Improvements
* general file plan browse rendering in around half the previously recorded times for around 500 records (need to scale up)
 * unessesary bottle neck removed from record detail page rendering (see RM-1461)
 * other general improvements
 * TODO .. hasFrozenChildren, getNextDisposition, TransferNodeIndicator, HeldBy .. all traverse up or down record/record folder hierarchy in ways that don't scale
 * fix to disposition lifecycle job that failed all when one failed .. this explains why the job appeared not to work on occasion



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74458 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-23 07:21:51 +00:00
Tuna Aksoy
025474cfda Fixed major bugs (Visibility modifier) reported in Sonar
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74412 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-22 15:53:31 +00:00
Tuna Aksoy
79d5f8e36b Fixed major bugs (Avoid commented-out lines of code) reported in Sonar
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74411 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-22 15:13:30 +00:00
Tuna Aksoy
f8e9cb7dcd Fixed minor bugs (Constant Name) reported in Sonar
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74409 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-22 14:56:44 +00:00
Tuna Aksoy
083fc490fa Fixed minor bugs (Redundant Throws) reported in Sonar
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74408 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-22 14:54:13 +00:00
Mark Hibbins
fa3ce547b5 RM-1532, RecordServiceImpl.onUpdateProperties now able to recognise that a new vale of false compared to an old value of null for a boolean property is unchanged
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74338 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-20 10:32:08 +00:00
Roy Wetherall
a77ab1097e Integration test for automatic disposition job
* specifically to ensure that automatic cut off is happening, since this is an area of functionality that easily regresses
 * test job context to override CRON frequencies for tests
 


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74313 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-20 06:50:58 +00:00
Roy Wetherall
14d57cacb6 RM-1540: Event is displayed for record moved to category with no disposition
RM-1345: Edit Disposition Date is not working for moved items



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74311 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-20 05:02:06 +00:00
Roy Wetherall
0aa51d826c RM-1554: Unfiled Records shows all content from file plan
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74310 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-20 00:25:15 +00:00
Tuna Aksoy
43ee5e1a0a RM-1343 (It's possible to copy/link to closed folder)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74286 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-19 15:12:13 +00:00
Roy Wetherall
f37ba9e199 RM-1440: Edit Non Record Metadata capability is required to file a record
* fix for non-electronic record creation



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74244 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-19 05:21:30 +00:00
Roy Wetherall
7de7533c90 Remove mistranslated system files
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74243 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-19 04:38:07 +00:00
Roy Wetherall
961457b265 RM-954: SOLR: Transfer and hold contents not refreshing immediately
* use fts-alfresco so that queries can be issued against db



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74241 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-19 03:47:00 +00:00
Mark Hibbins
1ecf65c76b RM-1537, rules on root node now not executed on items being added to hold
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74167 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-18 15:32:48 +00:00
Gloria Broadbent
e2a686213f SIMP CHINESE: Simplified Chinese fixed encoding files for RM 2.2 UI Bundle based on EN rev71684
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74137 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-18 11:00:21 +00:00
Tuna Aksoy
565e198d0b Organize Imports
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74022 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-17 15:48:28 +00:00
Roy Wetherall
0bce51ac8d RM-1440: Edit Non Record Metadata capability is required to file a record
* can now file an electronic record with only CreateRecord capability
  * tidied up some of the policy code as I went
  * integration test
  * non-electronic records to follow



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73961 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-17 06:44:19 +00:00
Roy Wetherall
6f8929f441 RM-1345: Edit Disposition Date is not working for moved items
* behaviour now fires as expected so record folder data is updated correctly
 * general improvements to move record folder
 * addition and consolidation of move record folder integration tests
  



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73870 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-16 06:20:05 +00:00
Tuna Aksoy
21be57acf2 RM-1547 (Records in a hold can be can't be displayed in the holds container)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73868 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-15 21:15:25 +00:00
Tuna Aksoy
bd4674bdbe RM-1539 (File Plan root categories are displayed in Active Holds for user with no permissions to Hold container)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73866 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-15 20:32:21 +00:00
Tuna Aksoy
eb0e594f83 Fixed major bugs (Visibility Modifier) reported in Sonar
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73864 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-15 13:01:33 +00:00
Tuna Aksoy
4ce340cc92 Fixed minor bugs (Trailing Comment) reported in Sonar
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73863 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-15 12:28:10 +00:00
Tuna Aksoy
81ebde57c4 Fixed minor bugs (Constant Name) reported in Sonar
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73862 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-15 12:26:37 +00:00
Tuna Aksoy
13c73e8e8e Fixed minor bugs (Redundant Throws) reported in Sonar
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73861 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-15 12:16:08 +00:00
Tuna Aksoy
7e71eb8e0a Fixed critical bugs (Security - Array is stored directly) reported in Sonar
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73860 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-15 11:39:53 +00:00
Gloria Broadbent
4380cc83aa SIMP CHINESE: Simplified Chinese fixed files for RM 2.2 UI Bundle based on EN rev71684 - fix for RM-1339
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73804 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-13 11:38:42 +00:00
Mark Hibbins
6a2d86121c RM-1070, added rule property substitution for day of month
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73716 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-13 09:44:26 +00:00
Gloria Broadbent
bd1210f6b8 SIMP CHINESE: Simplified Chinese RM 2.2 UI Bundle based on EN rev71684
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73660 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 14:09:38 +00:00
Tuna Aksoy
51b7232506 RM-1224 (Rmadmin user is not created if auth chain contains not only ALfrescoNTLM)
* Add the FilePlanAuthenticationService back to the code base for backwards compatibility.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73641 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 10:26:33 +00:00
Gloria Broadbent
ad660e30f0 BRAZILIAN: Brazilian Portuguese RM 2.2 UI Bundle based on EN rev71684
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73632 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 09:28:11 +00:00
Gloria Broadbent
0fc07ddd03 RUSSIAN: Russian RM 2.2 UI Bundle based on EN rev71684
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73631 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 09:27:19 +00:00
Gloria Broadbent
e27f02307d DUTCH: Dutch RM 2.2 UI Bundle based on EN rev71684
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73628 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 09:21:08 +00:00
Gloria Broadbent
db98fcdbd7 JAPANESE: Japanese RM 2.2 UI Bundle based on EN rev71684
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73627 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 09:20:12 +00:00
Gloria Broadbent
b1027e7cd7 ITALIAN: Italian RM 2.2 UI Bundle based on EN rev71684
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73626 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 09:19:26 +00:00
Gloria Broadbent
a9c7481670 FRENCH: French RM 2.2 UI Bundle based on EN rev71684
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73625 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 09:18:26 +00:00
Gloria Broadbent
eca861029b SPANISH: Spanish RM 2.2 UI Bundle based on EN rev71684
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73624 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 09:17:26 +00:00
Gloria Broadbent
957cd3dd76 GERMAN: German RM 2.2 UI Bundle based on EN rev71684
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73622 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 08:55:35 +00:00
Roy Wetherall
8b17d89b84 RM-1089: CLONE - Group added twice for default categories
RM-1314: Permissions can be added twice



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73619 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 06:39:15 +00:00
Roy Wetherall
e5d7c77ce6 Fix build
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73611 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 00:45:59 +00:00
Roy Wetherall
a4bf43f06a Reorganisation of RM lecacy and integration tests.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73610 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-12 00:05:53 +00:00
Tuna Aksoy
02b4c273d2 RM-1224 (Rmadmin user is not created if auth chain contains not only ALfrescoNTLM)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73546 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-11 08:53:23 +00:00
Tuna Aksoy
936aea0a5a Removed warning from code
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73545 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-11 08:38:17 +00:00