Commit graph

25 commits

Author SHA1 Message Date
slef
203d9d5749 Replace question with note from Harry Jackson 2004-11-17 12:43:54 +00:00
doxulting
c63212b549 *** empty log message *** 2004-07-30 14:21:27 +00:00
joshferraro
75f3f2ceb7 Fixes discrepency between bibid and biblionumber. Thanks to Tomasz Wolniewicz for
suggesting this elegent solution.
2004-06-03 01:48:19 +00:00
kb2qzv
975f7c53ac README for how to use Biblio.pm and search.pl 2004-05-02 18:08:11 +00:00
kb2qzv
af0fae9824 Replacement file to be used as a temporary fix to get properly formatted records in UTF-8 when importing records from z39.50 server with win1250 (ISO 6937/2) charset. 2004-05-02 18:06:58 +00:00
joshferraro
677fd7ea0c Changing version numbers to correspond with CVS
Fixed the substitution bug (e.g., 4=100 before 4=1);
Added support for the truncation attribute (5=1 and
5=100; thanks to Tomasz M. Wolniewicz for pointing
out these improvements)
2004-04-23 01:15:52 +00:00
joshferraro
d12acee214 Fixed some documentation; no functional changes 2004-04-15 03:47:06 +00:00
tipaul
b81c43c821 sync'ing with rel_2_0 2004-03-24 15:09:25 +00:00
tipaul
af08d677c5 synch'ing 2.0.0 branch (RC4 tag) and head 2004-02-11 08:42:01 +00:00
tipaul
15088957e4 synch'ing with rel_2_0 2004-01-12 16:55:48 +00:00
joshferraro
48ccdd464f A basic Z3950 Server for Koha 2004-01-09 19:50:42 +00:00
slef
f38ad5f522 missed one, sorry 2003-11-06 15:08:40 +00:00
slef
8af672a1c8 now uses placeholders in sql 2003-11-06 15:06:24 +00:00
slef
41169f2238 Now figures out what directory the scripts are in 2003-11-05 23:33:45 +00:00
slef
dc21db2954 Work on install bugs (see bug 632) 2003-10-20 19:16:50 +00:00
slef
f31b394a03 Removing config info from z3950*sh and using C4::Context in processz3950queue (Fixed bug 39) 2003-10-06 09:10:38 +00:00
tipaul
6cf22bce6d fix fog bug #622 : processz3950queue fails 2003-10-01 15:08:14 +00:00
tipaul
256d7b1864 *** empty log message *** 2003-09-05 11:29:48 +00:00
slef
d0f40352af Work on bug 515... can we do a single-side rename of notes to bnotes? 2003-07-15 00:02:49 +00:00
tipaul
a0e141c395 adding isbn/author/title support (forgot to commit those...) 2003-06-23 11:28:52 +00:00
tipaul
26543b430e really proud of this commit :-)
z3950 search and import seems to works fine.
Let me explain how :
* a "search z3950" button is added in the addbiblio template.
* when clicked, a popup appears and z3950/search.pl is called
* z3950/search.pl calls addz3950search in the DB
* the z3950 daemon retrieve the records and stores them in z3950results AND in marc_breeding table.
* as long as there as searches pending, the popup auto refresh every 2 seconds, and says how many searches are pending.
* when the user clicks on a z3950 result => the parent popup is called with the requested biblio, and auto-filled

Note :
* character encoding support : (It's a nightmare...) In the z3950servers table, a "encoding" column has been added. You can put "UNIMARC" or "USMARC" in this column. Depending on this, the char_decode in C4::Biblio.pm replaces marc-char-encode by an iso 8859-1 encoding. Note that in the breeding import this value has been added too, for a better support.
* the marc_breeding and z3950* tables have been modified : they have an encoding column and the random z3950 number is stored too for convenience => it's the key I use to list only requested biblios in the popup.
2003-04-29 16:48:25 +00:00
tipaul
a3c119a356 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).
2003-04-29 08:09:42 +00:00
tipaul
a118eeacfc 1st draft for z3950 client import.
moving Breeding farm script to a perl package C4/Breeding.pm
2003-04-22 12:22:52 +00:00
wolfpac444
4d88a09509 Removed the unecessary $dbh argument from being passed.
Resolved a few minor FIXMEs.
2003-02-19 01:01:06 +00:00
tipaul
ba814c7544 moving z3950 related scripts to specific dir 2002-11-22 10:15:22 +00:00