git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@73801 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-04-21 17:09:28 +00:00
parent 9bdd6b24bf
commit ba35eca785
2 changed files with 10 additions and 4 deletions

View File

@ -3,12 +3,18 @@
date="2013-04-19">
<Change>Mavenized</Change>
<Change>Smart Refresh Support Added #1539</Change>
<Change>Replies on App Feed exception fixed #580 prod. support</Change>
<Change>Show HTTP URL in replies as HTML anchor links #1542</Change>
<Change>Replies on App Feed exception fixed #580 prod. support</Change>
<Change>Add Tag people in News Feed Portlet #1535</Change>
<Change>Notify people involved in post thread #1576</Change>
<Change>Scope Dependent News Feed #1561</Change>
<Change>Open single feed in new Window Support #1599</Change>
</Changeset>
<Changeset component="org.gcube.portlets.user.NewsFeed.0-2-0"
date="2013-03-11">
<Change>User who favorite a post gets notified is someone comments on
that post</Change>
that post
</Change>
</Changeset>
<Changeset component="org.gcube.portlets.user.NewsFeed.0-1-0"
date="2012-10-31">

View File

@ -95,8 +95,8 @@ public class NewsServiceImpl extends RemoteServiceServlet implements NewsService
if (user == null) {
_log.warn("USER IS NULL setting testing user and Running OUTSIDE PORTAL");
user = "test.user";
user = "luca.frosini";
SessionManager.getInstance().getASLSession(sessionID, user).setScope("/gcube/devsec/devVRE");
// user = "luca.frosini";
// SessionManager.getInstance().getASLSession(sessionID, user).setScope("/gcube/devsec/devVRE");
}
else {
withinPortal = true;