release gcube 3-1-1

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@95948 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-05-22 14:34:30 +00:00
parent a184a9c2cc
commit 71c339e294
4 changed files with 30 additions and 16 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" output="target/share-updates-1.3.0-SNAPSHOT/WEB-INF/classes" path="src/main/java"> <classpathentry kind="src" output="target/share-updates-1.4.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
@ -31,5 +31,5 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/share-updates-1.3.0-SNAPSHOT/WEB-INF/classes"/> <classpathentry kind="output" path="target/share-updates-1.4.0-SNAPSHOT/WEB-INF/classes"/>
</classpath> </classpath>

View File

@ -1,5 +1,5 @@
eclipse.preferences.version=1 eclipse.preferences.version=1
jarsExcludedFromWebInfLib= jarsExcludedFromWebInfLib=
lastWarOutDir=/Users/massi/Documents/workspace/share-updates/target/share-updates-1.3.0-SNAPSHOT lastWarOutDir=/Users/massi/Documents/workspace/share-updates/target/share-updates-1.4.0-SNAPSHOT
warSrcDir=src/main/webapp warSrcDir=src/main/webapp
warSrcDirIsOutput=false warSrcDirIsOutput=false

View File

@ -1,17 +1,29 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.portlets.user.shareupdates.1-4-0"
date="2014-05-22">
<Change>Fixed bug when posting in single vre</Change>
</Changeset>
<Changeset component="org.gcube.portlets.user.shareupdates.1-3-0" <Changeset component="org.gcube.portlets.user.shareupdates.1-3-0"
date="2014-05-09"> date="2014-05-09">
<Change>Added possibility to alert the users of a VRE when sharing an update</Change> <Change>Added possibility to alert the users of a VRE when sharing an
<Change>Refined the way to guess content and images when parsing HTML</Change> update</Change>
<Change>Improved images recognition when parsing html pages having no image indication from openGraph</Change> <Change>Refined the way to guess content and images when parsing HTML
<Change>Added user agent property to http requests to avoid web servers 'complaining' HTTP 403 errors</Change> </Change>
<Change>Replaced all the line breaks and all the double spaces with the html version to preserve new lines in posts</Change> <Change>Improved images recognition when parsing html pages having no
image indication from openGraph</Change>
<Change>Added user agent property to http requests to avoid web
servers 'complaining' HTTP 403 errors</Change>
<Change>Replaced all the line breaks and all the double spaces with
the html version to preserve new lines in posts</Change>
<Change>Fixed bug when changing user avatar and minor restyle</Change> <Change>Fixed bug when changing user avatar and minor restyle</Change>
<Change>Several improvements in url checkings</Change> <Change>Several improvements in url checkings</Change>
<Change>resolved problem with AdBlock plugin </Change> <Change>resolved problem with AdBlock plugin </Change>
<Change>Fixed mention user dialog y-position when textbox is higher than usual due to new lines</Change> <Change>Fixed mention user dialog y-position when textbox is higher
<Change>Mention users list now returns only the list of the available users in the current organization</Change> than usual due to new lines</Change>
<Change>Fixed posts when multiple tabs are open, now the status is kept on the client</Change> <Change>Mention users list now returns only the list of the available
users in the current organization</Change>
<Change>Fixed posts when multiple tabs are open, now the status is
kept on the client</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.shareupdates.1-1-3" <Changeset component="org.gcube.portlets.user.shareupdates.1-1-3"
date="2014-02-10"> date="2014-02-10">
@ -19,11 +31,13 @@
<Change>added upload a copy on my workspace file when sharing a file <Change>added upload a copy on my workspace file when sharing a file
</Change> </Change>
<Change>implemented the file preview with icons or preview depending <Change>implemented the file preview with icons or preview depending
on the extension of the file</Change> on the extension of the file
</Change>
<Change>integrated file uplod progress bar widget for sharing files <Change>integrated file uplod progress bar widget for sharing files
</Change> </Change>
<Change>fixed bug allowing users to post while generating file/url <Change>fixed bug allowing users to post while generating file/url
previews</Change> previews
</Change>
<Change>fixed bug allowing users to mention theirselves</Change> <Change>fixed bug allowing users to mention theirselves</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.shareupdates.1-0-0" <Changeset component="org.gcube.portlets.user.shareupdates.1-0-0"
@ -33,7 +47,8 @@
<Change>Removed GCF Dependency</Change> <Change>Removed GCF Dependency</Change>
<Change>Logging with sl4j Enabled</Change> <Change>Logging with sl4j Enabled</Change>
<Change>Fixed image previes retrieval when image is in the same folder <Change>Fixed image previes retrieval when image is in the same folder
of the linked page</Change> of the linked page
</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.shareupdates.0-5-0" <Changeset component="org.gcube.portlets.user.shareupdates.0-5-0"
date="2013-07-18"> date="2013-07-18">

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>share-updates</artifactId> <artifactId>share-updates</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>1.3.0-SNAPSHOT</version> <version>1.4.0-SNAPSHOT</version>
<name>gCube Share Updates Portlet</name> <name>gCube Share Updates Portlet</name>
<description> <description>
@ -42,7 +42,6 @@
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId> <artifactId>maven-portal-bom</artifactId>
<version>LATEST</version> <version>LATEST</version>
<!-- <version>1.4.0-SNAPSHOT</version> -->
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>