[Koha-cvs] koha admin/systempreferences.pl updater/updated... [rel_2_2]

paul poulain paul at koha-fr.org
Tue Apr 4 15:54:11 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	paul poulain <tipaul at savannah.gnu.org>	06/04/04 13:54:10

Modified files:
	admin          : systempreferences.pl 
	updater        : updatedatabase 

Log message:
	advancedMARCeditor systempref management

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/admin/systempreferences.pl.diff?only_with_tag=rel_2_2&tr1=1.22.2.14&tr2=1.22.2.15&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/updater/updatedatabase.diff?only_with_tag=rel_2_2&tr1=1.100.2.36&tr2=1.100.2.37&r1=text&r2=text

Patches:
Index: koha/admin/systempreferences.pl
diff -u koha/admin/systempreferences.pl:1.22.2.14 koha/admin/systempreferences.pl:1.22.2.15
--- koha/admin/systempreferences.pl:1.22.2.14	Wed Mar  8 16:18:05 2006
+++ koha/admin/systempreferences.pl	Tue Apr  4 13:54:10 2006
@@ -50,6 +50,7 @@
 
 my %tabsysprefs;
 $tabsysprefs{acquisitions}="Acquisitions";
+$tabsysprefs{advancedMARCEditor}="Catalogue";
 $tabsysprefs{AmazonAssocTag}="OPAC";
 $tabsysprefs{AmazonContent}="OPAC";
 $tabsysprefs{AmazonDevKey}="OPAC";
@@ -88,6 +89,7 @@
 $tabsysprefs{opacstylesheet}="OPAC";
 $tabsysprefs{opacthemes}="OPAC";
 $tabsysprefs{noissuescharge}="Circulation";
+$tabsysprefs{patronimages}="Circulation";
 $tabsysprefs{printcirculationslips}="Circulation";
 $tabsysprefs{ReturnBeforeExpiry}="Circulation";
 $tabsysprefs{serialsadditems}="Catalogue";
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.36 koha/updater/updatedatabase:1.100.2.37
--- koha/updater/updatedatabase:1.100.2.36	Sat Mar 18 22:55:26 2006
+++ koha/updater/updatedatabase	Tue Apr  4 13:54:10 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.36 2006/03/18 22:55:26 kados Exp $
+# $Id: updatedatabase,v 1.100.2.37 2006/04/04 13:54:10 tipaul Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -1113,6 +1113,15 @@
             explanation         => 'If set, a new item will be automatically added when receiving an issue',
             type                => 'YesNo',
         },
+	{
+            uniquefieldrequired => 'variable',
+            variable            => 'advancedMARCeditor',
+            value               => '0',
+            forceupdate         => { 'explanation' => 1,                                                             '
+                                        type' => 1},
+            explanation         => "If set, the MARC editor won't show you tag/subfields description",
+            type                => 'YesNo',
+        },
     ],
 
 );
@@ -1740,6 +1749,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.37  2006/04/04 13:54:10  tipaul
+# advancedMARCeditor systempref management
+#
 # Revision 1.100.2.36  2006/03/18 22:55:26  kados
 # add syspref for the MARC Organization Code of the library
 #





More information about the Koha-cvs mailing list