ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
369
|
Wed Jun 4 15:30:12 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Loging user's activity |
> I was wondering if there is a way to have a more detailed log of users'
> activities?
> Current Logfile = <file> gives a good base for information about
> logins/access to 'protected' logbooks.
>
> What we would like to have is information about when a user reads an ELOG
> entry (to be able to determine the reaction/response time).
>
> For instance the LOG could look sg like this:
> %%user %%datetime %%logbook %%record read/edit/new/delete
Very nice idea, I put it on the wishlist. |
383
|
Mon Jun 30 14:15:52 2003 |
| Robert Keeney | brassrlk@yahoo.com | Question | Linux | elog-2.3.6-1 | Email Notification |
Is there a way to configure elog so users that have their email notification
on only get notified for updates to logs they have access to? I've looked
all through the documentation and I can't seem to find a way to do this.
If not is there some way I can work around this without to much trouble? I
have lots of logs and would really hate to have to make configuration
changes in all of them .
Having the message body mailed to you is very convenient but some of my
users only get to see their logs. If the body gets mailed to them they get
to see everything anyway.
When I had to use separate password files this wasn't an issue. |
384
|
Mon Jun 30 17:07:03 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | elog-2.3.6-1 | Re: Email Notification |
> Is there a way to configure elog so users that have their email notification
> on only get notified for updates to logs they have access to? I've looked
> all through the documentation and I can't seem to find a way to do this.
I guess you have a global password file and use "login user" statements for
your logbooks. I have added some code which does per default not send any
email to people who are not in the "login user" list, in case this list is
present. New code under CVS. Please give it a try and let me know if it works
for you.
- STefan |
386
|
Mon Jun 30 20:29:43 2003 |
| Robert Keeney | brassrlk@yahoo.com | Question | Linux | elog-2.3.6-1 | Re: Email Notification |
You guessed right. I give it a try soon as I get a chance. Thanks.
> I guess you have a global password file and use "login user" statements for
> your logbooks. I have added some code which does per default not send any
> email to people who are not in the "login user" list, in case this list is
> present. New code under CVS. Please give it a try and let me know if it works
> for you.
>
> - STefan |
393
|
Tue Jul 15 12:21:27 2003 |
| R. Beekman | rbeekman@hiscom.nl | Question | | Latest | REQ: Preset attribute with current weeknumber. possible? |
Is it possible to preset an attribute with the current weeknumber? |
394
|
Tue Jul 15 12:47:49 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | Latest | Re: REQ: Preset attribute with current weeknumber. possible? |
> Is it possible to preset an attribute with the current weeknumber?
No. All you can do is
Date format = %W
which displays the week number in the "Entry date" field. This number goes
from 00 to 53. Some systems support "%V", which runs from 01 to 53. |
396
|
Tue Jul 15 23:37:58 2003 |
| Gary Cramblitt | garycramblitt@comcast.net | Question | Linux | v2.3.9 | Modify the date of an entry? |
Great program! Thank you.
Short of manually editing the logbook files, is there a way I can change the
date of an entry? I want to transfer my "Linux Journal", which I have been
writing as a regular document for several months, into elog so I can take
advantage of the threading, sorting, find, etc. |
397
|
Wed Jul 16 08:32:35 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | v2.3.9 | Re: Modify the date of an entry? |
> Short of manually editing the logbook files, is there a way I can change the
> date of an entry? I want to transfer my "Linux Journal", which I have been
> writing as a regular document for several months, into elog so I can take
> advantage of the threading, sorting, find, etc.
You cannot change the entry date, since this is kind of system stamp which
should not be modified. But you can add an attribute like "Issue" for your
Linux Journal, where you can add manually the month and year of release or so.
Then you can preset this attribute with the current date, which you can change
for older issues, like
Attributes = ...., Issue
Preset Issue = $date
Date format = %B %Y
Hope this helps.
- Stefan |