diff --git a/.classpath b/.classpath index 24cf536..439ed84 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + @@ -31,5 +31,5 @@ - + diff --git a/.settings/com.google.gdt.eclipse.core.prefs b/.settings/com.google.gdt.eclipse.core.prefs index 1e45030..83a407d 100644 --- a/.settings/com.google.gdt.eclipse.core.prefs +++ b/.settings/com.google.gdt.eclipse.core.prefs @@ -1,6 +1,6 @@ -#Fri Jun 07 17:40:05 CEST 2013 +#Fri Jul 12 15:35:08 CEST 2013 eclipse.preferences.version=1 jarsExcludedFromWebInfLib= -lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-0.3.0-SNAPSHOT +lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-0.4.0-SNAPSHOT warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/distro/changelog.xml b/distro/changelog.xml index 88fe2d6..5a69e84 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,8 @@ + + Added support for calendar notifications, add, edit and deleted events + Added support for fine grained notifications settings diff --git a/pom.xml b/pom.xml index db148c8..9ac813d 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user notifications war - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT gCube Notifications Portlet diff --git a/src/main/webapp/conf/labelbytype.properties b/src/main/webapp/conf/labelbytype.properties index 37ba36a..04ac50a 100644 --- a/src/main/webapp/conf/labelbytype.properties +++ b/src/main/webapp/conf/labelbytype.properties @@ -11,7 +11,7 @@ COMMENT=Replies MENTION=Mentions LIKE=Favorites MESSAGE=Messages -CALENDAR_ADDED_EVENT=New added events +CALENDAR_ADDED_EVENT=Added events CALENDAR_UPDATED_EVENT=Edited events CALENDAR_DELETED_EVENT=Deleted events DOCUMENT_WORKFLOW_EDIT=Edit