mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-22 15:12:38 +00:00
40238: CLOUD-37 - Initial Commit to test
Merged BRANCHES/DEV/AMILLER/CLOUD1_SPRINT1 to BRANCHES/DEV/CLOUD1_SPRINT1:
40077: CLOUD-37: Initial commit.
40101: CLOUD-37: Fix build error.
40114: CLOUD-37: Fix path names and missing files.
40122: CLOUD-37: Initial drop of UI code for investigation of progress issues
40124: CLOUD-37: A couple of minor UI tweaks (set icon and hide panel before archive download)
40125: CLOUD-37: Download files and folders as zip
40134: CLOUD-37: Updates to UI (javascript doc, CSS tweaks, intervals for requests, labels, etc).
40143: CLOUD-37: Error messages for failures, more JavaScript doc, archive naming, code tidy 40157: CLOUD-37 - Download files and folders as zip
40202: CLOUD-37: UI tweaks following UX review
40217: CLOUD-37: Add file count to status reports.
40222: CLOUD-37: Added information to download dialog to report on the number of files added to the zip
40240: CLOUD-37: Remove extraneous file, breaking build
40513: CLOUD-37: Add Action Service Metrics
Merged BRANCHES/DEV/AMILLER/CLOUD1_SPRINT1 to BRANCHES/DEV/CLOUD1_SPRINT1:
40260: CLOUD-37: Add action service metrics
40309: CLOUD-37: Fix JMX configuration, pointing at renamed class.
40514: CLOUD-37: Enable the execution of the zip creation process on a remote transformation node
Merged BRANCHES/DEV/AMILLER/CLOUD1_SPRINT1 to BRANCHES/DEV/CLOUD1_SPRINT1:
40369: CLOUD-37: Enable the execution of the zip creation process on a remote transformation node
40516: CLOUD-37: Implement clean up job.
Merged BRANCHES/DEV/AMILLER/CLOUD1_SPRINT1 to BRANCHES/DEV/CLOUD1_SPRINT1:
40462: CLOUD-37: Implement clean up job.
40517: CLOUD-505: Add entries for folders.
Merged BRANCHES/DEV/AMILLER/CLOUD1_SPRINT1 to BRANCHES/DEV/CLOUD1_SPRINT1:
40493: CLOUD-505: Add entries for folders.
40547: CLOUD-37: Fix broken test
40595: CLOUD-518: Add working copy/locked file filtering
40642: CLOUD-508: Prevent problems occurring when cancelling and restarting the same download
40643: CLOUD-507: When a single item is selected for download it the item name gets used for the archive name
41442: CLOUD-590: Limit the total size of the content which can be downloaded. This can be set via the property, download.maxContentSize. The default is 2GB.
41472: CLOUD-589: Added cancelled flag to download type and added checks in Zip creation action to act upon the setting of this flag. Also added webscript for canceling the download.
41692: Adds support to Alfresco.util.formatFileSize for file sizes with commas (as needed by zip download)
41693: Zip Download enhancements:
CLOUD-590: Notifies the user when they've exceeded the maximum file size limit.
CLOUD-626: Better handling when there are errors during zipping. (WIP)
41713: Zip Download Updates:
CLOUD-589: A cancel download UI action now triggers a delete of the archive on the server.
CLOUD-626: The UI now triggers a full download cancel (with node delete) in event of an error.
41737: Updates Alfresco.util.formatFileSize to support an optional decimal places param. (For CLOUD-685)
41739: CLOUD-685: Display total file size of files for download to two decimal places when there is an error.
41832: Fixes: CLOUD-704: new CANCELLED status is now handled correctly.
41887: CLOUD-686: Updated maximum download content size to 2152852358 bytes (2.005GB)
41965: CLOUD-703: Upload content now runs as system user, and Quota Service returns unlimited quota for system user.
42025: CLOUD-703: Fix test failures and ensure S3 content store works in the clustered and non-clustered environments
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42146 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
46 lines
3.1 KiB
XML
46 lines
3.1 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
|
|
|
|
<!-- These are the XML files of the high level parts of the context -->
|
|
<beans>
|
|
<import resource="classpath:alfresco/bulk-import-context.xml" />
|
|
<import resource="classpath:alfresco/scheduled-jobs-context.xml" />
|
|
<import resource="classpath:alfresco/jcr-api-context.xml" />
|
|
<import resource="classpath:alfresco/remote-services-context.xml"/>
|
|
<import resource="classpath*:alfresco/office-addin-context.xml"/>
|
|
<import resource="classpath*:alfresco/portlets-context.xml"/>
|
|
<import resource="classpath:alfresco/blog-context.xml"/>
|
|
<import resource="classpath:alfresco/calendar-services-context.xml"/>
|
|
<import resource="classpath:alfresco/comment-services-context.xml"/>
|
|
<import resource="classpath:alfresco/discussions-services-context.xml"/>
|
|
<import resource="classpath:alfresco/download-services-context.xml"/>
|
|
<import resource="classpath:alfresco/links-services-context.xml"/>
|
|
<import resource="classpath:alfresco/quickshare-services-context.xml"/>
|
|
<import resource="classpath:alfresco/rating-services-context.xml"/>
|
|
<import resource="classpath:alfresco/remote-credentials-services-context.xml"/>
|
|
<import resource="classpath:alfresco/oauth1-credentials-store-services-context.xml"/>
|
|
<import resource="classpath:alfresco/oauth2-credentials-store-services-context.xml"/>
|
|
<import resource="classpath:alfresco/remote-ticket-services-context.xml"/>
|
|
<import resource="classpath:alfresco/rendition-services-context.xml"/>
|
|
<import resource="classpath:alfresco/replication-services-context.xml"/>
|
|
<import resource="classpath:alfresco/thumbnail-service-context.xml"/>
|
|
<import resource="classpath:alfresco/wiki-services-context.xml"/>
|
|
<import resource="classpath:alfresco/preference-service-context.xml"/>
|
|
<import resource="classpath:alfresco/swf-transform-context.xml"/>
|
|
<import resource="classpath:alfresco/form-services-context.xml"/>
|
|
<import resource="classpath:alfresco/cmis-api-context.xml" />
|
|
<import resource="classpath:alfresco/opencmis-context.xml" />
|
|
<import resource="classpath:alfresco/period-type-context.xml" />
|
|
<import resource="classpath*:alfresco/node-locator-context.xml" />
|
|
<import resource="classpath*:alfresco/transfer-service-context.xml"/>
|
|
<import resource="classpath*:alfresco/publishing-context-highlevel.xml" />
|
|
<import resource="classpath*:alfresco/youtube-publishing-context.xml" />
|
|
<import resource="classpath*:alfresco/twitter-publishing-context.xml" />
|
|
<import resource="classpath*:alfresco/linkedin-publishing-context.xml" />
|
|
<import resource="classpath*:alfresco/flickr-publishing-context.xml" />
|
|
<import resource="classpath*:alfresco/facebook-publishing-context.xml" />
|
|
<import resource="classpath*:alfresco/slideshare-publishing-context.xml" />
|
|
<import resource="classpath*:alfresco/slingshot-context.xml" />
|
|
<import resource="classpath*:alfresco/domain/*-context.xml" />
|
|
</beans>
|