ALF-10097: disk-persistent cache settings in ehcache
ALF-10098: clean up process should remove empty parent directories from content cache disk directory
ALF-10126: timeToIdle ehcache property was not affecting cache cleaner job
ALF-10127: externally deleted cached content files were not re-cached until after the items expired from ehcache
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30171 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
29876: Removed emotive language from build.xml
29877: Made getter final; should make members final.
29879: Extra check for erroneous, pre-existing transactions
29880: ALF-8966: RSOLR 042: Node deletes keep DB ID (ALF-8965)
- There is no longer code to change the store ID and UUID for an entry in alf_node
- During store moves, new node entries are created and node data is moved onto the new node
- Primarily affects archive/restore use cases
- Any NodeRef can be tracked using the DB ID associated with it (see NodeService.getNodeStatus)
29926: Minor toString modification
29927: Code cleanup: line endings, non-javadoc and isDebugEnabled
29928: Moved exception absorbtion out of the non-propagating txn (and cleaned up unused code)
29930: Test for ALF-5714: Write transactions serialized on MySQL
- The fix is to add this to the MySQL configuration and restart the MySQL server
innodb_locks_unsafe_for_binlog = true
See: http://dev.mysql.com/doc/refman/5.1/en/innodb-parameters.html#sysvar_innodb_locks_unsafe_for_binlog
- The test holds DB resources from one archive process while doing another. It fails without the setting given.
- TODO: Documentation required
29969: ALF-8966: RSOLR 042: Node deletes keep DB ID (ALF-8965)
- Fixed timing of circular hierarchy detection
29972: ALF-8966: RSOLR 042: Node deletes keep DB ID (ALF-8965)
- Fixed ACL retrieval from old parent node during move
- Fixes PermissionServiceTest failures
29979: Fix test's initialization
29987: Fixed txn demarcation during write of transfer report
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30044 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- generic fix, supprot to request purge, index and reindex for tx, node, acl-tx and acl (partly to make broken indexes)
- expose index fix via JMX
- migrate logging in the SOLR project to slf4j to fit the SOLR logging pattern (config to come)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29904 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
29716: ALF-4029: FileContentStore does not remove empty folders when deleting URLs
delete() now crawls back up the dir hierarchy deleting directories until a non-empty parent is found.
29767: ALF-9351 No exception with invalid permission definitions
- DTD/Schema validation added
- Corrected permissionDefinitions.xml (contained extra -->) so failed validation
29797: ALF-9916 Audit user actions for site (added st:site to list of types in filter)
29800: ALF-5499 IndexOutOfBoundsException in QuickSort
Need to synchronize access to JSF session beans. Added a filter that will use the HttpSession
(if it exists) as the monitor for a synchronized block so that only one request per session is
processed at any time. Approach taken in preference to adding synchronized blocks/methods or
locks to over 200 session beans in the Alfresco Explorer UI.
29801: ALF-9190: If a user is invited to a site but joins the site independently, they end up with the "Consumer" role, regardless of the role they were invited with
29805: ALF-4029: added utility to make some rough timings.
29819: Merged DEV/TEMPORARY to V3.4-BUG-FIX (reviewed by Erik)
29815: ALF-8414 : Remove button does not show on Flash upload in Share
Changed flash-upload.css styles to correct upload dialog display in IE6/IE7. Changes were tested in all supported browsers.
29826: Fix for ALF-9930
29836: Merged V3.4-TEAM to V3.4-BUG-FIX
27772: Incorrect behavior of enabling Google docs (Really: Forms get submitted twice in certain circumstances)
29839: ALF-9351 No exception with invalid permission definitions
- Added permissionsDefinitions.xml to RM's permissionsModelDAO spring bean def (root cause of build errors)
- Use UTF-8 encoding rather than server default when writing out modified form of model xml
- Use byte[] rather than a temp file (model files should be small)
- Added and then commented out an approach that did not require the need to write out the model xml
(works for schema but not dtd. See notes in javax.xml.validation.SchemaFactory)
- Fixed problem with RM recordsPermissionModel.xml (select -> selected)
29841: Fixed ALF-9826 "Folder is copied without content even if 'Apply rule to subfolders' check-box is checked"
- Added "deep-copy" option for Copy action
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29863 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
Closes:
ALF-9173 - SE.S07 Share - Single configuration files for actions
ALF-9176 - SE.S15 Share - Refactor doclist data webscript to use web-tier ActionGroups and Evaluators
ALF-9181 - SE.S63 Share - Refactor doclist client javascript to work with updated data response
Fixes:
ALF-9917 - wrong URLs are generated for some actions
ALF-9931 - Add simple workflow rule crashes the Document Library
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29845 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261