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"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <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> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </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> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
@ -38,5 +38,5 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </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> </classpath>

View File

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

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>2.6.0-SNAPSHOT</version> <version>2.6.1-SNAPSHOT</version>
<name>gCube Share Updates Portlet</name> <name>gCube Share Updates Portlet</name>
<description> <description>
gCube Share Updates for exchanging updates with other users of VREs. gCube Share Updates for exchanging updates with other users of VREs.

View File

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

File diff suppressed because one or more lines are too long