Re: Pasting pictures from clipboard does not work anymore (firefox 39), posted by Stefan Ritt on Tue Jul 14 19:12:55 2015
|
I'm not aware of any workaround, so you might ask the author. Once you find a solution, I'm happy to include it in the distribution.
Stefan
Jan |
Re: Pasting pictures from clipboard does not work anymore (firefox 39), posted by Stefan Ritt on Wed Jul 29 11:53:13 2015
|
I updated the current version with this change (CKEditor 4.5.1) and indeed it fixes the problem. The change is comitted to the git repository and will
be contained in the next release.
Jan |
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 |
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 |
Re: Revision for Indonesian Translation, posted by Stefan Ritt on Tue Aug 4 13:23:47 2015
|
Thanks, I included your changes in the distribution.
Banata
Wachid Ridwan wrote:
hello, in my spare time, I try to fix some bugs, typo, and |
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: 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 |