ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
68040
|
Tue Jul 7 21:57:04 2015 |
| Erkcan Ozcan | erkcan@gmail.com | Question | Linux | 3.1.0-5be245e | Customized email subject line for an updated entry | Hi,
The default email subject line for a new entry is: "New ELOG entry", and the default email subject line for an edited entry is: "Updated ELOG entry". However when we set "Use Email Subject", both new entries and the updated entries use the same email subject. Is there an equivalent of "Use Email Heading Edit" for the subject line? I tried "Use Email Subject Edit", to no avail.
Thanks in advance,
e. |
68041
|
Tue Jul 14 10:10:54 2015 |
| Jan Henry Hetzel | j.hetzel@fz-juelich.de | Question | Linux | 3.1.0 | Pasting pictures from clipboard does not work anymore (firefox 39) | Hallo,
as I have already written in the title, my problem is that after uprgrading my firefox to version 39 I cannot include pictures from clipboard. A downgrade to a previous version of firefox helped. But as this is not recommended I wanted to ask if there is a workaround or if I should inform the author of the "imagepaste"-extension of the CKEditor?
Best regards,
Jan |
68042
|
Tue Jul 14 19:12:55 2015 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 3.1.0 | Re: Pasting pictures from clipboard does not work anymore (firefox 39) | I'm not aware of any workaround, so you might ask the author. Once you find a solution, I'm happy to include it in the distribution.
Stefan
Jan Henry Hetzel wrote: |
Hallo, as I have already written in the title, my problem is that after uprgrading my firefox to version 39 I cannot include pictures from clipboard. A downgrade to a previous version of firefox helped. But as this is not recommended I wanted to ask if there is a workaround or if I should inform the author of the "imagepaste"-extension of the CKEditor? Best regards, Jan |
|
68043
|
Tue Jul 14 19:29:17 2015 |
| Konstantin Olchanski | olchansk@triumf.ca | Bug report | Linux | Sun May 11 20:3 | Cannot download large attachments | Older versions of elogd have a problem with sending long attachements - the send() syscall is not protected against interrupt by SIGALARM. This seems to be fixed in non-SSL builds of current elog (version 3+),
but for SSL builds, the error handling for the SSL_write() function looks incorrect. In addition, from OpenSSL documentation it is not clear if SSL_write() can handle signal interrupts at all.
K.O. |
68044
|
Wed Jul 15 21:30:47 2015 |
| Erkcan Ozcan | erkcan@gmail.com | Question | Linux | 3.1.0-5be245e | Re: Customized email subject line for an updated entry | Since there were no responses, I decided to make good use of the fact that the software is thankfully open-sourced. I modified elogd.c and added just a couple of lines to get what I wanted.
22245,22250d22244
< if (old_mail && getcfg(lbs->name, "Use Email Subject Edit", subject, sizeof(subject))) {
< i = build_subst_list(lbs, slist, svalue, attrib, TRUE);
< sprintf(str, "%d", message_id);
< add_subst_list(slist, svalue, "message id", str, &i);
< strsubst_list(subject, sizeof(subject), slist, svalue, i);
< } else
These lines just follow the comment line: /* compose subject from attributes */
Erkcan Ozcan wrote: |
Hi,
The default email subject line for a new entry is: "New ELOG entry", and the default email subject line for an edited entry is: "Updated ELOG entry". However when we set "Use Email Subject", both new entries and the updated entries use the same email subject. Is there an equivalent of "Use Email Heading Edit" for the subject line? I tried "Use Email Subject Edit", to no avail.
Thanks in advance,
e.
|
|
68056
|
Wed Jul 22 22:54:59 2015 |
| Jaime Duran | jduran@yorku.ca | Bug report | Linux | 3.1.0-2 | elogd crashes with a URL | URL causes elogd to crash when a global password file name doesn't match any group's password file name.
The offending URL is copied from the address field of the browser after sorting a logbook by on of the fileds.
After login out and using the copied URL, elogd shows the authentication dialog and then crashes after the credentials are submited.
Some debugging point me to a NULL pointer on the following instruction in line 25502 of elogd.c :
if (lbs->pwd_xml_tree) {
The work around was to name the global password file as the password file of one of the groups. |
68057
|
Thu Jul 23 08:19:38 2015 |
| Jan Henry Hetzel | j.hetzel@fz-juelich.de | Info | Linux | 3.1.0 | Re: Pasting pictures from clipboard does not work anymore (firefox 39) | Hi,
following the author of imagepaste one should upgrade the version of th CKEditor to a version >= 4.5. So replacing the folder ckeditor with a new version helped.
Best,
Jan
Stefan Ritt wrote: |
I'm not aware of any workaround, so you might ask the author. Once you find a solution, I'm happy to include it in the distribution.
Stefan
Jan Henry Hetzel wrote: |
Hallo, as I have already written in the title, my problem is that after uprgrading my firefox to version 39 I cannot include pictures from clipboard. A downgrade to a previous version of firefox helped. But as this is not recommended I wanted to ask if there is a workaround or if I should inform the author of the "imagepaste"-extension of the CKEditor? Best regards, Jan |
|
|
68059
|
Wed Jul 29 11:53:13 2015 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | Linux | 3.1.0 | Re: Pasting pictures from clipboard does not work anymore (firefox 39) | I updated the current version with this change (CKEditor 4.5.1) and indeed it fixes the problem. The change is comitted to the git repository and will be contained in the next release.
Jan Henry Hetzel wrote: |
Hi,
following the author of imagepaste one should upgrade the version of th CKEditor to a version >= 4.5. So replacing the folder ckeditor with a new version helped.
Best,
Jan
Stefan Ritt wrote: |
I'm not aware of any workaround, so you might ask the author. Once you find a solution, I'm happy to include it in the distribution.
Stefan
Jan Henry Hetzel wrote: |
Hallo, as I have already written in the title, my problem is that after uprgrading my firefox to version 39 I cannot include pictures from clipboard. A downgrade to a previous version of firefox helped. But as this is not recommended I wanted to ask if there is a workaround or if I should inform the author of the "imagepaste"-extension of the CKEditor? Best regards, Jan |
|
|
|
|