Re: option transfer, posted by Stefan Ritt on Fri Jun 5 13:19:43 2015
|
There are browser extensions for that like "Autofill Forms" for Firefox. You can even link text templates to a single key.
Neal
Grafton wrote:
OK Thanks |
Different way CSS files are handled, posted by Stefan Ritt on Fri Jun 5 14:24:34 2015
|
Hi,
I just implemented a different way CSS files are handled in ELOG. Previously, we had the default.css,
which could be adjusted for specific needs. Some people did that (like myself). So I changed a few colors etc. When I now implement a new feature in elog, |
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 |
Re: Different way CSS files are handled, posted by Stefan Ritt on Tue Jun 9 09:39:14 2015
|
Ok, fixed again.
Andreas
Luedeke wrote:
Hi Stefan, |
Re: Emails generated by Elog, posted by Stefan Ritt on Tue Jun 9 12:11:19 2015
|
I fixed both issues in the current GIT version. Please double check it.
Stefan
Ritt wrote:
I acknowledge these two bugs and will fix them soon. |
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 |
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, |
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 |