Re: Wrong error message if invalid attribute is used, posted by Stefan Ritt on Mon Jul 27 10:49:19 2009
|
T. Ribbrock wrote:
I just ran into this little bug: I had defined a new logbook in my config file and suddenly got the |
Re: Wrong author when replying a reply, posted by David Pilgram on Tue Mar 9 00:48:28 2010
|
Just to say that this bug was fixed some time ago - I don't remember when (a senior moment).
I know because I reported it to Stefan (along with the rest of the universe), as it was appearing
on this forum when it was running on that particular SVN version.
|
Re: Wrong author when replying a reply, posted by Stefan Ritt on Thu Mar 11 15:38:32 2010
|
Mads Jessen wrote:
When replying on a reply, the author is set to the author on the original reply? Othervice it workes |
Re: Write only, posted by Stefan Ritt on Fri Jan 31 09:49:43 2003
|
> I'm interested using elog for a lab notebook. Once entries have been
> entered they cannot be changed/edited.
> Is it possible for elog to be setup to support something like this? A write
|
Re: Write only, posted by Matthew on Fri Jan 31 20:47:51 2003
|
Does this truly disable the edit command or just hide it?
> > I'm interested using elog for a lab notebook. Once entries have been
|
Re: Write only, posted by Stefan Ritt on Fri Jan 31 21:09:47 2003
|
> Does this truly disable the edit command or just hide it?
You're right! In some earlier versions, it did disable it, but in 2.2.5 it
|
Re: Write by a .dll instead of the elog.exe, posted by Stefan Ritt on Tue May 21 17:20:19 2019
|
I presume you want to write from another program. You can call a command line shell (done via the "system()" command under C) which then calls
the elog executable. If you absolutely want a DLL, you can einter try to compile one yourself using the fuctions in elog.c, or use the curl DLL with which
you can also submit elog entries. See elog:68597 for usage of curl. While curl is usually executed from the command line, there is |
Re: Working Ubuntu 10.10 ELOG binaries, posted by Louis de Leseleuc on Wed Jan 26 19:38:58 2011
|
Louis de Leseleuc wrote:
Hello, |