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 8 years ago
parent cd4a6c9a0e
commit 41914db5a4

@ -1,4 +1,9 @@
<ReleaseNotes> <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" <Changeset component="org.gcube.portlets-user.news-feed.2-1-0"
date="2016-10-29"> date="2016-10-29">
<Change>Support to show feeds related to user's statistics added <Change>Support to show feeds related to user's statistics added

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

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

Loading…
Cancel
Save