changelog updated

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@94732 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-04-10 15:47:48 +00:00
parent 1e6587f314
commit 5a36926918
2 changed files with 10 additions and 5 deletions

View File

@ -1,13 +1,18 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.portlets.user.NewsFeed.1-6-4" <Changeset component="org.gcube.portlets.user.NewsFeed.1-6-4"
date="2014-04-08"> date="2014-04-10">
<Change>Implemented the automatic scroll back in time for feeds (in VRE scope)</Change> <Change>Implemented the automatic scroll back in time for feeds (in
VRE scope)</Change>
<Change>Added possibility to unlike alread liked posts</Change> <Change>Added possibility to unlike alread liked posts</Change>
<Change>Fixed double notifications for post owner who commented his post</Change> <Change>Added possibility to mention users in comments</Change>
<Change>Fixed double notifications for post owner who liked his post</Change> <Change>Fixed double notifications for post owner who commented his
post</Change>
<Change>Fixed double notifications for post owner who liked his post
</Change>
<Change>Fixed user referral problem when post was deleted </Change> <Change>Fixed user referral problem when post was deleted </Change>
<Change>Added session checking popup</Change> <Change>Added session checking popup</Change>
<Change>Fixed paste problem on replies</Change> <Change>Fixed paste problem on replies</Change>
<Change>Preserve new lines in comments implemented</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.NewsFeed.1-5-0" <Changeset component="org.gcube.portlets.user.NewsFeed.1-5-0"
date="2014-02-13"> date="2014-02-13">

View File

@ -112,7 +112,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;
} }
/** /**