ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
552
|
Thu Jun 3 20:22:47 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.5.2 | Re: Using date and subst date |
> Now I have more error. ;(
>
> Maybe you can post your elogd build.... just for me. :)
I compiled one (just for you :))), available at
http://midas.psi.ch/elog/download/tar/elogd-snapshot.gz
Unzip it and rename it to "elogd". But if you have problems with missing shared C
libraries, I cannot guarantee that it works. In that case you have to wait for the next
official release. |
553
|
Thu Jun 3 22:05:37 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | 2.5.2 | Re: Mail notification without attachment possible? |
> I just noticed the problem of mail notification with big attachments. For a
> files or photos exchange setup we could run into load and bandwidth problem
> quickly. Any way to restrict mail notification by attributes or without
> attachment?
Use
Email format = 6
to restrict email notifications to URL and attributes only (without
attachment). A size limit for email notifications is right now not implemented. |
554
|
Thu Jun 3 22:22:33 2004 |
| miljan dedic | mde@hvidovre.dk | Bug report | Windows | 2.5.2 | Resubmit as new entry |
Hello,
Elogd crashing when "Resubmit as new entry" is executed.
Tried with demo config, same result, also tried with snapshot version.
After the first crash i restart elogd, then it crashes every time i enter
the logbook containing the entry i tried to "Resubmit as new entry"
Anyone seen same behavior, on win2000 platform ?.
Miljan |
555
|
Fri Jun 4 16:43:34 2004 |
| nait tauh | nait@no2bl.no-ip.com | Question | Linux | 2.5.2 | Re: Using date and subst date |
> I compiled one (just for you :))), available at
>
> http://midas.psi.ch/elog/download/tar/elogd-snapshot.gz
>
> Unzip it and rename it to "elogd". But if you have problems with missing shared C
> libraries, I cannot guarantee that it works. In that case you have to wait for the next
> official release.
Thank you very much.... it work.
nait. |
556
|
Fri Jun 4 16:55:36 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.5.2 | Re: Resubmit as new entry |
> Elogd crashing when "Resubmit as new entry" is executed.
> Tried with demo config, same result, also tried with snapshot version.
> After the first crash i restart elogd, then it crashes every time i enter
> the logbook containing the entry i tried to "Resubmit as new entry"
> Anyone seen same behavior, on win2000 platform ?.
I fixed this problem, was a stack overflow. New snapshot is available. |
559
|
Wed Jun 16 10:34:04 2004 |
| nait tauh | nait@no2bl.no-ip.com | Request | Linux | 2.5.2 | Re: Mail notification without attachment possible? |
> Use
>
> Email format = 6
>
> to restrict email notifications to URL and attributes only (without
> attachment). A size limit for email notifications is right now not implemented.
Thanks... Email format = 6 works. It cut out the subject too.
Any documentation on Email Format = ??
Thanks,
nait. |
560
|
Wed Jun 16 10:47:26 2004 |
| nait tauh | nait@no2bl.no-ip.com | Question | Linux | 2.5.2 | Re: Using date and subst date |
>
> Thank you very much.... it work.
> nait.
Hi Stefan,
It has a bug. The filter will fail on the initial page of the logbook.
example,
on http://10.10.10.10:10/mylogbook/
when select category filter the system will return
http://10.10.10.10:10/myylogbook/&category=hardware which is bad
on http://10.10.10.10:10/mylogbook/page or page1/page2 etc..other then the initial page,
when select category filter the system return the correct result.
http://10.10.10.10:10/mylogbook/page?category=hardware.
I have not tested 2.5.3.
nait. |
561
|
Wed Jun 16 14:36:04 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | 2.5.2 | Re: Mail notification without attachment possible? |
> > Use
> >
> > Email format = 6
> >
> > to restrict email notifications to URL and attributes only (without
> > attachment). A size limit for email notifications is right now not implemented.
>
> Thanks... Email format = 6 works. It cut out the subject too.
> Any documentation on Email Format = ??
This feature is normally documentd at http://midas.psi.ch/elog/config.html (search
for "Email Format" on this page). The Email subject is included, but the first line
of the email body is cut out with format = 6. Maybe you want format = 7 if you need
that line. |