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:
parent
a184a9c2cc
commit
71c339e294
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
|
@ -31,5 +31,5 @@
|
|||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
eclipse.preferences.version=1
|
||||
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
|
||||
warSrcDirIsOutput=false
|
||||
|
|
|
@ -1,17 +1,29 @@
|
|||
<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"
|
||||
date="2014-05-09">
|
||||
<Change>Added possibility to alert the users of a VRE when sharing an update</Change>
|
||||
<Change>Refined the way to guess content and images when parsing HTML</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>Added possibility to alert the users of a VRE when sharing an
|
||||
update</Change>
|
||||
<Change>Refined the way to guess content and images when parsing HTML
|
||||
</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>Several improvements in url checkings</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>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>
|
||||
<Change>Fixed mention user dialog y-position when textbox is higher
|
||||
than usual due to new lines</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 component="org.gcube.portlets.user.shareupdates.1-1-3"
|
||||
date="2014-02-10">
|
||||
|
@ -19,11 +31,13 @@
|
|||
<Change>added upload a copy on my workspace file when sharing a file
|
||||
</Change>
|
||||
<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>
|
||||
<Change>fixed bug allowing users to post while generating file/url
|
||||
previews</Change>
|
||||
previews
|
||||
</Change>
|
||||
<Change>fixed bug allowing users to mention theirselves</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets.user.shareupdates.1-0-0"
|
||||
|
@ -33,7 +47,8 @@
|
|||
<Change>Removed GCF Dependency</Change>
|
||||
<Change>Logging with sl4j Enabled</Change>
|
||||
<Change>Fixed image previes retrieval when image is in the same folder
|
||||
of the linked page</Change>
|
||||
of the linked page
|
||||
</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets.user.shareupdates.0-5-0"
|
||||
date="2013-07-18">
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>share-updates</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>1.3.0-SNAPSHOT</version>
|
||||
<version>1.4.0-SNAPSHOT</version>
|
||||
|
||||
<name>gCube Share Updates Portlet</name>
|
||||
<description>
|
||||
|
@ -42,7 +42,6 @@
|
|||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>maven-portal-bom</artifactId>
|
||||
<version>LATEST</version>
|
||||
<!-- <version>1.4.0-SNAPSHOT</version> -->
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue