[Koha-cvs] CVS: koha/updater updatedatabase,1.28,1.29

Paul POULAIN tipaul at users.sourceforge.net
Mon Jan 6 12:14:13 CET 2003


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1:/tmp/cvs-serv11083

Modified Files:
	updatedatabase 
Log Message:
last bugfixes before 1.3.3 : systempref table correctly filled

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** updatedatabase	10 Dec 2002 13:27:47 -0000	1.28
--- updatedatabase	6 Jan 2003 11:14:11 -0000	1.29
***************
*** 20,24 ****
  
  # Koha modules
! use C4::Context;
  	# FIXME - /etc/koha.conf might not exist, so shouldn't use
  	# C4::Context.
--- 20,24 ----
  
  # Koha modules
! use C4::Context("/etc/koha.conf.tmp");
  	# FIXME - /etc/koha.conf might not exist, so shouldn't use
  	# C4::Context.
***************
*** 215,219 ****
  						'nocalc' => 'int(11)'},
  	borrowers=>{'userid' => 'char(30)',
! 					'password' => 'char(30)',},
  	aqorders=>{'budgetdate' => 'date'},
  	#added so that reference items are not available for reserves...
--- 215,220 ----
  						'nocalc' => 'int(11)'},
  	borrowers=>{'userid' => 'char(30)',
! 					'password' => 'char(30)',
! 					'flags' => 'int(11)'},
  	aqorders=>{'budgetdate' => 'date'},
  	#added so that reference items are not available for reserves...
***************
*** 258,265 ****
      	{ uniquefieldrequired => 'variable', variable => 'acquisitions', value => 'simple', explanation => 'normal or simple : will use acquisition system found in directory acqui.simple or acquisition' },
      	{ uniquefieldrequired => 'variable', variable => 'dateformat', value => 'metric', explanation => 'metric or us' },
!     	{ uniquefieldrequired => 'variable', variable => 'template', value => 'metric', explanation => 'template default name' },
!     	{ uniquefieldrequired => 'variable', variable => 'autoBarcode', value => 'metric', explanation => '1 or else. If 1, Barcode is auto-calculated' },
!     	{ uniquefieldrequired => 'variable', variable => 'insecure', value => 'metric', explanation => 'if YES, no auth at all is needed. Be careful if you set this to yes !' },
      	{ uniquefieldrequired => 'variable', variable => 'authoritysep', value => '--', explanation => 'the separator used in authority/thesaurus. Usually --' },
      ],
  
--- 259,269 ----
      	{ uniquefieldrequired => 'variable', variable => 'acquisitions', value => 'simple', explanation => 'normal or simple : will use acquisition system found in directory acqui.simple or acquisition' },
      	{ uniquefieldrequired => 'variable', variable => 'dateformat', value => 'metric', explanation => 'metric or us' },
!     	{ uniquefieldrequired => 'variable', variable => 'template', value => "default', explanation => 'template default name' },
!     	{ uniquefieldrequired => 'variable', variable => 'autoBarcode', value => '1', explanation => '1 or else. If 1, Barcode is auto-calculated' },
!     	{ uniquefieldrequired => 'variable', variable => 'insecure', value => 'NO', explanation => 'if YES, no auth at all is needed. Be careful if you set this to yes !' },
      	{ uniquefieldrequired => 'variable', variable => 'authoritysep', value => '--', explanation => 'the separator used in authority/thesaurus. Usually --' },
+     	{ uniquefieldrequired => 'variable', variable => 'opaclanguages', value => 'en', explanation => 'languages' },
+     	{ uniquefieldrequired => 'variable', variable => 'opacthemes', value => 'default', explanation => 'theme' },
+     	{ uniquefieldrequired => 'variable', variable => 'timeout', value => '12000000', explanation => 'login timeout' },
      ],
  
***************
*** 527,530 ****
--- 531,537 ----
  
  # $Log$
+ # Revision 1.29  2003/01/06 11:14:11  tipaul
+ # last bugfixes before 1.3.3 : systempref table correctly filled
+ #
  # Revision 1.28  2002/12/10 13:27:47  tipaul
  # bugfixes (davide mails in koha-dev)





More information about the Koha-cvs mailing list