Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 194 of 238  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
icon5.gif   <img> in Display Attribute, posted by Emiliano Gabrielli on Fri Jul 8 19:08:30 2005 
My goal is to be able to do the following :

[B][CODE]Display Category = $category <img src="icons/$category.png" border="0">[/CODE][/B]
    icon2.gif   Re: <img> in Display Attribute, posted by Stefan Ritt on Fri Jul 8 22:18:01 2005 
[quote="Emiliano Gabrielli"]My goal is to be able to do the following :

[B][CODE]Display Category              = $category <img src="icons/$category.png" border="0">[/CODE][/B]
       icon2.gif   Re: <img> in Display Attribute, posted by Emiliano Gabrielli on Sat Jul 9 16:06:58 2005 
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]My goal is to be able to do the following :

[B][CODE]Display Category              = $category <img src="icons/$category.png" border="0">[/CODE][/B]
          icon2.gif   Re: < img > in Display Attribute, posted by Stefan Ritt on Mon Jul 11 13:13:27 2005 
[quote="Emiliano Gabrielli"]Still a problem .. sorry:

[CODE]
             icon2.gif   Re: < img > in Display Attribute, posted by Emiliano Gabrielli on Mon Jul 11 14:30:11 2005 
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]Still a problem .. sorry:

[CODE]
                icon2.gif   Re: < img > in Display Attribute, posted by Emiliano Gabrielli on Fri Jul 15 17:28:33 2005 
the very usefull thing my request will enable is the following:

[CODE]
                   icon2.gif   Re: < img > in Display Attribute, posted by Stefan Ritt on Wed Jul 20 23:30:45 2005 
[quote="Emiliano Gabrielli"]the very usefull thing my request will enable is the following:

[CODE]
                      icon2.gif   Re: < img > in Display Attribute, posted by Emiliano Gabrielli on Thu Jul 21 09:31:35 2005 
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]the very usefull thing my request will enable is the following:

[CODE]
                icon2.gif   Re: < img > in Display Attribute, posted by Stefan Ritt on Sat Jul 16 12:30:33 2005 
[quote="Emiliano Gabrielli"]IMHO the solution may be in allowing html code only in the cfg, not in the value of the field..
i.e., elog has to first allow html in the cfg attribute and then replace every $attribute with their values... this values as to be translated in html
entities in order to solve the problem
                   icon2.gif   Re: < img > in Display Attribute, posted by Emiliano Gabrielli on Mon Jul 18 10:09:06 2005 
[quote="Stefan Ritt"] I added an escape character. If you write <b> or \[b], then it gets interpreted. If you write \<b> or \\[b] with the "\" in front
of the tag, it does not get interpreted, thus the '\' works like an escape character. I edited your old entry with the <img> in the subject, and as you
see it is now not interpreted.
          icon2.gif   Re: <img> in Display Attribute, posted by Stefan Ritt on Wed Jul 20 23:32:46 2005 
[quote="Emiliano Gabrielli"]when I try to use this featur on a conditional attr it is ignored .. If I remove the {1} it is obviously showed .. but also
when no $level is defined (taht is infact not what should be)...
             icon2.gif   Re: <img> in Display Attribute, posted by Emiliano Gabrielli on Thu Jul 21 12:54:32 2005 
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]when I try to use this featur on a conditional attr it is ignored .. If I remove the {1} it is obviously
showed .. but also when no $level is defined (taht is infact not what should be)...
                icon2.gif   Re: <img> in Display Attribute, posted by Stefan Ritt on Fri Jul 22 23:14:23 2005 
[quote="Emiliano Gabrielli"]- only "Author" and "subject" is displayed (text too of course) ;( [/quote]

That was a bug. I fixed it in CVS.
                   icon2.gif   Re: <img> in Display Attribute, posted by Emiliano Gabrielli on Sat Jul 23 16:16:10 2005 
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]- only "Author" and "subject" is displayed (text too of course) ;( [/quote]

That was a bug. I fixed it in CVS.
                      icon2.gif   Re: <img> in Display Attribute, posted by Stefan Ritt on Sat Jul 23 18:23:57 2005 
[quote="Emiliano Gabrielli"]I'd like to be able to do what I explained in elog:1289  ...[/quote]

Ok, got it. So I implemented conditional display in the list mode. If that works for you, it was the last wish fulfilled before Christmas! ;)
                         icon2.gif   Re: <img> in Display Attribute, posted by Emiliano Gabrielli on Mon Jul 25 13:29:23 2005 
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]I'd like to be able to do what I explained in elog:1289  ...[/quote]

Ok, got it. So I implemented conditional display in the list mode. If that works for you, it was the last wish fulfilled before Christmas! ;)[/quote]
                            icon2.gif   Re: <img> in Display Attribute, posted by Stefan Ritt on Mon Jul 25 21:29:52 2005 
[quote="Emiliano Gabrielli"]donno if a "List Display <Attribute>" could be *the* solution ... [/quote]

That's a good idea. Unfortunately, "List Display" is already used to specify which attributes to display in list mode. So I changed "Display <attibute>"
                               icon2.gif   Re: <img> in Display Attribute, posted by Emiliano Gabrielli on Tue Jul 26 10:45:14 2005 
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]donno if a "List Display <Attribute>" could be *the* solution ... [/quote]

That's a good idea. Unfortunately, "List Display" is already used to specify which attributes to display in list mode. So I changed "Display <attibute>"
                   icon2.gif   Re: <img> in Display Attribute, posted by Emiliano Gabrielli on Sat Jul 23 16:45:28 2005 
[quote="Stefan Ritt"]
BTW: Conditional attributes now also work for email notifications, so you can do for example:
                      icon2.gif   Re: <img> in Display Attribute, posted by Stefan Ritt on Sat Jul 23 18:30:57 2005 
[quote="Emiliano Gabrielli"]if one uses ROptions instead of a simple Options the text displaied is "plain{1}" (with the "{1}" not stripped out!!)[/quote]

Ok, fixed.
icon5.gif   Date in CSV and XML in UNIX time, posted by PJ Meyer on Fri Jul 22 03:15:29 2005 
Q: How can dates be exported correctly in CSV and XML?
In windows version I'm getting the Unix seconds since 1970.
XML export:
    icon2.gif   Re: Date in CSV and XML in UNIX time, posted by Stefan Ritt on Fri Jul 22 08:56:20 2005 
[quote="PJ Meyer"]So what can be done to make all the dates look like dates?[/quote]

Simply upgrade to 2.6.0beta where this problem has been solved.
       icon2.gif   Re: Date in CSV and XML in UNIX time, posted by PJ Meyer on Mon Jul 25 19:15:33 2005 
[quote="Stefan Ritt"][quote="PJ Meyer"]So what can be done to make all the dates look like dates?[/quote]

Simply upgrade to 2.6.0beta where this problem has been solved.[/quote]
          icon2.gif   Re: Date in CSV and XML in UNIX time, posted by Stefan Ritt on Mon Jul 25 20:20:18 2005 
[quote="PJ Meyer"][quote="Stefan Ritt"][quote="PJ Meyer"]So what can be done to make all the dates look like dates?[/quote]

Simply upgrade to 2.6.0beta where this problem has been solved.[/quote]
             icon2.gif   Re: Date in CSV and XML in UNIX time, posted by PJ Meyer on Mon Jul 25 22:27:06 2005 
[quote="Stefan Ritt"][quote="PJ Meyer"][quote="Stefan Ritt"][quote="PJ Meyer"]So what can be done to make all the dates look like dates?[/quote]

Simply upgrade to 2.6.0beta where this problem has been solved.[/quote]
                icon2.gif   Re: Date in CSV and XML in UNIX time, posted by Stefan Ritt on Tue Jul 26 09:25:40 2005 
[quote="PJ Meyer"]Q: could it be the spaces in Attribute name????
Or the differences between Linux and Windows ports?[/quote]
icon5.gif   Literal comma in elogd.conf entries where "," is an item separator?, posted by Chris Green on Mon Jul 25 19:24:47 2005 
Hi,

Could you tell me if there is a way to escape characters in elogd.conf? Particularly, I want to have a drop-down "Keyword" attribute where one of the options
    icon2.gif   Re: Literal comma in elogd.conf entries where "," is an item separator?, posted by Stefan Ritt on Mon Jul 25 20:25:26 2005 
[quote="Chris Green"]Could you tell me if there is a way to escape characters in elogd.conf? Particularly, I want to have a drop-down "Keyword" attribute
where one of the options is "Spelling, grammar and typos.". This invariably gets split into "Spelling" and "grammar and typos". I've tried "\,", ",,",
"%," and "%27", to no avail.[/quote]
       icon2.gif   Re: Literal comma in elogd.conf entries where "," is an item separator?, posted by Chris Green on Mon Jul 25 21:41:00 2005 
Sorry for being dense. Thanks for this,

Chris.
icon1.gif   A new ELOG user wants to register on "127.0.0.1", posted by Emiliano Gabrielli on Thu Jul 14 15:58:07 2005 
A new ELOG user wants to register on "127.0.0.1"

    icon2.gif   Re: A new ELOG user wants to register on "127.0.0.1", posted by Stefan Ritt on Thu Jul 14 17:29:42 2005 
[quote="Emiliano Gabrielli"]A new ELOG user wants to register on "127.0.0.1"

       icon2.gif   Re: A new ELOG user wants to register on "127.0.0.1", posted by Emiliano Gabrielli on Thu Jul 14 19:16:06 2005 
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]A new ELOG user wants to register on "127.0.0.1"

          icon2.gif   Re: A new ELOG user wants to register on "127.0.0.1", posted by Stefan Ritt on Sat Jul 23 15:46:06 2005 
Ok, I kind of misunderstood the "-n" parameter. It is the interface to listen to, which is not necessarily the host name as seen from outside. I changed
that in the following way:
icon4.gif   Display Subject and HTML tags, regression, posted by Emiliano Gabrielli on Mon Jul 18 10:16:35 2005 
rev 1.703 makes the following code not to work:

[CODE]Display Subject               = <b>$subject</b>[/CODE]
    icon4.gif   Re: Display Subject and HTML tags, regression, posted by Emiliano Gabrielli on Mon Jul 18 18:36:32 2005 
[quote="Emiliano Gabrielli"]rev 1.703 makes the following code not to work:

[CODE]Display Subject               = <b>$subject</b>[/CODE]
       icon2.gif   Re: Display Subject and HTML tags, regression, posted by Stefan Ritt on Wed Jul 20 22:39:05 2005 
[quote="Emiliano Gabrielli"][quote="Emiliano Gabrielli"]rev 1.703 makes the following code not to work:

[CODE]Display Subject               = <b>$subject</b>[/CODE]
          icon2.gif   Re: Display Subject and HTML tags, regression, posted by Emiliano Gabrielli on Thu Jul 21 11:02:44 2005 
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"][quote="Emiliano Gabrielli"]rev 1.703 makes the following code not to work:

[CODE]Display Subject               = <b>$subject</b>[/CODE]
    icon2.gif   Re: Display Subject and HTML tags, regression, posted by Stefan Ritt on Wed Jul 20 22:28:14 2005 
[quote="Emiliano Gabrielli"]rev 1.703 makes the following code not to work:

[CODE]Display Subject               = <b>$subject</b>[/CODE]
       icon2.gif   Re: Display Subject and HTML tags, regression, posted by Emiliano Gabrielli on Thu Jul 21 11:00:47 2005 
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]rev 1.703 makes the following code not to work:

[CODE]Display Subject               = <b>$subject</b>[/CODE]
icon1.gif   [code] should be a sort of <CDATA >, posted by Emiliano Gabrielli on Wed Jul 13 15:09:48 2005 
Using the \[code] elocode should be intended also to preserve the tagged text from beeing parsed as html or elcode itself ..

this is an example:
    icon2.gif   Re: [code] should be a sort of <CDATA >, posted by Stefan Ritt on Wed Jul 20 21:43:56 2005 
[quote="Emiliano Gabrielli"]Using the \[code] elocode should be intended also to preserve the tagged text from beeing parsed as html or elcode itself ..

this is an example:
       icon2.gif   Re: [code] should be a sort of <CDATA >, posted by Emiliano Gabrielli on Thu Jul 21 10:59:22 2005 
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]Using the \[code] elocode should be intended also to preserve the tagged text from beeing parsed as html
or elcode itself ..
icon4.gif   elog utility for submission used wrong 'Host:' in POST header, posted by Heiko Scheit on Mon Jul 11 19:04:38 2005 
The 'elog' utility for commandline submission used wrong 'Host:' in POST header.
The host listed after 'Host:' should be the host where the server runs, not the 
localhost (see patch below).
    icon4.gif   Re: elog utility for submission used wrong 'Host:' in POST header, posted by Emiliano Gabrielli on Tue Jul 12 10:15:30 2005 
> The 'elog' utility for commandline submission used wrong 'Host:' in POST header.
> The host listed after 'Host:' should be the host where the server runs, not the 
> localhost (see patch below).
       icon2.gif   Re: elog utility for submission used wrong 'Host:' in POST header, posted by Stefan Ritt on Wed Jul 20 21:03:29 2005 
[quote="Emiliano Gabrielli"]This is not completally true IMHO .. better, it is, but it is not the only problem.

Elog seems to speak HTML/1.0, where "host:" is not implemented ... Since ELOG does [B]not[/B] support Vhosts I think the right beaviour is to [U]remove
icon3.gif   Cannot stat() config file , posted by Stefan Rudat on Wed Jul 20 08:32:06 2005 
Hi 

Elog runs now for serveral month without any problem at a Windows 2000 server.
    icon2.gif   Re: Cannot stat() config file , posted by Stefan Ritt on Wed Jul 20 20:13:26 2005 
[quote="Stefan Rudat"]Cannot stat() config file; No such file or directory.[/quote]

I do not know what exactly is going on. This error occurs during runtime when elog tries to check if the config file (usually elogd.cfg) has changed. It
ELOG V3.1.5-3fb85fa6