ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1391
|
Fri Aug 5 16:48:56 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.6.0b4 | Re: How does RSS interact with password protection? |
Chris Green wrote: | Can I have an RSS feed to a protected log book? Does it also require authentication, or does it bypass it? If it bypasses it, how do I disable RSS?
Thanks,
Chris. |
I added this topic to the FAQs at http://midas.psi.ch/elog/faq.html#15 |
1392
|
Fri Aug 5 16:51:02 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.6.0-CVS | Re: Top Groups, Show Top Groups, password file and Protect Selection page have nasty interaction |
Chris Green wrote: | The quick attempt I just made to use this doesn't do what I want, which is to require password protection for the Analysis logbook selection page. |
This indeed is not possible and you have to use top groups for that. |
1398
|
Mon Aug 15 12:54:56 2005 |
| Michael Husbyn | michaelh@online.no | Question | Linux | 2.5.9-2 | Re: Omitting some fields in e-mail |
>
> > I added the option "Email attributes = <list>" for that. So you can specify
> >
> > Email attributes = UA, Pri, Status, Oppdragsgiver, EpostTil, Tittel
> >
> > which also sets the order of the attributes. The cange is in CVS.
Hello Stefan,
Tested the 2.6.0-beta4, and it sort of works. config parameter:
Email attributes = Tittel,Status
gives the mail:
Logbook : work
Tittel : Test
Status : Åpen
Logbook URL : http://xxxxxxxxxxxxxxxx/work/904
---
Is there a way to remove Logbook field (and perhaps Logbook URL if I want?)
Best regards
Michael |
1399
|
Fri Aug 26 13:08:10 2005 |
| Heiko Scheit | h.scheit@mpi-hd.mpg.de | Request | | | something for the wishlist: 'Recent Changes' |
Something for the wishlist:
A 'Recent Changes'-link (option) that lists entries that were changed
recently, where 'recent' can be changed from 1,2,3...(some maximum)
days. |
1402
|
Thu Sep 1 17:53:58 2005 |
| ralphb | elog@spampot.com | | | | Re: Changes in Comment and Elog Index page? |
ralphb wrote: | - The "Several logbooks are defined on this host" elog index page was previously collapsable, now it is not. |
OK, I've fixed that one with "Expand Selection page = 0" |
1403
|
Thu Sep 1 18:26:38 2005 |
| ralphb | elog@spampot.com | Comment | | | Re: something for the wishlist: 'Recent Changes' |
Heiko Scheit wrote: | A 'Recent Changes'-link (option) that lists entries that were changed
recently, where 'recent' can be changed from 1,2,3...(some maximum)
days. |
Two possible solutions:
1. Use ELOG's RSS support (look for "RSS Title" in the config syntax help). I added an RSS icon to each entry with "Bottom Text=<a href="http://myserver:8080/mylogbook/elog.rdf"><img border=0 height="14" width="36" src="/Rssicon_3614.gif" alt="[RSS]"></a>
2. Add a new attribute "Revised" and config it as follows: "Locked attributes = Revised" and "Subst on Edit Revised = $date". It'll get updated each time the entry gets updated. Then all you just need to create a link to "http://yourserver:8080/yourlogbook/page?mode=summary&rsort=Revised"
Best regards, Ralph. |
1404
|
Mon Sep 5 20:05:43 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | V2.5.9-4 | Re: password forgot kills elogd |
Martin Lindjärv wrote: |
But i found a bug or something like that. I installed elog on win2003 and winxp with default settings. And everywhere i had same problem - when forgot password is used it kills elogd. Error what is reported in EventLog is "Faulting application elogd.exe, version 0.0.0.0, faulting module elogd.exe, version 0.0.0.0, fault address 0x0002f1ee." and thats all. For testing tried newest beta too but it seems to have same problem.
i can insert my email address and when i click submit it wait's for some time and then gives 404.
But tried under linux (gentoo) and everything works like charm.
|
I tried with the current version under XP and found no problem. Can you try 2.6.0-beta4? |
1405
|
Mon Sep 5 20:16:50 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | Linux | 2.5.7 | Re: charset specified in elog.conf has no effect [updated] |
cunnilinux wrote: | well, here's the problem that i had: my charset (koi8-u) was specified in elog.conf for every logbook, but this had no effect, and all elog pages continued tu appeared as iso-8859-1 (which is the default) when i specified charset in the global section, the problem's gone away.
2do: i think it's worth testing how does it work whet charset specified for a separate logbook overrides globally specidied charset
elog version that is in use: 2.5.7 from debian sarge 3.1 r0a powerpc
|
The documentation clearly states that the "charset" option is under the [global] section. I put it there since it does not make much sense to have separate charsets for separate logbooks. Or do you have one Russian, one Japanese and one Swedish logbook on the same server? Maybe for an international language school 
I can easily put it into the individual logbook's config, but only if more than one person requests this. |