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
Feature/23194
Massimiliano Assante 10 years ago
parent b74feb5253
commit fe4e932f55

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
@ -30,5 +30,5 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</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>

@ -1,5 +1,5 @@
eclipse.preferences.version=1
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
warSrcDirIsOutput=false

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

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

@ -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_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_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
COMMENT=Someone replied too to a post you replied
MENTION=Someone mentioned you in a post

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

Loading…
Cancel
Save