koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha acqui/neworderbiblio.pl authorities/auth_f... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha acqui/neworderbiblio.pl authorities/auth_f... [rel_3_0]
Date: Mon, 20 Nov 2006 18:12:12 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/11/20 18:12:12

Modified files:
        acqui          : neworderbiblio.pl 
        authorities    : auth_finder.pl auth_linker.pl 
                         authorities-home.pl authorities.pl 

Log message:
        fix userflags required to open theses templates.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/neworderbiblio.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.2&r2=1.1.2.3
http://cvs.savannah.gnu.org/viewcvs/koha/authorities/auth_finder.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.11&r2=1.11.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/authorities/auth_linker.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/authorities/authorities-home.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.14&r2=1.14.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/authorities/authorities.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.15.2.3&r2=1.15.2.4

Patches:
Index: acqui/neworderbiblio.pl
===================================================================
RCS file: /sources/koha/koha/acqui/Attic/neworderbiblio.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- acqui/neworderbiblio.pl     30 Oct 2006 11:24:07 -0000      1.1.2.2
+++ acqui/neworderbiblio.pl     20 Nov 2006 18:12:12 -0000      1.1.2.3
@@ -86,7 +86,7 @@
         query           => $input,
         type            => "intranet",
         authnotrequired => 0,
-        flagsrequired   => { order => 1 },
+        flagsrequired   => { acquisition => 1 },
     }
 );
 

Index: authorities/auth_finder.pl
===================================================================
RCS file: /sources/koha/koha/authorities/auth_finder.pl,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -b -r1.11 -r1.11.2.1
--- authorities/auth_finder.pl  10 Aug 2006 13:00:27 -0000      1.11
+++ authorities/auth_finder.pl  20 Nov 2006 18:12:12 -0000      1.11.2.1
@@ -76,7 +76,6 @@
                                query => $query,
                                type => 'intranet',
                                authnotrequired => 0,
-                               flagsrequired => {borrowers => 1},
                                flagsrequired => {catalogue => 1},
                                debug => 1,
                                });

Index: authorities/auth_linker.pl
===================================================================
RCS file: /sources/koha/koha/authorities/auth_linker.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- authorities/auth_linker.pl  19 May 2006 18:04:17 -0000      1.1
+++ authorities/auth_linker.pl  20 Nov 2006 18:12:12 -0000      1.1.2.1
@@ -77,7 +77,6 @@
                                query => $query,
                                type => 'intranet',
                                authnotrequired => 0,
-                               flagsrequired => {borrowers => 1},
                                flagsrequired => {catalogue => 1},
                                debug => 1,
                                });

Index: authorities/authorities-home.pl
===================================================================
RCS file: /sources/koha/koha/authorities/authorities-home.pl,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -b -r1.14 -r1.14.2.1
--- authorities/authorities-home.pl     10 Aug 2006 13:33:57 -0000      1.14
+++ authorities/authorities-home.pl     20 Nov 2006 18:12:12 -0000      1.14.2.1
@@ -80,7 +80,6 @@
             query => $query,
             type => 'intranet',
             authnotrequired => 0,
-            flagsrequired => {borrowers => 1},
             flagsrequired => {catalogue => 1},
             debug => 1,
         });

Index: authorities/authorities.pl
===================================================================
RCS file: /sources/koha/koha/authorities/authorities.pl,v
retrieving revision 1.15.2.3
retrieving revision 1.15.2.4
diff -u -b -r1.15.2.3 -r1.15.2.4
--- authorities/authorities.pl  17 Nov 2006 13:18:58 -0000      1.15.2.3
+++ authorities/authorities.pl  20 Nov 2006 18:12:12 -0000      1.15.2.4
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: authorities.pl,v 1.15.2.3 2006/11/17 13:18:58 tipaul Exp $
+# $Id: authorities.pl,v 1.15.2.4 2006/11/20 18:12:12 toins Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -357,7 +357,7 @@
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
-                            flagsrequired => {editcatalogue => 1},
+                            flagsrequired => {editauthorities => 1},
                             debug => 1,
                             });
 $template->param(nonav   => 
$nonav,index=>$myindex,authtypecode=>$authtypecode,);




reply via email to

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