- now the mess with threads has gone away
- we have a class BaseThread -- this is a base class -- we can inherit from it when creating a new thread - others treads are correctly stopped (when signal comes) -- pthread_join - we have a special thread only for signals git-svn-id: svn://ttmath.org/publicrep/winix/trunk@685 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
34
txt/notify_email_cms.txt
Executable file
34
txt/notify_email_cms.txt
Executable file
@@ -0,0 +1,34 @@
|
||||
Subject: [if notify_file_added]{notify_new}[else]{notify_change}[end]\n
|
||||
From: {notify_from}\n
|
||||
To: [notify_to]\n
|
||||
Content-Type: {notify_content_type}
|
||||
\n\n
|
||||
{notify_header}
|
||||
\n\n
|
||||
|
||||
{notify_msg1}\s
|
||||
|
||||
[if-one notify_file_added notify_dir_added]
|
||||
{notify_msg6}\n
|
||||
[notify_item_link]\n\n
|
||||
[end]
|
||||
|
||||
[if notify_file_edited]
|
||||
{notify_msg7}\n
|
||||
[notify_item_link]\n\n
|
||||
[end]
|
||||
|
||||
[if notify_file_deleted]
|
||||
{notify_msg8}\n
|
||||
[notify_item_link]\n\n
|
||||
[end]
|
||||
|
||||
|
||||
{notify_msg9}\n
|
||||
{notify_msg9b}\n
|
||||
\n
|
||||
-- \n
|
||||
{notify_footer1}\n
|
||||
{notify_footer2}\n
|
||||
{notify_footer3}\n
|
||||
{notify_footer4}\n
|
43
txt/notify_email_thread.txt
Executable file
43
txt/notify_email_thread.txt
Executable file
@@ -0,0 +1,43 @@
|
||||
Subject: [if notify_thread_added]{notify_new}[else]{notify_change}[end]\n
|
||||
From: {notify_from}\n
|
||||
To: [notify_to]\n
|
||||
Content-Type: {notify_content_type}
|
||||
\n\n
|
||||
{notify_header}
|
||||
\n\n
|
||||
|
||||
{notify_msg1}\s
|
||||
|
||||
|
||||
[if notify_thread_added]
|
||||
{notify_msg2}\n
|
||||
[notify_dir_link]\n\n
|
||||
[end]
|
||||
|
||||
[if notify_thread_replayed]
|
||||
{notify_msg3}\n
|
||||
[notify_dir_link]\n\n
|
||||
[end]
|
||||
|
||||
[if notify_thread_post_changed]
|
||||
{notify_msg4}\n
|
||||
[notify_item_link]\n\n
|
||||
|
||||
[# dodac drugi link typu: caly watek i adres url]
|
||||
[end]
|
||||
|
||||
[# tu bedzie jakos inaczej]
|
||||
[if notify_file_deleted]
|
||||
{notify_msg5}\n
|
||||
[notify_item_link]\n\n
|
||||
[end]
|
||||
|
||||
|
||||
{notify_msg9}\n
|
||||
{notify_msg9b}\n
|
||||
\n
|
||||
-- \n
|
||||
{notify_footer1}\n
|
||||
{notify_footer2}\n
|
||||
{notify_footer3}\n
|
||||
{notify_footer4}\n
|
39
txt/notify_email_ticket.txt
Executable file
39
txt/notify_email_ticket.txt
Executable file
@@ -0,0 +1,39 @@
|
||||
Subject: [if notify_file_added]{notify_new}[else]{notify_change}[end]\n
|
||||
From: {notify_from}\n
|
||||
To: [notify_to]\n
|
||||
Content-Type: {notify_content_type}
|
||||
\n\n
|
||||
{notify_header}
|
||||
\n\n
|
||||
|
||||
{notify_msg1}\s
|
||||
|
||||
[if notify_dir_added]
|
||||
{notify_msg2b}\n
|
||||
[notify_item_link]\n\n
|
||||
[end]
|
||||
|
||||
[if notify_file_added]
|
||||
{notify_msg3b}\n
|
||||
[notify_item_link]\n\n
|
||||
[end]
|
||||
|
||||
[if notify_file_edited]
|
||||
{notify_msg4}\n
|
||||
[notify_item_link]\n\n
|
||||
[end]
|
||||
|
||||
[if notify_file_deleted]
|
||||
{notify_msg5}\n
|
||||
[notify_item_link]\n\n
|
||||
[end]
|
||||
|
||||
|
||||
{notify_msg9}\n
|
||||
{notify_msg9b}\n
|
||||
\n
|
||||
-- \n
|
||||
{notify_footer1}\n
|
||||
{notify_footer2}\n
|
||||
{notify_footer3}\n
|
||||
{notify_footer4}\n
|
Reference in New Issue
Block a user