integrated notifications for set/unset shared folder administrator

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@100276 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-09-30 10:36:15 +00:00
parent b74feb5253
commit fe4e932f55
6 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" output="target/notifications-1.3.0-SNAPSHOT/WEB-INF/classes" path="src/main/java"> <classpathentry kind="src" output="target/notifications-1.3.1-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
@ -30,5 +30,5 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/notifications-1.3.0-SNAPSHOT/WEB-INF/classes"/> <classpathentry kind="output" path="target/notifications-1.3.1-SNAPSHOT/WEB-INF/classes"/>
</classpath> </classpath>

View File

@ -1,5 +1,5 @@
eclipse.preferences.version=1 eclipse.preferences.version=1
jarsExcludedFromWebInfLib= jarsExcludedFromWebInfLib=
lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-1.3.0-SNAPSHOT lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-1.3.1-SNAPSHOT
warSrcDir=src/main/webapp warSrcDir=src/main/webapp
warSrcDirIsOutput=false warSrcDirIsOutput=false

View File

@ -108,6 +108,8 @@ public class SingleNotificationView extends Composite {
case WP_ITEM_NEW: case WP_ITEM_NEW:
case WP_ITEM_RENAMED: case WP_ITEM_RENAMED:
case WP_ITEM_UPDATED: case WP_ITEM_UPDATED:
case WP_ADMIN_UPGRADE:
case WP_ADMIN_DOWNGRADE:
goApp.setHTML("<a class=\"link\" href=\""+toShow.getUri()+"\"> Go to Folder.</a>"); goApp.setHTML("<a class=\"link\" href=\""+toShow.getUri()+"\"> Go to Folder.</a>");
break; break;
case CALENDAR_ADDED_EVENT: case CALENDAR_ADDED_EVENT:

View File

@ -7,6 +7,8 @@ DOCUMENT_WORKFLOW_FORWARD_STEP_COMPLETED_OWNER=Document Workflow
DOCUMENT_WORKFLOW_STEP_FORWARD_PEER=Document Workflow DOCUMENT_WORKFLOW_STEP_FORWARD_PEER=Document Workflow
WP_FOLDER_SHARE=Workspace Sharing WP_FOLDER_SHARE=Workspace Sharing
WP_FOLDER_UNSHARE=Workspace Sharing WP_FOLDER_UNSHARE=Workspace Sharing
WP_ADMIN_UPGRADE=Workspace Sharing
WP_ADMIN_DOWNGRADE=Workspace Sharing
WP_FOLDER_ADDEDUSER=Workspace Sharing WP_FOLDER_ADDEDUSER=Workspace Sharing
WP_FOLDER_REMOVEDUSER=Workspace Sharing WP_FOLDER_REMOVEDUSER=Workspace Sharing
WP_FOLDER_RENAMED=Workspace Sharing WP_FOLDER_RENAMED=Workspace Sharing

View File

@ -7,6 +7,8 @@ WP_ITEM_DELETE=Someone deleted an item in one of your workspace shared folder
WP_ITEM_UPDATED=Someone updated an item in one of your workspace shared folder WP_ITEM_UPDATED=Someone updated an item in one of your workspace shared folder
WP_ITEM_RENAMED=Someone renamed an item in one of your workspace shared folder WP_ITEM_RENAMED=Someone renamed an item in one of your workspace shared folder
WP_ITEM_NEW=Someone added an item in one of your workspace shared folder WP_ITEM_NEW=Someone added an item in one of your workspace shared folder
WP_ADMIN_UPGRADE=Someone upgraded you as workspace shared folder administrator
WP_ADMIN_DOWNGRADE=Someone downgraded you from workspace shared folder administrator
OWN_COMMENT=Someone replied to your post OWN_COMMENT=Someone replied to your post
COMMENT=Someone replied too to a post you replied COMMENT=Someone replied too to a post you replied
MENTION=Someone mentioned you in a post MENTION=Someone mentioned you in a post

View File

@ -7,6 +7,8 @@ WP_ITEM_DELETE=Shared item deleted
WP_ITEM_UPDATED=Shared item updated WP_ITEM_UPDATED=Shared item updated
WP_ITEM_RENAMED=Shared item renamed WP_ITEM_RENAMED=Shared item renamed
WP_ITEM_NEW=Shared item added WP_ITEM_NEW=Shared item added
WP_ADMIN_UPGRADE=Folder admin upgrade
WP_ADMIN_DOWNGRADE=Folder admin downgrade
OWN_COMMENT=Own replies OWN_COMMENT=Own replies
COMMENT=Replies COMMENT=Replies
MENTION=Mentions MENTION=Mentions