ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1599
|
Wed Jan 18 02:22:44 2006 |
| Adam Blandford | Adam.Blandford@dsto.defence.gov.au | Bug report | | 2.6.0 | Attribute substitution in email configuration |
In the logbook config file I am not able to use attribute substitution in the <string> tag forUse Email Heading = <string> Attribute substitution does work however forUse Email Subject = <string> e.g.Use Email Subject = ELOG $logbook entry; $Category: $Subject will result in an email subject of: "ELOG Forum entry; Bug Report; Attribute substitution in email configuration"
Use Email Heading = A new entry has been submitted by $long_name on $remote_host on $date will result in an email heading of: "A new entry has been submitted by $long_name on $remote_host on $date"
Not sure if this functionality is intended or is a bug. An comment/feedback/suggestion would be appreciated. |
1605
|
Wed Jan 18 13:06:50 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | 2.6.0 | Re: Attribute substitution in email configuration |
Adam Blandford wrote: | Not sure if this functionality is intended or is a bug. |
It was not implemented, however you call this 
I added that in the current SVN version, so it will be contained in the next release. |
1606
|
Wed Jan 18 13:31:32 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.6.0 | Re: Problems with ELOG and Internet Explorer |
Have you tried another browser, like Firefox? Do you have the same problems with Firefox? Can you try the following:
Start elogd manually with the "-v" flag, like
elogd -c <your config path> -v -p 8080 and watch the output carefully. When you submit an entry, elogd does redirection. You will see that in the HTTP header you have an entry like
...
Location: https://...
... This location is taken from the URL statement of your config file. If it's wrong (like if you mixed http:// and https://), your browser will try to load the page from a non-existion location. |
1613
|
Thu Jan 19 20:50:29 2006 |
| Mark Coudriet | markcoudriet@yahoo.com | Bug report | | 2.6.0 | Re: In version 2.6 the themes do not work right on Windows. |
Stefan Ritt wrote: |
Quote: | The URL is fixed at whichever logbook that is selected (e.g. ELOG 2.5.9-4 is <link rel="stylesheet" type="text/css" href="default.css"> & ELOG 2.6.0-1 is <link rel="stylesheet" type="text/css" href="http://localhost:8080/demo/default.css">). |
So what is your problem? Can't you access http://localhost:8080/demo/default.css ?
If so, you could use an
URL = http://{your host}:8080/
option in your config file, where you replace {your host} with your real host name. |
No, because they would have to be in every logbook instead of coming out of the theme directory.
But I just updated to your new version 2.6.1 & everything is fine now. Thanks for your help!  |
1614
|
Thu Jan 19 20:53:01 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | 2.6.0 | Re: In version 2.6 the themes do not work right on Windows. |
Mark Coudriet wrote: | But I just updated to your new version 2.6.1 & everything is fine now. Thanks for your help!  |
Japp. I switched back to relative links for CSS again, seems to give less trouble.  |
1631
|
Thu Jan 26 15:04:32 2006 |
| Dimitrios Tsirigkas | dimitrios.tsirigkas@cern.ch | Bug report | Linux | 2.6.0 | Re: ELOG v2.6.0 (Linux) crashes while using " Forgot password?" |
Hi,
-> Anybody click on "Forgot password?" in the login screen, to have the system
send him the forgotten password, and after a little while trying, (possibly doing
resolution) the ELOG application crashes.
I think I have the same problem with the Linux version (2.6.0). Is there going to be a fix for that version as well?
Cheers,
Dimitris |
1632
|
Thu Jan 26 15:07:11 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.6.0 | Re: ELOG v2.6.0 (Linux) crashes while using " Forgot password?" |
Dimitrios Tsirigkas wrote: | Is there going to be a fix for that version as well? |
A fix is always for all versions, since I have a common code base. Have you tried Version 2.6.1? |
1633
|
Thu Jan 26 15:19:58 2006 |
| Dimitrios Tsirigkas | dimitrios.tsirigkas@cern.ch | Bug report | Linux | 2.6.0 | Re: ELOG v2.6.0 (Linux) crashes while using " Forgot password?" |
A fix is always for all versions, since I have a common code base. Have you tried Version 2.6.1? |