ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
65733
|
Mon Feb 11 22:24:37 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | Windows | V2.7.2 | Re: Data Export:: Date Problem |
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 ";" ? |
65732
|
Mon Feb 11 22:16:33 2008 |
| Richard Ecclestone | richard.ecclestone@cern.ch | Bug report | Linux | Windows | V2.7.2 | Data Export:: Date Problem |
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.
cheers Richard
|
65731
|
Mon Feb 11 19:52:09 2008 |
| Uwe | uweho@web.de | Question | Windows | 2.7.2-2024 | Re: 'Deactivate' Options |
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 |
65730
|
Mon Feb 11 19:48:11 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.2-2024 | Re: 'Deactivate' Options |
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 |
65729
|
Mon Feb 11 19:22:25 2008 |
| Uwe | uweho@web.de | Question | Windows | 2.7.2-2024 | 'Deactivate' Options |
Hello,
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?
Thanks!
Uwe |
65728
|
Mon Feb 11 17:28:33 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | All | 2.7.2-2 | Re: Absolut links for images in FCK Editor |
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. |
65727
|
Mon Feb 11 13:34:53 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | current | Re: Cross references within ELOG |
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. |
65726
|
Thu Feb 7 14:22:57 2008 |
| Jochen Krempel | krempel (at) ill.fr | Bug report | All | 2.7.2-2 | Absolut links for images in FCK Editor |
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!!
|