koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/updater updatedatabase,1.40,1.41


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.40,1.41
Date: Tue, 29 Apr 2003 01:09:48 -0700

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

Modified Files:
        updatedatabase 
Log Message:
z3950 support is coming...
* adding a syntax column in z3950 table = this column will say wether the z3950 
must be called with PerferedRecordsyntax => USMARC or PerferedRecordsyntax => 
UNIMARC. I tried some french UNIMARC z3950 servers, and some only send USMARC, 
some only UNIMARC, some can answer with both.
Note this is a 1st draft. More to follow (today ? I hope).


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** updatedatabase      22 Apr 2003 10:48:27 -0000      1.40
--- updatedatabase      29 Apr 2003 08:09:44 -0000      1.41
***************
*** 233,236 ****
--- 233,237 ----
        itemtypes=>{'notforloan' => 'smallint(6)'},
        systempreferences =>{'explanation' => 'char(80)'},
+       z3950servers =>{'syntax' => 'char(80)'},
  );
  
***************
*** 282,285 ****
--- 283,287 ----
        { uniquefieldrequired => 'variable', variable => 'checkdigit', value => 
'katipo', explanation => 'none= no check on member cardnumber. katipo= katipo 
check' },
        { uniquefieldrequired => 'variable', variable => 'dateformat', value => 
'ISO', explanation => 'date format (US mm/dd/yyyy, metric dd/mm/yyy, ISO 
yyyy/mm/dd) ' },
+       { uniquefieldrequired => 'variable', variable => 
'KohaAdminEmailAddress', value => 'address@hidden', explanation => 'the email 
adress where borrowers modifs are sent' },
     ],
  
***************
*** 547,550 ****
--- 549,557 ----
  
  # $Log$
+ # Revision 1.41  2003/04/29 08:09:44  tipaul
+ # z3950 support is coming...
+ # * adding a syntax column in z3950 table = this column will say wether the 
z3950 must be called with PerferedRecordsyntax => USMARC or 
PerferedRecordsyntax => UNIMARC. I tried some french UNIMARC z3950 servers, and 
some only send USMARC, some only UNIMARC, some can answer with both.
+ # Note this is a 1st draft. More to follow (today ? I hope).
+ #
  # Revision 1.40  2003/04/22 10:48:27  wolfpac444
  # Added "father" column to bibliothesaurus table




reply via email to

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