removed changelog.xml, updated the descriptor.xml

This commit is contained in:
Francesco Mangiacrapa 2020-05-18 14:23:37 +02:00
parent 78d28ce174
commit a381ef75ca
2 changed files with 1 additions and 114 deletions

View File

@ -1,113 +0,0 @@
<ReleaseNotes>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.2-0-5"
date="2020-05-14">
<Change>[Bug #19243] upload archive facility does not work properly
with Windows OS
</Change>
<Change>[Task #19232] manage file names that use special characters
</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.2-0-4"
date="2019-12-19">
<Change>Updated to Git and Jenkins</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.2-0-3"
date="2019-09-15">
<Change>[Task #17152] Workspace uploader: avoid . (dot) char added as
suffix when the filename does not contain an extension
</Change>
<Change>
[Feature #13327] Checking upload permission before the upload
starting
</Change>
<Change>
[Bug #17450] Workspace: Notifications about file updated (New
versions) is never generated
</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.2-0-2"
date="2019-04-01">
<Change>[Incident #16285] Bug fixing
</Change>
<Change>[Feature #13327] Checking permission before uploading
</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.2-0-1"
date="2019-01-30">
<Change>[Bug #13232] Fixing it
</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.2-0-0"
date="2018-09-19">
<Change>[Feature #11722] Workspace Uploader - Update to StorageHUB
</Change>
<Change>In case of 100% added the message "Finalising the upload of
[filename]"
</Change>
<Change>[Task #12470] Check uploading of files in the Workpace by the
drag and drop facility on Windows Operating System
</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.1-8-0"
date="2017-03-27">
<Change>[Task #7820] DaD and Browse: create new version of existing
items added
</Change>
<Change>Removed currUserId parameter from client-side</Change>
<Change>Updated message displaying also version of file after upload
completed
</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.1-7-0"
date="2017-02-23">
<Change>Removed currUserId parameter from client-side</Change>
<Change>[Feature #6153] Improve error messages</Change>
<Change>Integrated with file versioning</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.1-6-0"
date="2016-12-01">
<Change>Feature #5901 Remove ASL Dependency from workspace-uploader
Widget
</Change>
<Change>Bug #6096 Fixed</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.1-4-0"
date="2016-05-31">
<Change>[Feature #4128] Migration to Liferay 6.2</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.1-3-0"
date="2016-05-18">
<Change>[Feature #4055] DnD multiple instances</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.1-2-0"
date="2016-05-09">
<Change>[Feature #3962] Sequential upload status</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.1-1-0"
date="2016-01-08">
<Change>Bug Fixed #1333</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.1-0-1"
date="2015-12-16">
<Change>Bug Fixed - https://support.d4science.org/issues/1824</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-widgets.workspace-uploader.1-0-0"
date="2015-08-07">
<Change>first release</Change>
</Changeset>
</ReleaseNotes>

View File

@ -14,7 +14,7 @@
<includes>
<include>README.md</include>
<include>LICENSE.md</include>
<include>changelog.xml</include>
<include>changelog.md</include>
<include>profile.xml</include>
</includes>
<fileMode>755</fileMode>