- Fix overloading of local variable when calculating audit query limit
- Enhance test to cover negative (expected failure), zero, one and more
- Addition of new property: opencmis.connector.default.contentChangesDefaultMaxItems=10000
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@133150 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
131490: REPO-1238 / REPO-1413: Use data-model with the OpenCMIS upgrade.,
131493: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0.
- Compilation errors fixed
- Removed old JAX-WS listener from web.xml + sun-jaxws.xml - obsolete after the upgrade (OpenCMIS has replaced JAX-WS with Apache CXF)
- Set chemistry-opencmis-test-browser version to 0.14.0, since it was removed in 1.0.0 (TODO: see if something from 1.0.0 can be used instead)
- Changed dependency on XmlSchema 1.4.7 to xmlschema-core 2.2.1 (required by Apache CXF) - implications of this change still to be addressed.,
131569: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0.
- Possible fix for the browser binding - since OpenCMIS 0.13.0, repository URLs always require a cmisselector parameter (see CMIS-893).,
131671: REPO-843 Upgrade our Servlet API usage to 3.0.1 (from 2.4 / 2.5)
- Modifications to weblogic-application.xml to allow Weblogic 12.2.1.1 to start with the changes
made so far for the 1.0 Open CMIS upgrade (REPO-1238). This follows the Servlet 3.0 upgrade
which resulted in WebLogic not starting. The Open CMIS upgrade has helped with fixing the WebLogic
start up issue, however...
- Some of the changes are TEMPORARY to pick up classes and resources from either the JRE or WebLogic
rather than the alfresco.war. These should be coming from the alfresco.war, but we will still need to
upgrade the jars that we package. See comments being added to REPO-1413 related to the CMIS upgrade.
- It is likely that there are other entries in this file that are not needed.,
131758: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0 - Fix for CMISTCKVersioning tests.
- The VersioningSmokeTest from the OpenCMIS TCK has been enhanced with the case of checking-in documents with new properties (not just new content). This touches the part of code in CMISConnector that parses the secondary types (aspects), removes the old ones and adds the new. The problem was that even the working copy aspect was removed for checked out documents. This is illegal and an error was thrown.
- Applies to CMIS 1.1.,
131815: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0 - Fix for CMISTCKVersioning tests.
- The VersioningSmokeTest from the OpenCMIS TCK has been enhanced with the case of checking-in documents with new properties (not just new content). So the tests check-in a document with the same name as the original name causing the rename of the working copy to fail. I added an extra check on the name format for working copies.
- Applies to CMIS 1.0.,
131843: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0 - Fix for CMISTCKCRUD tests.
- The SetAndDeleteContentTest from the OpenCMIS TCK has been enhanced with tests that append content. The case where the content was 0 bytes failed, because of an "unnecessary" (hopefully) check on the content data length.,
131859: REPO-1413 : Upgrade to OpenCMIS 1.0 - update dependencies and fix compilation and/or build test failures
- fixed failing testVersioningPropertiesHaveDefaultValue ,
131868: REPO-1413 : Upgrade to OpenCMIS 1.0 - update dependencies and fix compilation and/or build test failures
- fixed new failing tests,
131876: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0
- Fix for versioning related tests.,
131907: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0
- Removed unused dependency on chemistry-opencmis-test-browser,
132064: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0
- Removed unnecessary excludes, updated data-model, added junit dependency for legacy-lucene which was relying on a now unused dependency to get the junit.,
132069: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0
- Upgrade jaxb libraries to 2.2.11, alfresco-core to 6.7.,
132110: REPO-843 Upgrade our Servlet API usage to 3.0.1 (from 2.4 / 2.5)
- Further modifications to weblogic-application.xml
- Checked file only contains references to files that we actually package in alfresco.war.
- Add additional entries identified by WebLogic's CAT
- Exclude myfaces-api-1.1.10.jar classes (used by the Explorer UI, removed in 5.0 but still used by Cloud).
- Exclude classes that cause start up exception. We must use the RT or Weblogic versions.,
132161: REPO-1238 / REPO-1413: OpenCMIS upgrade to 1.0.0
- code review changes
132356: Change to using data-model 6.6
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@132357 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
128341 adavis: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
128260 adavis: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
128213 arebegea: MNT-16437 : CLONE - 4.2.N - 4.2.3 CMIS Bulk Update Properties only updates the properties of one document when more than one document is in the objectIdAndChangeTokens list
Merged V4.2.3 (4.2.3.25) to V4.2-BUG-FIX (4.2.7)
128177 arebegea: MNT-16376 : 4.2.3 CMIS Bulk Update Properties only updates the properties of one document when more than one document is in the objectIdAndChangeTokens list
- The batch worker threads did not have the thread context to know that they were dealing with CMIS version 1.1
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128360 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
121800 rneamtu: Merged 5.0.N (5.0.4) to 5.1.N (5.1.1)
121772 amorarasu: Merged DEV to 5.0.N (5.0.4)
120891 121263 amorarasu: MNT-14951: Using CMIS it is not possible to retrieve the secondary or the list of the parents of a folder
- Changed getObjectParents() to return all the parents, not just the first one.
- Added junit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@123653 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
120109 nsmintanca: Merged 5.0.N (5.0.4) to 5.1.N (5.1.1)
120046 abozianu: Merged DEV to 5.0.N (5.0.4)
117528 abozianu: MNT-14687 : Creating a document as checkedout and then cancelling the checkout should delete the document
- added a new aspect for cmis checked out documents : ASPECT_CMIS_CHECKEDOUT
118441 abozianu: MNT-14687 : Creating a document as checkedout and then cancelling the checkout should delete the document
- changed aspect name from ASPECT_CMIS_CHECKEDOUT to ASPECT_CMIS_CREATED_CHECKEDOUT
118775 abozianu: MNT-14687 : Creating a document as checkedout and then cancelling the checkout should delete the document
- fixed commit error
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@123614 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
117597 adavis: Merged 5.0.N (5.0.3) to 5.1.N (5.1.1)
117582 adavis: Merged V4.2-BUG-FIX (4.2.6) to 5.0.N (5.0.3) (PARTIAL MERGE)
116652 amorarasu: MNT-14983: CMIS: Euro character not encoded correctly
Merged V4.2.4 (4.2.4.19) to V4.2-BUG-FIX (4.2.6)
115140 115998 116396 amorarasu: MNT-15044: CLONE - CMIS: Euro character not encoded correctly
- Removed the unicode interval that was used to escape characters from the categories: currency, general punctuation, subscripts and superscripts (2000-20FF).
- Changed the way the control characters are filtered + adapted tests.
- Removed unnecessary j_string use from the ftl and added proper xml encoding.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@123586 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
120106 nsmintanca: Merged 5.0.N (5.0.4) to 5.1.N (5.1.1)
120071 rmunteanu: Merged 5.0.3 (5.0.3) to 5.0.N (5.0.4)
119848 adragoi: Merged DEV to 5.0.3 (5.0.3)
119808 adragoi: MNT-15338 : CMIS get object by path only shows the working copy file and not the original file
- reverted commits related to "Ghost versions when Document is created with CheckinType CHECKOUT" stask :
100772 : Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
100260: MNT-13722 : CLONE - Ghost versions when Document is created with CheckinType CHECKOUT
- Fix for tests failures
100824 : Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
100184: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5)
100131 : Merged DEV to V4.1-BUG-FIX (4.1.10)
99521 : MNT-9088 : Ghost versions when Document is created with CheckinType CHECKOUT
- Don't include PWC in a version series
99824 : MNT-9088 : Ghost versions when Document is created with CheckinType CHECKOUT
- Return PWC as a part of version series. Fixes to pass TCK
100837 : Fix another merge issue as a result of a re factor that has taken place in 5.0
Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
100184: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5)
100131 : Merged DEV to V4.1-BUG-FIX (4.1.10)
99521 : MNT-9088 : Ghost versions when Document is created with CheckinType CHECKOUT
- Don't include PWC in a version series
99824 : MNT-9088 : Ghost versions when Document is created with CheckinType CHECKOUT
- Return PWC as a part of version series. Fixes to pass TCK
101404 : Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
101273: Merged DEV to V4.2-GUB-FIX (4.2.5)
100792 : MNT-13722 : CLONE - Ghost versions when Document is created with CheckinType CHECKOUT
- Added init-method for CMISConnector. Test is added
101597 : Merged DEV to 5.0.N (5.0.2)
101560 : MNT-13813 : CLONE - Ghost versions when Document is created with CheckinType CHECKOUT
- Fix to test failure
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@121388 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
115558 adavis: Merged 5.1.N (5.1.1) to 5.1-MNT1 (5.1.0)
111896 adavis: Merged 5.0.N (5.0.3) to 5.1.N (5.1.0)
111501: Merged DEV to 5.0.N (5.0.3)
110986: MNT-14221 : CMIS aclCapability.getPermissionMappings() returns permissions that are not returned in aclCapability.getPermissions()
- Changed getRepositoryPermissions() to returned all repository permissions not only the exposed ones.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@115688 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
107541: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud) (PARTIAL MERGE)
107413: Merged DEV to 5.0.N (5.0.3)
106858 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Cleaning of Javadoc,
107565: MNT-13545 Fix compilation after merge of Javadoc
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@107633 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
105527: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud)
105471: MNT-14121: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3) (PARTIAL MERGE)
104622: Merged DEV to V4.2-BUG-FIX (4.2.5)
87826: MNT-12133 : CMISQueryService doesn't take into consideration the option QueryConsistency.TRANSACTIONAL
- Change lucene CMISQueryServiceImpl to use switchable logic depending on QueryConsistency condition
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@105590 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
105374: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud)
105132: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3)
104888: Merged DEV to V4.2-BUG-FIX (4.2.5)
104492: MNT-10962: Versioning for cmis:document not working initially
- Use default values in the content model for autoVersion.
- Test to ensure that version properties for node created via CMIS are set wrt contentModel.
- TCK is now run with autoVersion=false.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@105408 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
104860: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
104812: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
104736: Merged DEV to V4.2-BUG-FIX (4.2.5).
103329: MNT-13907: CMIS Bulk Update Properties will fail if number of worker threads is 1.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104883 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
104250: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
104173: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
104090: Merged NESS/4.2.N-2015_04_30 (4.2.5) to V4.2-BUG-FIX (4.2.5)
104084: MNT-13366 : CMIS folder.deleteTree results in multiple entries in trashcan rather than one
- Implemented fix and test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104392 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
104022: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
103942: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
103858: Merged V4.1-BUG-FIX (4.1.11) to V4.2-BUG-FIX (4.2.5)
103770: Merged V4.1.10 (4.1.10) to V4.1-BUG-FIX (4.1.11)
103711: Merged DEV to V4.1.10-PATCHES
103047: MNT-13839: [CMIS Webservices] "invalidArgument: Version Series does not exist" error appears when creating any content
- Use versionSeriesId when objectId is null
- Return versionSeries for PWC if objectId is null and provided node has working copy.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104117 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
102709: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
102490: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
102292: Merged DEV to V4.2-BUG-FIX (4.2.5)
101892: MNT-13670 : Description is not displayed for content type D:lnk:link
- Added mapping cmis:description for Cmis 1.0.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103539 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
101750: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
101639: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
101402: MNT-10032 : CMIS: "delete" action with unchecked "delete all version" checkbox.
- Revert document to previous version on deleteObject with AllVersions unchecked.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101852 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
101658: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
101404: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
101273: Merged DEV to V4.2-GUB-FIX (4.2.5)
100792 : MNT-13722 : CLONE - Ghost versions when Document is created with CheckinType CHECKOUT
- Added init-method for CMISConnector. Test is added,
101597: Merged DEV to 5.0.N (5.0.2)
101560 : MNT-13813 : CLONE - Ghost versions when Document is created with CheckinType CHECKOUT
- Fix to test failure
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101705 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
101647: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
101286: Merged NESS/5.0.N-2015_03_23 (5.0.2) to 5.0.N (5.0.2)
100798: MNT-13628 : No matching ACE found to remove" error when removing all the ACLs with removeAcl method and 1.1 Browser implementation
- Filter inherited permissions before try to remove them
- Added unit test for case using jetty
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101696 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
100991: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
100837: Fix another merge issue as a result of a re factor that has taken place in 5.0
Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
100184: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5)
100131 : Merged DEV to V4.1-BUG-FIX (4.1.10)
99521 : MNT-9088 : Ghost versions when Document is created with CheckinType CHECKOUT
- Don't include PWC in a version series
99824 : MNT-9088 : Ghost versions when Document is created with CheckinType CHECKOUT
- Return PWC as a part of version series. Fixes to pass TCK
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101006 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
100983: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
100824: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
100184: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5)
100131 : Merged DEV to V4.1-BUG-FIX (4.1.10)
99521 : MNT-9088 : Ghost versions when Document is created with CheckinType CHECKOUT
- Don't include PWC in a version series
99824 : MNT-9088 : Ghost versions when Document is created with CheckinType CHECKOUT
- Return PWC as a part of version series. Fixes to pass TCK
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100998 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
100846: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
100757: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
99879: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5)
99811: Merged DEV to V4.1-BUG-FIX (4.1.10)
99257 : MNT-9557 : VersioningService.getAllVersions() does not include all applied aspects in the returned extension data
- Return a current node as head version in version series
99649,99789 : MNT-9557 : VersioningService.getAllVersions() does not include all applied aspects in the returned extension data
- Test for the fix
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100916 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
100844: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
100755: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
99877: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5)
99796: MNT-10999: CMIS: Version is not increased after deleting Content Stream
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100914 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
100265: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
100257: Reverse Merge 5.0.N (5.0.2)
<< Cause 4 build errors >>
100165: Merged NESS/5.0.N-2015_03_23 (5.0.2) to 5.0.N (5.0.2)
99977: MNT-13628 : No matching ACE found to remove" error when removing all the ACLs with removeAcl method and 1.1 Browser implementation
- Filter inherited permissions before try to remove them
- Added unit test for case
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100574 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
100243: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
100165: Merged NESS/5.0.N-2015_03_23 (5.0.2) to 5.0.N (5.0.2)
99977: MNT-13628 : No matching ACE found to remove" error when removing all the ACLs with removeAcl method and 1.1 Browser implementation
- Filter inherited permissions before try to remove them
- Added unit test for case
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100566 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
100117: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
99965: Merged DEV to 5.0.N (5.0.2)
98656: MNT-13529 : Just-installed Alfresco does not return a CMIS latestChangeLogToken
- Add initial change log token
99911: MNT-13529 : Just-installed Alfresco does not return a CMIS latestChangeLogToken
- Added test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100540 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
99981: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud) (PARTIAL MERGE)
99482: Merged DEV to 5.0.N (5.0.1)
99198 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc typo in project alfresco-jlan
99413 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project alfresco-jlan
99205 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project core
99415 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project data-model
99227 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project file-transfer-receiver
99416 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project legacy-lucene
99417 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project qa-share
99418 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project remote-api
99427 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc in project Repository, letters S..Z
99433 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc in project Repository, letters A..R
99421 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project share-po
99247 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc typo in project slingshot
99248 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project slingshot
99424 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project solr
99426 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project solr4
99253 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project solr-client
99259 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project web-client
99260 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project web-framework-commons
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100501 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
98423: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
98310: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
98244: Merged V4.2.3 (4.2.3.18) to V4.2-BUG-FIX (4.2.5)
97968: Merged DEV to PATCHES/V4.2.3 (4.2.3.18)
97890: MNT-13349: OpenCMIS bulkUpdateProperties method fails when run against more than one document
- Implemented Batch Processing for bulk update properties.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@98530 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
91710: Merged 5.0.N (5.0.1) to HEAD-BUG-FIX (5.1/Cloud)
91606: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.1)
<< Merging only new CMIS >>
91469: Merged V4.2.4 (4.2.4) to V4.2-BUG-FIX (4.2.5)
91306: Merged DEV to PATCHES/4.2.4
91267 : MNT-12496: CMIS: Unable to navigate to a folder if it has image with special character on the metadata
- Escaping of control characters was added
91286 : MNT-12496: CMIS: Unable to navigate to a folder if it has image with special character on the metadata
- Added tests to check incorrect char in description property of node.
91470: Merged V4.2.4 (4.2.4) to V4.2-BUG-FIX (4.2.5)
91313: MNT-12496: CMIS: Unable to navigate to a folder if it has image with special character on the metadata
- Build failure fixed
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94826 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
91358: Merged V4.2-BUG-FIX (4.2.5) to HEAD-BUG-FIX (5.0/Cloud)
91138: Merged DEV to V4.2-BUG-FIX (4.2.5)
91059 : MNT-12680: Alfresco 4.0/4.2 AtomPub cmis:createdDate value mapping for versions is different then Alfresco 3.4 AtomPub binding results
- Extracting "creationDate" property via filter, like in v3.4
91139: MNT-12680: Alfresco 4.0/4.2 AtomPub cmis:createdDate value mapping for versions is different then Alfresco 3.4 AtomPub binding results
- Reverted "merge" to incorrect branch
91260: Merged V4.2.4 (4.2.4) to V4.2-BUG-FIX (4.2.5) (RECORD ONLY)
91156: Merged DEV to V4.2-BUG-FIX (4.2.4)
91059 : MNT-12680: Alfresco 4.0/4.2 AtomPub cmis:createdDate value mapping for versions is different then Alfresco 3.4 AtomPub binding results
- Extracting "creationDate" property via filter, like in v3.4
91264: Merged V4.2.4 (4.2.4) to V4.2-BUG-FIX (4.2.5) (RECORD ONLY)
91181: Reverse Merged V4.2-BUG-FIX (4.2.5) to V4.2.4 (4.2.4)
91156: Merged DEV to V4.2-BUG-FIX (4.2.4)
91059 : MNT-12680: Alfresco 4.0/4.2 AtomPub cmis:createdDate value mapping for versions is different then Alfresco 3.4 AtomPub binding results
- Extracting "creationDate" property via filter, like in v3.4
91161: Merged DEV to PATCHES/4.2.4
91109 : MNT-12496: CMIS: Unable to navigate to a folder if it has image with special character on the metadata
- Escaping of control characters was added
90723 : MNT-12496: CMIS: Unable to navigate to a folder if it has image with special character on the metadata
- Added tests to check incorrect char in description property of node.
91342: Merged V4.2.4 (4.2.4) to V4.2-BUG-FIX (4.2.5)
91254: Merged DEV to PATCHES/4.2.4
91232 : MNT-12680: Alfresco 4.0/4.2 AtomPub cmis:createdDate value mapping for versions is different then Alfresco 3.4 AtomPub binding results
- Extracting "creationDate" property via filter, like in v3.4
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94785 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
90394: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
90287: Merged DEV to V4.2-BUG-FIX (4.2.4)
89952 : MNT-12242 : Alfresco "autoVersionOnUpdateProps=false" does not work properly when making a CMIS call
- Test to ensure auto-versioning on update properties and set/delete content using both Alfresco and CMIS perspectives. Changes according to new auto-versioning behavior
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94672 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
89523: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
89431: MNT-12242: Merged V4.2.3 (4.2.3.6) to V4.2-BUG-FIX (4.2.4)
<< Still requires more unit tests to be added >>
89177: MNT-12622 : Merged DEV to PATHCES\V4.2.3 (4.2.3.6)
83657 : MNT-12242 : Alfresco "autoVersionOnUpdateProps=false" does not work properly when making a CMIS call
- Do not create version on CMIS update properties explicitly
89184: MNT-12622 : CLONE - Alfresco "autoVersionOnUpdateProps=false" does not work properly when making a CMIS call
- Create MAJOR version on content update if autoVersion==true
89236: MNT-12622 : CLONE - Alfresco "autoVersionOnUpdateProps=false" does not work properly when making a CMIS call
- Create MINOR version on content update if autoVersion==true
89258: MNT-12622 : CLONE - Alfresco "autoVersionOnUpdateProps=false" does not work properly when making a CMIS call
- Correcting comment to match to the actual behaviour
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94627 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
89023: ACE-2224: Could not re-applying ACL by cmis api request using Atom binding
- Report only repo permissions if onlyBasicPermissions is 'false', but do revert conversion if cmis basic permission has exact matching. Remove MNT-4561 changes to avoid clever logic. Restore unit test for MNT-10165 scenario. Allow apply empty set of direct permissions if node inherits parent permissions. In onlyBasicPermissions mode report only one cmis permission if one was set.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@89123 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
74808: Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (4.3/Cloud)
73693: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud)
73621: MNT-10165: CMIS 1.1 API: Impossible to remove ACL through Atom binding
- Fix test failure - fix CMISTest to not affect on AuthorityServiceTest
74803: Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (4.3/Cloud)
73688: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud)
73548: MNT-10165: Merged DEV to V4.2-BUG-FIX (4.2.3)
61161: MNT-10165: CMIS 1.1 API: Impossible to remove ACL through Atom binding
- Detect permission to delete for principal and also find and delete all the concomitant basic CMIS permissions. Add unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@88915 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
83757: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
<< Bringing back the commit just reverted. Needed to revert another commit
80358 which changed pom.xml files to include the correct versions of
external libs including open cmiss 0.11 >>
80966: Revere merged HEAD-BUG-FIX (5.0/Cloud)
<< Take out all OpenCMIS changes merged to HEAD-BUG-FIX that have come from V4.2-BUG-FIX >>
80355: Reverse Merge HEAD-BUG-FIX (5.0/Cloud)
<< And added alfresco-opencmis-extension 1.0 >>
79170: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
<< Commit is actually a reverse merge of the original merges from V4.2-BUG-FIX 79113,79128
rather than the changes from V4.2-BUG-FIX >>
79166: Reverse merged V4.2-BUG-FIX (4.2.4)
<< Need a new version of alfresco-opencmis-extension as 0.9 is incompatible with OpenCMIS 0.11.0
and Steve is on holiday for a week. >>
<< The original commits are already merged to HBF for ACE-484 so will revert them too. >>
79070: Merged DEV to V4.2-BUG-FIX (4.2.4)
67851: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line
Updated OpenCMIS to 0.11 version.
79120: MNT-11223: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.4)
79117: MNT-11596 Fix dependencies declared in pom files after upgrade of OpenCMIS to 0.11.0, and all related upgrades
80358: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
79166: Reverse merged V4.2-BUG-FIX (4.2.4)
<< Need a new version of alfresco-opencmis-extension as 0.9 is incompatible with OpenCMIS 0.11.0
and Steve is on holiday for a week. >>
<< The original commits are already merged to HBF for ACE-484 so will revert them too. >>
79070: Merged DEV to V4.2-BUG-FIX (4.2.4)
67851: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line
Updated OpenCMIS to 0.11 version.
79120: MNT-11223: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.4)
79117: MNT-11596 Fix dependencies declared in pom files after upgrade of OpenCMIS to 0.11.0, and all related upgrades
80365: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
80356: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line
- Commit missed delete of old alfresco-opencmis-extension-0.9 sources/javadoc
80366: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
80337: MNT-11223 follow-up: bring back test dependencies in web-framework-commons pom, to make the Maven build pass again
80814: MNT-11223: Fix build (pt1)
- 80366: pom.xml contained a reference to an external surf which is now back in house.
80858: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
80373: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line
- Found another reference to version 0.9 rather than 1.0 of alfresco-opencmis-extensions
80861: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
80397: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line
Fixed TestCMIS.testMNT10430. Excluded sys:localized aspect from returned set in CMIS.
80865: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
80840: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line
Fix for CMISTCKCRUD test. Added special handling of content stream file name property via accessor.
80866: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
80841: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line
Changed Solr to Lucene for tests.
83745: Reverse Merge HEAD-BUG-FIX (5.0/Cloud)
83699: ACE-484: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) VIA EOL
81016: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line
Fixed TestCMIS to check for secondary types list to be null.
81017: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line
Disabled assert for tests run by maven.
82255: Merged V4.2-BUG-FIX (4.2.4) to EOL (5.0/Cloud)
82252: MNT-11223 : Upgrade OpenCMIS library to 0.11.0 on 4.2 code line
Disabled QueryRootFolderTest.
- RECORD ONLY merge from V4.2-BUG-FIX extra commits not required on HEAD-BUG-FIX: 80373,80397,80840-80841,81707,81741,82245
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@84575 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261