Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 375 of 808  Not logged in ELOG logo
    icon2.gif   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
    icon2.gif   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
    icon2.gif   Re: ckeditor "Insert Timestamp" bug (was: Three problems with elogd 3.1.0-2), posted by David Wallis on Fri Jun 5 23:02:06 2015 
Andreas,

I too was able to track the problem down to the "gettimedate" function in elogd.c. It looks like the code is using a variable named
"str" for several different purposes. I haven't had a chance to do any testing, but my suspsicion is that the size of the dynamically allocated
    icon2.gif   Re: ckeditor "Insert Timestamp" bug (was: Three problems with elogd 3.1.0-2), posted by Stefan Ritt on Mon Jun 8 12:02:30 2015 
Indeed the "str" variable at the gettimedate function had the wrong string size, so that all date strings got truncated at 8 characters. That's
what you've seen. Also the ../../?cmd=gettimedate was wrong and it
should be ./?cmd=gettimedate. I committed the fix to GIT so it will be
    icon2.gif   Re: LDAP docs, posted by Stefan Ritt on Tue Jun 9 12:40:44 2015 
I do not officially support LDAP, since I don't have any server to test it. So it comes as a third party's contibution from https://github.com/vykozlov/elog-ldap.

To my knowlede LDAPS has not been implemented. You could post an issue the the github repository to ask the original author.

/Stefan
    icon2.gif   Re: subject line bug on resumit elog entries as new?, posted by Stefan Ritt on Tue Jun 9 12:51:07 2015 
I fixed both issues, now resubmitting an entry or submitting a new entry both yields "New LEOG entry".




Jacky
Li wrote:



Hi,
    icon2.gif   Side effects of draft messages (was Fixed text), posted by Stefan Ritt on Tue Jun 9 13:01:50 2015 
I changed it such that drafts are not shown at all in ELOG. The only way you realize them is if you hit "new", and you will be prompted if
there is any pending draft.




Andreas
    icon2.gif   Re: RSS Feed Not Providing Time Stamps For datetime Attributes, posted by Stefan Ritt on Tue Jun 9 13:22:25 2015 
I fixed the problem in the current GIT version.

/Stefan




Kamen
ELOG V3.1.5-3fb85fa6