Re: How to get Elog server to produce web server log files in Linux., posted by John on Mon Oct 21 19:31:17 2019
|
Thank you soo much Sebastian once again for helping me!! This is something that will help me very much in the future with other situations similiar!
John :)
Sebastian |
Re: elogd crashes during SSL Mirror operations involving attachments, posted by Andreas Warburton on Sat Jan 14 08:27:42 2017
|
For the time being, I am deeming ELOG 3.1.2 unusable with https (SSL = 1) functionality on my "Debian GNU/Linux 7 (wheezy)" server
with "OpenSSL 1.0.1t", due to the described apparent issues with SSL. Reverting to http (SSL = 0) brings back my ability to upload attachments
and synchronize with a remote elogd running on a MacOS laptop. |
Re: elogd crashes during SSL Mirror operations involving attachments, posted by Andreas Warburton on Thu Jan 19 12:56:51 2017
|
Further to my comment in https://midas.psi.ch/elogs/Forum/68549, if the described synchronization requires attachment(s) to be transferred from
my Mac laptop to the Debian linux server (with SSL = 0 set), it fails in all the tests that I tried.
To check whether these problems are linked to the OpenSSL version on the linux server, we also tried building an elogd executable using 1.0.2j |
[Bug?] Admin restrict edit time, posted by Faith on Fri Apr 30 07:27:31 2021
|
I would like to know, if the command "Admin restrict edit time = " does really work as intended.
In my case I have the following global configuration:
Admin user = <me> |
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 |
Re: Minor bug in the emails generated by elog., posted by Stefan Ritt on Tue Aug 4 13:57:28 2015
|
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 |
Paste figure from Clipboard, CKEditor 4.5.1 and Firefox 42, posted by Simon Däster on Thu Nov 5 16:59:34 2015
|
I tried to paste an Image from Clipboard into the CKEditor 4.5.1. Unfortunatelly, that doesn't work. I used Firefox, version 42. When I looked
in the javascript error console, it reported that "TypeError: b is undefined, ckeditor.js:1139:112". The variable d.config.filebrowserImageUploadUrl
could not be found. |
Re: Paste figure from Clipboard, CKEditor 4.5.1 and Firefox 42, posted by Stefan Ritt on Tue Nov 10 14:08:47 2015
|
That seems a CKEditor problem. Can you see if it works on their site (ckeditor.com). The current version is 4.5.4. Maybe they fixed it. You can upgrade
CKEditor yourself in elog by just copying the new verson over the old /elog/scripts/ckeditor directory.
Simon |