64446: Merged WAT1 (4.3/Cloud) to HEAD-BUG-FIX (4.3/Cloud)
63151: Reverted most of the ACE-493 implementation, committed in r62555, as a new Get sites webscript for the site admins, implemented in r63040. Also, modified the existing tests for the Get sites webscript.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64592 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
64426: Merged WAT1 (4.3/Cloud) to HEAD-BUG-FIX (4.3/Cloud)
62536: Reverted Sites Public REST API changes, committed in r61735 and r62502. Also updated CloudSiteServiceImpl overlay to override isSiteAdmin method.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64572 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
64416: Merged WAT1 (4.3/Cloud) to HEAD-BUG-FIX (4.3/Cloud)
61735: ACE-493: Made Sites Public REST API Get method callable by Admins or by users that are made members of the new "Site Admin" group.
ACE-503: Created a new PUT method in Sites Public REST API, such that it is possible to modify the visibility of a site.
ACE-511: Created a new DELETE method in Sites Public REST API, such that it is possible to delete a site.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64562 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
63704: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (4.3.0.BF)
63576: Merged DEV to V4.2-BUG-FIX (4.2.2)
59932 : MNT-10161 : cmis:description is not mapped properly for CMIS 1.1 compliance
- Implementation of org.alfresco.opencmis.mapping.DescriptionProperty added. Register PropertyAccessor only for CMIS 1.1
63562 : MNT-10161 : cmis:description is not mapped properly for CMIS 1.1 compliance
- Fix related test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64315 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
63670: Merged DEV to HEAD-BUG-FIX (4.3)
63618: Fixed ACE-762: BM-0012: NodeLockedException not handled by CMIS
- Refactored interceptor to handle previous TODO: Dig into exceptions to find deep causal issues of interest
- Added unit test
- Translate lock-related Alfresco exception into CMIS exception
63619: Further testing for ACE-762: BM-0012: NodeLockedException not handled by CMIS
- Extended test to ensure that locked nodes generate the correct CMIS exception
63630: Added test for ACE-762 and cleaned up pointless warnings
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64309 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
63080: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
62921: Merged DEV to V4.2-BUG-FIX (4.2.2)
62833: ALF-20448: Public API Activities : activityType org.alfresco.site.user-joined doesn't contain siteId
- Modify ActivitiesImpl.getSiteId() method to handle situation when default tenant domain is used.
- Add unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64263 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
63065: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
62754: MNT-9587: Workflows task properties values are not compliant with data-dictionary-property-definitions.
Correct count of task properties which increased after fix that returns default value for properties with no value.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64253 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
63057: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
62544: Merged DEV to V4.2-BUG-FIX (4.2.2)
61469: MNT-10555: Sometimes, documents are locked by Office but not locked by Alfresco
- expiryLockTest test was added that check if we can LOCK document against an expired lock.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64244 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
62905: Merged PLATFORM1 (Cloud33) to HEAD-BUG-FIX (Cloud33/4.3)
61335: ACE-33 implementation of cmis:items
add permissions
create and delete of cmis:items
some unit test fixes
new unit test for items
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62958 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
62533: MNT-10030: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX
61363: MNT-10030 Links on Share Repository search page show incorrect link name; do not work when root-node is defined
- New fix for MNT-9056.
62392: MNT-10030 Links on Share Repository search page show incorrect link name; do not work when root-node is defined
- In AdvancedSearchTest was added testSearchInSites test.
- In search.lib.js in splitQNamePath() was added check: (rootNodeQNamePath != null && path.indexOf(rootNodeQNamePath) === 0).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62792 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
61361: BDE-180 Refactored the system tests to use the maven tomcat plugin, self-contained alf_data/database and tests running in parallel.
Removed duplicate freemarker jar. Now uses the one defined in the repo project
add JCL for Slf4j
Fixed failing JmxScriptTest by ensuring that "quick" files are loaded from the classpath
Changed the unpacking of upstream resources to the "prepare-package" phase
BDE-249 Separate unit tests in a test suite on their own
Moved the thor unit tests into their own suite
Moved the enterprise remote-api unit tests into their own suite
Moved the enterprise repository unit tests into their own suite
Moved the webclient unit tests into their own suite
Moved the wdr unit tests into their own suite
Moved the repository unit tests into their own suite
Moved the remote-api unit tests into their own suite
Change null to "" for freemarker template
Moved META-INF/services so they get added to the jar
Speeding up the wcmquickstart client tests, reducing the thread.sleeps().
Fixed failing date/time tests, remove a redundant test and corrected an import
Added a h2 profile for running against a h2 database
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62415 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
61122: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
60991: Merged DEV to V4.2-BUG-FIX
60325 : MNT-10404 : Runas problem in workflow when package contains versioned content
Added some unit tests.
60443 : MNT-10404 : Runas problem in workflow when package contains versioned content
Added tests, debug log. Run work as system user in VersionableAspect.
60452 : MNT-10404 : Runas problem in workflow when package contains versioned content
Wrap debug statements.
60492 : MNT-10404 : Runas problem in workflow when package contains versioned content
Fix if statement indents.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62387 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
60936: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
60809: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.2)
60792: Merged BRANCHES/DEV/BELARUS/V4.1-BUG-FIX-2014_01_08 to BRANCHES/DEV/V4.1-BUG-FIX:
60183: MNT-10373 : WebDAV - Repeat save of existing text documents into Alfresco on Mountain Lion loses version history
Also, added test to RenameShuffleDetectionTest.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62371 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
60578: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
60246: Merged DEV to V4.2-BUG-FIX
59624 : MNT-10176 : Cmisaction:setContent: No minor version created
Create a new version when execute "Set content stream" or "update properties" actions in CMIS workbench. Add new unit test.
59749 : Merged DEV
59276 : MNT-10175 : CMIS 1.1 API: Two versions are created after appending content stream with isLastChunk=true
Create new version of document only on appending last chunk of content
59656 : MNT-10175 : CMIS 1.1 API: Two versions are created after appending content stream with isLastChunk=true
Test for versioning around content appending
60185 : MNT-10176 : Cmisaction:setContent: No minor version created
Fix some unit test.
60218 : MNT-10176 : Cmisaction:setContent: No minor version created
Corrected TestCMIS.testVersioning.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62312 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
60131: Merged V4.2-BIG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
60130: Merged V4.2.1 (4.2.1) to V4.2-BIG-FIX (4.2.2)
60129: BDE-239 (4.2) Identify tests starting the repository which are not in suites
- Merged DEV to Merged DEV to V4.1.2 (4.2.1)
59645,59650-59651,59653-59654,59663,59750-59751,59754-59755,59758,59762-59763,
59768,59770,59834,59841,59946,60111,60115
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62270 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
60016: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
59975: MNT-10380: (WebDAV) access denied when attempting to rename file should result in error message.
Previously fixed for same issue (was ALF-14398) but lost (most likely during a large merge).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62253 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
60007: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
59937: Revert the reverse
59870: Reverse merged
<< Caused build error https://bamboo.alfresco.com/bamboo/browse/ALF-ENTERPRISEV42BUGFIX-129 >>
59804: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.2)
59711: Merged DEV to V4.1-BUG-FIX (4.1.8)
58460: MNT-10037 : WebDAV PutMethod needs better test coverage
Implemented the tests for WebDAV PUT method.
58834: MNT-10037 : WebDAV PutMethod needs better test coverage
Added test files.
59499: MNT-10037 : WebDAV PutMethod needs better test coverage
Fixed the testPutNullContent test.
59501: MNT-10037 : WebDAV PutMethod needs better test coverage
Fixed formatting.
59806: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.2)
59716: MNT-10037 : WebDAV PutMethod needs better test coverage
Changed the fallout of the PutMethod.executeImpl() to run in the same transaction to prevent deadlock.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62244 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
59903: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
59870: Reverse merged
<< Caused build error https://bamboo.alfresco.com/bamboo/browse/ALF-ENTERPRISEV42BUGFIX-129 >>
59804: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.2)
59711: Merged DEV to V4.1-BUG-FIX (4.1.8)
58460: MNT-10037 : WebDAV PutMethod needs better test coverage
Implemented the tests for WebDAV PUT method.
58834: MNT-10037 : WebDAV PutMethod needs better test coverage
Added test files.
59499: MNT-10037 : WebDAV PutMethod needs better test coverage
Fixed the testPutNullContent test.
59501: MNT-10037 : WebDAV PutMethod needs better test coverage
Fixed formatting.
59806: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.2)
59716: MNT-10037 : WebDAV PutMethod needs better test coverage
Changed the fallout of the PutMethod.executeImpl() to run in the same transaction to prevent deadlock.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62223 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
59349: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
59348: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1)
59346: MNT-9771: Merged V4.1.7 (4.1.7.1) to V4.1-BUG-FIX (4.1.8)
59313: MNT-10231 : CLONE: Version History shows incorrect creator for previous versions
- Java-backed webscript CommentsPost added. Also auditable behavior is disabled around creating comment-node
59326: MNT-10231 : CLONE: Version History shows incorrect creator for previous versions
- Posting activity item added to CommentsPost web-script. Also copyright message and comments added, @since changed to 4.1.7.1
59334: MNT-10231: Merged DEV to V4.1.7 (4.1.7.1)
56938: MNT-9771 : Version History shows incorrect creator for previous versions
- Added a test to reproduce this issue
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62132 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
59269: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
59268: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1)
59264: MNT-10237: Merged V4.1.6 (4.1.6.4) to V4.1-BUG-FIX (4.1.8) AGAIN!
58707: MNT-10109: Merged DEV to PATCHES/V4.1.6 (4.1.6.4)
58676: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Delete associated groups on callback when archived site is purged. Add unit test for case.
58895: MNT-10109: Merged DEV to PATCHES/V4.1.6 (4.1.6.4)
58855: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Fix unit tests failure by purging archived sites. Forbid new site creation if site group already exists.
58871: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Return beforePurgeNode callback binding to Site class.
58947: MNT-10109: PATCHES/V4.1.6 (4.1.6.4)
58946: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Fix test failures by purging deleted sites from trashcan so that sitename can be reused. Change SiteServiceImplTest to avoid database deadlock.
58949: MNT-10109: PATCHES/V4.1.6 (4.1.6.4)
58948: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Fix test failures by purging deleted sites from trashcan so that sitename can be reused.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62125 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
59267: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (4.3/Cloud)
59266: Reverse Merge attempt at merging from V4.1-BUG-FIX (will do it again)
AND record only merge the original commits 59231,59239 and reverse merge 59262 that took place on V4.1-BUG-FIX
59237: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1)
59231: MNT-10237: Merged V4.1.6 (4.1.6.4) to V4.1-BUG-FIX (4.1.8)
58895: MNT-10109: Merged DEV to PATCHES/V4.1.6 (4.1.6.4)
58855: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Fix unit tests failure by purging archived sites. Forbid new site creation if site group already exists.
58871: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Return beforePurgeNode callback binding to Site class.
58947: MNT-10109: PATCHES/V4.1.6 (4.1.6.4)
58946: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Fix test failures by purging deleted sites from trashcan so that sitename can be reused. Change SiteServiceImplTest to avoid database deadlock.
58949: MNT-10109: PATCHES/V4.1.6 (4.1.6.4)
58948: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Fix test failures by purging deleted sites from trashcan so that sitename can be reused.
59240: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1)
59239: MNT-10237: Permissions are not restored when a deleted site is recovered from the trashcan
- The merge of the HF commit on 4.1.6 removed a variable that was not being used, but
was being used in later versions.
59241: MNT-10237: Permissions are not restored when a deleted site is recovered from the trashcan
- Correct error in merge from V4.1-BUG-FIX to V4.2-BUG-FIX
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62124 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
59256: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
59237: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1)
59231: MNT-10237: Merged V4.1.6 (4.1.6.4) to V4.1-BUG-FIX (4.1.8)
58895: MNT-10109: Merged DEV to PATCHES/V4.1.6 (4.1.6.4)
58855: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Fix unit tests failure by purging archived sites. Forbid new site creation if site group already exists.
58871: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Return beforePurgeNode callback binding to Site class.
58947: MNT-10109: PATCHES/V4.1.6 (4.1.6.4)
58946: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Fix test failures by purging deleted sites from trashcan so that sitename can be reused. Change SiteServiceImplTest to avoid database deadlock.
58949: MNT-10109: PATCHES/V4.1.6 (4.1.6.4)
58948: MNT-10109: Permissions are not restored when a deleted site is recovered from the trashcan
- Fix test failures by purging deleted sites from trashcan so that sitename can be reused.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62120 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
59121: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
59106: Merged DEV to V4.2-BUG-FIX (4.2.1)
57540: MNT-9883: Consumer can add document comments via API, bypasses UI security checks
- Only users with 'AddChildren' permission can start discussions.
58305: MNT-9883: Consumer can add document comments via API, bypasses UI security checks
- Add unit test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62101 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
59064: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
59042: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1)
58919 : MNT-9205 : Search by IM property with spaces doesn't work
- Using correct regexp to split search term. Added a test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62089 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
58201: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
58101: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1)
58100: Build/test fixes after R 58059 revised fix for MNT-9794 Authorities with duplicate names can be easilly created using « AuthorityService »
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61940 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
58166: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
58051: Merged DEV to V4.2-BUG-FIX (4.2.1)
57691: MNT-9915: (CLONE) Working copies are open in read-only mode when using Webdav online edit
Added unit test.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61931 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
58157: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
57990: Merged DEV to V4.2-BUG-FIX (4.2.1)
57207 : MNT-9777 : MS Office Documents Edited and attempted to save with MS Office 2011 for Mac apps over WebDAV causes Word to Crash
- Changing check `is sourceParentNodeRef not equals to destParentNodeRef` to` is sourceFileInfo not euqals to destFileInfo`
57592 : MNT-9777 : MS Office Documents Edited and attempted to save with MS Office 2011 for Mac apps over WebDAV causes Word to Crash
- Added test for Shuffle WebDAV move within the same folder . Also added test for MNT-6480 fix
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61922 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
57866: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
57858: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1)
57816: Merged DEV to V4.1-BUG-FIX (4.1.8)
57643: MNT-8989: MP4 and mov accessed over WebDav on safari or Chrome cause exceptions in log
Added ClientAbortException check.
Added unit tests.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61899 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
57576: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
57564: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1)
57560: Merged V4.1.7 (4.1.7) to V4.1-BUG-FIX (4.1.8)
57546: Merged DEV to V4.1.7 (4.1.7)
57541: MNT-9618: Consecutive white spaces in cm:name are not return by the CMIS AtomPub binding
- compress directive was removed from children.get.atomfeed.ftl and item.get.atomentry.ftl templates. Also,appropriate unit tests were added.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61852 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
57501: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
57338: Moved duplicate tests for ALF-19784 (MNT-9866): Duplicated tests in thor in package org.alfresco.rest.api.tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61833 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
57488: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
57318: Merged V4.1-BUG-FIX (4.1.7) to V4.2-BUG-FIX (4.2.0)
56965 : Merged DEV to V4.1-BUG-FIX (4.1.7)
55964 : MNT-9662 : HTTP error 500 when renaming a space with a numerical name via WebDAV
- Prevent folders to take part in any kind of shuffle operation.
56308 : MNT-9662 : HTTP error 500 when renaming a space with a numerical name via WebDAV
- Unit test that demonstrate issue.
- Fixed unit test failure that causes prevous merge (r57176) to be reverted.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61830 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
57476: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
57286: Merged V4.1-BUG-FIX (4.1.7) to V4.2-BUG-FIX (4.2.1)
57220: MNT-9350: Registered Mimetypes WebScript doesn't know about the Alfresco Transformation Server
- Added the notion of known workers and label message map
- Added ability to override the label message map for custom implementations
- Separated building of labels for complex and proxy transformers into their own methods
- Added message formatting for bean names
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61818 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
57245: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
57225: Reverse Merged as it caused the MoveMethodTest build error in https://bamboo.alfresco.com/bamboo/browse/ALF-ENTERPRISEV42BUGFIX-25
57176: Merged V4.1-BUG-FIX (4.1.7) to V4.2-BUG-FIX (4.2.0)
56965 : Merged DEV to V4.1-BUG-FIX (4.1.7)
55964 : MNT-9662 : HTTP error 500 when renaming a space with a numerical name via WebDAV
- Prevent folders to take part in any kind of shuffle operation.
56308 : MNT-9662 : HTTP error 500 when renaming a space with a numerical name via WebDAV
- Unit test that demonstrate issue.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61800 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
57237: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
57176: Merged V4.1-BUG-FIX (4.1.7) to V4.2-BUG-FIX (4.2.0)
56965 : Merged DEV to V4.1-BUG-FIX (4.1.7)
55964 : MNT-9662 : HTTP error 500 when renaming a space with a numerical name via WebDAV
- Prevent folders to take part in any kind of shuffle operation.
56308 : MNT-9662 : HTTP error 500 when renaming a space with a numerical name via WebDAV
- Unit test that demonstrate issue.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61792 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
57073: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
56560: Merged V4.1-BUG-FIX (4.1.7) to V4.2-BUG-FIX (4.2.1)
56114: MNT-9104: If username contains uppercase letters the action of joining a site will not be displayed in "My activities"
Added the license to new test classes.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61704 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261