ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
888
|
Thu Jan 20 17:40:33 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: increasing the height of the attribute display field |
> Was wondering if it was possible to increase the height that the text box
> for an attribute is displayed as.
What you ask for is multi-line attributes. This is not implemented, but on the
wishlist since some time, where I added your vote.
Best regards,
Stefan |
890
|
Fri Jan 21 10:43:21 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: increasing the height of the attribute display field |
> I have a play with the Preset text setting and see what I can come up with. By the
> way there is a spelling mistake in the config.html page. In the Conditional
> Attributes section you use the Preset text setting as an example but have spelt it
> as "Prset text ="
Thanks, fixed. |
891
|
Fri Jan 21 23:30:35 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | All | 2.5.5 | Re: Find using multiple values with MOptions |
<SELECT NAME="lid" multiple size="5">
Oh, nice, I didn't know of that. However, I prefer to have multiple options to be selected
with individual check boxes, this saves more vertical window space. So I added that
functionality to the find page. If more than one option of a MOptions attribute are
selected, they are or'ed together during the search. You can try that in this forum with
the "OS" for example. |
893
|
Tue Jan 25 21:48:52 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.5.5+r152 | Re: mirroring specific logbooks |
> I was just wondering if it is possible to define what logbooks you want
> mirrored in the [Global] part of the elogd.conf file.
I added a new option
Mirror exclude = 1
which has to be put into the individual logbook section (not the [global] one).
The modification will be contained in the next release. |
896
|
Fri Jan 28 08:33:49 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | Windows | 2.5.5-3 | Re: Automatic Export |
> Is there any way to automatically export the logbook(s)?
Kind of. You can use "wget" under Linux (use cygwin under Windows to get wget
under Windows). Then issue a
wget "http://midas.psi.ch/elogs/forum/?cmd=Search&mode=xml"
and you will get an XML export. Same works with CSV export. If you put that
command in cron, you have this on an automatic basis. |
899
|
Tue Feb 1 14:44:00 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | 2.5.5-2 | Re: Finding Last Changed Entries |
> Is there an inbuilt way to find the last entries changed in an elog?
>
> I could add a "Last Mod" attribute and then config "Subst on edit Last Mod =
> $date", but it occurred to me that this functionality might already be in
> this wonderful tool somewhere, but I just haven't found it yet.
>
> So, is it?
No it isn't. Not everybody wants it. So you have to do it in the way you
outlined it. Also have a look at http://midas.psi.ch/elog/faq.html#11
- Stefan |
901
|
Thu Feb 3 16:48:41 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | Windows | V2.5.6-1 | Re: Conditional attributes does not work in French |
> I am very much interested in using elog as a shift logbook for SOLEIL
> accelerators.
Hey, elog made it to SOLEIL! You know, we run it here at the SLS...
> I tested most of the options. Every thing works well except the conditional
> attributs when French language is selected. In this case, I lost the
> selected list option in the Field Equipement.
There was indeed a bug which only happend when switching to French! Some
javascript code contained
confirm('Erreur: l'attribute .... ')
So the "'" in l'attribute finished the string and Javascript stopped working. I
changed the quotes to
confirm("Erreur: l'attribute .... ")
so it works now. The new version is under CVS.
- Stefan |
903
|
Sun Feb 6 12:44:03 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.5.6+r154 | Re: $user_email variable causes problems in Use Email From setting |
> header. I saw that elog:333 reported a similar problem but this was listed
> as fixed.
Yes, this was fixed in revision 1.550 of elogd.c. You apparently have revision 1.54x
which does not yet contain the patch. You need to donwload the newest version from
CVS and compile it by hand (or wait for the next major release). |