From 9eeded33f68872515954a2fc177fcb47a9273ae9 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 15 Aug 2014 17:23:41 -0700 Subject: Add email notifications --- app/Templates/comment_edit.php | 1 + app/Templates/config_index.php | 27 ++++++++++----- app/Templates/notification_comment_creation.php | 8 +++++ app/Templates/notification_comment_update.php | 8 +++++ app/Templates/notification_file_creation.php | 6 ++++ app/Templates/notification_subtask_creation.php | 18 ++++++++++ app/Templates/notification_subtask_update.php | 22 +++++++++++++ app/Templates/notification_task_close.php | 6 ++++ app/Templates/notification_task_creation.php | 44 +++++++++++++++++++++++++ app/Templates/notification_task_due.php | 10 ++++++ app/Templates/notification_task_open.php | 6 ++++ app/Templates/notification_task_update.php | 44 +++++++++++++++++++++++++ 12 files changed, 192 insertions(+), 8 deletions(-) create mode 100644 app/Templates/notification_comment_creation.php create mode 100644 app/Templates/notification_comment_update.php create mode 100644 app/Templates/notification_file_creation.php create mode 100644 app/Templates/notification_subtask_creation.php create mode 100644 app/Templates/notification_subtask_update.php create mode 100644 app/Templates/notification_task_close.php create mode 100644 app/Templates/notification_task_creation.php create mode 100644 app/Templates/notification_task_due.php create mode 100644 app/Templates/notification_task_open.php create mode 100644 app/Templates/notification_task_update.php (limited to 'app/Templates') diff --git a/app/Templates/comment_edit.php b/app/Templates/comment_edit.php index 52695f00..4ce48964 100644 --- a/app/Templates/comment_edit.php +++ b/app/Templates/comment_edit.php @@ -6,6 +6,7 @@ +
diff --git a/app/Templates/config_index.php b/app/Templates/config_index.php index 91919776..11662c87 100644 --- a/app/Templates/config_index.php +++ b/app/Templates/config_index.php @@ -31,14 +31,25 @@ -
-
    -
  • - - , - -
  • -
+
+

+
+ + + +
+ +



+ +
+ $project_name): ?> + + +
+
+ +
+
diff --git a/app/Templates/notification_comment_creation.php b/app/Templates/notification_comment_creation.php new file mode 100644 index 00000000..ff286790 --- /dev/null +++ b/app/Templates/notification_comment_creation.php @@ -0,0 +1,8 @@ +

(#)

+ +

+ + + +
+

Kanboard

\ No newline at end of file diff --git a/app/Templates/notification_comment_update.php b/app/Templates/notification_comment_update.php new file mode 100644 index 00000000..9dbd2332 --- /dev/null +++ b/app/Templates/notification_comment_update.php @@ -0,0 +1,8 @@ +

(#)

+ +

+ + + +
+

Kanboard

\ No newline at end of file diff --git a/app/Templates/notification_file_creation.php b/app/Templates/notification_file_creation.php new file mode 100644 index 00000000..57d69f51 --- /dev/null +++ b/app/Templates/notification_file_creation.php @@ -0,0 +1,6 @@ +

(#)

+ +

+ +
+

Kanboard

\ No newline at end of file diff --git a/app/Templates/notification_subtask_creation.php b/app/Templates/notification_subtask_creation.php new file mode 100644 index 00000000..e02ceaf0 --- /dev/null +++ b/app/Templates/notification_subtask_creation.php @@ -0,0 +1,18 @@ +

(#)

+ +

+ +
    +
  • +
  • +
  • +
  • + + + + +
  • +
+ +
+

Kanboard

diff --git a/app/Templates/notification_subtask_update.php b/app/Templates/notification_subtask_update.php new file mode 100644 index 00000000..5ec5ed05 --- /dev/null +++ b/app/Templates/notification_subtask_update.php @@ -0,0 +1,22 @@ +

(#)

+ +

+ +
    +
  • +
  • +
  • +
  • + + + + + + + + +
  • +
+ +
+

Kanboard

\ No newline at end of file diff --git a/app/Templates/notification_task_close.php b/app/Templates/notification_task_close.php new file mode 100644 index 00000000..8b8cedb3 --- /dev/null +++ b/app/Templates/notification_task_close.php @@ -0,0 +1,6 @@ +

(#)

+ +

+ +
+

Kanboard

\ No newline at end of file diff --git a/app/Templates/notification_task_creation.php b/app/Templates/notification_task_creation.php new file mode 100644 index 00000000..9515e889 --- /dev/null +++ b/app/Templates/notification_task_creation.php @@ -0,0 +1,44 @@ +

(#)

+ +
    +
  • + +
  • + +
  • + +
  • + + +
  • + +
  • + +
  • + + + + + + + +
  • +
  • + + +
  • +
  • + +
  • + +
  • + +
+ + +

+ + + +
+

Kanboard

\ No newline at end of file diff --git a/app/Templates/notification_task_due.php b/app/Templates/notification_task_due.php new file mode 100644 index 00000000..1686c7de --- /dev/null +++ b/app/Templates/notification_task_due.php @@ -0,0 +1,10 @@ +

+ +
    + +
  • (#) ()
  • + +
+ +
+

Kanboard

\ No newline at end of file diff --git a/app/Templates/notification_task_open.php b/app/Templates/notification_task_open.php new file mode 100644 index 00000000..2ef0f04f --- /dev/null +++ b/app/Templates/notification_task_open.php @@ -0,0 +1,6 @@ +

(#)

+ +

+ +
+

Kanboard

\ No newline at end of file diff --git a/app/Templates/notification_task_update.php b/app/Templates/notification_task_update.php new file mode 100644 index 00000000..28be9db2 --- /dev/null +++ b/app/Templates/notification_task_update.php @@ -0,0 +1,44 @@ +

(#)

+ +
    +
  • + +
  • + +
  • + +
  • + + +
  • + +
  • + +
  • + + + + + + + +
  • +
  • + + +
  • +
  • + +
  • + +
  • + +
+ + +

+ + + +
+

Kanboard

\ No newline at end of file -- cgit v1.2.3