ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2227
|
Tue May 1 16:54:12 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | ELOG V2.6. | Re: Change default for suppressing email notification and/or targeting entries manually |
Alan Stone wrote: | I would also like the option to add additional email addresses on the fly. |
There is a simple way to accomplish this. Define a new attribute, let's call it "cc". Then add to your config file following statement:
Email all = $cc
In you entry form, you can now enter comma-separated email addresses in the CC filed, to which a notification will be sent. |
2228
|
Thu May 10 13:03:51 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | All | last | Re: Import log |
bob wrote: | thank you,
but the last method (simplest for me) does not import the comment.
it's a pity... |
Ok, I implemented the XML import which also includes the text body. However there are currently two limitations:
- If you want to import entries which contain replies, it only works if import them into an empty logbook, where the imported entries can obtain the same entry IDs as in the original logbook.
- The names of possible attachments are correctly imported, but not the files themselves. These you have to copy by hand.
|
2230
|
Thu May 17 14:02:39 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | | Re: Summary view: View only most recent entry for all values of a given attribute? |
Dennis Seitz wrote: | I would like to filter the summary view so it only shows me the most recent entry for every value in the serial number attribute. This would be very useful for quickly viewing the present status and location of every assembly, for example. |
I don't know if that is what you want, but have you tried clicking on the column headings in the summary view to sort the table according to that attribute:
 |
2232
|
Fri May 18 08:04:38 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | | Re: Summary view: View only most recent entry for all values of a given attribute? | Ok, now I understand. Well, your request is very special for your case. Usually I implement things only if several independent people ask for it. What you can try is to save your logbook in CSV format, import it into Excel or another spreadsheet program, and achieve the filtering there.
Best regards,
Stefan |
2235
|
Wed May 30 22:32:03 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.6.2-1863 | Re: checkbox |
deletoille wrote: | I wrote a small program for another group and I have always the same problem of activation box who disappears when I upload a file. On the other hand, I noticed that the problem is only for the conditional attribute and not for the other. Here included the small program. an idea? |
Ok, with your config I could reproduce the problem. I fixed it in revision 1865, the fix will be contained in the next release. |
2238
|
Fri Jun 1 08:40:13 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | V2.6.5 | Re: config settings to ensure replies to author, thread contributors, admin? |
Mark Bergman wrote: | Attributes = Author, Type, Category, Severity, Subject, Entry ID, Status, CC E-mail To
Display Email recipients = 1
Email All = $CC E-mail To
Email All = mark.bergman@uphs.upenn.edu
Email Format = 47
Suppress default = 0
Type CC E-mail To = museremail
The documentation states that there can be multiple "Email All" directives, so I thought they would be additive--causing the admin address and the author to always get mail.
|
There can be multiple "Email All" directives, but they have to be on one line, like
Email All = $CC E-mail To, mark.bergman@uphs.upenn.edu
Mark Bergman wrote: |
Is there a setting to ensure that the original author of the thread is always notified upon any change? |
You can do something like:
Attributes = ..., Author Email
Preset Author Email = $user_email
Email All = $Author Email, $CC E-mail to, mark.bergman@uphs.upenn.edu
...
An alternative (and that's what I usually do) is to keep "Suppress email to users = 0" and tell the users to remove their subscription if they don't like it. Note that you also can edit the password file manually (it's a XML file), and remove all subscriptions easily with an editor. Note that you have to do that when elogd is stopped, then edit the file, then restart elgod.
- Stefan |
2239
|
Fri Jun 1 08:43:23 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | V2.6.5-186 | Re: how to supress checkboxes of all logbooks at registration? |
Mark Bergman wrote: | Is there a way to suppress the listing of all logbooks on the New User Registration page? We've got 100 logbooks (one for each server, cluster node, or major software package). The long list makes it difficult for users to find the bottom of the registration page, and no user needs to subscribe for automatic e-mail notification for every logbook.
|
No, this is currently not possible. But I wonder why you have so many logbooks. Instead of having an individual logbook for every server, you could have the server name as an attribute of a single logbook:
Attributes = Author, ..., Server
Options Server = server1, server2, ...
Quick filter = Server
...
Using the quick filter, you can select the subset of logbook entries belonging to one server very easily. In general it will make your life much easier if you have less logbooks.
- Stefan |
2241
|
Fri Jun 8 10:44:14 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | Windows | 2.6.0-b4 | Re: Post appearing twice |
Alan Grant wrote: | I was having a very similar problem. After clicking Submit, I was getting dialog box "Submit modified Elog entry?" (with Submit or Cancel options) even though it was a new entry. Whenever I clicked Submit, it added two identical lines (except for ID), but when I clicked Cancel, it added only one entry. This happened in both v2.6.3 and v2.6.5. |
Can you try to reproduce your problem with a minimal configuration file and send it to me? |
|