Copy & Move To in Spanish, posted by Marimar Rodriguez on Mon Aug 11 20:35:16 2008
|
Hi,
when I choose the Spanish language, the command Copy To isn't allowed. I have had to change the language file and change the line:
Copy To = Copiar a
to
Copy To = Copy To
Bye! |
Re: Copy & Move To in Spanish, posted by Stefan Ritt on Tue Aug 12 08:42:58 2008
|
Marimar Rodriguez wrote: |
when I choose the Spanish language, the command Copy To isn't allowed. I have had to change the language file and change the line:
Copy To = Copiar a
to
Copy To = Copy To
|
That's strange. I just tried (even with Spanish) and it worked for me. Which version of elog do you have installed? Can you send me your elogd.cfg file? |
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. |
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. |
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. |