mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Change bulk filesystem import urls (so they don't clash with those of the community bulk filesystem import) and indicate in the web pages that it is unsupported functionality.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32905 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<webscript>
|
||||
<shortname>Bulk Filesystem Import - AJAX Auto Suggest for Space Names</shortname>
|
||||
<description>Web Script that returns a list of spaces for the AJAX auto-suggest control in the bulk import initiation form.</description>
|
||||
<url>/bulk/import/filesystem/ajax/suggest/spaces?query={query}</url>
|
||||
<url>/bulkfsimport/ajax/suggest/spaces?query={query}</url>
|
||||
<authentication>admin</authentication>
|
||||
<format default="json">any</format>
|
||||
<family>Bulk Filesystem Import</family>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<webscript>
|
||||
<shortname>Bulk Filesystem Import</shortname>
|
||||
<description>Web Script that initiates a bulk filesystem import.</description>
|
||||
<url>/bulk/import/filesystem/initiate</url>
|
||||
<url>/bulkfsimport/initiate</url>
|
||||
<authentication>admin</authentication>
|
||||
<transaction>none</transaction>
|
||||
<family>Bulk Filesystem Import</family>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<webscript>
|
||||
<shortname>Bulk Filesystem Import Status</shortname>
|
||||
<description>Web Script that provides a simple UI for monitoring the status of a bulk filesystem import.</description>
|
||||
<url>/bulk/import/filesystem/status</url>
|
||||
<url>/bulkfsimport/status</url>
|
||||
<format default="html"/>
|
||||
<authentication>admin</authentication>
|
||||
<family>Bulk Filesystem Import</family>
|
||||
|
@@ -36,6 +36,7 @@
|
||||
<td><nobr>Bulk Filesystem Import Tool Status</nobr></td>
|
||||
</tr>
|
||||
<tr><td><td>Alfresco ${server.edition} v${server.version}
|
||||
<tr><td><td><b>Note: this is unsupported and may be removed from the product in future.</b>
|
||||
</table>
|
||||
<blockquote>
|
||||
<p>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<webscript>
|
||||
<shortname>Bulk Filesystem Import</shortname>
|
||||
<description>Web Script that provides a simple UI for initiating a bulk filesystem import.</description>
|
||||
<url>/bulk/import/filesystem</url>
|
||||
<url>/bulkfsimport</url>
|
||||
<format default="html"/>
|
||||
<authentication>admin</authentication>
|
||||
<family>Bulk Filesystem Import</family>
|
||||
|
@@ -61,6 +61,7 @@
|
||||
<td><nobr>Bulk Filesystem Import Tool</nobr></td>
|
||||
</tr>
|
||||
<tr><td><td>Alfresco ${server.edition} v${server.version}
|
||||
<tr><td><td><b>Note: this is unsupported and may be removed from the product in future.</b>
|
||||
</table>
|
||||
<form action="${url.service}/initiate" method="post" enctype="multipart/form-data" charset="utf-8" onsubmit="return validateForm(this);">
|
||||
<table>
|
||||
|
Reference in New Issue
Block a user