Re: Tool Tips, posted by Stefan Ritt on Mon Dec 11 13:20:49 2017
|
Tooltips on 'ROptions' work since 2007, but your version 2.9.2 is pre-2007, so you should consider to upgrade.
Stefan
|
Re: Unsafe browsing, posted by Stefan Ritt on Mon Jan 15 16:27:19 2018
|
Safety is getting more and more an issue these days. Normal browsers don't accept self-signed certificates any more. One possibility is to get a
certificate from https://letsencrypt.org/
Stefan |
Re: Is there a python3 api to generate logbook entries from python?, posted by Stefan Ritt on Tue Jan 16 09:46:04 2018
|
There are two options
Wrap the "elog" command line tool
Use "curl". Ther is a PycURL library http://pycurl.io/docs/latest/ which
can be used, so you don't have to call any command line tool. The usage of curl is described in elog:68597
Stefan |
Re: Adding New User Failed During Email Send, posted by Stefan Ritt on Wed Jan 17 19:51:49 2018
|
This error comes from your email SMTP server, not from elog. It complains about the email address xxx@xxx.com which refers to a nonexisting domain. Just
read the message.
Stefan |
Re: Entries disappear after editing, posted by Stefan Ritt on Mon Jan 29 09:14:35 2018
|
Drafts are message which somebody started to edit, but did not complete, like leaving the page without saving. If you don't like this, you can set
"save drafts = 0".
The locking has a similar background. If you have locking on (vis "Use lock = 1"), then one person can "lock" a message, |
Re: Entries disappear after editing, posted by Stefan Ritt on Tue Jan 30 14:35:23 2018
|
I also experienced various sproradic issues with locking, so I usually keep it off.
Stefan
Peter |
Re: Entries disappear after editing + UTF16 problem, posted by Stefan Ritt on Thu Feb 1 10:34:42 2018
|
The message is not lost, but becomes a "draft". This works similar in most email systems. When you edit an email and son't send it, it
stays in your "draft" email folder and does not show up in your "sent" folder. Same here. You are suppost to "submit" you
entry, the "save" is just a temporary safety backup. If you do not submit (if you press BACK or your browser crashes), the entry is not submitted |
Re: Entries disappear after editing + UTF16 problem, posted by Stefan Ritt on Fri Feb 2 08:31:35 2018
|
You might have to update to the current elog version. This feature was implemented in Dec. 2016.
Stefan
Peter |