koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/opac opac-shelves.pl,1.3,1.3.2.1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/opac opac-shelves.pl,1.3,1.3.2.1
Date: Tue, 11 Jan 2005 08:34:03 -0800

Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4030/opac

Modified Files:
      Tag: rel_2_2
        opac-shelves.pl 
Log Message:
fix for http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=811 :
The OPAC requires uses to log in to view virtual shelves, and it requires a user
with librarian privileges.  Virtual shelves should be viewable by all users,
logged in or not, and editable by all logged-in users in good standing.

Index: opac-shelves.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-shelves.pl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** opac-shelves.pl     3 Jan 2005 11:09:34 -0000       1.3
--- opac-shelves.pl     11 Jan 2005 16:33:57 -0000      1.3.2.1
***************
*** 43,47 ****
                                                        query => $query,
                                                        type => "opac",
!                                                       authnotrequired => 0,
                                                });
  
--- 43,47 ----
                                                        query => $query,
                                                        type => "opac",
!                                                       authnotrequired => 1,
                                                });
  
***************
*** 188,191 ****
--- 188,197 ----
  #
  # $Log$
+ # Revision 1.3.2.1  2005/01/11 16:33:57  tipaul
+ # fix for http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=811 :
+ # The OPAC requires uses to log in to view virtual shelves, and it requires a 
user
+ # with librarian privileges.  Virtual shelves should be viewable by all users,
+ # logged in or not, and editable by all logged-in users in good standing.
+ #
  # Revision 1.3  2005/01/03 11:09:34  tipaul
  # synch'ing virtual shelves management in opac with the librarian one, that 
has more features




reply via email to

[Prev in Thread] Current Thread [Next in Thread]