ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66815
|
Tue May 11 19:14:37 2010 |
| Jim Covert | jim.covert+elog@gmail.com | Question | Windows | 2.7.8-2293 | HTML email format displays plain text if email client is offline |
My elog server is hosted behind a firewall and I use a VPN client to connect to the network on which it is hosted. When I'm logged into the VPN emails from elog display fine, but when I'm not connected to the VPN emails display in plain text because the email client is unable to load "default.css" since it's behind a firewall.
Is there a way to include the style information in the HTML email rather than in a separate file that's hosted on the elog server? |
66814
|
Mon May 10 09:55:12 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | Other | 2.7.8 | Re: elogd -C failing to sync password file with "Received invalid response from elogd server" message |
Hi Rouilj,
re-posting your bug report doe not help. If I'm not replying immediately it means I'm pretty busy with other things, so just be patient.
Your problem is related to the reply from the server you posted. After you send
GET /Discussion/?cmd=GetPwdFile
you should get the login page, which starts with
HTTP/1.1 200 Document follows
....
<title>ELOG Login</title>
....
but you do get
HTTP/1.1 404 Not Found
....
The best thing to diagnose this problem is to run the server with the "-v" flag, so you don't have to run truss. Then compare the request sent by your cloning process (your GET /Discussion/?cmd=GetPwdFiel from above) and compare it if you send from your browser
http://host.example.org:8080/Discussion/?cmd=GetPwdFile
now without sending any cookies. Maybe you can figure out why the server replies with a 404 instead of a 200 when run from the cloning process. Try a very simple elogd.cfg on your sever side, just the basic thing with a "Password file = ..." setting. Do you have any blanks in your logbook name? Are you using Apache as a proxy?
Anyhow, if this does not work for you, just copy your password file manually as you did already. The rest should then work fine for you.
- Stefan |
66813
|
Sun May 9 18:12:28 2010 |
| John Rouillard | rouilj+elog@cs.umb.edu | Bug report | Linux | Other | 2.7.8 | Re: elogd -C failing to sync password file with "Received invalid response from elogd server" message |
Does anybody have any ideas? Should I post a config or something?
-- rouilj |
66812
|
Fri May 7 15:35:12 2010 |
| ch huet | huet@arronax-nantes.fr | Bug report | Windows | V2.7.8-229 | Re: cell style bug? |
Stefan Ritt wrote: |
ch huet wrote: |
hello
i've tried to change the color of a cell with "cell style"
it doesn't works
by removiving "cell" in the line ,just to get "style" the color of all cell of the row change (so it works for that...)
regards
|
As written here: https://midas.psi.ch/elogs/Forum/66807 you need to upgrade to version 2.7.8-5 of ELOG to get this functionality.
|
You're right my verssion was the previous one |
66811
|
Fri May 7 08:09:16 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | V2.7.8-229 | Re: cell style bug? |
ch huet wrote: |
hello
i've tried to change the color of a cell with "cell style"
it doesn't works
by removiving "cell" in the line ,just to get "style" the color of all cell of the row change (so it works for that...)
regards
|
As written here: https://midas.psi.ch/elogs/Forum/66807 you need to upgrade to version 2.7.8-5 of ELOG to get this functionality. |
66810
|
Thu May 6 17:40:47 2010 |
| ch huet | huet@arronax-nantes.fr | Bug report | Windows | V2.7.8-229 | cell style bug? |
hello
i've tried to change the color of a cell with "cell style"
it doesn't works
by removiving "cell" in the line ,just to get "style" the color of all cell of the row change (so it works for that...)
regards |
66809
|
Wed May 5 13:46:40 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | latest | Re: default font size in editor window |
Sara Vanini wrote: |
Hi,
is it possible to have as DEFAULT the font Size larger ?
Thanks
Sara
|
This is controlled by the FCKEditor which is just a plug-in to ELOG. Maybe you find some information on their website: http://ckeditor.com/ |
66808
|
Wed May 5 13:43:41 2010 |
| Sara Vanini | sara.vanini@pd.infn.it | Question | Linux | latest | default font size in editor window |
Hi,
is it possible to have as DEFAULT the font Size larger ?
Thanks
Sara |