Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 216 of 234  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
icon1.gif   Instant Edit Link, posted by Raj on Fri Feb 27 03:48:05 2004 
How I can dynamically create a link when a new submission is entered that 
will have a value of <ELOG_URL$message id?=Edit>
I want the users to be able to go straight from the main page to an edit 
    icon2.gif   Re: Instant Edit Link, posted by Stefan Ritt on Fri Feb 27 09:15:07 2004 moz.gif
I have added that functionality according to your request. In elogd.cfg, you 
can specify
       icon5.gif   Re: Instant Edit Link, posted by Raj on Sun Feb 29 18:31:47 2004 
I have done all that you suggested and all I get is the Message ID # that takes 
me to the message.
I even upgraded to the 2.5.1 version. Then I placed the elogd.c in the SRC 
          icon2.gif   Re: Instant Edit Link, posted by Stefan Ritt on Mon Mar 1 08:29:19 2004 
> I even upgraded to the 2.5.1 version. Then I placed the elogd.c in the SRC 
> folder. Also placed the images in the themes folder.
             icon3.gif   Re: Instant Edit Link, posted by Raj on Fri Mar 5 17:26:29 2004 
I must have misunderstood what you meant. That aside, I don't know how to compile 
the elogd.c so any help would be appreciated. I would like to learn how to also.
Thanks.
icon5.gif   top text/bottom text, posted by Val Schmidt on Mon Mar 1 16:49:34 2004 
Hello,

I have a quick question regarding how to display text using the "Top text" 
    icon2.gif   Re: top text/bottom text, posted by Stefan Ritt on Mon Mar 1 16:58:36 2004 
This was a bug which only occurs under certain conditions, that's why nobody 
has seen it yet. I fixed it, the new version is available under CVS:
       icon2.gif   Re: top text/bottom text, posted by Val Schmidt on Mon Mar 1 17:26:34 2004 
> This was a bug which only occurs under certain conditions, that's why nobody 
> has seen it yet. I fixed it, the new version is available under CVS:
icon5.gif   Default Sorting Option, posted by Ulrich Trüssel on Fri Feb 27 10:09:04 2004 
I really don't know if anybody already had this problem or i just didn't 
find the solution in the documenttaion: 
 
    icon2.gif   Re: Default Sorting Option, posted by Stefan Ritt on Fri Feb 27 10:28:00 2004 
This can be easily achieved with the configuration option

Start page = ?sort=<attribute>
       icon14.gif   Re: Default Sorting Option, posted by Ulrich Trüssel on Fri Feb 27 13:25:32 2004 
Thank's!!!  :-)) 
 
Great solution. Exactly what I need! 
icon4.gif   -W -Wall options (using gcc), posted by Heiko Scheit on Fri Feb 13 12:25:15 2004 

Maybe consider using the options -W -Wall when compiling elogd.
There are several warning messages.
    icon2.gif   Re: -W -Wall options (using gcc), posted by Stefan Ritt on Fri Feb 13 21:52:48 2004 
Thanks, I did so.
       icon5.gif   Re: -W -Wall options (using gcc), posted by Stefan Ritt on Mon Feb 16 16:07:34 2004 
So I fixed all compiler generated warnigns except these:

[midas@pc2075 ~/elog]$ gcc -g -O -W -Wall -o elogd src/elogd.c
          icon5.gif   Re: -W -Wall options (using gcc), posted by Heiko Scheit on Mon Feb 16 16:40:50 2004 
> So I fixed all compiler generated warnigns except these:

> [midas@pc2075 ~/elog]$ gcc -g -O -W -Wall -o elogd src/elogd.c
             icon5.gif   Re: -W -Wall options (using gcc), posted by Stefan Ritt on Mon Feb 16 16:47:55 2004 
> Have a look at the gcc info pages:

> $ info gcc "invoking gcc" "warning options"
                icon5.gif   Re: -W -Wall options (using gcc), posted by Heiko Scheit on Mon Feb 16 17:18:39 2004 
> > Have a look at the gcc info pages:
> > 
> > $ info gcc "invoking gcc" "warning options"
icon8.gif   elog (not elogd) submit does not work anymore, posted by Heiko Scheit on Fri Feb 13 12:21:25 2004 
Somehow elog does not use the -s option (subdir) anymore,
resulting in a 'HTTP/1.1 404 Not Found' error.
    icon2.gif   Re: elog (not elogd) submit does not work anymore, posted by Stefan Ritt on Fri Feb 13 21:59:44 2004 
Oops! I 're-used' the '-s' flag for email suppression, so it was actually 
double used. I changed the email supprssion flag to '-p', so '-s' should 
work again for specifying subdirectories.
icon5.gif   Behaviour of text when using quote marks in header fields , posted by Fergus Lynch on Wed Feb 11 15:06:38 2004 
Hi,

First off let me say what an excellent program, simple yet powerful...
    icon2.gif   Re: Behaviour of text when using "quote marks" in header fields , posted by Stefan Ritt on Fri Feb 13 21:34:57 2004 
Like this one ^^^ ???

I'm joking! I fixed the bug and updated the elogd server. Please find the new 
       icon7.gif   Re: Behaviour of text when using "quote marks" in header fields , posted by Fergus Lynch on Fri Feb 13 21:50:59 2004 
> Like this one ^^^ ???

> I'm joking! I fixed the bug and updated the elogd server. Please find the new 
icon8.gif   segmentation fault, posted by Heiko Scheit on Fri Feb 13 12:18:19 2004 

Around line 2240 (in loc()) in elogd.c the following is written, 
which results in an infinite loop, since loc() recursively with
    icon7.gif   Re: segmentation fault, posted by Stefan Ritt on Fri Feb 13 21:50:09 2004 
This problem has been fixed recently. The new code is

   /* special case: "Change %s" */
icon1.gif   Javascript for Bookmark Link for one-click submission to elog, posted by Fred Hooper on Sat Jan 31 09:33:35 2004 elogsubmit-template.js
I have created a javascript to be used as a browser link that allows a one
step cut and paste from a web browser into a elog logbook. 
    icon2.gif   Re: Javascript for Bookmark Link for one-click submission to elog, posted by Stefan Ritt on Wed Feb 4 12:00:14 2004 
I find this script very nice. Indeed JavaScript can be very powerful to do such 
things. I added some JavaScript support to the elogd server itself. If one opens 
the "New" page like
ELOG V3.1.5-2eba886