Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 721 of 808  Not logged in ELOG logo
    icon2.gif   Re: CKEditor won't load under IE Compatibility Mode, posted by David Pilgram on Thu Jun 25 16:20:09 2015 tabstyle.cssheader.html
I have had to play around with viewports for other reasons than elog, but I do have a couple of comments to make.  Obviously the meta tag viewpoint
has to be added in.  Also, elog was written for large screens (no-one thought anything else was possible when elog was started), and it is relatively
recent that mobile devices have become a significant percentage of views of web pages.  Google is downgrading websites that are not mobile-friendly
icon1.gif   Minor bug in the emails generated by elog., posted by David Pilgram on Thu Jun 25 16:39:06 2015 
In the emails generated by anyone making an entry in this log book, every apostrophe is followed by a semi-colon.  So the text "I don't
think..."  appears in the email as "I don';t think...", and possibly that comment will appear in the email as "I don';;t
think...." - not sure on the last bit.  It has been around in the past few versions of elog, but don't recall precisely when this started
icon1.gif   Cannot download large attachments, posted by Konstantin Olchanski on Tue Jul 14 19:29:17 2015 
Older versions of elogd have a problem with sending long attachements - the send() syscall is not protected against interrupt by SIGALARM. This seems to
be fixed in non-SSL builds of current elog (version 3+), 
but for SSL builds, the error handling for the SSL_write() function looks incorrect. In addition, from OpenSSL documentation it is not clear if SSL_write()
icon1.gif   elogd crashes with a URL, posted by Jaime Duran on Wed Jul 22 22:54:59 2015 
URL causes elogd to crash when a global password file name doesn't match any group's password file name. 

The offending URL is copied from the address field of the browser after sorting a logbook by on of the fileds.

After login out and using the copied URL, elogd shows the authentication dialog and then crashes after the credentials are submited.
    icon2.gif   Re: elogd crashes with a URL, posted by Stefan Ritt on Tue Aug 4 13:18:26 2015 
I could not reproduce your problem. I can only fix it if I can reproduce it, so let's agree on a common test base. May I ask you to do the following:


Download the most recent elog version from bitbucket and compile it
Create two new logbooks "demo1" and "demo2"
with minimal configuration, but using yor global password file which differs from the group ones
Send me step-by-step instructions how to trigger
    icon2.gif   Re: Minor bug in the emails generated by elog., posted by Stefan Ritt on Tue Aug 4 13:57:28 2015 Screen_Shot_2015-08-04_at_14.01.09_.png
Apostrophes are encoded as "'" inside the CKEditor
used by elog, which sents the raw HTML text as email notification. You can test this by pressing the "Source" button at the top left menu in
the CKEditor, then you see it. In my mail program (both Apple Mail and Thunderbird) this HTML enocding is correctly shown as the original apostroph, so
icon1.gif   Attachment Uploaded Time is off by one hour, posted by Edmund Hertle on Wed Sep 2 20:23:21 2015 elogTest.rtf
If I upload an attachment the timestamp of the attachment is set to one hour in the future, as demonstrated with this test attachment being one hour
in the future compared to the entry time
icon1.gif   Creating ELog Links not working properly in HTML Editor, posted by Edmund Hertle on Mon Sep 7 12:44:42 2015 
Hey,

the syntax for creating links to other elog entries has a small issue in the HTML editor. The link will not be created properly if there are
whitespaces in the name of the logbook. Using ELCode (or in a simple attribute field) the whitespaces can be replaced by "+", but this does not
ELOG V3.1.5-3fb85fa6