Default list option, posted by George Chisholm on Wed Sep 17 19:14:45 2008
|
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
|
Re: Default list option, posted by Stefan Ritt on Wed Sep 17 22:41:18 2008
|
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. |
Install on Server 2003: , posted by Wythe IT on Mon Sep 15 16:22:39 2008
|
I am using Windows Server 2003 R2 Standard Edition. It is up-to-date and a full legal version installed from a geniune MS disk (to put that notion out the way). I host a variety of webpages from this server through IIS6.0.
I am having an issue after installation of the ELOG software. I grabbed the newest version from this website and ran the executable. It installed fine (or appeared to do so).
Upon starting the ELOG server I receive the following error:
elogd.exe - Unable to Locate Component
This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this problem.
The file in question is part of an ancient Visual C distributeable. This distributeable for my purposes no longer appears to be available (as I am on .net 3.5). I am unsure of downloading the older runtime libraries from sites that are not microsoft's. I am curious as to how I could go about making elog execute. Any help would be appreciated. Thank you!
|
Re: Install on Server 2003: , posted by Stefan Ritt on Mon Sep 15 16:34:18 2008
|
Wythe IT wrote: |
I am using Windows Server 2003 R2 Standard Edition. It is up-to-date and a full legal version installed from a geniune MS disk (to put that notion out the way). I host a variety of webpages from this server through IIS6.0.
I am having an issue after installation of the ELOG software. I grabbed the newest version from this website and ran the executable. It installed fine (or appeared to do so).
Upon starting the ELOG server I receive the following error:
elogd.exe - Unable to Locate Component
This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this problem.
The file in question is part of an ancient Visual C distributeable. This distributeable for my purposes no longer appears to be available (as I am on .net 3.5). I am unsure of downloading the older runtime libraries from sites that are not microsoft's. I am curious as to how I could go about making elog execute. Any help would be appreciated. Thank you!
|
I didn't realize that MSCVR71.dll is kind of outphased. I will add it to future distributions. For the moment, you can download it from the elog server directly. |
Re: Install on Server 2003: , posted by Wythe IT on Mon Sep 15 18:49:33 2008
|
Stefan Ritt wrote: |
Wythe IT wrote: |
I am using Windows Server 2003 R2 Standard Edition. It is up-to-date and a full legal version installed from a geniune MS disk (to put that notion out the way). I host a variety of webpages from this server through IIS6.0.
I am having an issue after installation of the ELOG software. I grabbed the newest version from this website and ran the executable. It installed fine (or appeared to do so).
Upon starting the ELOG server I receive the following error:
elogd.exe - Unable to Locate Component
This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this problem.
The file in question is part of an ancient Visual C distributeable. This distributeable for my purposes no longer appears to be available (as I am on .net 3.5). I am unsure of downloading the older runtime libraries from sites that are not microsoft's. I am curious as to how I could go about making elog execute. Any help would be appreciated. Thank you!
|
I didn't realize that MSCVR71.dll is kind of outphased. I will add it to future distributions. For the moment, you can download it from the elog server directly.
|
Thank ya much. Worked perfectly. For others with this issue, download that linked file to your c:\windows\system32\ folder. |
Is there a way to send email notification without attachment, posted by Samuel Morris on Mon Sep 8 14:22:10 2008
|
Is there any way to send email notification of only the message and not the attachment. We get entries consisting of 10 MBs sometimes, and we would like to send only the message and not the attachment in the email notification. I tried restricting postfix to 1MB and using Email Format = 111 but with no success.
Thanks
sam |
Re: Is there a way to send email notification without attachment, posted by Stefan Ritt on Mon Sep 8 17:24:57 2008
|
Samuel Morris wrote: |
Is there any way to send email notification of only the message and not the attachment. We get entries consisting of 10 MBs sometimes, and we would like to send only the message and not the attachment in the email notification. I tried restricting postfix to 1MB and using Email Format = 111 but with no success.
|
You have to use
Email Format = 47
to remove the attachments. The encoding is decimal, not binary, so you have to do 1+2+4+8+32. |
Re: Is there a way to send email notification without attachment, posted by Samuel Morris on Tue Sep 9 08:03:55 2008
|
Stefan Ritt wrote: |
Samuel Morris wrote: |
Is there any way to send email notification of only the message and not the attachment. We get entries consisting of 10 MBs sometimes, and we would like to send only the message and not the attachment in the email notification. I tried restricting postfix to 1MB and using Email Format = 111 but with no success.
|
You have to use
Email Format = 47
to remove the attachments. The encoding is decimal, not binary, so you have to do 1+2+4+8+32.
|
Dear Stefan,
I tried Email Format =47 . still am having problems.
With Postfix limitation of 1MB elog is giving error message of 'Error sending Email via "<domain name>": 5.3.4 Error: message file too big
Without Postfix limitation, its sending email with the attachment.
Thanks |
Re: Is there a way to send email notification without attachment, posted by Stefan Ritt on Tue Sep 9 08:42:52 2008
|
Samuel Morris wrote: |
Stefan Ritt wrote: |
Samuel Morris wrote: |
Is there any way to send email notification of only the message and not the attachment. We get entries consisting of 10 MBs sometimes, and we would like to send only the message and not the attachment in the email notification. I tried restricting postfix to 1MB and using Email Format = 111 but with no success.
|
You have to use
Email Format = 47
to remove the attachments. The encoding is decimal, not binary, so you have to do 1+2+4+8+32.
|
Dear Stefan,
I tried Email Format =47 . still am having problems.
With Postfix limitation of 1MB elog is giving error message of 'Error sending Email via "<domain name>": 5.3.4 Error: message file too big
Without Postfix limitation, its sending email with the attachment.
Thanks
|
I guess you are modifying the wrong elogd.cfg file. Note that you have to send a HUP signal after you changed elgod.cfg for the daemon to re-read the file. Try modifying something else (like adding a new attribute) and see if the daemon sees the change. |
Re: Is there a way to send email notification without attachment, posted by Samuel Morris on Tue Sep 9 11:13:15 2008
|
Stefan Ritt wrote: |
Samuel Morris wrote: |
Stefan Ritt wrote: |
Samuel Morris wrote: |
Is there any way to send email notification of only the message and not the attachment. We get entries consisting of 10 MBs sometimes, and we would like to send only the message and not the attachment in the email notification. I tried restricting postfix to 1MB and using Email Format = 111 but with no success.
|
You have to use
Email Format = 47
to remove the attachments. The encoding is decimal, not binary, so you have to do 1+2+4+8+32.
|
Dear Stefan,
I tried Email Format =47 . still am having problems.
With Postfix limitation of 1MB elog is giving error message of 'Error sending Email via "<domain name>": 5.3.4 Error: message file too big
Without Postfix limitation, its sending email with the attachment.
Thanks
|
I guess you are modifying the wrong elogd.cfg file. Note that you have to send a HUP signal after you changed elgod.cfg for the daemon to re-read the file. Try modifying something else (like adding a new attribute) and see if the daemon sees the change.
|
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???
|
Re: Is there a way to send email notification without attachment, posted by Stefan Ritt on Tue Sep 9 11:55:59 2008
|
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.
|
Re: Is there a way to send email notification without attachment, posted by Samuel Morris on Mon Sep 15 08:27:16 2008
|
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. |
Re: Is there a way to send email notification without attachment, posted by Stefan Ritt on Mon Sep 15 08:51:57 2008
|
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. |
Is there a way to limit users to view only the entries they have created?, posted by Herman Sherman on Mon Sep 8 23:17:59 2008
|
We are using elog to allow users to enter their time spent on a project and we would like them to be able to see the entries that they themselves have
created but not the entries that other users have created.
Thanks,
Herman |
Re: Is there a way to limit users to view only the entries they have created?, posted by Stefan Ritt on Tue Sep 9 08:40:41 2008
|
Herman Sherman wrote: |
We are using elog to allow users to enter their time spent on a project and we would like them to be able to see the entries that they themselves have
created but not the entries that other users have created.
Thanks,
Herman
|
In that case you have to make one logbook per user and restrict the access to it using the "Login user = ..." directive. |
Re: Is there a way to limit users to view only the entries they have created?, posted by Herman Sherman on Tue Sep 9 16:12:45 2008
|
Stefan Ritt wrote: |
Herman Sherman wrote: |
We are using elog to allow users to enter their time spent on a project and we would like them to be able to see the entries that they themselves have
created but not the entries that other users have created.
Thanks,
Herman
|
In that case you have to make one logbook per user and restrict the access to it using the "Login user = ..." directive.
|
I understand.
Thank you for the quick response. |
Search Find Selected or List of Logbooks instead of all Logbooks. , posted by Alan Stone on Thu Sep 4 20:49:59 2008
|
I am using the CMS ELog remotely as a monitoring tool. Information is compartementalized into dozens of containers. I can create a find query URL, say last day, which then reloads every X minutes in Firefox. When new ELog entries are made, then appear in the refresh and catch my attention. But, my interests are somewhere between a single logbook and all logbooks. If I choose all CMS logbooks for example for one day, I usually end up with > 200 entries.
In short, I would like the ability to:
1) Select from the list of available logbooks when doing a search
2) Have more canned choices from smaller time frames, such as 1 hour or at least one shift (8 hours).
I do not see how to do this in the current elogd.cfg syntax instructions.
Thanks, Alan |
Re: Search Find Selected or List of Logbooks instead of all Logbooks. , posted by Stefan Ritt on Fri Sep 5 10:21:45 2008
|
Alan Stone wrote: |
I am using the CMS ELog remotely as a monitoring tool. Information is compartementalized into dozens of containers. I can create a find query URL, say last day, which then reloads every X minutes in Firefox. When new ELog entries are made, then appear in the refresh and catch my attention. But, my interests are somewhere between a single logbook and all logbooks. If I choose all CMS logbooks for example for one day, I usually end up with > 200 entries.
In short, I would like the ability to:
1) Select from the list of available logbooks when doing a search
2) Have more canned choices from smaller time frames, such as 1 hour or at least one shift (8 hours).
I do not see how to do this in the current elogd.cfg syntax instructions.
Thanks, Alan
|
First of all have you considered using the built in RSS feed? With an RSS reader new entries are shown in a local notification box similar to new email. Some people like it.
1) This is not directly possible, but there is a trick: Define a URL to each logbook and put it into the Bookmarks Toolbar of Firefox. If you have many logbooks, this will however clutter up your toolbar. Then I recommend to make a subfolder in the toolbar and put them into it. Now firefox has the neat feature that if you click with the right mouse button on the folder, it offers you "Open All in Tabs". If you select this, you get a tab for each logbook in fireforx, and you can browse through each logbook individually.
2) This function was there long time ago (since I needed it myself) but somehow vanished. I added it back in revision 2126. You can now craft an URL like
https://midas.psi.ch/elogs/Forum/past-8
to show the last 8 hours. |
Is there a way to indicate when an entry has been edited?, posted by Dennis Seitz on Thu May 15 19:57:23 2008
|
You've probably seen my other posts on this subject.
I want to be able to re-edit some entries but I need some way to know the dates entries were re-edited.
Am I just approaching this the wrong way? Should I disable re-editing of entries and use threads to follow changes by posting replies to an entry?
The only problem with that is that if I make a mistake I will have to submit a new entry to fix it.
Thank you for your advice. |
Re: Is there a way to indicate when an entry has been edited?, posted by Stefan Ritt on Fri Jun 6 11:26:37 2008
|
Dennis Seitz wrote: |
You've probably seen my other posts on this subject.
I want to be able to re-edit some entries but I need some way to know the dates entries were re-edited.
Am I just approaching this the wrong way? Should I disable re-editing of entries and use threads to follow changes by posting replies to an entry?
The only problem with that is that if I make a mistake I will have to submit a new entry to fix it.
|
Please read the FAQ |
Re: Is there a way to indicate when an entry has been edited?, posted by W.Koster on Tue Sep 2 16:03:31 2008
|
Stefan Ritt wrote: |
Dennis Seitz wrote: |
You've probably seen my other posts on this subject.
I want to be able to re-edit some entries but I need some way to know the dates entries were re-edited.
Am I just approaching this the wrong way? Should I disable re-editing of entries and use threads to follow changes by posting replies to an entry?
The only problem with that is that if I make a mistake I will have to submit a new entry to fix it.
|
Please read the FAQ
|
Apart from logging when and who, is it also possible to somehow log WHAT has changed (like $attribute + $old_value was changed by $who at $date)
|
Re: Is there a way to indicate when an entry has been edited?, posted by Stefan Ritt on Tue Sep 2 16:07:34 2008
|
W.Koster wrote: |
Stefan Ritt wrote: |
Dennis Seitz wrote: |
You've probably seen my other posts on this subject.
I want to be able to re-edit some entries but I need some way to know the dates entries were re-edited.
Am I just approaching this the wrong way? Should I disable re-editing of entries and use threads to follow changes by posting replies to an entry?
The only problem with that is that if I make a mistake I will have to submit a new entry to fix it.
|
Please read the FAQ
|
Apart from logging when and who, is it also possible to somehow log WHAT has changed (like $attribute + $old_value was changed by $who at $date)
|
No, this is not possible. |
Grabbing user name from SSL user certificate, posted by Davide Salomoni on Mon Aug 25 17:23:22 2008
|
With SSL enabled, I'd like to to grab the CN (Common Name) of the user certificate and use that as login authentication method.
I am thinking of the following scenario:
- users with read & write privileges need to have an SSL certificate loaded in their browser. The "Author" field will be pre-set to the CN of the user certificate.
- authorization may be subject to further granularity (e.g. only allow users whose certificate belongs to a certain organization)
- read-only, guest access (without certificate) may or may not be allowed
Is there a way to do that? |
Re: Grabbing user name from SSL user certificate, posted by Stefan Ritt on Mon Sep 1 13:48:29 2008
|
Davide Salomoni wrote: |
With SSL enabled, I'd like to to grab the CN (Common Name) of the user certificate and use that as login authentication method.
I am thinking of the following scenario:
- users with read & write privileges need to have an SSL certificate loaded in their browser. The "Author" field will be pre-set to the CN of the user certificate.
- authorization may be subject to further granularity (e.g. only allow users whose certificate belongs to a certain organization)
- read-only, guest access (without certificate) may or may not be allowed
Is there a way to do that?
|
I put your request on the wish list. |
Expand TEXT colum in Summary view?, posted by dale cooper on Mon Aug 18 10:56:05 2008
|
Hello All,
I am wondering if it is possible to configure ELOG to expand the TEXT column in the SUMMARY view? As it stands I get about 48 characters displayed per line in the in the TEXT column, with 3 lines getting displayed per ENTRY (approximately 144 characters per ENTRY). So what I'd like to do is see if it is possible to EXPAND the TEXT column in the SUMMARY view to allow say.... 100 characters per line, or say 275 characters per ENTRY when viewing the SUMMARY view?
Is this possible? If so, how does one go about doing this... I tried to search the site thoroughly before posting my question, I just didn't see it mentioned anywhere... Help please =)
Thanks!
agentdcooper |
Re: Expand TEXT colum in Summary view?, posted by Yoshio Imai on Mon Aug 18 14:08:22 2008
|
dale cooper wrote: | I am wondering if it is possible to configure ELOG to expand the TEXT column in the SUMMARY view? |
While it is not possible to specify a number of characters per row, you can control the number of text lines in the summary view using theSummary lines = NNN directive (cf. also the ELog admin guide). |