84312: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
84198: Merged DEV to V4.2-BUG-FIX (4.2.4)
84122: MNT-10730: In SelectNode() the third possible parameter is not evaluated properly
- Now, true and false value will be handled as boolean.
- Appropriate test was added.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84655 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
84255: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
84254: Reverse Merge V4.2-BUG-FIX (4.2.4)
<< Causes problems for other transformations such as those that start with an HTML file >>
77398: MNT-11279: Docx Preview: FileName in the document header not previewing correctly
- Keep original name during convertion.
- Add unit testMNT-11279: Docx Preview: FileName in the document header not previewing correctly
- Keep original name during convertion.
- Add unit test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84651 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
84146: Fix Build test failure: NodeDAOTest testRootNodeCacheEntries
Following merge 84033 for MNT-12297: TransactionalCache equality checks lead to false negatives in a cluster
- Change required to test method that only exists on HEAD-BUG-FIX
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84636 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
84138: Merged FEATURE2 (5.0.0.FEATURE2) to HEAD-BUG-FIX (5.0/Cloud)
83970: ACE-2268 : make ldaps (LDAP over SSL) configurable using ldap subsystem properties and not only JVM (system) properties (JAVA_OPTS)
Implemented the LDAPS truststore configuration via subsystem's properties.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84634 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
84121: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
82508: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.4)
82319: Merged DEV to V4.1-BUG-FIX (4.1.10)
81073 : MNT-9532 : SQL performance issue - WHERE ... IS NULL statements
- Initial commit to revert fixes for MNT-8527 (r48757) and MNT-9483 (r56137) as this fixes causes performance issue for Oracle.
81966 : MNT-9532 : SQL performance issue - WHERE ... IS NULL statements
- Default value for feed_user_id and site_network is now @@NULL@@.
- IS NULL clause was completly removed from activities queries.
- Upgrade sql script was added to replace nulls for Oracle (empty strings for other dialect) with @@NULL@@.
- Version schema was incremented by 1.
82278 : MNT-9532 : SQL performance issue - WHERE ... IS NULL statements
- Fixed unit test failure.
83431: MNT-9532 : SQL performance issue - WHERE ... IS NULL statements
- Fixed build failure
84115: MNT-9532/MNT-11871: with the revert of MNT-11871 patch, MNT-9532 should be using a lower schema number.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84632 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
84058: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
83799: MNT-12238: Merged DEV 4.2-BUG-FIX (4.2.4) to V4.2-BUG-FIX (4.2.4)
MNT-12238: Merged 4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.4)
80291: Merged V4.1.6 (4.1.6.21) to V4.1-BUG-FIX (4.1.10)
77378: Merged DEV PATCHES/V4.1.6 (19) to PATCHES/V4.1.6 (20)
76649: MNT-11823: Upload of PPTX causes very high memory usage leading to system instability
- Patch from MNT-577 has been combined with new changes to avoid hanging of analyzing complicated PPTX documents. The fix just disables reading the entire contents of the complicated document. POI metadata extractor may be switched to standard behavior or reconfigured, using the following new properties: content.transformer.Poi.poiFootnotesLimit, content.transformer.Poi.poiExtractPropertiesOnly and content-services-context.xml/extracter.Poi/poiAllowableXslfRelationshipTypes
77379: MNT-11823: Upload of PPTX causes very high memory usage leading to system instability
Test and the test data for MNT-577 have been added. Test for MNT-11823 has also been added. But this test is commented because the test data (appropriate PPTX document) is not currently available. Getters for POI specific properties have been added to 'PoiMetadataExtracter' for tests. Also 'afterPropertiesSet()' logic has been a bit modified to allow setting 'false' value for 'poiExtractPropertiesOnly' parameter
77561: MNT-11823: Upload of PPTX causes very high memory usage leading to system instability
Fix for https://bamboo.alfresco.com/bamboo/browse/HF-PATCH416-126 build failure. POI extractor and transformer properties of 'AlfrescoPoiPatchUtils' have been isolated from each other using context. Each extractor or transformer now has its own context or uses the default context. Properties of the default context allow parsing the entire contents of XLSF documents. And footnotes limit is 50. Property names have not been changed, but currently 'content-services-context.xml/extracter.Poi/poiAllowableXslfRelationshipTypes=null' does not lead to 'content.transformer.Poi.poiExtractPropertiesOnly=false'. I. e., this list may be empty. 'PoiMetadataExtracterTest' test has been modified in accordance with the introduced changes. 'poi-OOXML-3.9-beta1-20121109.jar' has been renamed to 'poi-OOXML-3.9-beta1-20121109-patched.jar'
79180: MNT-12043: CLONE - Upload of PPTX causes very high memory usage leading to system instability
Timeout mechanism has been added to content transformers. Timeout configuration options have been added. Also mechanism to close streams after 'TimoutException' has been added to transformers and metadata extractors. Also timeout mechanism for input streams has been enabled in 'TikaPoweredContentTransformer'
79268: MNT-12043: CLONE - Upload of PPTX causes very high memory usage leading to system instability
Fix for the https://bamboo.alfresco.com/bamboo/browse/HF-PATCH416-133 build failure and comments of the review https://fisheye.alfresco.com/cru/CR-100#CFR-1184. The new test has been added into 'PoiOOXMLContentTransformerTest.testMnt12043()' to check out the newly added timeout mechanism
79290: MNT-12043: CLONE - Upload of PPTX causes very high memory usage leading to system instability
- Removed methods and properties that are no longer needed
79327: MNT-12043: CLONE - Upload of PPTX causes very high memory usage leading to system instability
- Increased ADDITIONAL_PROCESSING_TIME to 1500ms to try and avoid a new intermittent test failure.
83885: MNT-12238 Bring Maven POM file in sync with latest patched version of poi-ooxml
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84627 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
84033: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
83385: MNT-12297: TransactionalCache equality checks lead to false negatives in a cluster
- TransactionalCache uses ValueHolder to store values put into the cache.
- Each ValueHolder will have a new random integer to distinguish it from the next
- TransactionalCache equality checks no longer use reference equality and instead
use the ValueHolder.equals() method for most cases. This actual client value
.equals() is used where 'allowEquals' is true.
- Immutable caches always assume the backing cache is correct, still.
83391: Fix test doing checks in low-level cache (r83385 MNT-12297)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84621 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
84030: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
83370: Merged V4.2.3 (4.2.3.1) to V4.2-BUG-FIX (4.2.4)
79190: Merged DEV to PATCHES/V4.2.3
79172 : MNT-12049 : After uploading a document via WebDAV using DnD or copy/paste, the document appears as locked to Alfresco
- Unit test added
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84620 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
84028: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
83341: Merged DEV to V4.2-BUG-FIX (4.2.4)
82263: MNT-12259 : Outlook 2013 implements an IMAP move as a \Deleted + APPEND leading to corrupt files
Implemented a complex move operation to support Outlook 2013.
82465: MNT-12259 : Outlook 2013 implements an IMAP move as a \Deleted + APPEND leading to misleading copy of alfresco dummy file
Modified the fix to use the message id to determine the complex move operation.
Added JUnit test.
83420: MNT-12259 : Outlook 2013 implements an IMAP move as a \Deleted + APPEND leading to misleading copy of alfresco dummy file
Added an addition check for node existence to correctly handle invalid nodeRefs in message id.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84619 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
83934: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
81657: Merged DEV to V4.2-BUG-FIX (4.2.4)
78463 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n chars should not be created
80398 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n and | chars should not be created
80403 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Replace bad \n and | characters to _ char patch
83538: MNT-12288 : Reverse Merge V4.2-BUG-FIX (4.2.4)
<< Caused upgrade failure as the patch relies on search >>
81657 : Merged DEV to V4.2-BUG-FIX (4.2.4)
78463 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n chars should not be created
80398 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n and | chars should not be created
80403 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Replace bad \n and | characters to _ char patch
83539: Merged DEV to V4.2-BUG-FIX (4.2.4)
78463 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n chars should not be created
80398 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n and | chars should not be created
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84600 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
83910: Reverse Merge HEAD-BUG-FIX (5.0/Cloud)
<<Does not include 83538, 83539 as intended>>
83891: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
81657: Merged DEV to V4.2-BUG-FIX (4.2.4)
78463 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n chars should not be created
80398 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n and | chars should not be created
80403 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Replace bad \n and | characters to _ char patch
83538: MNT-12288 : Reverse Merge V4.2-BUG-FIX (4.2.4)
<< Caused upgrade failure as the patch relies on search >>
81657 : Merged DEV to V4.2-BUG-FIX (4.2.4)
78463 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n chars should not be created
80398 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n and | chars should not be created
80403 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Replace bad \n and | characters to _ char patch
83539: Merged DEV to V4.2-BUG-FIX (4.2.4)
78463 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n chars should not be created
80398 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n and | chars should not be created
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84596 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
83892: Merged FEATURE2 to HEAD-BUG-FIX (5.0)
82450, 82478, 83318, 83442 : ACE-898 : Share uses "ModifiedBy" which is not always correct for folders
- Propagate cm:modifier and cm:modified. Feature related test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84595 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
83891: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
81657: Merged DEV to V4.2-BUG-FIX (4.2.4)
78463 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n chars should not be created
80398 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n and | chars should not be created
80403 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Replace bad \n and | characters to _ char patch
83538: MNT-12288 : Reverse Merge V4.2-BUG-FIX (4.2.4)
<< Caused upgrade failure as the patch relies on search >>
81657 : Merged DEV to V4.2-BUG-FIX (4.2.4)
78463 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n chars should not be created
80398 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n and | chars should not be created
80403 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Replace bad \n and | characters to _ char patch
83539: Merged DEV to V4.2-BUG-FIX (4.2.4)
78463 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n chars should not be created
80398 : MNT-11871 : Adding tag with name containing new lines (\n) breaks the tagging service.
- Tags containing \n and | chars should not be created
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84594 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
83530: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
81658: Merge DEV to V4.2-BUG-FIX
81644 : MNT-11775 : The (reject) review comment value is never shown in a moderated site rejection email.
Fixed some code for getting correct rejection email. Added unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84560 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
80669: Merged WAT1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
78166: ACE-1582: Enhancements to the facet service to persist only the modified value(s) rather than the whole facet's properties. Also fixed facets cache and facets reordering NPE.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82966 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
80628: Merged WAT1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
76618: Initial commit of Java service changes for facet reordering. Part of ACE-1582.
Facet persistence has not been changed, but a property has been added to the folder
which contains the facet nodes. This property 'facetOrder' holds a sequence of strings
which are the ordered facet IDs.
Facets are now returned from the SolrFacetService in a sorted order, where this explicit
'facetOrder' is the primary source for sort order.
The sorting algorithm falls back to using indexes if no order is available.
It then falls back to using alphabetic sorting if no index is available.
These last two scenarios are likely to be corner cases.
Still to do: some enhancements to the Java service, webscripts as REST API endpoints.
the REST API will provide for reordering of existing facets.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82922 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
80626: Merged WAT1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
76614: Some minor enhancements to CollectionUtils which are of general utility.
These were made as part of work for ACE-1582.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82920 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
80359: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
80255: Merged DEV to V4.2-BUG-FIX (4.2.4)
80253: MNT-12191 : Intermittent test failure: CronScheduledQueryBasedTemplateActionDefinitionTest.testQueryTemplateFunctionsUnescapingMnt11598
Added guarding check for the test to avoid intermittent failures.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82738 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
79326: Merged EOL to HEAD-BUG-FIX (5.0/Cloud)
79090: ACE-2013 EOL JCR, JCR-RMI, etc in 5.0
- Removed references to http://www.jcp.org/jcr (left in web-scripts-application-context.xml
and multiple versions of opencmis-gnamefilter-context.xml)
78990: ACE-2013 EOL JCR, JCR-RMI, etc in 5.0
- Removing references to "jcr-xpath" - Biggest changes were to: DocumentNavigator, NodeServiceXPath and NodeSearcher
- SearcherComponentTest has a lot of tests removed that appeared to be JCR specific
- There are still a lot of namespace references in XML files to http://www.jcp.org/jcr/1.0 etc.
- Left a few references to "JSR 170" and JCR in java classes as they looked like they might be common with other bits.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82708 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
79307: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
79080: Merged V4.2.3 (4.2.3) to V4.2-BUG-FIX (4.2.4)
78999: MNT-12049 : After uploading a document via WebDAV using DnD or copy/paste, the document appears as locked to Alfresco
- Fixed build failure
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82699 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
79033: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
78970: Merged DEV to V4.2-BUG-FIX (4.2.4)
78847: MNT-11760 : No auditing entries generated for failed logins with audit.alfresco-access.enabled=true configured
Fixed audit logging for failed logins.
78848: MNT-11760 : No auditing entries generated for failed logins with audit.alfresco-access.enabled=true configured
Fixed tests to highlight the issue.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82681 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78913: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
78866: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.4)
78729: MNT-9257: Incorrect behaviour with password protected MS office documents
Check if failover transformers support transformation for mimetype before calling it. Add unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82655 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78747: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
78624: Merged V4.2.1 (4.2.1.10) to V4.2-BUG-FIX (4.2.4)
77969: MNT-11926: Unable to start a workflow from a taskListener
When activity workflow is started suspend CommandContext propogation (if any exists) so that new ProcessInstance could be flushed and correctly converted to WorkflowPath. Add unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82635 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78692: ACE-2346: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
76534: MNT-10226: Web Script - Status 500 error on 'Edit Properties' page after adding 'Restrictable' aspect through CMIS 1.1 API
- Convert default value in appliance with type of the property.
76654: MNT-10226: Web Script - Status 500 error on 'Edit Properties' page after adding 'Restrictable' aspect through CMIS 1.1 API
- Fix unit test failures: now webscripts return values with appropriate type, so in tests it should be compared with value of the expected type.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82630 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78647: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
76112: Merged DEV to V4.2-BUG-FIX (4.2.3)
76109: MNT-11727: CMIS change log doesn't include change events for update operations
Move and rename operations should be shown as an UPDATE in the CMIS change log. Added unit test.
78641: Merged V4.2.3 (4.2.3) to V4.2-BUG-FIX (4.2.4)
78640: Merged DEV to V4.2.3 (4.2.3)
78634: MNT-11726 : CMIS change log isn't returning valid cmis:objectId values for deleted objects
- Change test to avoid using org.alfresco.cmis package classes
78646: Merged V4.2.3 (4.2.3) to V4.2-BUG-FIX (4.2.4)
78645: Merged DEV to V4.2.3 (4.2.3)
78636: MNT-11727: CMIS change log doesn't include change events for update operations
- Fix unit test: remove dependency on Alfresco specific CMIS classes
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82628 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78610: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
78524: MNT-11895: Attribute Service Entries with "Serializable" objects in key Segments are not guaranteed to be unique
Fix test failures: tidy up unused property values
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82621 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78609: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
78259: MNT-11895: Merged DEV to V4.2-BUG-FIX (4.2.4)
78245: MNT-11895: Attribute Service Entries with "Serializable" objects in key Segments are not guaranteed to be unique
- Dissallow attributeService entries with "Serializable" objects in key Segments because they are not guaranteed to be unique. Add unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82620 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78573: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
78005: Merged DEV to V4.2-BUG-FIX (4.2.4)
77740: MNT-11960 : Public Share Link action changes modified by and modifier values on content
Disabled audit for sharing.
Added JUnit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82609 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78565: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
77792: Merged V4.2.3 (4.2.3) to V4.2-BUG-FIX (4.2.4)
77393: Merged DEV to V4.2.3 (4.2.3)
76812: MNT-11695 : Site cannot be deleted if copy/move outbound rule exists
Fixed move action, implemented a JUnit test to simulate the issue.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82602 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78564: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
77751: Merged DEV to V4.2-BUG-FIX (4.2.4)
77428 : MNT-11911 : Cancelling a download as ZIP archive leads to nodeRef-ID displayed at 'My Documents' dashlet
- Added temp file aspect "indexControl", property "isIndexed" and "isContentIndexed" which allow not index files in the search. Added in JUnit test check to add properties and aspects. Now in "My Documents" dashlet is not visible zip file.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82601 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78561: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
77720: Merged DEV to V4.2-BUG-FIX (4.2.4)
57817: MNT-7383: ActionFormProcessor not capable of handling multi-valued parameters, empty optional parameters and paramater types other than TEXT, BOOLEAN or NODE_REF
The hard limitation to TEXT, BOOLEAN and NODE_REF fields was relaxed to make use of default controls in the Share UI.
Added unit test.
78164: MNT-7383 : ActionFormProcessor not capable of handling multi-valued parameters, empty optional parameters and paramater types other than TEXT, BOOLEAN or NODE_REF
Reimplemented missing test configuration.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82598 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78537: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
77398: MNT-11279: Docx Preview: FileName in the document header not previewing correctly
- Keep original name during convertion.
- Add unit testMNT-11279: Docx Preview: FileName in the document header not previewing correctly
- Keep original name during convertion.
- Add unit test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82590 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78501: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
76817: MNT-11756: Merged DEV to V4.2-BUG-FIX (4.2.4)
76808: MNT-11756: Associated nodes deleted when reverting to older version.
- Keep secondary association during revert if versioned and current node have child association with the same node
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82573 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78500: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
76815: Merged V4.2.3 (4.2.3) to V4.2-BUG-FIX (4.2.4)
76612: Merged DEV to V4.2.3 (4.2.3)
73832: MNT-11695 : Site cannot be deleted if copy/move outbound rule exists
Added a test to simulate the issue.
73871: MNT-11695 : Site cannot be deleted if copy/move outbound rule exists
Added a check for the destination not to be in a pending delete list for copy action executer.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82572 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78498: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
76654: MNT-10226: Web Script - Status 500 error on 'Edit Properties' page after adding 'Restrictable' aspect through CMIS 1.1 API
Fix unit test failures: now webscripts return values with appropriate type, so in tests it should be compared with value of the expected type.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82570 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
78429: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
75801: ACE-2149: EOL AVM / WCM
- Thorough sweep of 'avm' and 'wcm' references
- Picked up on many 'deployment' and related classes and configuration
- Repo starts
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82558 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261