Re: Access Control, posted by Yoshio Imai on Tue May 13 16:58:40 2008
|
[quote="Grant Jeffcote"]At present we can give others a full view by adding them to the 'Users' list for each individual logbook, this unfortunately also
gives them 'write' access.[/quote]
|
Error messages while creating thumbnails, posted by Yoshio Imai on Wed Jul 9 19:57:50 2008
|
Hi again!
I have recently noticed that [I]elog[/I] often creates large accumulations of the following group of error messages in our syslog:
|
Re: 2 questions :: different colors in list view based on "type" + change verbage of "type", posted by Yoshio Imai on Fri Aug 8 14:20:27 2008
|
[quote=dale cooper]I'd love to display in the LIST VIEW (full, summary, or threaded views) different color's based on which TYPE was selected...[/quote]
You can achieve this by using a "style" directive for this attribute. E.g. if your attribute is called "Shift" and entries with value "Day" should be green,
value "Swing" should be blue, you should add
|
Re: Using the command line tool to edit, posted by Yoshio Imai on Fri Aug 8 14:27:03 2008
|
[quote=T. Ribbrock][B]NOTE:[/B] I found that this does [i]not[/i] work if LOGBOOK has any spaces in it - I would get error messages where the logbook was
not found.[/quote]
|
Re: Expand TEXT colum in Summary view?, posted by Yoshio Imai on Mon Aug 18 14:08:22 2008
|
[quote=dale cooper]I am wondering if it is possible to configure ELOG to expand the [B]TEXT[/B] column in the [I]SUMMARY[/I] view?[/quote]
While it is not possible to specify a number of characters per row, you can control the number of text lines in the summary view using the
[CODE]Summary lines = NNN[/CODE]
|
elog init script, posted by Yoshio Imai on Mon Nov 10 13:05:21 2008
|
Notice that the following is not true [URL=https://midas.psi.ch/elog/adminguide.html#config]when editing the config file outside of the administrator's
"Config" page[/URL]:
[CODE]
|
Re: Multi Logook Login, posted by Yoshio Imai on Wed Apr 15 14:44:42 2009
|
Hi, Stefan!
[quote=Stefan Ritt]If [B]"password file = xxx"[/B] is however in each individual logbooks configuration, then you get [B]"path=/<lobook>"[/B]. You can |
Re: multiple keyword search - regular expression, posted by Yoshio Imai on Fri Sep 4 13:59:19 2009
|
Maybe there is a simple way.
If I understand it correctly, the entries are accepted/rejected for inclusion in the search result list based on one call to [I]regexec[/I]. In order to
search for N keywords, you could replace this by a loop of N calls to [I]regexec[/I], and only accept the entry if all of them find a match. |