Re: Redirect to wrong hostname, posted by Ulrich Trüssel on Sun Dec 19 19:00:06 2004
|
know that illness... :-( but was the last of the family of 4 people
i'd like to ask for an other usefull change togehter with this and how url's are
handled by elog:
since there may be spaces in the name of a logbook (ex. "1stWordOfLogbook
2ndWordOfLogbook") it is very userfriendly to name logbooks. also it's easy th
make a reference for a other entry by copy and paste:
Display ThisURL = http://localhost:8080/$logbook/$message id
however, using spaces in the logbook name may give a wrong result, because the
url would be http://localhost:8080/1stWordOfLogbook
and the space as well as the 2ndWordOfLogbook//$message id is only normal text.
may it be possible stefan, to replace the space in an url (starting
with "http://") with a "+" or "%20"? this would allow to automate some things.
actual the logbook name has to be hardcoded.
> > I think you should be using tcp_hostname instead of gethostname if it is
> > specified.
>
> Sorry my late reply, I was ill for some time. I implemented your suggestion in
> revision 1.522 which is available from CVS.
>
> Note that there is also the "URL = xxx" option in the configuration file which
> lets you specify the whole URL including the host name. |
Re: Redirect to wrong hostname, posted by Stefan Ritt on Mon Dec 20 17:18:16 2004
|
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 |
Re: Implementation of RSS feeds, posted by Matthew on Tue Jan 4 00:55:26 2005
|
The <pubDate> item doesn't appear to be a valid RFC-822 date. Causes some
aggregators to fail when parsing.
The error is shown by Feedvalidator:
http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fmidas.psi.ch%2Felogs%2FForum%2Felog.rdf
> I implemented experimentally RSS feeds into Elog. Before releasing this new
> addition, I would like to collect some experience with it. This forum now
> supports RSS feeds, for which you can subscribe with a RSS feed reader like
> Mozilla Firefox. Please give it a try and send me any feedback.
>
> For an introduction to RSS feeds, please see
>
> http://www.webreference.com/authoring/languages/xml/rss/intro/
>
> To subscribe to a logbook, enter following URL into your RSS reader:
>
> http://<your-elog-host.domain>/<logbook>/elog.rdf
>
> From the newest Mozilla Firefox browser, you can also click on the RSS box at
> the lower right corner of the browser (see attachment). |
Re: Implementation of RSS feeds, posted by Stefan Ritt on Tue Jan 4 11:38:43 2005
|
> 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. |
Re: Login/Password request appears twice, posted by Stefan Ritt on Wed Jan 5 16:04:53 2005
|
> 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 |
MOptions and Extendable, posted by Neil Swartz on Sat Jan 8 17:31:07 2005
|
If an attribute uses MOptions and is also extendable, clicking "Add
<attribute name>" and entering a value adds the value to the MOptions, but
does not put the value into the log entry. The log record has that
attribute blank.
You have to go back into the record and edit it to put the new value in. |
Re: Login/Password request appears twice, posted by PJ Meyer on Wed Jan 12 23:48:18 2005
|
> > 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
OK elogd.cfg is attached. |
Menu command = doesn't list, posted by PJ Meyer on Wed Jan 12 23:53:27 2005
|
Have tried to use "Menu commands =" to list menu commands available as per:
"Menu commands = List, Back, New, Edit, Delete, Find, Config, HELP, Logout"
but it does not seem to work; with command above I get default menu
structure.
Using:
"Find Menu commands = List, Back, New, Edit, Find, Delete, Config, Logout,
HELP"
I get the menu I want.
Q what's the difference????? |