Task notification

Project:ProjectPier
Version:0.8.0.2
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:patch - code needs review
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?

AttachmentSize
task-notification.patch42.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 @@
+------------------------------------------------------------
+

<?php
echo lang('dont reply wraning')
?>

+------------------------------------------------------------
+

<?php
echo lang('new task posted', $new_task->getObjectName(), $new_task->getProject()->getName())
?>

.

<?php
echo lang('view new task')
?>

:
+
-

<?php
echo str_replace('&amp;', '&', $new_task->getObjectUrl())
?>

+
Company:

<?php
echo owner_company()->getName()
?>

+Project:

<?php
echo $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.