changelog updated, minor css fix for link preview width

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@134394 82a268e6-3cf1-43bd-a215-b396298e98cf
Feature/26194
Costantino Perciante 7 years ago
parent cd4a6c9a0e
commit 41914db5a4

@ -1,4 +1,9 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets-user.news-feed.2-2-0"
date="2016-12-02">
<Change>removed asl session
</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.news-feed.2-1-0"
date="2016-10-29">
<Change>Support to show feeds related to user's statistics added

@ -83,7 +83,6 @@
<groupId>com.github.gwtbootstrap</groupId>
<artifactId>gwt-bootstrap</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslsocial</artifactId>
@ -171,7 +170,7 @@
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-scope-maps</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>

@ -18,7 +18,7 @@
<g:HTML styleName="" ui:field="contentArea" />
<g:HTML styleName="" ui:field="seeMore" />
</div>
<g:VerticalPanel ui:field="previewPanel"></g:VerticalPanel>
<g:VerticalPanel ui:field="previewPanel" width="100%"></g:VerticalPanel>
<m:Placeholder ui:field="attachmentPreviewPanel"></m:Placeholder>
<div class="tweet-actions">
<table cellspacing="0" cellpadding="0">

Loading…
Cancel
Save