ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66803
|
Tue May 4 09:22:19 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.8 | Re: background color and font |
Ruslan wrote: |
Hello Stefan,
I can not find 2.7.8-5 tar file. Could you please point where it is?
Thanks,
Ruslan.
|
This is an intermediate (-5) release. Usually I do not build the tar files, since linux users can always grab the source code via SVN and built it themselves. I just make the for the Windows users since most of the do not have a C compiler. Exceptionally I made a 2.7.8-5.tar file for you, which you can obtain from the download area. |
66804
|
Tue May 4 09:40:40 2010 |
| Ruslan | russlan@cern.ch | Question | Windows | 2.7.8 | Re: background color and font |
Stefan Ritt wrote: |
Ruslan wrote: |
Hello Stefan,
I can not find 2.7.8-5 tar file. Could you please point where it is?
Thanks,
Ruslan.
|
This is an intermediate (-5) release. Usually I do not build the tar files, since linux users can always grab the source code via SVN and built it themselves. I just make the for the Windows users since most of the do not have a C compiler. Exceptionally I made a 2.7.8-5.tar file for you, which you can obtain from the download area.
|
Thanks a lot Stefan. |
66805
|
Tue May 4 10:48:06 2010 |
| Ruslan | russlan@cern.ch | Question | Linux | 2.7.8 | Re: background color and font |
Stefan Ritt wrote: |
Ruslan wrote: |
Hello Stefan,
I can not find 2.7.8-5 tar file. Could you please point where it is?
Thanks,
Ruslan.
|
This is an intermediate (-5) release. Usually I do not build the tar files, since linux users can always grab the source code via SVN and built it themselves. I just make the for the Windows users since most of the do not have a C compiler. Exceptionally I made a 2.7.8-5.tar file for you, which you can obtain from the download area.
|
The problem is still there in 2.7.8-5. The following line 'Cell Style Status Done = background-color:green' does not do anything whereas 'Style Status Done = background-color:green' highlights the whole row. Is that fixed?
Thanks,
Ruslan. |
66806
|
Tue May 4 11:43:22 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.7.8 | Re: background color and font |
Ruslan wrote: |
The problem is still there in 2.7.8-5. The following line 'Cell Style Status Done = background-color:green' does not do anything whereas 'Style Status Done = background-color:green' highlights the whole row. Is that fixed?
Thanks,
Ruslan.
|
Then it must be a typo in your elogd.cfg, or you forgot to restart the server. At the bottom of the elog page you must see ELOG V2.7.8-2294 like on this page. For the Demo logbook (accessible via "Demo" on the top left corner of this page, you can see how it works (Type=Routine gets green). |
66807
|
Tue May 4 12:32:28 2010 |
| Ruslan | russlan@cern.ch | Question | Linux | 2.7.8 | Re: background color and font |
Stefan Ritt wrote: |
Ruslan wrote: |
The problem is still there in 2.7.8-5. The following line 'Cell Style Status Done = background-color:green' does not do anything whereas 'Style Status Done = background-color:green' highlights the whole row. Is that fixed?
Thanks,
Ruslan.
|
Then it must be a typo in your elogd.cfg, or you forgot to restart the server. At the bottom of the elog page you must see ELOG V2.7.8-2294 like on this page. For the Demo logbook (accessible via "Demo" on the top left corner of this page, you can see how it works (Type=Routine gets green).
|
Right, I should have restarted the server. Thanks! Everything looks perfect now! |
832
|
Mon Dec 6 21:48:19 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | All | 2.5.5-2 | Re: back button does not work |
> hi
> the back button/liunk does not work
> if i click on an entry and then back, it does not work properly, i see the
> same entry
> if i click on the new button or the find button, and then back, it does
> not work properly
> mfg guenter
Thanks for reporting that bug, it has been fixed in the curreny CVS version. |
838
|
Thu Dec 9 11:30:49 2004 |
| Guenter Nowak | Guenter.Nowqak@t-systems.at | Bug report | All | 2.5.5-2 | Re: back button does not work |
> > hi
> > the back button/liunk does not work
> > if i click on an entry and then back, it does not work properly, i see the
> > same entry
> > if i click on the new button or the find button, and then back, it does
> > not work properly
> > mfg guenter
>
> Thanks for reporting that bug, it has been fixed in the curreny CVS version.
thanks |
69323
|
Wed Mar 24 10:01:34 2021 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 3.14 | Re: automatically obtain entry ID from search |
You would have to do that on the scrip level. Use "curl" to search a logbook. Like following URL would search for all entries in this forum where you are the authoer, then return the entries in CSV format:
https://elog.psi.ch/elogs/Forum/?mode=CSV1&Author=k%F6rner
Then you can parese this CSV file and extract the entry ID, which you can pass to the elog client to submit a new entry to the other logbook.
Stefan
Chris Körner wrote: |
Hi,
in our application I want to have, let's say in the simplest case, two logbooks. One as a database of samples we fabricated and one as a logbook for measurements. When a measurement on a sample is done and an entry is submitted to the 2nd logbook, I want to automatically edit or reply to the corresponding entry in the 1st logbook. For example I want to append a line in the free text field to have a full log of what happened to a sample there. We reference our samples with a unique auto-generated ID in both logbooks. Is is somehow possible to search the 1st logbook for that ID or any other attribute and obtain the elog entry ID since the elog client will need that ID for editing an entry?
|
|