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]
|
Moving individual messages in a thread, posted by Eoin Butler on Sat Sep 13 23:34:37 2008
|
It is possible that the Move to... and Copy to... commands can be configured so that when they operate on a message that is part of a thread, that only
that message will be moved, instead of the whole thread? |
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. |
Re: insert screenshots directly to elog?, posted by Yoshio Imai on Fri Feb 5 14:51:23 2010
|
Since elog is only the web server providing (comfortable) access to the logbook database, it relies on the web browser (possibly enhanced by script code)
for facilities to attach pictures and other files to entries. So unless your browser has such an extension or someone writes some sort of script that can
do it, the only way is to use an external capturing program, save the picture and upload it in the usual way. Cf. also entry |
Re: Single Button Entry, posted by Yoshio Imai on Thu Feb 18 18:50:57 2010
|
Geoff Ellis wrote:
For our application we have a lot of very common events we would like to log. It would be preferable that for |