Re: Different way CSS files are handled, posted by Andreas Luedeke on Fri Jun 5 19:01:05 2015
|
Hi Stefan,
there is a little problem with the Makefile (on SL5 and SL6): the following line:
@$(INSTALL) -m 0644 themes/default/* $(ELOGDIR)/themes/default/ |
Re: ckeditor "Insert Timestamp" bug (was: Three problems with elogd 3.1.0-2), posted by Andreas Luedeke on Fri Jun 5 19:08:17 2015
|
I can confirm that there is currently a problem with the ckeditor "Insert Timestamp" button.
It apparently calls javascript
code in ckeditor/plugins/timestamp/plugin.js
to catch a string from the URL "../../?cmd=gettimedate"
(I think this
is one too many "../", but anyway). if you try this for the Forum:
https://midas.psi.ch/elogs/Forum/?cmd=gettimedate
it |
Re: option transfer, posted by Andreas Luedeke on Fri Jun 5 19:35:34 2015
|
Why would you transfer the message to the text box?
You can have a "Message" attribute, which is an option
list.
If the first option "Custom" is chosen, then you get an additional field "Custom Message".
We have
an attribute "Entry type", there we could add the type "Message", if the attribute should not exist for other types of entries.
As |
Re: Drag-and-drop not working in elog 3.1.0, posted by Andreas Luedeke on Sat Jun 6 13:38:15 2015
|
As you've pointed out, for the very same browsers D&D works with the Forum, and that is ELOG 3.1.0.
Hence I can only conclude
that it is neither a browser, nor an ELOG issue, but a problem of your local installation. Maybe you try with a fresh and clean installation first? What
Linux are you using, by the way?
Or you've picked by bad luck a 3.1.0 version where D&D did really not work. But I cannot tell, since |
ELOG Forum: drafts cannot be deleted, posted by Andreas Luedeke on Wed Jun 10 10:43:02 2015
|
> > Another strange thing: the draft got submitted when I hit the "Back" button after reopening it.
>
> Well, this is a problem indeed. When edit entries now, drafts gets saved regularly, overwriting your original entry.
|
Re: Drag-and-drop not working in elog 3.1.0, posted by Andreas Luedeke on Thu Jun 11 08:48:21 2015
|
Dear David,
what I meant with a "fresh and clean installation" is, that you do not install elog on the production system over
the existing elog, but instead on another Linux box.
One possible problem could be that you have a modified CSS (or some other file), which
is not overwritten by the ELOG installation. That file could break the D & D functionality.
My advise would be, to do an ELOG test installation |
Re: FCKEditor not working correctly on a Windows server., posted by Andreas Luedeke on Mon Jul 20 15:50:56 2015
|
Marty Jansen
wrote:
I have installed ELOG version 3.1.0 on a WIndows 2012R2 server with IE 1.
[...] |
Re: FCKEditor not working correctly on a Windows server., posted by Andreas Luedeke on Tue Jul 21 14:15:51 2015
|
I've browsed the web for the error and apparently it is appearing with a variety of IE versions in combination with certain versions of the CKeditor.
Sorry, I can't help you with the problem: only found problem reports, no fixes. Therefore my advise (for now) would be: either use the old
ELOG version or use a different browser. Microsoft anyway announced the end-of-life for IE with Windows 10. |