New and reply pages don't use Page Title, posted by Chris Green on Tue Jul 26 17:41:10 2005
|
Is this intentional, or can it be changed? I'd like every page associated with a particular logbook to use that logbook's page title as at least part of
its own.
|
Re: New and reply pages don't use Page Title, posted by Stefan Ritt on Tue Jul 26 20:23:33 2005
|
[quote="Chris Green"]I'd like every page associated with a particular logbook to use that logbook's page title as at least part of its own.[/quote]
On the list page, you can use "summary page title = <title>". Since this option is misleading, I renamed it to "List page title = <title>". Then I added |
Re: New and reply pages don't use Page Title, posted by Chris Green on Tue Jul 26 21:05:26 2005
|
[quote="Stefan Ritt"]So if you have time and fun doing it, you could restructure the documentation page into some separate pages, to give people a better
overview. Please send the modified pages back to me and I will include them on the web site.[/quote]
I'll try to put this together in the next week or two. Thanks for all your help,
|
Can't set Author attribute properly in reply?, posted by Chris Green on Mon Jul 25 23:39:16 2005
|
Hi,
I have two problems:
|
Re: Can't set Author attribute properly in reply?, posted by Emiliano Gabrielli on Tue Jul 26 10:00:34 2005
|
[quote="Chris Green"]Hi,
I have two problems:
|
Re: Can't set Author attribute properly in reply?, posted by Stefan Ritt on Tue Jul 26 10:02:58 2005
|
[quote="Chris Green"]1) With the configuration below, I can't set the Author attribute to be the author of the reply. As written, it gives the Author field
as blank. If the Remove on Reply line is removed, it is set to the parent's author. What am I doing wrong?[/quote]
|
Re: Can't set Author attribute properly in reply?, posted by Emiliano Gabrielli on Tue Jul 26 10:49:12 2005
|
[quote="Stefan Ritt"][quote="Chris Green"]1) With the configuration below, I can't set the Author attribute to be the author of the reply. As written, it
gives the Author field as blank. If the Remove on Reply line is removed, it is set to the parent's author. What am I doing wrong?[/quote]
|
Re: Can't set Author attribute properly in reply?, posted by Stefan Ritt on Tue Jul 26 10:51:12 2005
|
[quote="Emiliano Gabrielli"]Substitute is the only way I have to be assure it is as I want ...[/quote]
No, that's not true. A
|
Re: Can't set Author attribute properly in reply?, posted by Emiliano Gabrielli on Tue Jul 26 10:55:03 2005
|
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]Substitute is the only way I have to be assure it is as I want ...[/quote]
No, that's not true. A
|
Re: Can't set Author attribute properly in reply?, posted by Stefan Ritt on Tue Jul 26 10:59:45 2005
|
[quote="Emiliano Gabrielli"]The following code will assure that, if the HTML generated by elog would be modified by hand by a malicious user the server
can still preset the author field with the right $long_name? [/quote]
|
Re: Can't set Author attribute properly in reply?, posted by Emiliano Gabrielli on Tue Jul 26 12:02:35 2005
|
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]The following code will assure that, if the HTML generated by elog would be modified by hand by a malicious
user the server can still preset the author field with the right $long_name? [/quote]
|
Re: Can't set Author attribute properly in reply?, posted by Chris Green on Tue Jul 26 17:32:59 2005
|
Thanks for this, gents.
Chris. |
<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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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
|
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.
|
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)...
|
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)...
|
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.
|
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.
|
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! ;) |
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]
|
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>" |
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>" |
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:
|
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. |
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:
|
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. |
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]
|
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]
|
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]
|
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]
|
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 |
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]
|
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. |
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"
|
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"
|
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"
|
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:
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
[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:
|
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:
|
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 ..
|