Commit Graph

477 Commits

Author SHA1 Message Date
Gloria Broadbent
61c4717a1d JAPANESE: Japanese RM 2.2 Updated UI Bundle based on EN rev74663
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@75226 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-30 13:29:44 +00:00
Gloria Broadbent
afb6f9336a ITALIAN: Italian RM 2.2 Updated UI Bundle based on EN rev74663
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@75225 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-30 13:29:09 +00:00
Gloria Broadbent
311d4431a3 SPANISH: Spanish RM 2.2 Updated UI Bundle based on EN rev74663
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@75223 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-30 13:27:07 +00:00
Gloria Broadbent
982ebc1ea6 GERMAN: German RM 2.2 Updated UI Bundle based on EN rev74663
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@75221 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-30 13:26:16 +00:00
Mark Hibbins
9dfeb26417 RM-1576, remove trailing space from german translation of frozen records name string used for a filename which causes an error on windows
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@75213 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-30 12:37:42 +00:00
Roy Wetherall
11b47d9ad2 RM-1575: Missing information from Hold Report
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@75198 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-30 09:56:38 +00:00
Roy Wetherall
fe36982d6d RM-1573: Holds the user has read-only permission for are displayed in Remove from Hold dialog
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@75188 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-28 07:13:58 +00:00
Gloria Broadbent
d053317572 SPANISH: Spanish RM 2.2 Updated UI Bundle based on EN rev74663
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74971 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-26 14:02:40 +00:00
Roy Wetherall
e8ff976d1d RM-1461: CLONE - RM slower then standard repo/sites when rendering document details when folder contains 15k documents
* general browse experience better
 * viewing record category list (with one folder) down from seconds to almost immediately
 * viewing of record details page down from 20 plus seconds to under a second 
 * although view of 15k records is still slow to render (around 10/15 seconds) this is still much better then previously and over 80% of that time is spent in the repo getting the children .. could look at getting a reduced result set?
 * cached 'hasHeldChildren' state on record folders .. this was a significant overhead previously and is now a simple property lookup, maintained by behaviours
 * unit tests for above to ensure nothing is broken
 * TODO more caching of frequently asked for state, optimisation of more node service intensive capability conditions




git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74932 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-26 06:21:45 +00:00
Tuna Aksoy
573d68c51b 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
fefbb15eeb 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
8cfd2a8ee6 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
7aed13d0fb 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
Roy Wetherall
3e7aa934f7 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
Roy Wetherall
59cc87b1e8 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
5f84ca29ee 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
Gloria Broadbent
8361035566 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
Roy Wetherall
c9223cb510 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
Tuna Aksoy
725d3e9b9d 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
Gloria Broadbent
f9cdbe795f 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
Gloria Broadbent
356122740d 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
728919ec3d 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
81d7b40cf1 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
228f1bf853 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
da867acc30 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
f9090133e4 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
94a067e021 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
75e6ab14a3 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
01a144cf06 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
a189c525e4 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
Tuna Aksoy
a2400a047c 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
Mark Hibbins
f5063cb8eb RM-1456, disposition lifecycle executor now does not execute cutoff after undo cutoff
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73541 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-11 07:29:21 +00:00
Roy Wetherall
e6591dd9fe RM-999: Hold and Transfers are displayed for ExtendedReaders, ExtendedWriters
* remove in-place roles from the 'all roles' group .. now in-place readers and writers can't gain access to items just because they have a role!
 * patch to remove in-place roles from all group in existing installations
 * unit test for patch



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73532 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-11 05:31:06 +00:00
Roy Wetherall
cc9412cb7e RM-1231: Could not Revert the rejected record
* record security was not being correctly reset during record reject
 * added additional logging to help debug access denied exceptions



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73455 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-10 03:01:34 +00:00
Mark Hibbins
17e43980c5 RM-1345(part-of), fixed mistake in cron expression
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73383 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-09 10:10:53 +00:00
Tuna Aksoy
40fdcfbefd Removed unused field from the code
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@72892 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-03 13:22:28 +00:00
Tuna Aksoy
e5fd520858 RM-1495 (Freeze/Unfreeze are still available as rule actions)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@72885 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-03 12:51:41 +00:00
Tuna Aksoy
1be4399d6b RM-1429 (The user with read-only permissions on the item can unfreeze it via deleting hold)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@72277 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-29 23:05:35 +00:00
Tuna Aksoy
2c98bb672f Fixed minor issues ("Unread public/protected field") reported in Sonar
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@71955 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-27 21:18:20 +00:00
Tuna Aksoy
e4f8431e2d RM-1315 (Manage Permissions is not working for folder inside Holds/Unfiled Records)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@71944 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-27 20:41:34 +00:00
Tuna Aksoy
c4e95e1bcb Changed property values according to the feedback from the localization manager
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@71689 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-23 09:42:32 +00:00
Tuna Aksoy
cef32a5a6a RM-1510 (Audit events are incorrectly displayed)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@71570 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-22 11:00:47 +00:00
Tuna Aksoy
4741bb3390 Fixed RM 2.2 to get it working with Alfresco 4.3.0-SNAPSHOT
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@71425 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-20 21:32:52 +00:00
Mark Hibbins
ae9a33f4a7 RM-1345, Changed frequency that the disposition lifecycle runs to every five minutes by default and moved the cron expression setting to the global properties
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@70769 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-19 11:23:44 +00:00
Tuna Aksoy
8b8bc47833 RM-1482 (No message is shown when user tries to file Audit Log as Record to File Pan or closed folder)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@70298 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-15 15:06:50 +00:00
Mark Hibbins
0c34f3a251 RM-1481, added no copy behaviour for rma:recordOriginatingDetails aspect
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@70122 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-13 09:37:46 +00:00
Tuna Aksoy
b50335bb83 RM-1463 (Item the user has read only permissions for can be added to hold in from Records Search results)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@70096 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-12 19:38:07 +00:00
Roy Wetherall
185a797c43 RM terminology consistancy
* 'Cut off; instead of 'Cutoff'
  * 'Undo cut off' instead of 'Uncut off'
  * 'Maintain Record Metadata After Delete' instead of 'Ghost record rather than delete'
  * 'Metadata Only Record' instead of 'Ghosted Record'



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@69802 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-08 06:27:13 +00:00
Roy Wetherall
b32d354529 RM-1340: Couldn't cutoff closed folder
* includes a couple of fixes from the demo prep
  * override of MethodSecurityInterceptor to allow us to report detailed information when an AccessDenied exception is reported as the result of a capability evaluation failure.
  * integration tests



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@69801 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-08 06:01:02 +00:00
Roy Wetherall
1a477d1af7 Issues found during demo prep.
* a couple of checks for type wheren't doing sub-type of cm:content checks
 * could not view a held record in-place



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@69667 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-05-06 11:49:27 +00:00