Removed previous jquery js load script

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@166984 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2018-04-12 16:53:20 +00:00
parent 1d3bdaba47
commit 9f5703631c
5 changed files with 21 additions and 16 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/share-updates-2.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<classpathentry kind="src" output="target/share-updates-2.6.1-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/share-updates-2.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<classpathentry excluding="**" kind="src" output="target/share-updates-2.6.1-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
@ -38,5 +38,5 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/share-updates-2.6.0-SNAPSHOT/WEB-INF/classes"/>
<classpathentry kind="output" path="target/share-updates-2.6.1-SNAPSHOT/WEB-INF/classes"/>
</classpath>

View File

@ -1,13 +1,23 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets-user.shareupdates.2-6-1"
date="2018-04-12">
<Change>Removed previous jquery js load script</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.shareupdates.2-6-0"
date="2018-02-07">
<Change>restyled checkbox for notifications</Change>
<Change>Removed deprecated TIBCO Pagebus library and replaces with Liferay's IPC Client Side</Change>
<Change>Enhanced efficiency when retrieving mentioned users or groups in posts</Change>
<Change>Removed deprecated TIBCO Pagebus library and replaces with
Liferay's IPC Client Side
</Change>
<Change>Enhanced efficiency when retrieving mentioned users or groups
in posts
</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.shareupdates.2-5-0"
date="2017-12-07">
<Change>drop down menu replaced with checkbox for notifications, see Task #9971</Change>
<Change>drop down menu replaced with checkbox for notifications, see
Task #9971
</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.shareupdates.2-4-0"
date="2017-05-03">
@ -17,9 +27,11 @@
<Changeset component="org.gcube.portlets-user.shareupdates.2-3-1"
date="2017-04-12">
<Change>Fixes an issue where the sharing of posts in any VRE would not
generate any notification in some cases, Incident #7553</Change>
generate any notification in some cases, Incident #7553
</Change>
<Change>Fix for Bug #8063, Share Updates links are truncated in some
cases</Change>
cases
</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.shareupdates.2-3-0"
date="2017-02-20">

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>share-updates</artifactId>
<packaging>war</packaging>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.1-SNAPSHOT</version>
<name>gCube Share Updates Portlet</name>
<description>
gCube Share Updates for exchanging updates with other users of VREs.

View File

@ -11,7 +11,6 @@
<script type="text/javascript"
src='<%=request.getContextPath()%>/shareupdates/shareupdates.nocache.js'></script>
<script type="text/javascript" src='<%=request.getContextPath()%>/js/jquery.min.js'></script>
<script type="text/javascript" src='<%=request.getContextPath()%>/js/jquery.autosize.js'></script>
<script>
$(document).ready(function(){

File diff suppressed because one or more lines are too long