ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1117
|
Mon May 2 13:27:16 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.5.8-6 | Re: rss feed title & conditional attributes |
> When I define 2 attributes, by default and the second one has to be showed
> depending on the first one value the elog correctly handle the thing, but
> the rss feed shows an empty comma separeted field corresponding to the
> conditional attribute not filled ...
Can you send me the part of your config files with those things so that I can
reproduce it? |
1120
|
Mon May 2 13:34:12 2005 |
| Emiliano Gabrielli | AlberT@SuperAlberT.it | Bug report | Linux | 2.5.8-6 | Re: rss feed title & conditional attributes |
> > When I define 2 attributes, by default and the second one has to be showed
> > depending on the first one value the elog correctly handle the thing, but
> > the rss feed shows an empty comma separeted field corresponding to the
> > conditional attribute not filled ...
>
> Can you send me the part of your config files with those things so that I can
> reproduce it?
it is attached |
1124
|
Mon May 2 14:58:27 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.5.8-6 | Re: rss feed title & conditional attributes |
Ok, fixed. I do however not evaluate the conditional attribute, but just remove any
empty attribute, I guess that makes more sense. |
1126
|
Mon May 2 15:40:02 2005 |
| Emiliano Gabrielli | AlberT@SuperAlberT.it | Bug report | Linux | 2.5.8-6 | Re: rss feed title & conditional attributes |
> Ok, fixed. I do however not evaluate the conditional attribute, but just remove any
> empty attribute, I guess that makes more sense.
ok, it work perfectly, tnx .. I agree with you choice of course :-) |
363
|
Wed Jun 4 11:14:32 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Comment | Other | | Re: rhis logbook |
> I suggest to add an attributes like OS
>
> MOptions OS = linux, windows2000, windowsXP¨, windows2003
>
> to indicate on which version we are speaking
Good idea, I added a "ELOG Version" as well. |
364
|
Wed Jun 4 12:57:11 2003 |
| Etienne Van Caillie | etienne.vancaillie@mba.be | Comment | Other | | Re: rhis logbook |
> > I suggest to add an attributes like OS
> >
> > MOptions OS = linux, windows2000, windowsXP¨, windows2003
> >
> > to indicate on which version we are speaking
>
> Good idea, I added a "ELOG Version" as well.
I suggest MOptions - people are lazy .... :)
by the way any possibilities to have 'multiple icons' ? |
365
|
Wed Jun 4 13:11:51 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Comment | Other | | Re: rhis logbook |
> I suggest MOptions - people are lazy .... :)
Not for the Version! I don't want to update this list on every release (:-(
Plus the list would get too long over time!
> by the way any possibilities to have 'multiple icons' ?
No, you have to use MOptions instead. |
1173
|
Sat Jun 4 12:21:21 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.5.9 | Re: reverse sort option does not work for quick filter |
Heiko Scheit wrote: | The 'reverse sort' option does not work for quick filter searches. In the
URL there is always written 'reverse=0'. For normal 'Find' it works OK. |
I don't understand the problem. If I take the example elogd.cfg from the distribution, it sorts in reverse order, since the file contains Reverse sort=1. If I apply a quick filter, the result is still sorted in reverse order (entry ID from high to low). If I set Reverse sort=0, the even after applying a quick filter, the entries are sorted with their ID from low to high. Applying a quick filter should not put a reverse=0 into the URL, so it's strange to me where this comes from. Can you try to reproduce the problem with the demo elogd.cfg? |