Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 177 of 238  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
icon5.gif   TIMEZONE modifier?, posted by Steve Jones on Mon Apr 10 05:34:40 2006 
We host eLog for a number of global sites.  Our logbooks use datetime attributes but the timezones are wrong attributes that are either preset (like when
a logentry is created) or if we fill in an attribute from an action (like when a logentry is closed).  Any possibility of adding a timezone designator
to FORMAT or does one already exist?
icon4.gif   elogd 2.6.1 program Crash is repeatable under Windows, posted by Steve Jones on Tue Mar 14 17:51:52 2006 elogd-error-1.JPGelogd-error-2.JPGelogd.cfg.new
Stefan, I have previously reported that elog crashes with a specific URL -- I have now re-created the crash running under WindowsXP Pro using the pre-packaged
Windows installation that I just downloaded.  I am attaching screenshots, etc. for your information but I think the source of the problem stems from using
"Top Group".  I hope that you are able to look into this as I have logged other issues that i believe are specifically related to the use of the Top Group
    icon2.gif   Re: elogd 2.6.1 program Crash is repeatable under Windows, posted by Stefan Ritt on Wed Mar 15 09:28:42 2006 Capture.jpgCapture.jpg
[quote="Steve Jones"]Stefan, I have previously reported that elog crashes with a specific URL -- I have now re-created the crash running under WindowsXP
Pro using the pre-packaged Windows installation that I just downloaded.  I am attaching screenshots, etc. for your information but I think the source of
the problem stems from using "Top Group".  I hope that you are able to look into this as I have logged other issues that i believe are specifically related
       icon2.gif   Re: elogd 2.6.1 program Crash is repeatable under Windows, posted by Steve Jones on Wed Mar 15 21:42:25 2006 
[quote="Steve Jones"][quote="Stefan Ritt"][quote="Steve Jones"]Stefan, I have previously reported that elog crashes with a specific URL -- I have now re-created
the crash running under WindowsXP Pro using the pre-packaged Windows installation that I just downloaded.  I am attaching screenshots, etc. for your information
but I think the source of the problem stems from using "Top Group".  I hope that you are able to look into this as I have logged other issues that i believe
          icon2.gif   Re: elogd 2.6.1 program Crash is repeatable under Windows, posted by Steve Jones on Wed Mar 15 23:46:54 2006 elog_1.JPGelogd.cfgelogd_2.JPG
[quote="Steve Jones"][quote="Steve Jones"][quote="Stefan Ritt"][quote="Steve Jones"]Stefan, I have previously reported that elog crashes with a specific
URL -- I have now re-created the crash running under WindowsXP Pro using the pre-packaged Windows installation that I just downloaded.  I am attaching
screenshots, etc. for your information but I think the source of the problem stems from using "Top Group".  I hope that you are able to look into this
             icon2.gif   Re: elogd 2.6.1 program Crash is repeatable under Windows, posted by Steve Jones on Tue Mar 21 00:05:43 2006 
[quote="Steve Jones"][quote="Steve Jones"][quote="Steve Jones"][quote="Stefan Ritt"][quote="Steve Jones"]Stefan, I have previously reported that elog crashes
with a specific URL -- I have now re-created the crash running under WindowsXP Pro using the pre-packaged Windows installation that I just downloaded.
 I am attaching screenshots, etc. for your information but I think the source of the problem stems from using "Top Group".  I hope that you are able to
                icon2.gif   Re: elogd 2.6.1 program Crash is repeatable under Windows, posted by Stefan Ritt on Mon Apr 3 17:09:19 2006 
[quote="Steve Jones"]BTW, Stefan, unless you can make the most recent version of a Windows eLog available I cannot test the most recent -- I do not have
access to a Windows development environment.  Solaris-Yes, Linux-Yes, Windoze-No.[/QUOTE]
                   icon2.gif   Re: elogd 2.6.1 program Crash is repeatable under Windows, posted by Steve Jones on Fri Apr 7 05:07:20 2006 elog_2.JPG
[quote="Stefan Ritt"][quote="Steve Jones"]BTW, Stefan, unless you can make the most recent version of a Windows eLog available I cannot test the most recent
-- I do not have access to a Windows development environment.  Solaris-Yes, Linux-Yes, Windoze-No.[/QUOTE]
icon5.gif   Triggering $shell question, posted by Steve Jones on Wed Apr 5 20:25:42 2006 
Should this work?  rev1684 now allows $shell to pass attribute contents to the shell command and whenever a new entry is submitted or when one Edits/Replys
the Subst is triggered, but I would like to be able to trigger this whenever a new value in the options pulldown is selected (assume Risk2 and Risk3 are
identical to Risk1).  Being able to trigger a regular Preset works fine (like {1} preset Date = $date ) but I would like to trigger the Subst.  Maybe a
    icon2.gif   Re: Triggering Re: Triggering $shell question, posted by Steve Jones on Wed Apr 5 22:48:49 2006 
[quote="Steve Jones"]Should this work?  rev1684 now allows $shell to pass attribute contents to the shell command and whenever a new entry is submitted
or when one Edits/Replys the Subst is triggered, but I would like to be able to trigger this whenever a new value in the options pulldown is selected (assume
Risk2 and Risk3 are identical to Risk1).  Being able to trigger a regular Preset works fine (like {1} preset Date = $date ) but I would like to trigger
icon5.gif   Simple math within an elog form, posted by Steve Jones on Tue Apr 4 06:18:18 2006 
This may sound a little strange but I am trying to determine if it is possible to create a series of attributes that may be assigned an integer value via
OPTIONS, and then take the selected values and perform some simple math and display the result.  For example:
    icon2.gif   Re: Simple math within an elog form, posted by Stefan Ritt on Tue Apr 4 08:15:29 2006 
[quote="Steve Jones"]This may sound a little strange but I am trying to determine if it is possible to create a series of attributes that may be assigned
an integer value via OPTIONS, and then take the selected values and perform some simple math and display the result. [/quote]
       icon2.gif   Re: Simple math within an elog form, posted by Steve Jones on Wed Apr 5 00:00:14 2006 
[quote="Stefan Ritt"][quote="Steve Jones"]This may sound a little strange but I am trying to determine if it is possible to create a series of attributes
that may be assigned an integer value via OPTIONS, and then take the selected values and perform some simple math and display the result. [/quote]
          icon2.gif   Re: Simple math within an elog form, posted by Stefan Ritt on Wed Apr 5 10:07:59 2006 
[quote="Steve Jones"]
[code]
Subst TotalRisk = $shell(echo $Risk1 + $Risk2 + $Risk3 > /tmp/elog_out)
             icon2.gif   Re: Simple math within an elog form, posted by Steve Jones on Wed Apr 5 13:50:14 2006 
[quote="Stefan Ritt"][quote="Steve Jones"]
[code]
Subst TotalRisk = $shell(echo $Risk1 + $Risk2 + $Risk3 > /tmp/elog_out)
                icon14.gif   Re: Simple math within an elog form, posted by Steve Jones on Wed Apr 5 18:56:48 2006 
[quote="Steve Jones"][quote="Stefan Ritt"][quote="Steve Jones"]
[code]
Subst TotalRisk = $shell(echo $Risk1 + $Risk2 + $Risk3 > /tmp/elog_out)
icon5.gif   Change in encoding close entry, posted by Holger Mundhahs on Mon Apr 3 10:32:45 2006 
Maybe it is a wrong configuration, because in this forum it works well.
If I change the encoding in the logbook entry I get "Submit modified ELOG entry?",
and after clicking OK the entry is closed. Because this behavior is on all loggbooks
    icon2.gif   Re: Change in encoding close entry, posted by Stefan Ritt on Mon Apr 3 10:35:37 2006 
> Maybe it is a wrong configuration, because in this forum it works well.
> If I change the encoding in the logbook entry I get "Submit modified ELOG entry?",
> and after clicking OK the entry is closed. Because this behavior is on all loggbooks
       icon2.gif   Re: Change in encoding close entry, posted by Holger Mundhahs on Mon Apr 3 10:48:45 2006 
> > Maybe it is a wrong configuration, because in this forum it works well.
> > If I change the encoding in the logbook entry I get "Submit modified ELOG entry?",
> > and after clicking OK the entry is closed. Because this behavior is on all loggbooks
          icon2.gif   Re: Change in encoding close entry, posted by Stefan Ritt on Tue Apr 4 20:45:28 2006 
> So if I switch the encoding the whole entry is reloaded, and the JS take it as leaving.
> Is it possible to change this behavior? Changing encoding should be handled different as
> "regular" leaving.
icon5.gif   Numerous questions that I am hoping to get a response on, posted by Steve Jones on Mon Apr 3 16:31:37 2006 
Stefan, I have several issues/questions that I am still hoping to get an answer on.  Any chance?  If you would rather you can send email to me directly.

Thanks
    icon2.gif   Re: Numerous questions that I am hoping to get a response on, posted by Stefan Ritt on Mon Apr 3 16:32:52 2006 
[quote="Steve Jones"]Stefan, I have several issues/questions that I am still hoping to get an answer on.  Any chance?  If you would rather you can send
email to me directly.[/quote]
       icon14.gif   Re: Numerous questions that I am hoping to get a response on, posted by Steve Jones on Mon Apr 3 16:39:33 2006 
[quote="Steve Jones"][quote="Stefan Ritt"][quote="Steve Jones"]Stefan, I have several issues/questions that I am still hoping to get an answer on.  Any
chance?  If you would rather you can send email to me directly.[/quote]
icon5.gif   Anonymous vs user posts, posted by Chris Warner on Fri Mar 31 22:14:38 2006 
If I have a logbook that will let both registered users Anonymous users post. I would like the author attribute to default to the value in $long_name but
if the post is Anonymous display a default text string "Anonymous". Is it possible to do this? 
    icon2.gif   Re: Anonymous vs user posts, posted by Stefan Ritt on Sat Apr 1 15:30:32 2006 
[quote="Chris Warner"]If I have a logbook that will let both registered users Anonymous users post. I would like the author attribute to default to the
value in $long_name but if the post is Anonymous display a default text string "Anonymous". Is it possible to do this? [/quote]
icon5.gif   implement 'hide attribute' and 'sort attribute', posted by Heiko Scheit on Thu Dec 2 14:39:50 2004 
Could you implement a 'hide attribute' and 'sort attribute' config option?
While sort is probably not so easy to do the hide option would already 
be very useful.  What I want to do is to use elog to collect bibtex entries
    icon2.gif   Re: implement 'hide attribute' and 'sort attribute', posted by Stefan Ritt on Thu Jan 6 11:25:54 2005 
> Could you implement a 'hide attribute' and 'sort attribute' config option?

I implemented it as 'hidden attributes = <list>' and 'sort attributes'.
       icon2.gif   Re: implement 'hide attribute' and 'sort attribute', posted by Heiko Scheit on Mon Jan 10 19:44:16 2005 
> > Could you implement a 'hide attribute' and 'sort attribute' config option?

> I implemented it as 'hidden attributes = <list>' and 'sort attributes'.
          icon2.gif   Re: implement 'hide attribute' and 'sort attribute', posted by Stefan Ritt on Mon Jan 10 20:23:35 2005 
> 'sort attributes' sorts the logbook entries when they are displayed.  Or?

Right
             icon2.gif   Re: implement 'hide attribute' and 'sort attribute', posted by Heiko Scheit on Mon Jan 10 20:52:13 2005 
> > 'sort attributes' sorts the logbook entries when they are displayed.  Or?

> Right
                icon2.gif   Re: implement 'hide attribute' and 'sort attribute', posted by Stefan Ritt on Tue Jan 11 12:55:35 2005 
> Only the sorting (of the entry mask!) is missing! :)

Ok, I put that on my wish list. So once the second or third person asks for it, I will
                   icon2.gif   Re: implement 'hide attribute' and 'sort attribute', posted by Lars Jorgensen on Thu Mar 23 14:49:07 2006 
> > Only the sorting (of the entry mask!) is missing! :)

> Ok, I put that on my wish list. So once the second or third person asks for it, I will
                      icon2.gif   Re: implement 'hide attribute' and 'sort attribute', posted by Steve Jones on Thu Mar 23 21:52:03 2006 
> > > Only the sorting (of the entry mask!) is missing! :)
> > 
> > Ok, I put that on my wish list. So once the second or third person asks for it, I will
ELOG V3.1.5-3fb85fa6