ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
890
|
Fri Jan 21 10:43:21 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: increasing the height of the attribute display field | > I have a play with the Preset text setting and see what I can come up with. By the
> way there is a spelling mistake in the config.html page. In the Conditional
> Attributes section you use the Preset text setting as an example but have spelt it
> as "Prset text ="
Thanks, fixed. |
904
|
Mon Feb 7 09:58:25 2005 |
| Anand Sengupta | anandss@iucaa.ernet.in | Question | Linux | | repository of elog configuration files |
Hi
Is there a repository of elog configuration files for newbies to lookup and
learn ? I have seen the 'contributions' elog - useful as it is ... it is not
much. I would appreciate if someone can point out such a site where people
have contributed their elog configuration files.
Thanks,
AnandO. |
905
|
Mon Feb 7 10:00:42 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: repository of elog configuration files | > Is there a repository of elog configuration files for newbies to lookup and
> learn ? I have seen the 'contributions' elog - useful as it is ... it is not
> much. I would appreciate if someone can point out such a site where people
> have contributed their elog configuration files.
Have a look at the elog:Config+Examples. The configuration of this Forum for
example is there, covering most of the available options.
- Stefan |
929
|
Fri Feb 11 15:44:38 2005 |
| Anand Sengupta | anandss@iucaa.ernet.in | Question | Linux | | Help with configuration newbie |
Hi,
We have set up a elog server at our institute. The configuration file is
attached. We have the following queries:
1. When replying to another reply in a thread, the author_name attribute is
not substitued (as desired). Since this is a mandatory field, we are not
able to send the reply message. However, reply to the originial message
works fine.
2. "Use Email From = string" prepends an additional "" to the "From"
field in the e-mails.
3. "Fixed Attributes Reply = Subject" fixes the subject line while replying.
However when we add "Category" attribute to this list, it breaks.
Can someone help us?
Suggestions and tips will be thankfully recieved. |
Attachment 1: elog_config.txt
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;; CMB ELOG CONFIGURATION ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
password file = cmb.pwd
Admin User = sarah, sengupta
Self register = 3
Menu commands = New, Edit, Reply, Find, Config, Admin, Change password, Download, Logout, Help
Find Menu commands = New, Edit, Reply, Find, Config, Admin, Change password, Logout, Help
Theme = default
Comment = Extended Hierarchical Search Pipeline Development
; -- A few flags
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type
LogFile = /usr/local/epd.log
Filtered browsing = 0
Summary lines = 0
Resubmit default = 2
Restrict edit = 1
; -- Default mode for search display. On the find entry form, the checkboxes are set accordingly.
Display mode = threaded
; -- Number of logbook entries displayed per page in a search result. The default is 20.
Entries per page = 25
; -- Define a number of attributes for the logbook, separated by commata. Typical values are "Author",
; -- "Subject" or "Type".
Attributes = Author, Category, Subject
ROptions Category = General, Reference, Methods, Results, Query
Required Attributes = Author, Subject, Category
; -- preset author and email attributes
Preset Author = $long_name
Preset Author Email = $user_email
; -- add last revision on each edit
Subst on Edit Last Revision = $date by $long_name
; -- these attributes cannot be changed ever
Locked Attributes = Author, Last Revision
; -- We don't want a default email message to go to all the users
Suppress email to users = 0
Display Email recipients = 0
Use Email Subject = [ELOG] $subject
Use Email From = "$long_name <$user_email>"
; -- Options for edit (Author and email is already preset so we dont need to substitute those attributes)
Subst on edit subject = $subject (revised)
Subst on edit category = $category
; -- The attributes specified here cannot be modified during Editing
Fixed Attributes Edit = Author, Author Email, Subject
; -- Options for reply (Anyone can reply so we must remove Author and email attributes from reply and substitute the
; -- current logged in person's name and email id)
Subst on reply subject = Re: $subject
Subst on reply category = $category
Subst on reply Author = $long_name
Subst on reply Email = $user_email
Remove on reply = Author, Author Email
; -- The attributes specified here cannot be modified when an existing entry is modified via the Reply button
Fixed Attributes Reply = Subject
|
937
|
Sat Feb 12 20:11:48 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: Help with configuration newbie | > 1. When replying to another reply in a thread, the author_name attribute is
> not substitued (as desired). Since this is a mandatory field, we are not
> able to send the reply message. However, reply to the originial message
> works fine.
Preset on reply Author = $long_name
Do not use "Remove on reply".
> 2. "Use Email From = string" prepends an additional "" to the "From"
> field in the e-mails.
This has been fixed recently, please update.
> 3. "Fixed Attributes Reply = Subject" fixes the subject line while replying.
> However when we add "Category" attribute to this list, it breaks.
I tried to use your config file and add
Fixed attributes reply = Subject, Category
and it worked as expected. What kind of "break" did you observe? |
938
|
Sat Feb 12 20:51:43 2005 |
| Anand Sengupta | anandss@iucaa.ernet.in | Question | Linux | | Re: Help with configuration newbie | > > 1. When replying to another reply in a thread, the author_name attribute is
> > not substitued (as desired). Since this is a mandatory field, we are not
> > able to send the reply message. However, reply to the originial message
> > works fine.
>
> Preset on reply Author = $long_name
>
> Do not use "Remove on reply".
This worked. Thanks.
>
> > 2. "Use Email From = string" prepends an additional "" to the "From"
> > field in the e-mails.
>
> This has been fixed recently, please update.
Agani, thanks for the information.
>
> > 3. "Fixed Attributes Reply = Subject" fixes the subject line while replying.
> > However when we add "Category" attribute to this list, it breaks.
>
> I tried to use your config file and add
>
> Fixed attributes reply = Subject, Category
>
> and it worked as expected. What kind of "break" did you observe?
For me, when I put the Category in the fixed attributes for reply, I see the
Category but when I actually try to send the message - it says Category not
entered. I am sure I am doing something very stupid. Please help.
- Anand. |
939
|
Sun Feb 13 16:43:05 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: Help with configuration newbie | > For me, when I put the Category in the fixed attributes for reply, I see the
> Category but when I actually try to send the message - it says Category not
> entered. I am sure I am doing something very stupid. Please help.
No, it was a bug, which I could reproduce now. I fixed it in revision 1.554. It will
be contained in the next release. |
951
|
Fri Feb 18 08:43:42 2005 |
| Anand Sengupta | anandss@iucaa.ernet.in | | Linux | | How to import previous emails to elog ? |
Hi
We have setup a elog server and would like to import a bunch of emails as
elog entries. Is there some way we can do this ? Since there are hundreds of
emails, it is not possible to post them individually as new elog entries.
Many thanks,
Anand. |
|