106496: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud)
106441: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3)
106391: MNT-14209: Merged V4.2.1 (4.2.1.19) to V4.2-BUG-FIX (4.2.5)
106130: Merged DEV to V4.2.1 (4.2.1.19)
106126: MNT-14059 : Replication job reports list all content eligible for replication, not just content that was replicated that job run
- added code for the a new simplified (summary) transfer report on the destination server side
- updated the jUnit test to check that the new report is generated only when the property: transferservice.simple-report= true
- reusing the same format as the old destination side report for the new simplified report, but have only the relevant content
- did not modify/break compatibility of the code; did not changes methods in existing interfaces or communication protocols
- added a property for the transfer summary report location
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@106632 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
105991: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud)
105915: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3)
105898: MNT-13901 TransformationOptions Timeout Can Not Easily Be Set
- Fix "TransformationOptionPair.setMax(long max) and TransformationOptionPair.setLimit(long limit) so that they don't
clear the other half of the pair when the value being set is < 0 (unset).
- Unit tests added
- Added comments about how the 'transformer' code builds up limits to include defaults.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@106013 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
105375: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud)
105133: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3)
104891: MNT-10962: Versioning for cmis:document not working initially
- Fixed lost dependancies after r104888.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@105409 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
104814: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
104747: MNT-10914: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
104737: Merged DEV to V4.2-BUG-FIX (4.2.5)
104724: MNT-10914: Alfresco 4.2.d categories corrupting in share
- Ignore rule execution for the nodes of cm:failedThumbnail type. Add patch that removes cm:generalclassifiable aspect, associated properties for the nodes of cm:failedThumbnail type and triggers reindex. Add unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104872 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
104496: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
104336: Merged NESS/5.0.N-2015_03_23 (5.0.2) to 5.0.N (5.0.2)
103763: MNT-13920 - rewrite the image dimension properties if there is any exif dimensions information available
104332: MNT-13920 - code changes based on review, improved javadoc and slight modifications on the extract size method
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104607 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
104368: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
104301: Merged DEV to 5.0.N (5.0.2)
104289: MNT-14052 : CLONE - <filter-activities> config doesn't work in share
-added method to set the ignored-types pots
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104524 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
104361: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
104249: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
104150: Merged DEV (4.2.5) to V4.2-BUG-FIX (4.2.5)
104089: MNT-13577: Incorrect site handling in Outlook client by Alfresco Administrator and Site Manager
- Added unmovable aspect to restrict move of nodes. Unmovable aspect added to st:site type.
- Added JUnit test.
- Added patch for the fix.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104517 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
104179: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
104080: Merged DEV (5.0.2) to 5.0.N (5.0.2)
104074: MNT-13989: securing external authentication with non null external.authentication.proxyUserName fails
- Added SSL certificate subject DN validation in case of external.authentication.proxyUserName is set.
- Added JUnit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104262 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
104023: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
103943: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
103908: Merged DEV to V4.2-BUG-FIX (4.2.5)
103901 : MNT-13575 : Incorrect behaviour in org.alfresco.rep.i18n.MessageServiceImpl.java
- Fixed getMessage(messageKey,locale) method according to the locale being passed
- Added test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104118 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
103946: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
103861: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
103837: MNT-13867: Merged V4.1-BUG-FIX to V4.2-BUG-FIX (4.2.5).
101406: MNT-12454: Deletion behaviour of LDAP user does NOT work as documented.
- was added synchronization.syncDelete property.
101558: MNT-12454: Deletion behaviour of LDAP user does NOT work as documented.
- If allowDeletions=true then authority need move to AuthorityService.ZONE_AUTH_ALFRESCO. ChainingUserRegistrySynchronizerTest.testForcedUpdateWithoutDeletions test was corrected.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104033 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
103721: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
103683: Merged DEV to V5.0.N (5.0.2)
102953: MNT-13933: CalendarHelpersTest unit test fails in negative offset timezone e.g. US/Atlanta.
- In CalendarHelpersTest.simpleTimeZoneNorthern() was changed date.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103778 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
103441: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
103246: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
103035: Merged NESS/4.2.N-2015_03_12 (4.2.5) to V4.2-BUG-FIX (4.2.5)
102240: MNT-13531: EMLTransformer ignoring multipart emails
- used htmlparser to extract text from html mail part
- added test to check if html special chars appear in transformation result
102375: MNT-13531: EMLTransformer ignoring multipart emails
- use plain/text representation if present, prior to html representation on multipart/alternative parts
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103625 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
103438: Working towards a fix for ACE-3948: BM-0004: Factor out select on alf_content_url table during file creation
- Complement the 'getOrCreate' EntityCache calls with 'createOrGet'
- Cleanup of ContentDataDAOImpl code before further changes: tabs, @Override, unused code, etc
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103622 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
102879: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
102769: MNT-13947: Merged DEV to 5.0.N (5.0.2)
102637: MNT-13947: Java API: ServiceRegistry has incorrect bean ids
- Fix ServiceRegistry to return beans by correct ids. Add unit test that checks ServiceRegistry getters.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103571 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
102713: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
102494: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
102420: MNT-13710 : User cannot change site role if its current role contains an underscore
Build failed. Was corected some junit tests.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103543 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
102708: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
102489: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
102284: Merged DEV to V4.2-BUG-FIX
101812 : MNT-13710 : User cannot change site role if its current role contains an underscore
- Added new unit test. Corrected some code.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103538 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
102707: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
102488: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
101886: Merged DEV to V4.2-BUG-FIX (4.2.5)
101564: MNT-13531: EMLTransformer ignoring multipart emails
- added EMLTransformerTest to Metadata Extractor and Transform test suite
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103537 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
102706: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
102487: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
101885: Merged DEV to V4.2-BUG-FIX (4.2.5)
101133: MNT-13531: EMLTransformer ignoring multipart emails
- updated transfer in order to identify multiparts and correctly process them
- added tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103536 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
102238: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
102178: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
102050: Merged DEV to V4.2-BUG-FIX (4.2.5)
101782: MNT-13751: MNT-12196 may corrupt node property values when auditing pre-call data
- Changes provided by customer and unit test.
102011: MNT-13751: MNT-12196 may corrupt node property values when auditing pre-call data
- Corrected unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@102285 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
102180: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
102046: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
101946: Merged DEV to V4.2-BUG-FIX (4.2.5)
101416: MNT-13781: ModuleService is not available via a ServiceRegistry getter
101888: checkstyle fix
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@102244 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
101747: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
101635: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
101289: Reverse merged V4.2-BUG-FIX (4.2.5)
<< Brought back the changes >>
98889: Reverse merged V4.1-BUG-FIX (4.1.10)
<< Caused a performance problem found in 5.0.1 testing >>
Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5)
93762: Fix for MNT-13198 BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow
- use the bridge table to list sites.
93802: Fix for MNT-13198 BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow
- use hasSite to check for existence and fix person lookup case sensitivity configuration
98886: Reverse merged V4.1-BUG-FIX (4.1.10)
<< Original commits for this issue caused a performance problem found in 5.0.1 testing >>
98334: Merged DEV (4.2.5) to V4.2-BUG-FIX (4.2.5)
98326: MNT-13198: BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow
- Changed the PersonSitesRelation to use a faster API (SiteServiceImpl.listSiteMemberships(String, int)).
98452: MNT-13198: BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow
- Corrected the solution to fix the build failures.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101849 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
101651: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
101403: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
101245: Merged V4.1-BUG-FIX (4.1.11) to V4.2-BUG-FIX (4.2.5)
101157: Merged V4.1.10 (4.1.10) to V4.1-BUG-FIX (4.1.11)
101099: MNT-13607: Merged DEV to PATCHES/V4.1.10
101029: MNT-13607: Sending two emails to inbound server at the same time & same subject causes error
- Rethrow DuplicateChildNodeNameException which occurred during message processing as ConcurrencyFailureException to force retry. Add unit test for case.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101698 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
100990: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
100834: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
100784: Merged DEV to V4.2-BUG-FIX (4.2.5)
100732: MNT-13655 : Just first keyword of the IPTC keywords list is extracted as metadata and put into description field of an image
- Added special way for handling multi-valued meta-data properties retrieved from parser.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101005 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
100848: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
100759: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
99912: MNT-10999: CMIS: Version is not increased after deleting Content Stream
- resolved compilation errors of the merge (99877) to 4.2-BUG-FIX:
-- removed extra declaration of versionService;
-- added declaration and initialization of context
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100918 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
100845: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
100756: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
99878: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5)
99807: Merged DEV to V4.1-BUG-FIX (4.1.10)
99672: MNT-12150 : Centera Connector : isContentUrlSupported is returning false for the Centera store
- Unit test to demonstrate issue was implemented.
- Previously suggested fix was also merged.
99781: MNT-12150 : Centera Connector : isContentUrlSupported is returning false for the Centera store
- Updated javadoc for new method in ContentDataDAO.
- Corrected logic of eager cleaner. If store is read-only content should not be deleted.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100915 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
99771: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
99702: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
99655: Reverse Merge V4.2-BUG-FIX (4.2.5)
<< Caused build failures >>
99553: MNT-12628: Following on from MNT-12501 - Rollback of synchronous transactions is not behaving consistently
- Added a static variable holding the RollbackOnly state to RetryingTransactionHelper. Currently used by RetryingTransactionInterceptor.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100498 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
99764: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
99695: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
99553: MNT-12628: Following on from MNT-12501 - Rollback of synchronous transactions is not behaving consistently
- Added a static variable holding the RollbackOnly state to RetryingTransactionHelper. Currently used by RetryingTransactionInterceptor.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100491 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261