Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 184 of 808  Not logged in ELOG logo
    icon2.gif   Re: Edit of multiple posts, posted by Finn Junker on Tue Oct 22 12:47:06 2019 
Trial and error - it seems like this combination does the trick:

Locked Attributes = Author

Fixed Attributes Edit = Author
icon3.gif   Subdirectories in logbooks, posted by pavel on Sat Nov 9 22:44:23 2019 
Hello, Is there any way to organize logbooks in some kind of tree with sublogbooks or just have a subdirectories in a logbook directory on the filesystem
(treat it as a sublogbook if its name is different from 4 digits of year and pin above all the entries in a list) to structure entires a bit?

 
    icon2.gif   Re: Subdirectories in logbooks, posted by Stefan Ritt on Mon Nov 11 13:09:35 2019 
Just use groups as written in the manual: https://elog.psi.ch/elog/config.html#groups

Stefan




pavel
icon3.gif   Example scripts how to migrate or combine logbooks, posted by Roger Kalt on Mon Nov 18 16:58:21 2019 run_modif.shgenerate_import_llrf_fwd.sh
Attached the shell scripts using awk and sed how I have migrated two separated logbooks into one single and how I re-adjusted certain attributes.
icon4.gif   Trouble on Catalina, posted by John S. Haggerty on Fri Nov 22 02:55:50 2019 
I decided to rebuild elog 3.1.4 in Catalina (MacOS 10.15.1), XCode 11.2.1.  As in previous builds, I needed to add to the Makefile pointers to openssl:

CFLAGS += -I/usr/local/opt/openssl/include

LIBS += -L/usr/local/opt/openssl/lib
    icon2.gif   Re: Trouble on Catalina, posted by Stefan Ritt on Mon Nov 25 16:25:21 2019 
The Makefile is kind of obsolete, I switched to CMake. So the Makefiel is mostly there as backup. To compile elog, do

elog$ mkdir build; cd build
elog/build$ cmake ..
icon4.gif   text wrapping broken in firefox, posted by Devin Bougie on Thu Dec 19 16:28:06 2019 
When creating new logbook entries, recent versions of firefox somehow ignore the message width setting.

For example, configure a logbook with:
    icon2.gif   Re: text wrapping broken in firefox, posted by Devin Bougie on Thu Dec 19 16:40:10 2019 
As an example, I created this same entry in the demo logbook using Safari.  As you can see there, the message is wrapped at the width that I set the text
entry box.
ELOG V3.1.5-3fb85fa6