ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1930
|
Fri Sep 8 18:42:05 2006 |
| Chris Warner | christopher_warner@dcd.uscourts.gov | Question | Linux | 2.6 | Unsubscribe from logbooks |
Is there a way for user to unsubscribe from a logbook? Can a user delete their own account? |
1932
|
Mon Sep 11 17:25:54 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.6 | Re: Unsubscribe from logbooks |
Chris Warner wrote: | Is there a way for user to unsubscribe from a logbook? Can a user delete their own account? |
Yes. Yes.
Just click on "Config", and you will see a page where you can unsubscribe from each logbook and a button to remove your account. |
67147
|
Wed Nov 9 23:58:37 2011 |
| Hung Dao | hungtdao@yahoo.com | Question | Windows | 2.6 | Disable attachment in notification email message? |
I have tried to set Email Format = 111 but still receiving attachments in the notification emails. Does anyone know how to configure? So the notification email will not include attachments.
Thanks in advance,
H. Dao
|
67148
|
Thu Nov 10 09:03:55 2011 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.6 | Re: Disable attachment in notification email message? |
Hung Dao wrote: |
I have tried to set Email Format = 111 but still receiving attachments in the notification emails. Does anyone know how to configure? So the notification email will not include attachments.
|
I just tried and it works fine for me as expected. So you must so something wrong like:
- change the wrong elgod.cfg,
- have a typo in your configuration
- have a too old version of elogd
Why don't you upgrade to the current version and try again? I forgot when I introduced this feature, but it might be after version 2.6 which you are using.
- Stefan |
67150
|
Fri Nov 18 17:38:04 2011 |
| Mike Bodine | Mike.Bodine@alcatel-lucent.com | Question | Windows | 2.6 | Re: Disable attachment in notification email message? |
Stefan Ritt wrote: |
Hung Dao wrote: |
I have tried to set Email Format = 111 but still receiving attachments in the notification emails. Does anyone know how to configure? So the notification email will not include attachments.
|
I just tried and it works fine for me as expected. So you must so something wrong like:
- change the wrong elgod.cfg,
- have a typo in your configuration
- have a too old version of elogd
Why don't you upgrade to the current version and try again? I forgot when I introduced this feature, but it might be after version 2.6 which you are using.
- Stefan
|
In a test area we loaded elogd 2.9.0 built Mar 21 2011, 08:48:02 revision 2396
During our testing we started the creation of a new elog, then backed out cancelling the creation and received the following error.
Error: Too many parameters (> 120). Cannot perform operation.
We do not see this error in the older version. |
1349
|
Wed Jul 27 16:46:44 2005 |
| Kees Bol | kees.bol@wur.nl | Question | Linux | 2.57-1 | attribute of type "datetime" sorted incorrectly |
In order to enter different logdates we created the attribute 'Logdate' as follows:
...
Attributes = Logdate, Author, Type, Subject
Type Logdate = datetime
Preset Logdate = $date
List Display = ID, Logdate, Author, Type, Subject
Start page = ?rsort=Logdate
Time format = "%d-%b-%y %H:%M"
Date format = %d-%b-%y
...
However some unexpected things happen:
1) when sorting on Logdate the sorting is incorrect
2) I expected some kind of fieldchecking when filling this field, however you can enter any text.
What goes wrong here?
Thanks |
Attachment 1: scrap.PNG
|
|
1352
|
Wed Jul 27 21:22:47 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.57-1 | Re: attribute of type "datetime" sorted incorrectly |
Kees Bol wrote: | What goes wrong here? |
The wrong sorting is a mystery to me. I redid what you have, and entered exactly the same entries, and got following:

As you can see, the sorting is quite different. What happens if you reload the page, what if you restart elogd?
As for the missing validity check for the date field, all what was missing was the year check. I added that. |
1357
|
Thu Jul 28 09:46:40 2005 |
| Kees Bol | kees.bol@wur.nl | Question | Linux | 2.57-1 | Re: attribute of type "datetime" sorted incorrectly |
Stefan Ritt wrote: |
Kees Bol wrote: | What goes wrong here? |
The wrong sorting is a mystery to me. I redid what you have, and entered exactly the same entries, and got following:

As you can see, the sorting is quite different. What happens if you reload the page, what if you restart elogd?
As for the missing validity check for the date field, all what was missing was the year check. I added that. |
Stefan, I think it has something to do with version 2.57-1. Yesterday evening I installed V2.60 and there was a big difference. All entries of Logdate were changed in 1-jan-70 and when entering/editing an entry I now get the calendar and clock. So everything, including sorting, looks good now.
Thanks |