Insert TimeStamp not working, posted by Luca on Wed Jul 29 23:07:41 2015
|
Hi,
I have an eLog logbook installed on my machine.
If I click on the INSERT TIMESTAMP botton in this post a Timestamp of the kind "Wed Jul 29 23:09:15 2015" is added. |
Re: Insert TimeStamp not working, posted by Stefan Ritt on Thu Jul 30 11:10:59 2015
|
That problem has been fixed this week by this commit: https://bitbucket.org/ritt/elog/commits/5a8547bd995d88d7e314de30ee4bce71aa129c00
Please upgrade to the current revision from the bitbucket repository and recompile elog.
Luca |
Problem with elog and Internet Explorer when saving an entry, posted by TorstenJ on Fri Jul 31 13:59:12 2015
|
Hi all,
first off all let me say, that I realy like this great tool. That is a lot of help for keeping our server documentation up-to-date. Thanks to
all contributors for that. |
Re: Customized email subject line for an updated entry, posted by Stefan Ritt on Tue Aug 4 13:29:45 2015
|
Thanks, I added your code to the distribution and updated the documentation.
Erkcan
Ozcan wrote:
Since there were no responses, I decided to make good use of the fact |
Re: "Resolve host names" does not resolve host names, posted by Stefan Ritt on Tue Aug 4 13:33:14 2015
|
In elog I simplu use the function gethostbyaddr() to resolve the host name. If this does not work, the underlying OS does not know the hostname either.
Probably you can test this with "nslookup a.b.c.d", to see any further error message.
Daniel |
Re: Problem with elog and Internet Explorer when saving an entry, posted by Stefan Ritt on Tue Aug 4 15:36:48 2015
|
This issue should have been fixed in the new version 3.1.1. If the problem still persists, try to clear your browser's cache, since it might still
have cached the old JavaScript files having this bug.
TorstenJ |
ELOG 3.0 plus and MS Windows issues., posted by William Wong on Wed Aug 5 02:59:50 2015
|
Greetings all. A few ELOG users have posted issues with ELOG 3.0 and newer not working with
a variety of MS Windows operating systems,.
I have also encountered a similar problem in my environment. |
Re: ELOG 3.0 plus and MS Windows issues., posted by Stefan Ritt on Wed Aug 5 12:09:47 2015
|
I recompiled the executables according to
https://msdn.microsoft.com/en-us/library/jj851139.aspx
and replaces the elog311-1.exe distribution. Can you try if it works? Unfortunately I don't have a XP machine here. |