ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
857
|
Mon Dec 20 16:39:17 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: form posting |
> I happened to find something interesting when trying my perl script. it hangs the
> elog system with hand-crafted http header.
This bug has been fixed in revision 1.524 of elogd.c available from CVS. |
858
|
Mon Dec 20 17:18:16 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.5.5-2 | Re: Redirect to wrong hostname |
Ok, I changed that in version 2.5.5-3. Note that one can also use the "elog:..."
substitution, like
Display ThisURL = elog:$logbook/$message id |
861
|
Wed Dec 22 12:56:44 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Other | All | | Re: Complete Bulgarian translation |
Thanks, the file will be contained in the next release. |
863
|
Tue Jan 4 11:38:43 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | All | 2.5.5 | Re: Implementation of RSS feeds |
> The <pubDate> item doesn't appear to be a valid RFC-822 date. Causes some
> aggregators to fail when parsing.
I fixed that, now it passes the Feedvalidator. New version is under CVS. |
864
|
Wed Jan 5 16:04:53 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | | Re: Login/Password request appears twice |
> Have set up 3 top level groups, each with their own password file.
> Ever since users have to 'login' twice to get to the appropriate elog.
> You click on top level group, get to log book and click on the one you want
> and get login/password dialog box, click ok and and you get it again and
> then you finally get into the elog book.
>
> Anything I can check on this behavior?
Sorry my late reply, was very busy these days... (;-) Can you send me your
elogd.cfg so that I can see how you defined your groups?
- Stefan |
865
|
Thu Jan 6 10:08:54 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Windows | | Re: Extendable options for conditional attributes |
> Playing with all the configuration possibilities I have one issue:
> I like to use the "Extendable options" but I can't combine them with
> the "Conditional attributes".
That was never ment to work. But I found some time to implement it. If you
download elog255-4.exe from today it whould work. Let me know if you have
problems. |
866
|
Thu Jan 6 11:25:54 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | | Re: implement 'hide attribute' and 'sort attribute' |
> Could you implement a 'hide attribute' and 'sort attribute' config option?
I implemented it as 'hidden attributes = <list>' and 'sort attributes'. |
870
|
Mon Jan 10 19:44:16 2005 |
| Heiko Scheit | h.scheit@mpi-hd.mpg.de | Request | Linux | | Re: implement 'hide attribute' and 'sort attribute' |
> > Could you implement a 'hide attribute' and 'sort attribute' config option?
>
> I implemented it as 'hidden attributes = <list>' and 'sort attributes'.
'sort attributes' sorts the logbook entries when they are displayed. Or?
What I want is to rearrange the entry mask. E.g. if 'Entry type' article is
selected then the attributes 'Author', 'Journal', 'Title', and 'Year'
should be listed first, as they are required for this bibtex entry type.
Is it possible with the current elogd version to also sort (rearrange) the
attributes in the entry mask? If yes, how?
Thanks for your time. |