Hi,
I’m making an extensive test in trunk (infolog/tracker), I need see this
feature in 1.4 very soon 
I not found any problem with history log and delete items, only a small
problem sending notifications to groups (in the general bo_tracking class,
do_notifications function). This diff solves the problem (php 5.2):
Index: class.bo_tracking.inc.php
— class.bo_tracking.inc.php (revisión: 24126)
+++ class.bo_tracking.inc.php (copia de trabajo)
@@ -270,7 +270,7 @@
{
foreach($GLOBALS[‘egw’]->accounts->members($assignee,true) as $u)
{
$GLOBALS[‘egw’]->accounts->id2name($u,‘account_email’) && !in_array($email,
$email_sent))
$GLOBALS[‘egw’]->accounts->id2name($u,‘account_email’) and !in_array($email,
$email_sent))
{
$this->send_notification($data,$old,$email,$u,‘notify_assigned’);
$email_sent[] = $email;
The original sends 1 to the send_notification function. It’s strange, for
users is working, I tested this in 3 installations (all php 5.2)
If you commit this changes to 1.4 branch I can test with a mid-size
production installation before 1.4.1 release.
Thanks!
Hi,
just finished a long wanted feature: History logging for InfoLog
It has to be enabled in the InfoLog Site configuration. It come in
several flavours:
- No history: as it’s been so far
- History, everyone can purge deleted items
- History, only admins can purge deleted items
- History, no one can purge deleted items
If History is enabled (2. - 4.), deleting an item only sets the status
to ‘deleted’. All existing filter do NOT show status deleted items, but
there’s a new one for that. It can be used to show the deleted items. If
the config allows you to purge items, you will have again the delete
icon in the actions, to permanently delete the item. To undelete it
(everyone with edit rights can do that), you have to click on the
deleted-status-icon which opens the edit window with the default status
of the type set. Simply saving/applying it, re-instates the entry.
This update also adds the so far missing delete notifications for
InfoLog (they are independent of the history-mode).
As we want to include this long time wanted feature in the next bugfix
and maintainance release for 1.4: Please help testing it!
Ralf
Ralf Becker
eGroupWare Training & Support ==> http://www.egroupware-support.de
Outdoor Unlimited Training GmbH [www.outdoor-training.de]
Handelsregister HRB Kaiserslautern 3587
Geschäftsführer Birgit und Ralf Becker
Leibnizstr. 17, 67663 Kaiserslautern, Germany
Telefon +49 (0)631 31657-0
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
–
Saludos
José Luis Gordo Romero