diff --git a/.classpath b/.classpath index ee1b4ce..aae5f4b 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -38,5 +38,5 @@ - + diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 28b72ad..d3c330a 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -4,7 +4,7 @@ - + uses diff --git a/distro/changelog.xml b/distro/changelog.xml index 67a636f..5e38255 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,7 @@ + + Added notification settings support for process executions + Responsive Design, removed support for notifications diff --git a/pom.xml b/pom.xml index 316d9b5..f5622df 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user notifications war - 2.2.0-SNAPSHOT + 2.3.0-SNAPSHOT gCube Notifications Portlet diff --git a/src/main/webapp/conf/categorybytype.properties b/src/main/webapp/conf/categorybytype.properties index 38612d0..ce06fc3 100644 --- a/src/main/webapp/conf/categorybytype.properties +++ b/src/main/webapp/conf/categorybytype.properties @@ -1,3 +1,5 @@ +JOB_COMPLETED_OK=Process Executions +JOB_COMPLETED_NOK=Process Executions TDM_TAB_RESOURCE_SHARE=Application: Tabular Data Manager TDM_RULE_SHARE=Application: Tabular Data Manager TDM_TEMPLATE_SHARE=Application: Tabular Data Manager diff --git a/src/main/webapp/conf/descbytype.properties b/src/main/webapp/conf/descbytype.properties index e40043d..7117090 100644 --- a/src/main/webapp/conf/descbytype.properties +++ b/src/main/webapp/conf/descbytype.properties @@ -20,4 +20,6 @@ CALENDAR_UPDATED_EVENT=Someone edited an event in one of your shared calendars CALENDAR_DELETED_EVENT=Someone deleted an event in one of your shared calendars TDM_TAB_RESOURCE_SHARE=Sharing of Tabular Resources with you TDM_RULE_SHARE=Sharing of Tabular Data Manager Rules with you -TDM_TEMPLATE_SHARE=Sharing of Tabular Data Manager Templates with you \ No newline at end of file +TDM_TEMPLATE_SHARE=Sharing of Tabular Data Manager Templates with you +JOB_COMPLETED_OK=The result of any Job you launched completed successfully +JOB_COMPLETED_NOK=The result of any Job you launched reported errors \ No newline at end of file diff --git a/src/main/webapp/conf/labelbytype.properties b/src/main/webapp/conf/labelbytype.properties index 7f6282f..8a35726 100644 --- a/src/main/webapp/conf/labelbytype.properties +++ b/src/main/webapp/conf/labelbytype.properties @@ -21,3 +21,5 @@ CALENDAR_DELETED_EVENT=Deleted events TDM_TAB_RESOURCE_SHARE=Shared Tabular Resource TDM_RULE_SHARE=Shared Tabular Data Manager Rule TDM_TEMPLATE_SHARE=Shared Tabular Data Manager Template +JOB_COMPLETED_OK=Job completed successfully +JOB_COMPLETED_NOK=Job completed with failures \ No newline at end of file