Re: FCK Editor + spell check, posted by Stefan Ritt on Mon Feb 4 14:40:33 2008
|
stephane wrote: |
How do I proceed to have spell check in fck editor under linux / firefox ?
|
You have to talk to the FCKeditor guys about that. On their website they mention IEspell, but this works only for MS Internet Explorer. On their demo site, I see the spell check icon, but it's greyed out. In this forum, spell checking works for me using Firefox 2.0 under Windows after I installed the Firefox extension "United States English Dictionary" from here. Maybe this works for you also under Linux. There is however one problem: I get wrong words underlined in red, but I cannot get suggestions by clicking at the wrong words. For FCKeditro version 2.6+ however it was announced that there will be a new spell checker, so maybe you have to wait for their update. |
Re: Possible to sort attribute chronologically? , posted by Dennis Seitz on Thu Feb 7 01:33:03 2008
|
> > The only caveat is that
> > when you edit an entry, the "Last Edit" is displayed really in seconds since 1970, but I will
> > fix this in the next release.
>
> I just fixed this in SVN revision #2010. If you would have filled out which operating system you use
> with elog, I could tell you how to upgrade.
Thanks for the help and the bug fix. I have a colleague who keeps our installation up to date, so I'll ask him to install it. |
Re: Cross references within ELOG, posted by Stefan Ritt on Mon Feb 11 13:34:53 2008
|
Richard Hardwick wrote: |
Stefan Ritt wrote: |
Richard Hardwick wrote: |
How can I make a cross reference from one entry to another entry in the same ELOG logbook?
|
Have a look at http://midas.psi.ch/elog/userguide.html, under the section "Adding stuff to a logbook". Basically you can write elog:<id>. At the moment, this works however only in the "plain" or "ELCode" encoding. For HTML encoding, I will add this functionality soon.
|
Thank you! The HTML functionality will be v. useful
|
I implemented this in SVN revision #2036. |
Re: Absolut links for images in FCK Editor, posted by Stefan Ritt on Mon Feb 11 17:28:33 2008
|
Jochen Krempel wrote: |
We use ELOG inside a local network, but we want to allow access also from outside the firewall.
The suggested solution from Elog Admin Guide worked fine until version ELOG V2.6.5-1844 (essentially without FCK Editor):
ssh -L 1234:your.server.name:8080 your.firewall.name firefox http://localhost:1234/
Howerver, since the update to ELOG V2.7.1-2002 the FCK Editor uses absolute links to insert images.
An image uploaded from the local network will have an address like:
http://your.server.name:8080/logbookname/080207_101110/Picture.jpg
while the same image uploaded through the firewall tunnel will have a link like:
http://localhost:1234/logbookname/080207_101110/Picture.jpg
Obviously images uploaded from outside are not visible from inside and vice versa.
Is it possible to convince FCK Editor to use relative links?
PS
ELOG is great!!
|
I fixed this in SVN revision #2038. |
Re: 'Deactivate' Options, posted by Stefan Ritt on Mon Feb 11 19:48:11 2008
|
Uwe wrote: |
one question regard Options: For e. g. I am using the following command: Options Categories = NT, 2000, XP, Linux
Now I would like to delete the entry NT. But that would cause, that NT is no longer available in the search function. So I wonder if there is a way to deactivate an attribute?
|
A deactivate option is not implemented. The only possibility you have is to enter the search string drictly in the url, like
http://<host>/<logbook>/?Category=NT |
Re: 'Deactivate' Options, posted by Uwe on Mon Feb 11 19:52:09 2008
|
Stefan Ritt wrote: |
Uwe wrote: |
one question regard Options: For e. g. I am using the following command: Options Categories = NT, 2000, XP, Linux
Now I would like to delete the entry NT. But that would cause, that NT is no longer available in the search function. So I wonder if there is a way to deactivate an attribute?
|
A deactivate option is not implemented. The only possibility you have is to enter the search string drictly in the url, like
http://<host>/<logbook>/?Category=NT
|
Thanks for the quick answer!
best regards,
Uwe |
Re: Data Export:: Date Problem, posted by Stefan Ritt on Mon Feb 11 22:24:37 2008
|
Richard Ecclestone wrote: |
Hi
Im currently experimenting with Elog to see if we can use it to track maintenance work. But Ive come up against a problem, When I export the data to a csv file,
the date has a comma inserted between the day of the week and the rest of the date. This means that all the fields are then shifted to the right after the date.
This looks like a bug to me, the test records included in the demo does not exhibit this problem, until a new record is added.
|
What about exporting record separated by a semicolong ";" ? |
Re: Data Export:: Date Problem, posted by Stefan Ritt on Mon Feb 11 22:33:37 2008
|
Stefan Ritt wrote: |
Richard Ecclestone wrote: |
Hi
Im currently experimenting with Elog to see if we can use it to track maintenance work. But Ive come up against a problem, When I export the data to a csv file,
the date has a comma inserted between the day of the week and the rest of the date. This means that all the fields are then shifted to the right after the date.
This looks like a bug to me, the test records included in the demo does not exhibit this problem, until a new record is added.
|
What about exporting record separated by a semicolong ";" ?
|
I fixed that in SVN revision #2040, the comma is simply replaced by a space in the date string. |