ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
703
|
Wed Sep 15 07:42:23 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.5.4 | Re: too many <table> tags |
> > > Couldn't one include the extra <table> tag only when there is really more than
> > > one attribute per line. All other lines could then be aligned properly.
I added that code in revision 1.471. |
708
|
Fri Sep 24 19:17:52 2004 |
| Steve Jones | steve.jones@freescale.com | Request | All | 2.5.4 | Enhanced "eLog Version" Variable |
Stefan, would it be ok to add the "minor" revision level to the VERSION
constant? I've been doing this after I download source just so I can keep
things straight, you keep cranking out versions ;->
EX:
#define VERSION "2.5.4-4"
BECOMES
#define VERSION "2.5.4-4-1.483" or something like that?
Just a thought.
Thanks |
709
|
Fri Sep 24 22:37:01 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | All | 2.5.4 | Re: Enhanced "eLog Version" Variable |
Sorry for that. The idea is that the -4 is the minor number between releases
(mainly for bug fixes and impatient users (;-) ). I accidently overwrote the
-4 version several times when testing a new RPM building scheme, but I promise
to take more care in the future (:-)))
Having the CVS revision in the executable is however a good idea and I will
put it in.
> Stefan, would it be ok to add the "minor" revision level to the VERSION
> constant? I've been doing this after I download source just so I can keep
> things straight, you keep cranking out versions ;->
>
> EX:
> #define VERSION "2.5.4-4"
> BECOMES
> #define VERSION "2.5.4-4-1.483" or something like that?
>
> Just a thought.
>
> Thanks |
713
|
Wed Oct 6 06:14:36 2004 |
| Steve Jones | steve.jones@freescale.com | Comment | All | 2.5.4 | Re: Enhanced "eLog Version" Variable |
No big deal - I looked at the code and you did a much more thorough job than I
would have done. Appreciate all of the hard work -- this product is masterful!
> Sorry for that. The idea is that the -4 is the minor number between releases
> (mainly for bug fixes and impatient users (;-) ). I accidently overwrote the
> -4 version several times when testing a new RPM building scheme, but I promise
> to take more care in the future (:-)))
>
> Having the CVS revision in the executable is however a good idea and I will
> put it in.
>
> > Stefan, would it be ok to add the "minor" revision level to the VERSION
> > constant? I've been doing this after I download source just so I can keep
> > things straight, you keep cranking out versions ;->
> >
> > EX:
> > #define VERSION "2.5.4-4"
> > BECOMES
> > #define VERSION "2.5.4-4-1.483" or something like that?
> >
> > Just a thought.
> >
> > Thanks |
761
|
Tue Nov 2 02:51:09 2004 |
| Kristinn B. Gylfason | elog@askur.org | Question | Linux | 2.5.4 | Can the elog client submit an entry with a html body? |
I'm running a Debian package of elog with verision number 2.5.4+r1480-1.
The revision of the elog client in this package is 1.21.
I'm using the elog client to send entries generated by a script to my
logbook. I want to format the body text of the entry using HTML, to include
links and images. When I submit the entry with the elog client it is
submited as text and not HTML.
The man page for the elog client does not mention any commandline options to
specify the formating of the entry and I have not found any info in this
forum on the issue.
Is it possible to submit an entry with a html body using the elog client? |
762
|
Tue Nov 2 17:47:43 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.5.4 | Re: Can the elog client submit an entry with a html body? |
> Is it possible to submit an entry with a html body using the elog client?
I added a "-H" flag for that. New version of elog.c under CVS and in the next
release. |
763
|
Tue Nov 2 18:15:09 2004 |
| Kristinn B. Gylfason | elog@askur.org | Question | Linux | 2.5.4 | Re: Can the elog client submit an entry with a html body? |
> > Is it possible to submit an entry with a html body using the elog client?
>
> I added a "-H" flag for that. New version of elog.c under CVS and in the next
> release.
Great! Thanks.
Kristinn |
1449
|
Wed Oct 12 23:59:13 2005 |
| Matt Kimball | matthew.j.kimball@state.or.us | | Windows | 2.5.4 | Trying to remove "mailto:" from the email address |
We are using ver 2.5.4. As users enter new requests into the system, they would like email notifications. I have added the $user_email into a "notifications" section that we created. The email address that gets entered is "mailto:user@domain.com". Is there a way to remove the "mailto:"? Attached is my config file.
Thanks
Matt |