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:
parent
ba5dfa9a29
commit
d3e31ce7e9
|
@ -5,6 +5,7 @@
|
|||
VRE scope)</Change>
|
||||
<Change>Added possibility to unlike alread liked posts</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
|
||||
post</Change>
|
||||
<Change>Fixed double notifications for post owner who liked his post
|
||||
|
|
|
@ -116,7 +116,7 @@ public class NewsServiceImpl extends RemoteServiceServlet implements NewsService
|
|||
*/
|
||||
public String getDevelopmentUser() {
|
||||
String user = "test.user";
|
||||
user = "massimiliano.assante";
|
||||
//user = "massimiliano.assante";
|
||||
return user;
|
||||
}
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<inherits name='com.google.gwt.user.User' />
|
||||
|
||||
<!-- 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 -->
|
||||
<inherits name="net.eliasbalasis.tibcopagebus4gwt.tibcopagebus4gwt" />
|
||||
|
|
Loading…
Reference in New Issue