ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
731
|
Thu Oct 14 16:33:51 2004 |
| Mike Stolove | mstolove@rogers.com | Request | Linux | 2.5.4-5 | Extra 'append on edit' action when adding attachment |
I have the following in a local logbook config:
append on edit = "\n\n[$date: $short_name]\n"
When I upload an attachment to an entry, it appears like the page is
getting refreshed in the browser and the 'append on edit' action is called
again. This results in two appended strings in the text entry, one for the
initial edit and one for the upload.
Is this by design or an inadvertent result of uploading an attachment?
My preferred handling of this - and perhaps a more intuitive behavior -
would be to have the append/prepend actions happen once and only once for
each edit or reply.
BTW Stephan, many thanks for the great program. |
730
|
Thu Oct 14 11:37:18 2004 |
| RB | elog@spampot.com | Bug report | All | 2.5.4-5 | Re: URL Parsing Problem |
> Has been fixed in revision 1.492.
Thanks, Stefan. |
745
|
Wed Oct 13 20:48:52 2004 |
| | | | | | |
> Date: Mon, 11 Oct 2004 12:26:28 -3736512
The timezone offset (-3736512) is obtained from the "timezone" variable, which
is initialized with the tzset() function inside elogd. See "man tzset" for
details. It looks like if the timezone on your FreeBSD box is not correctly
defined.
Try to compile and execute following C program:
#include <stdio.h>
#include <time.h>
main()
{
tzset();
printf("timezone: %d\n", timezone);
}
This should print something like "timezone: -3600". If not, you might consider
defining the "TZ" environment variable. Maybe some FreeBSD expert knows some
details about this. |
744
|
Wed Oct 13 20:48:52 2004 |
| | | | | | |
> Date: Mon, 11 Oct 2004 12:26:28 -3736512
The timezone offset (-3736512) is obtained from the "timezone" variable, which
is initialized with the tzset() function inside elogd. See "man tzset" for
details. It looks like if the timezone on your FreeBSD box is not correctly
defined.
Try to compile and execute following C program:
#include <stdio.h>
#include <time.h>
main()
{
tzset();
printf("timezone: %d\n", timezone);
}
This should print something like "timezone: -3600". If not, you might consider
defining the "TZ" environment variable. Maybe some FreeBSD expert knows some
details about this. |
743
|
Wed Oct 13 20:48:52 2004 |
| | | | | | |
> Date: Mon, 11 Oct 2004 12:26:28 -3736512
The timezone offset (-3736512) is obtained from the "timezone" variable, which
is initialized with the tzset() function inside elogd. See "man tzset" for
details. It looks like if the timezone on your FreeBSD box is not correctly
defined.
Try to compile and execute following C program:
#include <stdio.h>
#include <time.h>
main()
{
tzset();
printf("timezone: %d\n", timezone);
}
This should print something like "timezone: -3600". If not, you might consider
defining the "TZ" environment variable. Maybe some FreeBSD expert knows some
details about this. |
729
|
Wed Oct 13 20:48:52 2004 |
| | | | | | |
> Date: Mon, 11 Oct 2004 12:26:28 -3736512
The timezone offset (-3736512) is obtained from the "timezone" variable, which
is initialized with the tzset() function inside elogd. See "man tzset" for
details. It looks like if the timezone on your FreeBSD box is not correctly
defined.
Try to compile and execute following C program:
#include <stdio.h>
#include <time.h>
main()
{
tzset();
printf("timezone: %d\n", timezone);
}
This should print something like "timezone: -3600". If not, you might consider
defining the "TZ" environment variable. Maybe some FreeBSD expert knows some
details about this. |
732
|
Wed Oct 13 20:28:02 2004 |
| | | | | | |
Has been fixed in revision 1.492. |
728
|
Wed Oct 13 20:28:02 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | All | 2.5.4-5 | Re: URL Parsing Problem |
Has been fixed in revision 1.492. |