moved to 2.0.1 due to minor fixes
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/top-topics@131089 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
022c0c57d1
commit
6ec05b2040
|
@ -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/top-topics-2.0.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
<classpathentry kind="src" output="target/top-topics-2.0.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"/>
|
||||||
|
@ -30,5 +30,5 @@
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="output" path="target/top-topics-2.0.0-SNAPSHOT/WEB-INF/classes"/>
|
<classpathentry kind="output" path="target/top-topics-2.0.1-SNAPSHOT/WEB-INF/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
|
<Changeset component="org.gcube.portlet.user.toptopics.2-0-1"
|
||||||
|
date="2016-10-01">
|
||||||
|
<Change>Minor fixes</Change>
|
||||||
|
</Changeset>
|
||||||
<Changeset component="org.gcube.portlet.user.toptopics.2-0-0"
|
<Changeset component="org.gcube.portlet.user.toptopics.2-0-0"
|
||||||
date="2016-05-01">
|
date="2016-05-01">
|
||||||
<Change>Moved to Liferay 6.2</Change>
|
<Change>Moved to Liferay 6.2</Change>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>top-topics</artifactId>
|
<artifactId>top-topics</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.1-SNAPSHOT</version>
|
||||||
<name>Top Topics Portlet</name>
|
<name>Top Topics Portlet</name>
|
||||||
<description>
|
<description>
|
||||||
Top Topics Portle shows the top 10 topics in the scope where is deployed.
|
Top Topics Portle shows the top 10 topics in the scope where is deployed.
|
||||||
|
|
|
@ -31,7 +31,7 @@ public class TopicsPanel extends Composite {
|
||||||
public static final String loading = GWT.getModuleBaseURL() + "../images/topics-loader.gif";
|
public static final String loading = GWT.getModuleBaseURL() + "../images/topics-loader.gif";
|
||||||
public static final String DISPLAY_NAME = "Top Topics";
|
public static final String DISPLAY_NAME = "Top Topics";
|
||||||
public static final int THRESHOLD_SHOW_HASHTAGS = 10; // show the first X ones
|
public static final int THRESHOLD_SHOW_HASHTAGS = 10; // show the first X ones
|
||||||
private static final String NO_TOP_TOPICS_MESSAGE = "No Topics Available";
|
private static final String NO_TOP_TOPICS_MESSAGE = "No Topics found in News Feed";
|
||||||
|
|
||||||
private Image loadingImage;
|
private Image loadingImage;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue