tipaul
6cf22bce6d
fix fog bug #622 : processz3950queue fails
2003-10-01 15:08:14 +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
rangi
425d7eb54f
Fix for bug 618
...
duplicate cardnumber checking
2003-09-25 09:23:26 +00:00
tipaul
323642f5a1
all those fixes are related to translation improvement.
...
A few minor bugfixes too in perl code.
NOTE TO ENGLISH "TEMPLATORS" : you should look at this commits, as some ideas are really nice. Thanks to Carole, Wesford School, new Koha user in France :-)
2003-09-18 10:19:28 +00:00
tipaul
139775d7c7
fixing bug that makes a MARC biblio disappear when using full acquisition (order => recieve ==> MARC editor).
...
Before this 2 lines fix, the MARC biblio was deleted during recieve, and had to be entirely recreated :-(
2003-09-17 14:21:13 +00:00
tipaul
64d6029a7d
notforloan value in itemtype was overwritting notforloan value in a given item.
...
I changed this behaviour :
if notforloan is set for a given item, and NOT for all items from this itemtype, the notforloan is kept.
If notforloan is set for itemtype, it's used (and impossible to loan a specific item from this itemtype)
2003-09-17 10:24:39 +00:00
tipaul
45414c767b
remove trailing , in subject list
2003-09-17 10:20:12 +00:00
rangi
b1acf4e1b4
Fix for bug 603
2003-09-12 00:46:21 +00:00
rangi
8d8102cdc3
Fix for showing the current borrower on the moredetail.pl page
2003-09-11 22:03:43 +00:00
tipaul
f2c07bb529
bugfix : biblios without isbn where not added into the breeding farm
2003-09-08 08:42:40 +00:00
tipaul
b36dc7537c
fix for 593 (data duplication in MARC-DB)
2003-09-04 14:11:23 +00:00
tipaul
8bc5e4ab66
fix for 583 (values in marc_word table should have quotation marks, etc, stripped)
2003-09-04 10:17:07 +00:00
rangi
d7bf28d524
Fix for bug 562
2003-09-03 19:41:22 +00:00
tipaul
1b6d041c9c
removing "warn"
2003-09-03 15:01:50 +00:00
wolfpac444
97350a2d42
Added support for author searching to KeywordSearch
2003-08-10 00:38:47 +00:00
tipaul
78c8b66905
fix for 570 : If a subject search is done from the OPAC or Intranet Catalogue, duplicate
...
results are returned. For instance, if a search for 'dogs' returns 25 results
that have the subject 'dogs,' there will be 25 duplicate listings in the results.
2003-08-08 15:25:27 +00:00
tipaul
83cca02a46
fix for publicationyear : extracting numeric value from MARC string, like for copyrightdate.
...
(note that copyrightdate still extracted to get numeric format)
2003-08-06 12:54:52 +00:00
tipaul
b42279581b
adding demo mode
2003-08-06 12:38:27 +00:00
tipaul
db8f840838
fix for 556
2003-08-06 12:37:54 +00:00
rangi
e6a4f80040
Another attempted fix for issuing bug, can NPL test this please.
...
It seems to be working ok for me
2003-08-04 01:53:55 +00:00
rangi
e0e3784e8b
Fix for bug 293
2003-07-24 09:17:42 +00:00
slef
bdd6346c90
change show columns to use biblioitems bnotes too
2003-07-15 23:09:18 +00:00
slef
c72ec1dc6a
fixes from paul email
2003-07-15 11:34:52 +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
125530b3e3
*** empty log message ***
2003-07-11 11:51:32 +00:00
tipaul
af76ab2d58
typo fix
2003-07-10 12:24:20 +00:00
tipaul
cdb9220d74
fix for copyrightdate problem, #514
2003-07-10 10:37:19 +00:00
cauchoip
4309657656
small fixes (sql query formatting problems)
2003-07-10 10:19:21 +00:00
plugz
d3ccb3148f
Searches with NOT are now fully functionnal
...
Can create SQL request for any number of statements.
FIXED: splits entry if operator is "contains" and the value is like "foo bar boo"
2003-07-08 11:59:08 +00:00
tipaul
354b08cb47
removing warnings
2003-07-07 14:43:58 +00:00
tipaul
bf1a858645
improving checkdigit sub.
2003-07-07 14:43:42 +00:00
tipaul
62361b7308
dramatically improves search speed when searching something OR somethingelse
2003-07-03 12:48:33 +00:00
tipaul
f1f7658357
fix for #519 : items.dateaccessioned imports incorrectly
2003-07-02 14:47:17 +00:00
tipaul
f558018f3d
fix for #512 (not sure it's enogh. to be checked by NPL)
2003-07-02 13:57:13 +00:00
tipaul
71817b0ab1
fixing bug in thesaurus entry modification
2003-07-02 12:49:43 +00:00
wolfpac444
2ee3977b0e
*** empty log message ***
2003-07-01 17:22:17 +00:00
plugz
bee78deec1
Added &getbranchname and &getborrowercategory
...
getbranchname : given branchcode returns branch name
getborrowercategory : given categorycode returns description
2003-07-01 10:30:05 +00:00
plugz
878b64dadd
FIX: Incorrect parameters given to function Stats::UpdateStats in
...
issuebook and returnbook functions
2003-06-20 12:48:09 +00:00
plugz
e1e291d69b
FIX: Incorrect values inserted in database. used '$a' instead of $a
2003-06-20 12:34:48 +00:00
plugz
47d135f123
Bugfix for #499
...
Simple search added, searching in the first letter of surnames.
Added commentary inside Search.pm for explanations
2003-06-20 08:48:16 +00:00
plugz
94ac73b0d3
bugfix for #499
...
The BornameSearch function now uses the $type parameter
Single and advanced search methods implemented.
Advanced is the old version.
Single only looks for $member% in surnames.
2003-06-19 16:14:30 +00:00
tipaul
bb7fecd745
improvments/fixes for z3950 support.
...
* Works now even on ADD, not only on MODIFY
* able to search on ISBN, author, title
2003-06-17 11:21:12 +00:00
rangi
63fc432b9e
Fixing a bug ine sql
2003-06-17 08:48:24 +00:00
rangi
5bfaef8cfb
Just added an order clause to getitemtypes
2003-06-16 09:22:53 +00:00
rangi
fc78b91222
Ordering branches by branchname
2003-06-16 09:19:44 +00:00
tonnesen
66bf985d0a
Added two new routines for getting a list of available themes/languages (used
...
by new systempreferences.pl script to present a list of available themes or
languages).
2003-06-11 18:48:07 +00:00
tonnesen
c41c02271d
Changing "preference()" calls to "boolean_preference()" calls
2003-06-11 18:44:01 +00:00
tonnesen
3ba349bd4e
Increased default inactivity timeout from 2 minutes to 5 minutes.
2003-06-11 18:40:53 +00:00
tipaul
a72d9621ae
removing searchborrower from circ2.pm.
...
Already exists in Search.pm
this fixes bug #439 and improve consistency.
2003-06-05 17:03:31 +00:00
rangi
f2b1c3d3a2
Fixing a bug that was breaking adding or modifying suppliers
2003-05-30 21:22:49 +00:00