[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/acqui.simple addbookslccn.pl,1.4.2.1,1.4.2.2 viewma
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/acqui.simple addbookslccn.pl,1.4.2.1,1.4.2.2 viewmarc.pl,1.1.2.1,1.1.2.2 |
Date: |
Mon, 09 Dec 2002 13:05:31 -0800 |
Update of /cvsroot/koha/koha/acqui.simple
In directory sc8-pr-cvs1:/tmp/cvs-serv16981/acqui.simple
Modified Files:
Tag: rel-1-2
addbookslccn.pl viewmarc.pl
Log Message:
Added checkauth call to top of all intranet scripts. This will allow
installations to choose to use basic authentication or Auth.pm to protect the
intranet side of Koha. Note that all scripts require superlibrarian access by
default.
Index: addbookslccn.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbookslccn.pl,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** addbookslccn.pl 14 Jun 2002 21:20:27 -0000 1.4.2.1
--- addbookslccn.pl 9 Dec 2002 21:04:57 -0000 1.4.2.2
***************
*** 23,26 ****
--- 23,33 ----
my $input = new CGI;
+
+ # Authentication script added, superlibrarian set as default requirement
+
+ my $flagsrequired;
+ $flagsrequired->{superlibrarian}=1;
+ my ($loggedinuser, $cookie, $sessionID) = checkauth($input, 0,
$flagsrequired);
+
my $dbh=C4Connect;
Index: viewmarc.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/viewmarc.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** viewmarc.pl 14 Jun 2002 21:20:27 -0000 1.1.2.1
--- viewmarc.pl 9 Dec 2002 21:04:57 -0000 1.1.2.2
***************
*** 18,21 ****
--- 18,28 ----
my $input = new CGI;
+
+ # Authentication script added, superlibrarian set as default requirement
+
+ my $flagsrequired;
+ $flagsrequired->{superlibrarian}=1;
+ my ($loggedinuser, $cookie, $sessionID) = checkauth($input, 0,
$flagsrequired);
+
my $dbh=C4Connect;
my $fields;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui.simple addbookslccn.pl,1.4.2.1,1.4.2.2 viewmarc.pl,1.1.2.1,1.1.2.2,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha bookcount.pl,1.1.4.2,1.1.4.3 currency.pl,1.1.1.1.2.2,1.1.1.1.2.3 groups.pl,1.1.2.2,1.1.2.3 jmemberentry.pl,1.1.1.1,1.1.1.1.2.1 logout.pl,1.2.2.3,1.2.2.4 mancredit.pl,1.2,1.2.2.1 maninvoice.pl,1.2,1.2.2.1 modrequest.pl,1.1.1.1,1.1.1.1.2.1 orderbreakdown.pl,1.1.1.1.2.1,1.1.1.1.2.2 overdue.pl,1.1.2.1,1.1.2.2 pay.pl,1.3,1.3.2.1 placerequest.pl,1.1.1.1,1.1.1.1.2.1 renewscript.pl,1.2,1.2.2.1 reports.pl,1.1.1.1,1.1.1.1.2.1 reservereport.pl,1.1.1.1,1.1.1.1.2.1 showbudget.pl,1.2.2.1,1.2.2.2 simpleredirect.pl,1.1.1.1,1.1.1.1.2.1 stats.pl,1.4,1.4.2.1 stats2.pl,1.1.1.1,1.1.1.1.2.1 subjectsearch.pl,1.1.1.1.2.2,1.1.1.1.2.3 tidyaccounts.pl,1.1.1.1,1.1.1.1.2.1
- Next by Date:
[Koha-cvs] CVS: koha/acqui acquire.pl,1.2.2.2,1.2.2.3 addorder.pl,1.3.2.2,1.3.2.3 basket.pl,1.2.2.1,1.2.2.2 finishreceive.pl,1.1.1.1.2.2,1.1.1.1.2.3 modorders.pl,1.1.1.1.2.1,1.1.1.1.2.2 newbasket.pl,1.1.1.1.2.2,1.1.1.1.2.3 newbasket2.pl,1.1.1.1.2.2,1.1.1.1.2.3 newbiblio.pl,1.2.2.3,1.2.2.4 order.pl,1.1.1.1.2.1,1.1.1.1.2.2 receive.pl,1.1.1.1.2.3,1.1.1.1.2.4 recieveorder.pl,1.1.1.1.2.1,1.1.1.1.2.2 supplier.pl,1.1.1.1.2.1,1.1.1.1.2.2 updatesupplier.pl,1.1.1.1.2.1,1.1.1.1.2.2
- Previous by thread:
[Koha-cvs] CVS: koha bookcount.pl,1.1.4.2,1.1.4.3 currency.pl,1.1.1.1.2.2,1.1.1.1.2.3 groups.pl,1.1.2.2,1.1.2.3 jmemberentry.pl,1.1.1.1,1.1.1.1.2.1 logout.pl,1.2.2.3,1.2.2.4 mancredit.pl,1.2,1.2.2.1 maninvoice.pl,1.2,1.2.2.1 modrequest.pl,1.1.1.1,1.1.1.1.2.1 orderbreakdown.pl,1.1.1.1.2.1,1.1.1.1.2.2 overdue.pl,1.1.2.1,1.1.2.2 pay.pl,1.3,1.3.2.1 placerequest.pl,1.1.1.1,1.1.1.1.2.1 renewscript.pl,1.2,1.2.2.1 reports.pl,1.1.1.1,1.1.1.1.2.1 reservereport.pl,1.1.1.1,1.1.1.1.2.1 showbudget.pl,1.2.2.1,1.2.2.2 simpleredirect.pl,1.1.1.1,1.1.1.1.2.1 stats.pl,1.4,1.4.2.1 stats2.pl,1.1.1.1,1.1.1.1.2.1 subjectsearch.pl,1.1.1.1.2.2,1.1.1.1.2.3 tidyaccounts.pl,1.1.1.1,1.1.1.1.2.1
- Next by thread:
[Koha-cvs] CVS: koha/acqui acquire.pl,1.2.2.2,1.2.2.3 addorder.pl,1.3.2.2,1.3.2.3 basket.pl,1.2.2.1,1.2.2.2 finishreceive.pl,1.1.1.1.2.2,1.1.1.1.2.3 modorders.pl,1.1.1.1.2.1,1.1.1.1.2.2 newbasket.pl,1.1.1.1.2.2,1.1.1.1.2.3 newbasket2.pl,1.1.1.1.2.2,1.1.1.1.2.3 newbiblio.pl,1.2.2.3,1.2.2.4 order.pl,1.1.1.1.2.1,1.1.1.1.2.2 receive.pl,1.1.1.1.2.3,1.1.1.1.2.4 recieveorder.pl,1.1.1.1.2.1,1.1.1.1.2.2 supplier.pl,1.1.1.1.2.1,1.1.1.1.2.2 updatesupplier.pl,1.1.1.1.2.1,1.1.1.1.2.2
- Index(es):