2010/2/22 Ian Walls
> Sounds like a good starting place.
>
> More generally, I'd like to see visibility configured on a Patron Type/Item
> Type level. That is, items of type X can only be seen by patrons with item
> type X viewing permissions, with limits on whether patrons have to be from a
> s
OK, thanks for the suggestion. We will add that to the spec.
Regards,
Bob
> -Original Message-
> From: Galen Charlton [mailto:gmcha...@gmail.com]
> Sent: Tuesday, 23 February 2010 3:58 AM
> To: Eric Bégin
> Cc: Bob Birchall @ Calyx; koha-devel
> Subject: Re: [Koha-d
Sounds like a good starting place.
More generally, I'd like to see visibility configured on a Patron Type/Item
Type level. That is, items of type X can only be seen by patrons with item
type X viewing permissions, with limits on whether patrons have to be from a
specific library or library group.
Hi,
On Mon, Feb 22, 2010 at 9:11 AM, Eric Bégin wrote:
> Why not using this value to set the 'authnotrequired' in the code,
> instead of having this value hardcoded. That way, every pages would be
> protected.
Agreed - this is more comprehensive.
Regards,
Galen
--
Galen Charlton
gmcha...@gma
This is a good idea.
However, I'm not sure that just calling a different template from
opacmain.pl is enough. Unless I'm missing something, people will still
be able to access other pages if they know the URL.
I think that adding the OpacNotPublic is necessary.
Why not using this value to s
+1
On Mon, Feb 22, 2010 at 4:39 AM, Indranil Das Gupta wrote:
> On Mon, Feb 22, 2010 at 11:13 AM, Bob Birchall @ Calyx
> wrote:
>
>
>> We propose adding a syspref 'OpacNotPublic' or similar which when set to
>> 'OFF' will cause no change to current behaviour. When set to 'ON' a
>> different t
On Mon, Feb 22, 2010 at 11:13 AM, Bob Birchall @ Calyx
wrote:
> We propose adding a syspref 'OpacNotPublic' or similar which when set to
> 'OFF' will cause no change to current behaviour. When set to 'ON' a
> different template will be called by opacmain.pl that will display:
> - a login
Le 22/02/2010 06:43, Bob Birchall @ Calyx a écrit :
> Before we lodge on Bugzilla, are there any comments?
>
yes: sound fine to me ;-)
--
Paul POULAIN
http://www.biblibre.com
Expert en Logiciels Libres pour l'info-doc
Tel : (33) 4 91 81 35 08
___
Ko
Most libraries are happy for the public to come to the OPAC and search the
catalogue without being logged in. Others however (corporate libraries,
private colleges) require the user to be logged in before the collection or
any functionality is exposed.
Koha currently supports the first approach.