ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
842
|
Sun Dec 12 12:40:53 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: form posting |
> however, I am not sure what elog checks for when doing the post through
> form. and the auto-submit script always failed and returns "200 EOF". i can
> get to the login part and grab form entry. its only the submittion failed.
What you can do is run the elog submit utility with the "-v" flag (verbose) and
grap the output. It's HTML code, but you should see any error message there. |
843
|
Sun Dec 12 12:43:55 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: Anyone try doing majordomo->Elog? |
> We currently have Elog postings mirrored on to a majordomo email list.
> Invariably, people on this list reply to the listserv and not to the Elog.
> Has anyone tried getting emails to a listserv to autoformat and register as
> proper elog entries. Didn't see any mention of this in the docs or forums.
I personally use Elog *instead* a majordomo email list. You can either specify
a email list in the elogd.cfg file, or you can keep a list of users in the
password file with automatic email notifications, that's how this forum works
for example. But I don't know if you can give up your majordomo list. |
848
|
Tue Dec 14 07:32:07 2004 |
| Qiang | shijialee@yahoo.com | Question | Linux | | Re: form posting |
I happened to find something interesting when trying my perl script. it hangs the
elog system with hand-crafted http header.
I also sent email with more detail on this. just want to make sure you are aware of
this.
Qiang
> > however, I am not sure what elog checks for when doing the post through
> > form. and the auto-submit script always failed and returns "200 EOF". i can
> > get to the login part and grab form entry. its only the submittion failed.
>
> What you can do is run the elog submit utility with the "-v" flag (verbose) and
> grap the output. It's HTML code, but you should see any error message there. |
857
|
Mon Dec 20 16:39:17 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: form posting |
> I happened to find something interesting when trying my perl script. it hangs the
> elog system with hand-crafted http header.
This bug has been fixed in revision 1.524 of elogd.c available from CVS. |
868
|
Sat Jan 8 16:40:04 2005 |
| Neil Swartz | junkswartz@optonline.net | Question | All | 2.5.5 | Find using multiple values with MOptions |
I have a logbook with an attribute that has a number of fixed values. I
use MOptions to prevent typos when entering and allow multiple "keywords".
When searching the users can only search on one keyword.
Is there any way to search on multiple values (AAA|BBB|CCC)? If I do not
use MOption, they can do this, but the users entering logs may mistype the
keywords. |
877
|
Mon Jan 17 01:13:27 2005 |
| Rashid Ali | rashid.k.ali@gmail.com | Question | Windows | 2.5.5-4 | How do I Export the 'Date' and 'Text' fields. |
I can export the Attributes I define easily and the Subject. Can't seem to
export the Entry Date and the Text fields.
Help. |
878
|
Mon Jan 17 09:29:42 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.5-4 | Re: How do I Export the 'Date' and 'Text' fields. |
> I can export the Attributes I define easily and the Subject. Can't seem to
> export the Entry Date and the Text fields.
The XML export contains both the Entry Date and Text fields. In CSV format,
it's hard to export the Text field since it can span several lines, which would
break the CSV format (one line per entry). Or do you know how multi-line
entries can be encoded in CSV? |
879
|
Mon Jan 17 15:02:20 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.5-4 | Re: How do I Export the 'Date' and 'Text' fields. |
> I can export the Attributes I define easily and the Subject. Can't seem to
> export the Entry Date and the Text fields.
I added at least the date and message ID to the CSV export. New version under CVS. |