Login or Register

RSS IconRecent posts in this topic

avatar
Damien on Dec 7. 2006. 9:53 pm
I'm *really* looking forward to commentable tasks, that's one key feature I was expecting in v0.7.
avatar
Haris.TV on Feb 23. 2007. 6:37 am
Any update on when task commenting will be available?

I'm about to hack the code to add the functionilty and wondered if it would be best to wait?

Keep up the good work!

Haris
----------------
http://haris.tv
avatar
Ilija Studen on Feb 23. 2007. 1:22 pm
If you need it fast than develop your own hack (its not hard, just see how it is implemented for messages and files).
activeCollab team member
avatar
Haris.TV on Feb 27. 2007. 8:27 am
Thanks for the info, I would like to hack it in line with your specs so that when you do provide the upgrade it will be less likely to conflict with my changes.

A couple of things:
1. Are you intending to apply comments to task lists or individual tasks?
2. As individual tasks don't currently have a view.php (as the message object does), where do you intend to display the comment posts and input forms for the task comments?
avatar
Ilija Studen on Feb 28. 2007. 2:25 am
Comments will be attached to tasks, not lists. Every task will have it's own details page where all additional information about tasks will be displayed, including comments - pretty much like messages have now.
activeCollab team member
avatar
Haris.TV on Feb 28. 2007. 11:35 am
Thanks for the prompt reply, I added a new task_details.php view which is now invoked via a new controller action of the same name.

The view renders the comments/form via the helper. (after I added protected $is_commentable = true; to the Model)

Works a treat, thanks again.
avatar
Haris.TV on Feb 28. 2007. 1:56 pm
One last thing;

When I add a new comment to the tasks through my new task_details action, the add() action in CommentController.class.php is redirecting the page to the task controllers view_list action (back to the task lists display) instead of my new task_details action.

Any pointers where I should look to correct this?

Thanks in advance.
avatar
Ilija Studen on Feb 28. 2007. 3:19 pm
There is getObjectUrl() in Task class that you should override to point to task details page.
activeCollab team member
avatar
Haris.TV on Feb 28. 2007. 5:12 pm
That's the ticket! :)
avatar
Ryan Cross on Feb 28. 2007. 5:30 pm
can you post your changes when you are finished? This is a feature I'd really like to have and I don't want to wait for 6mo to potentially get it.

RSS IconRecent posts in this topic