57022: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
56484: ALF-20275 Declare dependencies to alfresco-web-framework-commons as provided, so that they are not transitive
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61654 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
59504 : MNT-10255: Merged DEV to V4.2-BUG-FIX (4.2.1).
59393: MNT-10255 Mac OS -CIFS: Collaborator/editor can delete content created by other site members after editing.
- In ScenarioTempDeleteShuffle.createInstance() was added check: (operation instanceof MoveFileOperation).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/V4.2-BUG-FIX/root@59507 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
58405 Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1)
58384: MNT-9979 : Merge DEV to V4.1-BUG-FIX
58338 : MNT-9979 : External authentication fails if Kerberos SSO is also enabled, although Kerberos is later in the chain than External
Add new unit test. Add remoteUserMapper for webDavAuthenticationFilter in kerberos authentication.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/V4.2-BUG-FIX/root@58472 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
58384: MNT-9979 : Merge DEV to V4.1-BUG-FIX
58338 : MNT-9979 : External authentication fails if Kerberos SSO is also enabled, although Kerberos is later in the chain than External
Add new unit test. Add remoteUserMapper for webDavAuthenticationFilter in kerberos authentication.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/V4.2-BUG-FIX/root@58405 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
58177: Merged V3.4-BUG-FIX (3.4.14) to V4.1-BUG-FIX (4.1.8)
57174: Merged DEV to V3.4-BUG-FIX (3.4.14)
56813: MNT-9749: AVM - copy and pasted link in TinyMCE (xs:string) renders full url and not relative URL in Firefox
- Remove current host:port from links.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/V4.2-BUG-FIX/root@58182 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
56942: Merged DEV to V4.1-BUG-FIX (4.1.7)
56883 : MNT-9794: Authorities with duplicate names can be easilly created using « AuthorityService »
- Creation of the duplicated authorities is fixed. Unit tests are added.
58059: Revised for for MNT-9794 Authorities with duplicate names can be easilly created using « AuthorityService »
Includes build fix from this merge
- MNT-10010 In some cases (e.g. SiteServiceImpl) we are using onBootstrap to bind behaviour multiple times
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/V4.2-BUG-FIX/root@58062 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
57425: Merged V4.1.7 (4.1.7) to V4.1-BUG-FIX (4.1.8)
57422: MNT-9767: Merged DEV to PATCHES/V4.1.7
57268: MNT-9767 : Navigation arrows of the document details view do not work when a search result is displayed
Was added the check for currentSortColumn when it is null in SpaceDetailsDialog.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/V4.2-BUG-FIX/root@57531 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
57334: Moved test_indexCheckService.js to test-resources, BDE-195
57335: Enterprise depends on wdr-deployment, BDE-195
57336: An explicit instruction to Junit to ignore this class, BDE-195
57337: Excluding wcm tests that aren't run in ant, BDE-195
57339: Fixed failing tests by loading the test resource config from the class path, BDE-195
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/V4.2-BUG-FIX/root@57353 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
55206: Branch created for 4.2.x releases.
55209: Merged HEAD to BRANCHES/V4.2:
55208: Added Sharepoint config to unit test classpath to fix VtiRequestDispatcherTest.
55222: Merged HEAD-BUG-FIX to V4.2
55220: Merged V4.1-BUG-FIX (4.1.7) to HEAD-BUG-FIX (4.2)
55218: Fix for ALF-19894 Site is not displayed after restoring from Trashcan
This bug was reported on 4.2, but the bug is also present on 4.1.
I have added a testcase to reproduce the bug along with a fix.
The problem was in SiteServiceImpl.delete where the code was writing an empty property value into the {}memberships property
and therefore there was no record of which users had been members of the deleted site.
55245: Fixed javadoc while checking that ALF-19055 was fixed. ActivityService no longer uses 'format
55246: CLOUD-2050 -Content changes are not synced from Cloud to On-Premise (errors in the logs)
55249: Hazelcast: Added ability to create cache with 'read-backup-data' via property *.readBackupData
55250: Hazelcast cache builder now accepts 'async-backup-count' value and any error in setting a value logs the full exception
55251: Asynchronous cache: Better logging of in- and after-transaction processes
55252: Asynchronous cache: Better logging of in- and after-transaction processes
55266: Workflow REST API fix for variable retrieval
55276: Merged HEAD to BRANCHES/V4.2:
55274: Disabling Sharepoint unit tests until we can make them run properly in the build.
55278: ALF-19889 - String for Brazilian Portuguese
55279: Merged DEV to 4.2
ALF-17464 : Replication jobs aren't displayed until sorting by some characteristic
- Changing not exact equals (!==) to not euqals (!=)
55280: Fix for ALF-19865 - Forgot password link redirects to Login page. Also cleaned up the mess that is the 'Sign in to Alfresco in the cloud' dialog.
55281: Probable fix for ALF-19225 Intermittent test failures in SubscriptionServiceActivitiesTest
55282: ALF-19865 - Cloud Sync profile area now looks like the rest of profile area.
55285: Merged BRANCHES/DEV/BELARUS/HEAD-2013_08_27 to BRANCHES/V4.2:
55068: ALF-19915 : MT and WebDAV: Content is lost when uploading non-empty document
55286: Merged BRANCHES/DEV/BELARUS/HEAD-2013_08_29 to BRANCHES/V4.2:
55207: ALF-19915 : MT and WebDAV: Content is lost when uploading non-empty document
55210: ALF-19915 : MT and WebDAV: Content is lost when uploading non-empty document
55297: As part of prep work for fixing ALF-20023 Recent Sites and Favorite Sites in copy/move pickers empty,
55299: ALF-19556: IE10 specific fix for file upload browse (impressive how IE finds more and more innovative ways to spoil things for itself)
55300: Fixed date issue when creating a new process instance
55308: Resync to HEAD@55302
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55309 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
54935: Merged V4.1-BUG-FIX (4.1.7) to HEAD-BUG-FIX (4.2)
54755: Merged V4.1.6 (4.1.6) to V4.1-BUG-FIX (4.1.7)
54620: Merged DEV to PATCHES/V4.1.6 (4.1.6)
54599: ALF-19801 (MNT-9534) : OpenCMIS endpoint HTTP 302 redirect to Explorer login page!
Switched /cmisatom context to use WebDAV authentication filter.
Injected remoteUserMapper to the AlfrescoNtlm WebDAV filter implementation to support external together with
NTLM.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55081 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
<< remerge r50306 to HEAD as part of the change was lost >>
50306: Fix to merge causing ALF-18979 - Activiti servlet references on by default in web.xml
Removed duplicated class now that the LoggerFilter is part of code webclient code
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@52218 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261