ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
65707
|
Wed Jan 23 16:41:20 2008 |
| stephane | stephane.brisson@synchrotron-soleil.fr | Request | Linux | 2.7.1.2004 | Re: inline button for upload image |
Stefan Ritt wrote: |
stephane wrote: |
I made the test and it's really switching english to french. Another problem I observe by switching in french is when I want to create / edit an entry in html, the tool bar is hide ! Does the #2006 will corret this too ?
|
This seems to be a problem with the FCKeditor which is used inside ELOG. If you upgrade from a previous version of elog, make sure not to only update the executable, but the whole scripts directory tree. When you start elogd manually, you will see FCKedit detected if the installation is correct.
|
Thank you for the #2006 which correct the upload problem in french.
The problem with the toolbar when creating / edting entry in html mode still exist. I try in french, it fails. I try in english, it works. I ran manually elogd and FCKedit detected is printed during elogd starting.
Kind regards
Stéphane |
65706
|
Wed Jan 23 16:23:29 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | 2.7.1.2004 | Re: inline button for upload image |
stephane wrote: |
I made the test and it's really switching english to french. Another problem I observe by switching in french is when I want to create / edit an entry in html, the tool bar is hide ! Does the #2006 will corret this too ?
|
This seems to be a problem with the FCKeditor which is used inside ELOG. If you upgrade from a previous version of elog, make sure not to only update the executable, but the whole scripts directory tree. When you start elogd manually, you will see FCKedit detected if the installation is correct. |
65705
|
Wed Jan 23 16:15:56 2008 |
| stephane | stephane.brisson@synchrotron-soleil.fr | Request | Linux | 2.7.1.2004 | Re: inline button for upload image |
Stefan Ritt wrote: |
stephane wrote: |
Hello,
In elog version 2.7.1.2004, when I want to upload an image, after browsing I obtain a error message like < Upload command not unauthorized>. That is strange is the file is right uploaded in the logbook directory but not appear in the entry.
Thank you for your help.
Stéphane
|
Thank you for reporting this problem. I found that it was related with switching ELOG to French (in the English version it always worked). I fixed this in revision #2006 and re-made the 2.7.1 distribution with the bug fix.
|
Hello,
I made the test and it's really switching english to french. Another problem I observe by switching in french is when I want to create / edit an entry in html, the tool bar is hide ! Does the #2006 will corret this too ?
Regards
Stéphane |
65704
|
Wed Jan 23 16:09:10 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | 2.7.1.2004 | Re: inline button for upload image |
stephane wrote: |
Hello,
In elog version 2.7.1.2004, when I want to upload an image, after browsing I obtain a error message like < Upload command not unauthorized>. That is strange is the file is right uploaded in the logbook directory but not appear in the entry.
Thank you for your help.
Stéphane
|
Thank you for reporting this problem. I found that it was related with switching ELOG to French (in the English version it always worked). I fixed this in revision #2006 and re-made the 2.7.1 distribution with the bug fix. |
65703
|
Wed Jan 23 15:37:58 2008 |
| stephane | stephane.brisson@synchrotron-soleil.fr | Request | Linux | 2.7.1.2004 | inline button for upload image |
Hello,
In elog version 2.7.1.2004, when I want to upload an image, after browsing I obtain a error message like < Upload command not unauthorized>. That is strange is the file is right uploaded in the logbook directory but not appear in the entry.
Thank you for your help.
Stéphane |
65702
|
Mon Jan 21 15:33:22 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.7.0.1 | Re: 80 column Message width. |
Carl Shirey wrote: |
That is the the problem the text does not resize with the window or sending to the printer.
|
As I told you, if you need that feature, stick to plain encoding. |
65701
|
Mon Jan 21 15:32:06 2008 |
| Carl Shirey | carl.shirey@pw.utc.com | Question | Linux | 2.7.0.1 | 80 column Message width. |
That is the the problem the text does not resize with the window or sending to the printer. |
65700
|
Mon Jan 21 15:08:19 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.7.0.1 | Re: 80 column Message width. |
Carl Shirey wrote: |
First thing we have been using the Elog for 2 yr for a shift carryover and it has works out great.
Now for the problem I have. I heave the message width set to 80. It works for plain Encoding but it does not work for HTML or ELCode. The text does not wrap around when viewing using Explorer or Fire Fox or printing out the Elog. Is this a problem or do I need to modify the Config file?
Thanks
|
A limited message width does not make sense for HTML or ELCode encoding since the text is laid out by the browser dynamically when displaying messages. For example have a look at this very message in your browser, and resize your window. You will see that the text flows dynamically, so the line breaks move with the window size. Furthermore the text entry uses a variable width font, so a fixed line length would not result in line breaks at the same vertical position. Therefore the message entry size scales automatically with the browser window. If you need lines with fixed length, you can only do that in plain encoding. |