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 |
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 |
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. |
Re: ELOG 3.0 plus and MS Windows issues., posted by William Wong on Wed Aug 5 23:36:29 2015
|
Thank you for recompiling ELOG. Unfortunately, there is no change in all the test machines
I ran the newly compiled ELOG 3.1.1-1 on. I will use the 2.x version until our systems move
to a new operating system or I can find someone in my IT department who knows how to compile programs |
Re: ELOG 3.0 plus and MS Windows issues., posted by Richard Stamper on Fri Aug 7 16:13:09 2015
|
William
Wong wrote:
Thank you for recompiling ELOG. Unfortunately, there is no change |
Re: Problem with elog and Internet Explorer when saving an entry, posted by TorstenJ on Mon Aug 10 12:02:27 2015
|
Hello Stefan,
thanks for you reply. I tried an ujpdate today to my old installation, but also after cleaning the IE cache, the problem consists. The same result
is, when doing a clean new installation, with the default elog.cfg and and cleaned cache as well an IE that was reseted to defaults. |
Re: Problem with elog and Internet Explorer when saving an entry, posted by Stefan Ritt on Wed Aug 12 10:54:27 2015
|
Do you have the problem on this Forum as well?
If not, then something is wrong with your installation. Like old JavaScipt files etc. Start with a fresh installation and you should be fine.
If you have the same problem in this Forum, let me know and I will further investigate it. |
Re: Isolating search urls, posted by Stefan Ritt on Wed Aug 12 17:19:45 2015
|
I guess the underlying problem is the long time these requests take and block other users.
I have pretty high on my todo list to convert ELOG into a multi-threaded server which would fix this completely. So if you are patient enough
(=months) you might get what you want. |