Email notification, posted by Tomas Rudolf on Wed Feb 19 13:28:17 2003
|
Hi Stefan,
I have a question concerning the Email notification in ELOG.
I have been testing various combinations of the parameters you describe in
your documentation :
Email <attribute> <value> = <list>
Use Email Subject = <string>
Use Email From = <string>
Omit Email To = 0|1
Suppress Email to users = 0|1
And I have encountered a problem using the Email <attribute> <value> =
<list>. While this works fine for me when the <attribute> is of a type
textfield, Options or ROptions, I don't seem to be able to have it working
for the MOptions <attribute> = <list>.
The aim is to have an email notification sent only to selected people
instead of everybody. I was hoping that this would work :
[MyLogBook]
MOptions Message_To = NB,LW,EC,MD,CD,TV,AH,TR,JS
...
...
Suppress Email to users = 1
Email Message_To TR = tomas@mba.be
Email Message_To EC = etienne@mba.be
...
...
Of course, the tricky part is that it is "multiple choice" so any
combination of recipients is possible.
Am I missing something?
Thanx for any ideas how to solve this,
Tomas |
Re: Email notification, posted by Stefan Ritt on Mon Feb 24 14:40:30 2003
|
This problem has been fixed as well (elog:233). |
Themes BUG ?, posted by Tomas Rudolf on Mon Feb 24 09:23:39 2003
|
Hi,
We prepared a customized theme to use with ELOG. It's called for example
my_theme and is situated in the THEMES directory (together with the DEFAULT
theme).
I defined the my_theme the global theme for ELOG:
[global]
Theme = my_theme
And it works fine for all the logbook in ELOG. However. The login screen
and the main menu screen (the one with list of logbooks and # of entries)
still takes the DEFAULT theme.
If I change the my_theme name to default then everything works correctly
(logon + main menu + all logbooks have the desired look).
Is the DEFAULT theme somehow hardcoded for the login screen and the main
menu ?
Thanx for your answer
Tomas Rudolf |
Re: Themes BUG ?, posted by Stefan Ritt on Mon Feb 24 13:22:06 2003
|
> Is the DEFAULT theme somehow hardcoded for the login screen and the main
> menu ?
Yes, this was in and certainly is not correct. So I fixed it, the new code
can be obtained vom CVS (see elog:233). |
ELOG source code from CVS, posted by Stefan Ritt on Mon Feb 24 13:20:19 2003
|
To obtain the newest source code of ELOG, go to the CVS repository at
http://midas.psi.ch/cgi-bin/cvsweb/elog/src
It contains usually the newest bug fixes, which will show up in the next
realease. On the other hand it can also contain some new features, which
are not yet fully tested, so care should be taken when using it. The
revision comments usually explain what is new in that revision. |
Participation on development of ELOG, posted by Tomas Rudolf on Wed Feb 19 09:26:04 2003
|
Stefan,
We are interested in using your ELOG (which we consider to be a wonderful
application) even more. We would like to make a few adaptations in your
source code, above all to add some functionality that we are missing.
I was wondering if there is a way we could coordinate the development
together. For instance, would it be of your interest to receive the code
adaptations we do and implement it in your future releases?
To be more specific, for the moment we are really interested in
implementing the SHELL script execution on the server (I noticed it is in
your wishlist).
Best regards,
Tomas Rudolf
Micro Belgium Application |
Re: Participation on development of ELOG, posted by Stefan Ritt on Wed Feb 19 09:37:30 2003
|
> We are interested in using your ELOG (which we consider to be a wonderful
> application) even more. We would like to make a few adaptations in your
> source code, above all to add some functionality that we are missing.
>
> I was wondering if there is a way we could coordinate the development
> together. For instance, would it be of your interest to receive the code
> adaptations we do and implement it in your future releases?
Sure, I'm very interested in those and ready to merge it into the main
development tree.
- Stefan |
Re: Participation on development of ELOG, posted by Tomas Rudolf on Wed Feb 19 09:54:38 2003
|
> > We are interested in using your ELOG (which we consider to be a wonderful
> > application) even more. We would like to make a few adaptations in your
> > source code, above all to add some functionality that we are missing.
> >
> > I was wondering if there is a way we could coordinate the development
> > together. For instance, would it be of your interest to receive the code
> > adaptations we do and implement it in your future releases?
>
> Sure, I'm very interested in those and ready to merge it into the main
> development tree.
>
> - Stefan
Thanx for your quick answer.
I'll keep you updated as we move ahead with the development.
Tomas |
Re: Participation on development of ELOG, posted by Heiko Scheit on Wed Feb 19 14:48:56 2003
|
> > We are interested in using your ELOG (which we consider to be a wonderful
> > application) even more. We would like to make a few adaptations in your
> > source code, above all to add some functionality that we are missing.
> >
> > I was wondering if there is a way we could coordinate the development
> > together. For instance, would it be of your interest to receive the code
> > adaptations we do and implement it in your future releases?
>
> Sure, I'm very interested in those and ready to merge it into the main
> development tree.
>
> - Stefan
I think it is very good to include this in elog, but,
since this is also a big security risk (especially if people are
running elogd as root) I would suggest a compile time option to
enable this, like: gcc... -DALLOW_SCRIPT ...
The default should be that it is disabled.
Maybe one should only allow it if the user running elogd is NOT root.
Heiko |
Postdating the Entry Date, posted by Fred Hooper on Wed Feb 19 01:46:03 2003
|
Is is possible to postdate the Entry Date for an entry?
The documentation lists the ability to forward date an entry, but I don't
see any ability to backdate an entry (edit the date to a date in the past).
Given that the entry date is part of the logbook entry file structure, it
wasn't obvious how to make this change.
thanks
fred |
Re: Postdating the Entry Date, posted by Stefan Ritt on Wed Feb 19 09:47:32 2003
|
> Is is possible to postdate the Entry Date for an entry?
>
> The documentation lists the ability to forward date an entry, but I don't
> see any ability to backdate an entry (edit the date to a date in the past).
>
> Given that the entry date is part of the logbook entry file structure, it
> wasn't obvious how to make this change.
The date is part of the logbook entry file structure because it's considered
as a "stamp" which cannot be changed, so to document the real date when the
message was written. In some installations this is very important.
If you need to change the date more freely, I would recommend to add another
attribute which can be changed at will. Up to now this has to be a string
variable so users have to make sure to enter the date in proper format, but
you can prepopulate that with the current date like:
Attributes = Author, ..., Real date
Preset Real date = $date
This way the current date occurs in that field, but can be changed
(backdated).
Note that the entry date can be changed directly in the YYMMDDa.log files in
the data directory, if one has write access there and the elogd daemon is not
running. |
New Version, posted by Nick on Tue Feb 18 08:07:10 2003
|
I noticed the site has been updated as far as the documentation for 2.3.1,
however the latest version in the downloads section is 2.3.0, any other
places where I can get 2.3.1
Cheers |
Re: New Version, posted by Stefan Ritt on Tue Feb 18 09:21:34 2003
|
> I noticed the site has been updated as far as the documentation for 2.3.1,
> however the latest version in the downloads section is 2.3.0, any other
> places where I can get 2.3.1
>
> Cheers
Patience, patience! 2.3.1 is currently kind of in "beta" version, but will be
released this week. Not that you can always get the latest snapshot from the
CVS tree at
http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c
- Stefan |
Lost features since upgrade to 2.3.0, posted by Nick on Fri Feb 7 18:38:56 2003
|
Ive got 2 issues which I cant see to resolve I was wondering if anyone can
help.
Problem 1 - Since upgrading to version 2.3.0 I seem to have lost the some
functionality explained below. When i first log into my logbook (i only
have a single one) it defaults to the summary view and the first field is
one called Customer Name as opposed to # as i wanted the list sorted by
this field, the link for that logbook entry is no longer available on the
first field (being Customer Name) but only on the # field), however if you
use Summary threaded view the whole line is a link.
Is there a flag or setting to the make the first field a link?
Problem 2 - no matter what i try in the config file i cannot get elogd to
use stylesheets ive tried specifying and even editing and removing the
default.css style sheet i downloaded but it just seems to ignore its there.
Any help or advice ?????? |
Re: Lost features since upgrade to 2.3.0, posted by Stefan Ritt on Fri Feb 7 19:52:41 2003
|
> Problem 1 - Since upgrading to version 2.3.0 I seem to have lost the some
> functionality explained below. When i first log into my logbook (i only
> have a single one) it defaults to the summary view and the first field is
> one called Customer Name as opposed to # as i wanted the list sorted by
> this field, the link for that logbook entry is no longer available on the
> first field (being Customer Name) but only on the # field), however if you
> use Summary threaded view the whole line is a link.
I revised the way links are placed into the summary table, so I could have
lost some functionality (I did not try all config combinations since there
are too many now). So I can fix your problem in two ways now: Either always
have the first item in a list be a link, or have each item be the (same)
link. What do you think is a better solution?
> Problem 2 - no matter what i try in the config file i cannot get elogd to
> use stylesheets ive tried specifying and even editing and removing the
> default.css style sheet i downloaded but it just seems to ignore its there.
First question: Does your elog pages have color? If so, the default.css is
loaded correctly. Otherwise your page would contain text but all would be
white.
So I presume you see color, that means your default.css is loaded correctly.
It can now be that your browser caches that stylesheet. I use MS Internet
Explorer and Mozilla and a "reload" on the browsers refreshes the
stylesheet, but you really have to press the "reload" button (or clear the
browser cache). Have you tried that?
- Stefan |
Re: Lost features since upgrade to 2.3.0, posted by Nick on Fri Feb 7 22:26:13 2003
|
> I revised the way links are placed into the summary table, so I could have
> lost some functionality (I did not try all config combinations since there
> are too many now). So I can fix your problem in two ways now: Either always
> have the first item in a list be a link, or have each item be the (same)
> link. What do you think is a better solution?
I think the first option is the better one, having the first columns data in
the list be linkable for example i am using this to store customer
configuration and the list needs to be in alphabetical order so it has to be
the first column but needs to be linkable :)
Would be nice if you can specify which columns data has links as a flag or
setting of some sorts, as opposed to either the first or all, but given a
choice I would want the first column to be the linkable one
My config looks like this
Display search = Customer Name, Account ID, Author, Date, #
I think the better option is first item (being the first column entries) all
have links to the logbook entries (which is how it was in the previous
version)
>
> > Problem 2 - no matter what i try in the config file i cannot get elogd to
> > use stylesheets ive tried specifying and even editing and removing the
> > default.css style sheet i downloaded but it just seems to ignore its
there.
I resolved this problem, many thanks for your help |
Re: Lost features since upgrade to 2.3.0, posted by Stefan Ritt on Tue Feb 11 09:03:18 2003
|
> Would be nice if you can specify which columns data has links as a flag or
> setting of some sorts, as opposed to either the first or all, but given a
> choice I would want the first column to be the linkable one
Well, I decided to make all entries in a table a link, to be consistent with
the threaded display. But I changed the style such that they look like
before, but are actually links. This way it cannot hurt (like having too
much underlined text). The style can be changed via classes ".list1"
and ".list2" in the style sheet.
The modification will come in 2.3.1, or you can get the source code from CVS
under
http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c
and
http://midas.psi.ch/cgi-bin/cvsweb/elog/themes/default/default.css
> > > Problem 2 - no matter what i try in the config file i cannot get elogd
to
> > > use stylesheets ive tried specifying and even editing and removing the
> > > default.css style sheet i downloaded but it just seems to ignore its
> there.
>
> I resolved this problem, many thanks for your help
What happened. If you tell your initial problems, I can maybe put something
into the docs so that others won't have it...
- Stefan |
Re: Lost features since upgrade to 2.3.0, posted by Nick on Tue Feb 11 11:17:29 2003
|
> > > > Problem 2 - no matter what i try in the config file i cannot get
elogd
> to
> > > > use stylesheets ive tried specifying and even editing and removing
the
> > > > default.css style sheet i downloaded but it just seems to ignore its
> > there.
> >
> > I resolved this problem, many thanks for your help
>
> What happened. If you tell your initial problems, I can maybe put something
> into the docs so that others won't have it...
>
> - Stefan
I upgraded to version 2.3.0 the previous version didnt seem to work with
stylesheets, when you viewed the html source there was no stylesheet defined
in it.
Please see my other posts for feature requests.
Many Thanks - FANTASTIC program btw |
Re: Lost features since upgrade to 2.3.0, posted by Kutlay Topatan on Wed Feb 12 19:10:26 2003
|
Stefan,
When will you have 2.3.1 out? I just upgraded to 2.3.0 and would like to see
the links in my summary view. If it is going to be out soon I will wait
instead of compiling from source.
Thanks for great software,
k.
> > Would be nice if you can specify which columns data has links as a flag or
> > setting of some sorts, as opposed to either the first or all, but given a
> > choice I would want the first column to be the linkable one
>
> Well, I decided to make all entries in a table a link, to be consistent with
> the threaded display. But I changed the style such that they look like
> before, but are actually links. This way it cannot hurt (like having too
> much underlined text). The style can be changed via classes ".list1"
> and ".list2" in the style sheet.
>
> The modification will come in 2.3.1, or you can get the source code from CVS
> under
>
> http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c
>
> and
>
> http://midas.psi.ch/cgi-bin/cvsweb/elog/themes/default/default.css
>
> > > > Problem 2 - no matter what i try in the config file i cannot get elogd
> to
> > > > use stylesheets ive tried specifying and even editing and removing the
> > > > default.css style sheet i downloaded but it just seems to ignore its
> > there.
> >
> > I resolved this problem, many thanks for your help
>
> What happened. If you tell your initial problems, I can maybe put something
> into the docs so that others won't have it...
>
> - Stefan |
Re: Lost features since upgrade to 2.3.0, posted by Stefan Ritt on Wed Feb 12 19:54:21 2003
|
> When will you have 2.3.1 out? I just upgraded to 2.3.0 and would like to
see
> the links in my summary view. If it is going to be out soon I will wait
> instead of compiling from source.
2.3.1 will come out next week, since this week I'm at home. But you always
can get the sources from CVS (see below).
> > The modification will come in 2.3.1, or you can get the source code from
CVS
> > under
> >
> > http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c
> >
> > and
> >
> > http://midas.psi.ch/cgi-bin/cvsweb/elog/themes/default/default.css |
Find , posted by eric wooten on Mon Feb 10 23:36:31 2003
|
When you do a find in elog, records per page (some crazy large number - for
your forum logbook, display 57 entries seem to cause the problem, then
select last year (1 years worth of logs),(don't select printable)
the results appear way off the screen (the message body looks fine, but the
title, etc extend way off the screen).
Printable doesn't have this problem. |
Re: Find , posted by Stefan Ritt on Wed Feb 12 08:56:29 2003
|
> When you do a find in elog, records per page (some crazy large number - for
> your forum logbook, display 57 entries seem to cause the problem, then
> select last year (1 years worth of logs),(don't select printable)
>
> the results appear way off the screen (the message body looks fine, but the
> title, etc extend way off the screen).
>
> Printable doesn't have this problem.
I could not reproduce this problem. Can you send me the exact URL (the
address with all the parameters from your browser's address bar like
http://midas.psi.ch/elogdemo/Forum/?npp=57...) and tell me exactly under
which browser this happens? |