ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
65959
|
Tue Sep 2 16:03:31 2008 |
| W.Koster | W.Koster@rug.nl | Question | | | Re: Is there a way to indicate when an entry has been edited? |
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)
|
65960
|
Tue Sep 2 16:07:34 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Is there a way to indicate when an entry has been edited? |
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. |
65966
|
Mon Sep 8 23:17:59 2008 |
| Herman Sherman | dsherma1@mscd.edu | Question | Linux | | Is there a way to limit users to view only the entries they have created? |
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 |
65968
|
Tue Sep 9 08:40:41 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: Is there a way to limit users to view only the entries they have created? |
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. |
65972
|
Tue Sep 9 16:12:45 2008 |
| Herman Sherman | dsherma1@mscd.edu | Question | Linux | | Re: Is there a way to limit users to view only the entries they have created? |
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. |
65973
|
Sat Sep 13 23:34:37 2008 |
| Eoin Butler | | Question | Linux | | Moving individual messages in a thread |
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? |
65981
|
Thu Sep 18 14:39:17 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | 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. |
65989
|
Wed Oct 8 15:10:25 2008 |
| Neo | Neo.X@web.de | Question | All | | 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 = * |