Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 290 of 808  Not logged in ELOG logo
    icon2.gif   Re: Entry size too large for email notification, posted by Stefan Ritt on Fri May 22 13:43:14 2015 
The size is defined by the variable MAX_CONTENT_LENGTH in elogd.c which is set to 10 MB. But email attachments are encoded in ASCII form, so they take
useually 3-4 times the space of the binary format. If you have problems with large emails, you can use the option "Email Format = 111" which
causes only the names of attachments to be included in email notifications. Users can then still click on the elog link inside the email notification and
    icon2.gif   Re: edit somebody else's draft, posted by Stefan Ritt on Fri May 22 13:50:31 2015 
> > this elog offers me to edit a draft message, then yells at me "only some other user can edit this draft!!!".
> > methinks I should only be offered to edit draft messages that I own or I can edit. K.O.
> I find it odd that I can see someone elses draft, but never one that I am in the middle of composing (using a
    icon2.gif   Re: elogd complains about unknown cookies, posted by Stefan Ritt on Fri May 22 13:59:41 2015 
> elogd is spewing these messages about unknown cookies:

> Received unknown cookie "is_returning"
    icon2.gif   Re: ELOG Version field in elogs/Forum, posted by Stefan Ritt on Fri Jun 5 10:18:38 2015 
> Hi Stefan,
> could we change the format of the "ELOG Version" field in this logbook, that one can enter the full git revision
> number?
    icon2.gif   Re: option transfer, posted by Stefan Ritt on Fri Jun 5 12:01:01 2015 
No.




Neal
Grafton wrote:



Can the chosen text in a dropdown menu be automatically transfered
    icon2.gif   Re: Emails generated by Elog, posted by Stefan Ritt on Fri Jun 5 12:34:32 2015 
I acknowledge these two bugs and will fix them soon.




David
Pilgram wrote:



I am one who received an email every time there is a new entry in
    icon2.gif   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
icon3.gif   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,
ELOG V3.1.5-3fb85fa6