ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
160
|
Wed Nov 20 14:53:07 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: Show all entries made by ME ? |
> In my bottom.html file I have:
>
> <A Href="host/Forum/?mode=summary&reverse=1&npp=10&Status=Open">Open</A>
> <A Href="host/Forum/?mode=threaded&reverse=1&npp=10&Status=
> Open">(Threaded)</A> /
> <A Href="host/Forum/?mode=summary&reverse=1&npp=10&Status=C
> losed">Closed</A> /
> <A Href="host/Forum/?mode=summary&reverse=1&npp=10">All</A>
> <A Href="host/Forum/?mode=threaded&reverse=1&npp=10">(threaded)</A>
> tickets.
>
> This sort of implements some of the buttons you have in your whishlist.
>
> This works, because it is the same for all users, now what I would like
> is to add some sort of linke that will "show all entries from ME". I
> could do this on a per user basis, but that's not what I want, Something
> general with $user would be preferable.
>
> Something like:
>
> http://midas.psi.ch/elogdemo/Forum/?
mode=threaded&reverse=1&npp=8&Author=$user
>
> Is this possible ?
I added this feature in version 2.2.3, so now you can click on
http://midas.psi.ch/elogdemo/Forum/?mode=threaded&reverse=1&npp=8&Author=$long_name
and see all your entries. |
162
|
Wed Nov 20 20:07:58 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: upgrading |
> this is happened before, and it just happened upgrading from 2.2.2 to 2.2.3
>
> the link at the bottom of the page shows a previously installed version.
>
> i don't install to the elog directory, i install to a ram disk and copy
over the new executables, the source, readme and help html.
>
> the link showed 2.1.2 until i upgraded to 2.2.2 (i didn't do anything
different than the above. now i'm at 2.2.3 and the link is showing
2.2.2...not that it's a big deal, i'm just wondering what i did wrong
Of course you have to stop the old elogd program and start the new one. Have
you done that? |
163
|
Thu Nov 21 18:22:58 2002 |
| tony summerfelt | snowzone25@yahoo.com | | | | Re: upgrading |
> Of course you have to stop the old elogd program and start the new one. Have
> you done that?
on windows i run it as a service through firedaemon, but i stop it before upgrading...that was one of the first things i checked... |
164
|
Fri Nov 22 09:11:27 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: upgrading |
> > Of course you have to stop the old elogd program and start the new one.
Have
> > you done that?
>
> on windows i run it as a service through firedaemon, but i stop it before
upgrading...that was one of the first things i checked...
Well, the other thing is that the previous page is till in the cache of
Netscape. You have to hit "Reload" in order to properly update the page.
Besides these two things - browser cache and not stopping the old versoin -
there is no possibility how you could see the old version at the bottom of
the page, I update this very carefully on each distribution. |
168
|
Tue Nov 26 08:59:28 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | | Re: Show all common attributes |
> In the "find" command, when searching over all logbooks, it
> would be nice to see ALL attributes, which are common for all
> logbooks (e.g. typically the author name), not just
> logbook name, date and text.
That depends on how you specify what gets displayed in a search (with
the "Display search" option for example). If you try the following link:
http://midas.psi.ch/elogdemo/Forum/?mode=summary&all=1
you see that all attributes are displayed from the three logbooks in this
installation. |
171
|
Thu Nov 28 10:01:47 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Show all common attributes |
> > > In the "find" command, when searching over all logbooks, it
> > > would be nice to see ALL attributes, which are common for all
> > > logbooks (e.g. typically the author name), not just
> > > logbook name, date and text.
> >
> > That depends on how you specify what gets displayed in a search (with
> > the "Display search" option for example). If you try the following link:
> >
> > http://midas.psi.ch/elogdemo/Forum/?mode=summary&all=1
> >
> > you see that all attributes are displayed from the three logbooks in
this
> > installation.
>
> How does the corresponding elogd.cfg entry look like for the
> display search command ? - I can't reproduce this behaviour...
Ok, finally I can confirm the problem. It will be fixed from Version 2.2.4
on. |
174
|
Thu Dec 12 14:16:22 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | | Re: two features |
> unless i missed these in the docs some place:
>
> 1) a threaded display but collapsed threads unstead of all replies showing
This feature has been added in Version 2.2.4 which has been released today.
Use the "collase" button.
> 2) the subject is the link along with the icon. it would make it a little
easier to click on the message if you run your montior on a high resolution...
This feature has been added in Version 2.2.4 as well. Use "line as link = 1"
in elogd.cfg |
175
|
Thu Dec 12 18:10:03 2002 |
| tony summerfelt | snowzone25@yahoo.com | Request | | | Re: two features |
> This feature has been added in Version 2.2.4 which has been released today.
> Use the "collase" button.
> This feature has been added in Version 2.2.4 as well. Use "line as link = 1"
> in elogd.cfg
thanks. that was quick :) |