[Koha-cvs] koha clubsAndServices/clubsAndServices.pl clubs... [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Mon Apr 23 17:44:01 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/04/23 15:44:01

Modified files:
	clubsAndServices: clubsAndServices.pl editArchetypes.pl 
	                  editClubsAndServices.pl 
	                  enrollClubsAndServices.pl 
	rotatingCollections: rotatingCollections.pl 
	                     transferCollection.pl 

Log message:
	Updated files so admin privileges are not required.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/clubsAndServices/clubsAndServices.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/clubsAndServices/editArchetypes.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/clubsAndServices/editClubsAndServices.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/clubsAndServices/enrollClubsAndServices.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/rotatingCollections/rotatingCollections.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/rotatingCollections/transferCollection.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: clubsAndServices/clubsAndServices.pl
===================================================================
RCS file: /sources/koha/koha/clubsAndServices/Attic/clubsAndServices.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- clubsAndServices/clubsAndServices.pl	13 Apr 2007 18:40:19 -0000	1.1.2.1
+++ clubsAndServices/clubsAndServices.pl	23 Apr 2007 15:44:01 -0000	1.1.2.2
@@ -16,7 +16,7 @@
     = get_template_and_user({template_name => "clubsAndServices/clubsAndServices.tmpl",
 			     query => $query,
 			     type => "intranet",
-			     authnotrequired => 0,
+			     authnotrequired => 1,
 			     flagsrequired => {parameters => 1},
 			     debug => 1,
 			     });

Index: clubsAndServices/editArchetypes.pl
===================================================================
RCS file: /sources/koha/koha/clubsAndServices/Attic/editArchetypes.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- clubsAndServices/editArchetypes.pl	13 Apr 2007 18:40:19 -0000	1.1.2.1
+++ clubsAndServices/editArchetypes.pl	23 Apr 2007 15:44:01 -0000	1.1.2.2
@@ -18,7 +18,7 @@
     = get_template_and_user({template_name => "clubsAndServices/editArchetypes.tmpl",
 			     query => $query,
 			     type => "intranet",
-			     authnotrequired => 0,
+			     authnotrequired => 1,
 			     flagsrequired => {parameters => 1},
 			     debug => 1,
 			     });

Index: clubsAndServices/editClubsAndServices.pl
===================================================================
RCS file: /sources/koha/koha/clubsAndServices/Attic/editClubsAndServices.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- clubsAndServices/editClubsAndServices.pl	13 Apr 2007 18:40:19 -0000	1.1.2.1
+++ clubsAndServices/editClubsAndServices.pl	23 Apr 2007 15:44:01 -0000	1.1.2.2
@@ -20,7 +20,7 @@
     = get_template_and_user({template_name => "clubsAndServices/editClubsAndServices.tmpl",
 			     query => $query,
 			     type => "intranet",
-			     authnotrequired => 0,
+			     authnotrequired => 1,
 			     flagsrequired => {parameters => 1},
 			     debug => 1,
 			     });

Index: clubsAndServices/enrollClubsAndServices.pl
===================================================================
RCS file: /sources/koha/koha/clubsAndServices/Attic/enrollClubsAndServices.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- clubsAndServices/enrollClubsAndServices.pl	13 Apr 2007 18:40:19 -0000	1.1.2.1
+++ clubsAndServices/enrollClubsAndServices.pl	23 Apr 2007 15:44:01 -0000	1.1.2.2
@@ -16,7 +16,7 @@
     = get_template_and_user({template_name => "clubsAndServices/enrollClubsAndServices.tmpl",
 			     query => $query,
 			     type => "intranet",
-			     authnotrequired => 0,
+			     authnotrequired => 1,
 			     flagsrequired => {parameters => 1},
 			     debug => 1,
 			     });

Index: rotatingCollections/rotatingCollections.pl
===================================================================
RCS file: /sources/koha/koha/rotatingCollections/Attic/rotatingCollections.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- rotatingCollections/rotatingCollections.pl	23 Apr 2007 14:54:54 -0000	1.1.2.1
+++ rotatingCollections/rotatingCollections.pl	23 Apr 2007 15:44:01 -0000	1.1.2.2
@@ -18,7 +18,7 @@
     = get_template_and_user({template_name => "rotatingCollections/rotatingCollections.tmpl",
 			     query => $query,
 			     type => "intranet",
-			     authnotrequired => 0,
+			     authnotrequired => 1,
 			     flagsrequired => {parameters => 1},
 			     debug => 1,
 			     });

Index: rotatingCollections/transferCollection.pl
===================================================================
RCS file: /sources/koha/koha/rotatingCollections/Attic/transferCollection.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- rotatingCollections/transferCollection.pl	23 Apr 2007 14:54:54 -0000	1.1.2.1
+++ rotatingCollections/transferCollection.pl	23 Apr 2007 15:44:01 -0000	1.1.2.2
@@ -23,7 +23,7 @@
     = get_template_and_user({template_name => "rotatingCollections/transferCollection.tmpl",
 			     query => $query,
 			     type => "intranet",
-			     authnotrequired => 0,
+			     authnotrequired => 1,
 			     flagsrequired => {parameters => 1},
 			     debug => 1,
 			     });





More information about the Koha-cvs mailing list