ready for relase

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@94765 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-04-11 12:57:43 +00:00
parent ba5dfa9a29
commit d3e31ce7e9
3 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
VRE scope)</Change> VRE scope)</Change>
<Change>Added possibility to unlike alread liked posts</Change> <Change>Added possibility to unlike alread liked posts</Change>
<Change>Added possibility to mention users in comments</Change> <Change>Added possibility to mention users in comments</Change>
<Change>Added default comment inputbox at the bottom of feed comments, if any</Change>
<Change>Fixed double notifications for post owner who commented his <Change>Fixed double notifications for post owner who commented his
post</Change> post</Change>
<Change>Fixed double notifications for post owner who liked his post <Change>Fixed double notifications for post owner who liked his post

View File

@ -116,7 +116,7 @@ public class NewsServiceImpl extends RemoteServiceServlet implements NewsService
*/ */
public String getDevelopmentUser() { public String getDevelopmentUser() {
String user = "test.user"; String user = "test.user";
user = "massimiliano.assante"; //user = "massimiliano.assante";
return user; return user;
} }
/** /**

View File

@ -4,7 +4,7 @@
<inherits name='com.google.gwt.user.User' /> <inherits name='com.google.gwt.user.User' />
<!-- To Comment out --> <!-- To Comment out -->
<set-property name="user.agent" value="safari,gecko1_8,ie9" /> <!-- <set-property name="user.agent" value="safari,gecko1_8,ie9" /> -->
<!-- Other module inherits --> <!-- Other module inherits -->
<inherits name="net.eliasbalasis.tibcopagebus4gwt.tibcopagebus4gwt" /> <inherits name="net.eliasbalasis.tibcopagebus4gwt.tibcopagebus4gwt" />