Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 223 of 806  Not logged in ELOG logo
ID Date Icon Author Author Email Categorydown OS ELOG Version Subject
  65975   Mon Sep 15 08:51:57 2008 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux2.7.4Re: Is there a way to send email notification without attachment

 

Samuel Morris wrote:

 

Stefan Ritt wrote:
Samuel Morris wrote:

  Adding a new attribute is working fine... Has it to do with the elog 2.6.3 version and also I downloaded from ubuntu's synaptic package.. Will the latest release of elog solves this problem???

I don't remember exactly when this feature was added, but it would well be that it was after 2.6.3, so upgrading would help. 

 

 

 Thanks Stefan. Now I have installed 2.7.4 and the problem is solved. but am having another problem. Elog is giving the same error message if the logbook has more than 5 subscribers for email notification. Upto 5 subscribers it works fine. I am sure its not postfix problem as I am able to send to more than 5 addresses in pine.

 

 There is no limitation with 5 addresses in elog. What you can do however is to turn on debugging and watch the communication between elog and your SMTP server. To do so, start elogd interactively with the "-v" flag (='verbose'), send an message and watch the output. Maybe your SMTP server sends some error code to elogd.

  65979   Wed Sep 17 19:14:45 2008 Question George Chisholmgeorge.chisholm@terasengas.comQuestionWindows2.7.4-2111Default list option

How do I set a default list option?
 I have an attribute called Active with options yes, no
When I do a list I want to see just the records having yes.
When required, the quick filter allows me to see records with option = no or all the records.
Thanks

 

 

 

 

  65980   Wed Sep 17 22:41:18 2008 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.7.4-2111Re: Default list option

 

George Chisholm wrote:

How do I set a default list option?
 I have an attribute called Active with options yes, no
When I do a list I want to see just the records having yes.
When required, the quick filter allows me to see records with option = no or all the records.
Thanks

 

 There is a trick. Use

Start page = ?Active=yes

and use a quick filter on "Active". This will always start with a list where Active=yes.

  65981   Thu Sep 18 14:39:17 2008 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux Re: Moving individual messages in a thread

 

Eoin Butler wrote:

It is possible that the Move to... and Copy to... commands can be configured so that when they operate on a message that is part of a thread, that only that message will be moved, instead of the whole thread?

 

 This has not been implemented on purpose. Assume you have a thread with

A

    B

       C

So A links to B, B links back to A and so on. If you would move now B into another logbook, A and C would point to an entry which does not exist any more. Furthermore, C may contain some sentences which are a reply to something which has been said in B. So even if the "Move To" mechanism would re-link A to C and C to A, the entry C would maybe make no sense any more if B is missing. That's why you only can move threads as a whole. If you want to move individual messages, don't use replies. You can actually disable the reply command in the configuration file.

  65987   Fri Oct 3 15:29:01 2008 Question Ben Shepherdbjs54@dl.ac.ukQuestionLinux | Windows2.7.2-2041Summary lines spill over

Hi,

I've set up my ELOG configuration to display one summary line in the list view. However, a word from the next line creeps in from time to time. You can see this in my logbook - look at the 'Text' column for entries 805, 802 and 800 for instance. The word 'Shift' is from the second line of the entry, but it has been added to the summary text for some reason. Any ideas how I can fix this?

ben

  65988   Mon Oct 6 08:41:58 2008 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux | Windows2.7.2-2041Re: Summary lines spill over

 

Ben Shepherd wrote:

I've set up my ELOG configuration to display one summary line in the list view. However, a word from the next line creeps in from time to time. You can see this in my logbook - look at the 'Text' column for entries 805, 802 and 800 for instance. The word 'Shift' is from the second line of the entry, but it has been added to the summary text for some reason. Any ideas how I can fix this?

 

 Your problem comes from the fact that you probably did not enter the HTML text body with the build-in editor, but copy-and-pasted it from somewhere else. ELOG determines the end of a line by looking at the line-feed character (\n), and your HTML text does sometimes not contain this character at the end, but only the HTML paragraph tag (</p>). I added some code in SVN revision 2131 to look also for the HTML tags properly, so if you upgrade to that version, it should be fine for you.

  65989   Wed Oct 8 15:10:25 2008 Question NeoNeo.X@web.deQuestionAll Deny Wildcards
Ist there a possibility to use wildcards specifiing the users who are allowed to use a command, like ... Allow New = admin1, admin2, admin3 Allow Edit = admin1, admin2, admin3 Deny New = * Deny Edit = *
  65990   Wed Oct 8 15:23:56 2008 Reply Stefan Rittstefan.ritt@psi.chQuestionAll Re: Deny Wildcards

 

Neo wrote:
Ist there a possibility to use wildcards specifiing the users who are allowed to use a command, like ... Allow New = admin1, admin2, admin3 Allow Edit = admin1, admin2, admin3 Deny New = * Deny Edit = *

 

 Wildcards are not implemented for that purpose. But a "Allow New = admin1, admin2" implicitly denies this command for all other users, I guess that's what you want. There is also the possibility to use "Guest Menu Commands" to allow everybody to read entries, but only logged in users to write and modify them.

ELOG V3.1.5-3fb85fa6