koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/admin categorie.pl,1.11,1.12 currency.pl,1.8,1.9 pr


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/admin categorie.pl,1.11,1.12 currency.pl,1.8,1.9 printers.pl,1.8,1.9 stopwords.pl,1.9,1.10 z3950servers.pl,1.7,1.8
Date: Tue, 06 May 2003 07:55:45 -0700

Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv10624/admin

Modified Files:
        categorie.pl currency.pl printers.pl stopwords.pl 
        z3950servers.pl 
Log Message:
authentication fixes

Index: categorie.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/categorie.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** categorie.pl        8 Apr 2003 17:08:37 -0000       1.11
--- categorie.pl        6 May 2003 14:55:39 -0000       1.12
***************
*** 78,81 ****
--- 78,82 ----
                             type => "intranet",
                             authnotrequired => 0,
+                            flagsrequired => {parameters => 1},
                             debug => 1,
                             });

Index: currency.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/currency.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** currency.pl 10 Apr 2003 04:05:18 -0000      1.8
--- currency.pl 6 May 2003 14:55:39 -0000       1.9
***************
*** 84,88 ****
                               query => $input,
                               type => "intranet",
!                              authnotrequired => 0,
                               debug => 1,
                               });
--- 84,89 ----
                               query => $input,
                               type => "intranet",
!                            flagsrequired => {parameters => 1},
!                            authnotrequired => 0,
                               debug => 1,
                               });

Index: printers.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/printers.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** printers.pl 5 Apr 2003 03:35:09 -0000       1.8
--- printers.pl 6 May 2003 14:55:39 -0000       1.9
***************
*** 85,89 ****
                               type => "intranet",
                               authnotrequired => 0,
!                              debug => 1,
                               });
  
--- 85,90 ----
                               type => "intranet",
                               authnotrequired => 0,
!                            flagsrequired => {parameters => 1},
!                             debug => 1,
                               });
  

Index: stopwords.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/stopwords.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** stopwords.pl        5 Apr 2003 03:35:09 -0000       1.9
--- stopwords.pl        6 May 2003 14:55:39 -0000       1.10
***************
*** 81,89 ****
  my ($template, $loggedinuser, $cookie) 
      = get_template_and_user({template_name => "parameters/stopwords.tmpl",
!                              query => $input,
!                              type => "intranet",
!                              authnotrequired => 0,
!                              debug => 1,
!                              });
  
  $template->param(script_name => $script_name,
--- 81,90 ----
  my ($template, $loggedinuser, $cookie) 
      = get_template_and_user({template_name => "parameters/stopwords.tmpl",
!                             query => $input,
!                             type => "intranet",
!                           flagsrequired => {parameters => 1},
!                           authnotrequired => 0,
!                             debug => 1,
!                             });
  
  $template->param(script_name => $script_name,

Index: z3950servers.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/z3950servers.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** z3950servers.pl     29 Apr 2003 16:48:29 -0000      1.7
--- z3950servers.pl     6 May 2003 14:55:41 -0000       1.8
***************
*** 64,72 ****
  my ($template, $loggedinuser, $cookie) 
      = get_template_and_user({template_name => "parameters/z3950servers.tmpl",
!                              query => $input,
!                              type => "intranet",
!                              authnotrequired => 0,
!                              debug => 1,
!                              });
  
  
--- 64,73 ----
  my ($template, $loggedinuser, $cookie) 
      = get_template_and_user({template_name => "parameters/z3950servers.tmpl",
!                               query => $input,
!                               type => "intranet",
!                               authnotrequired => 0,
!                               flagsrequired => {parameters => 1},
!                               debug => 1,
!                               });
  
  




reply via email to

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