Task notification
Submitted by LouBabe on Wed, 04/30/2008 - 00:35.
| Project: | ProjectPier |
| Version: | 0.8.0.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch - code needs review |
Jump to:
Description
This is a feature that I found essential when using the old aC .7. I ported it over to my current PP snapshot and I think it makes a lot of sense to include in core. What good are assigning tasks if you don't know who if the assignee doesn't know about them?
| Attachment | Size |
|---|---|
| task-notification.patch | 42.39 KB |

Hello,
I am a Newbie in PP. :-)
How it works whit the patch?
Should I have to change the files line for line? It is much work!
How it is to do smarter? ;-)
Use a development tool, like Eclipse, or command line subversion, to apply the patch automatically. If you Google "apply subversion patch" you will find plenty of tutorials.
Thank you very much.
http://www.projectpier.org/patch
Can post this in .zip? I have errors when try patch!
Thanks!
Error when trying to patch using turtoiseMerge: An unknown line type was found in line 167.
i tried delting all this:
\ No newline at end of file
Index: application/views/notifier/new_task.php
===================================================================
--- application/views/notifier/new_task.php (revision 0)
+++ application/views/notifier/new_task.php (revision 0)
@@ -0,0 +1,8 @@
+------------------------------------------------------------
+
<?phpecho lang('dont reply wraning')
?>
+------------------------------------------------------------
+
<?phpecho lang('new task posted', $new_task->getObjectName(), $new_task->getProject()->getName())
?>
.
<?phpecho lang('view new task')
?>
:
+
-
<?phpecho str_replace('&', '&', $new_task->getObjectUrl())
?>
+
Company:
<?phpecho owner_company()->getName()
?>
+Project:
<?phpecho $new_task->getProject()->getName()
?>
+
--
but got all sorts of errors and never worked. i spent at least 3 hours trying to make this BASIC feature work. no luck.
I am on a Mac, so this patch has UNIX line endings, which could be your problem since your are using Tortoise. I can work on creating a zip file with these changes and posting it.