Commit graph

1967 commits

Author SHA1 Message Date
slef
80f17291cd Adding USMARC to LOC z3950 entry 2003-10-20 16:10:19 +00:00
tipaul
32ee0e6a58 removing outdated scripts. 2003-10-20 15:44:57 +00:00
tipaul
b8fca2a019 Upgrade script :
the koha2marc.pl copies the old DB into the new MARC one. This script must be executed when migrating from 1.2.x to 2.0.x.
2003-10-20 15:42:43 +00:00
tipaul
539d1fa7ca koha.upgrade bugfixes. Should work... 2003-10-20 14:25:36 +00:00
cauchoip
2fb19083d2 fix for #436 on french default template 2003-10-17 11:10:57 +00:00
tipaul
1af44318c6 Indexing only words longer than 2 letters. Was >=2 before, & 2 letters words usually means nothing. 2003-10-17 10:02:56 +00:00
rangi
68067f6400 Fix for bug 436, thanks to Pierre 2003-10-16 20:36:25 +00:00
tipaul
2758cd2a75 script to clean MARC DB when a subfield is removed from the MARC editor : the subfield is NOT removed from DB (to avoid stupid loss of data). This script forever removes unused subfields from the DB. Quite fast script. 2003-10-14 12:36:36 +00:00
tipaul
41f1493fc2 improving non-MARC biblio detail in both intranet and opac. 2003-10-14 11:37:47 +00:00
tipaul
0d96be2e29 adding rebuildnonmarc.pl script : run this script when you change a link between marc and non MARC DB. It rebuilds the non-MARC DB (long operation) 2003-10-14 09:45:29 +00:00
rangi
13f7f793ea Fix for bug 588
Now i just have to get the plural/singular for results /result working
2003-10-10 00:35:06 +00:00
tipaul
31a590d4ad fix for 536 (subtitle error) 2003-10-06 15:20:51 +00:00
tipaul
518d879544 moving & templating charges to admin part of Koha 2003-10-06 13:40:49 +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
kb2qzv
3f8a33ae70 no message 2003-10-05 22:44:02 +00:00
slef
9df450b936 add locale test (Closes: 576) and remove crap underlining 2003-10-05 21:27:06 +00:00
kb2qzv
703b568b06 first upload 2003-10-05 19:20:42 +00:00
kb2qzv
4fc8d58ab3 update of code and translation 2003-10-05 18:57:16 +00:00
kb2qzv
15ec05d09d update of code and translation 2003-10-05 18:51:46 +00:00
kb2qzv
c420512fa0 latest code update 2003-10-04 20:45:12 +00:00
kb2qzv
31d89b1801 minor corrections 2003-10-04 19:47:09 +00:00
kb2qzv
b6e24de9a9 first translation and upload 2003-10-04 19:46:28 +00:00
kb2qzv
86f42a0986 latest code update 2003-10-04 12:58:40 +00:00
kb2qzv
705f99b8a2 first upload 2003-10-04 12:53:07 +00:00
kb2qzv
6a723a6f2f latest code update 2003-10-04 09:59:49 +00:00
kb2qzv
1ce6853b61 latest code update 2003-10-04 09:52:36 +00:00
kb2qzv
41d3fac79a latest code update 2003-10-04 09:34:15 +00:00
kb2qzv
e14e1d1dc8 first upload 2003-10-04 09:25:44 +00:00
kb2qzv
1ff4d44a87 latest code update 2003-10-04 09:21:00 +00:00
kb2qzv
994e39f9c5 latest code update 2003-10-04 09:15:04 +00:00
kb2qzv
4723c8586c latest code update 2003-10-04 09:00:30 +00:00
kb2qzv
7fb5176504 latest code update 2003-10-04 08:48:35 +00:00
kb2qzv
bcd1ec980a corrections of closing tag </h2> 2003-10-04 08:43:10 +00:00
kb2qzv
6559b77ff6 first translation 2003-10-04 08:37:20 +00:00
kb2qzv
f31823b193 minor translation improvements 2003-10-03 20:04:18 +00:00
kb2qzv
16c9613724 Earlier mistakes: files internally had mixed character encodings. Now ... -> iso-8859-2, the standard for the Polish language. 2003-10-01 15:14:31 +00:00
tipaul
6cf22bce6d fix fog bug #622 : processz3950queue fails 2003-10-01 15:08:14 +00:00
tipaul
d90136a57e oups... typo fix in z3950random field definition 2003-10-01 15:03:45 +00:00
tipaul
db7b80b859 fixing "z3950daemon not null" problem by changing the field to "null" instead of "not null". 2003-10-01 13:43:48 +00:00
tipaul
4434389d57 seems a char encoding problem modified something in char_decode sub... changing back to something that works... 2003-10-01 13:25:49 +00:00
kb2qzv
68842e9e32 Earlier mistakes: files internally had mixed character encodings. Now ... -> iso-8859-2, the standard for the Polish language. 2003-10-01 12:46:58 +00:00
tipaul
d496f547cf adding barcode NOT mandatory feature. Just run updatedatabase to get it.
Note it's impossible to issue an item without barcode, as issue/returns is based on barcode...
2003-09-30 16:22:05 +00:00
tipaul
ace84f1c99 fixing space not javascript compliant. mozilla don't cares, but IE cares. 2003-09-30 13:13:36 +00:00
kb2qzv
2199321c2a Initial translation 2003-09-28 08:31:24 +00:00
slef
81b51763d9 I prefer this solution, able to keep blank userids. Sorry for the repeated commits. 2003-09-26 12:08:01 +00:00
slef
e87c347d1c grrr typo... must test before checkin 2003-09-26 12:01:41 +00:00
slef
b1bb6df883 related fix to not change userid if blank 2003-09-26 11:59:36 +00:00
slef
b80ec6db88 Fix for bug532: do not error if userid is left intact 2003-09-26 11:53:12 +00:00
rangi
425d7eb54f Fix for bug 618
duplicate cardnumber checking
2003-09-25 09:23:26 +00:00
rangi
985af48c45 Fixing bug 619 2003-09-25 09:11:24 +00:00