tipaul
5663435076
new feature : checking for duplicate biblio.
...
For instance, it's only done on ISBN only. Will be improved soon.
When a duplicate is detected, the biblio is not saved, but the user is asked for a confirmations.
2004-11-02 16:44:45 +00:00
tipaul
df00471f94
indenting diff
2004-09-23 16:15:37 +00:00
tipaul
38c72dd374
enabling # (| still possible too) for repeatable subfields
2004-09-16 15:06:46 +00:00
tipaul
fa793e394a
some commented warning added + 1 major bugfix => drop empty fields, NOT fields containing 0
2004-09-06 14:17:34 +00:00
tipaul
8d868bb448
adding a "location" field to the library.
...
This field is useful when the callnumber contains no information on the room where the item is stored.
With this field, we now have 3 levels of informations to find a book :
* the branch.
* the location.
* the callnumber.
This should be versatile enough to solve any storing method.
This hack is quite simple, due to the nice Biblio.pm API. The MARC => koha db link is automatically managed. Just add the link in the parameters section.
2004-09-06 10:00:19 +00:00
tipaul
2e18684cde
modifs to support frameworkcodes
2004-08-18 16:01:37 +00:00
tipaul
37d454a82a
adding frameworkcode to API in some subs
2004-08-13 16:37:25 +00:00
doxulting
f122180117
Beginning of serial commit
2004-07-30 13:54:27 +00:00
tipaul
3e0a132171
* removing useless sub
...
* minor bugfix in moditem (managing homebranch & holdingbranch)
2004-07-15 09:48:10 +00:00
tipaul
a043d6de11
bugfix (due to frameworkcode field)
2004-07-02 15:53:53 +00:00
tipaul
f3547ff1c8
last sync for 2.1.0 release
2004-06-29 16:07:09 +00:00
rangi
09c2a88e02
Fixing modaddauthor, and adding getitemtypes.
...
Also tidying up formatting of code
2004-06-26 23:19:59 +00:00
tipaul
b6cc6680dc
merging tag & subfield in marc_word for better perfs
2004-06-17 08:16:32 +00:00
joshferraro
0a97a432ee
Changes MARCaddword to index words >= 1 char ... needed for more accurate
...
searches using SearchMarc routines.
2004-06-11 15:38:06 +00:00
tipaul
e7e930ab39
MARC authority management (continued)
2004-06-10 08:28:40 +00:00
tipaul
5f4179a6c3
* frameworks and itemtypes are independant
...
* in the MARC editor, showing the + to duplicate a tag only if the tag is repeatable
2004-06-03 09:59:36 +00:00
tipaul
59ae3d902f
hidding hidden & isurl constraints into MARC subfield structure
2004-05-28 08:24:14 +00:00
rangi
b98c3aa573
Fix for bug 787
2004-05-27 21:47:21 +00:00
tipaul
88e67b8d3e
framework management : 1 MARC framework for each itemtype
2004-05-18 15:22:10 +00:00
tipaul
9ac07b38be
getitemtypes moved in Koha.pm
2004-05-18 11:54:07 +00:00
tipaul
12bfd66995
some fixes for mysql prepare & execute
2004-05-03 09:19:22 +00:00
tipaul
207cfeb5b3
renaming items.bulk field to items.itemcallnumber.
...
Will be used to store call number for libraries that don't use dewey classification.
Note it's related to ITEMS, not biblio.
2004-04-02 14:55:47 +00:00
joshferraro
53272f3dad
Fixes bug 749 by removing the comma on line 1488.
2004-03-24 17:18:30 +00:00
tipaul
5c1ba0f7b8
adding a minor check
2004-03-15 14:31:50 +00:00
acli
29b1df6046
Various updates/fixes from rel_2_0
...
Fixes for bugs 721 (templating), 727, and 734
2004-03-07 05:47:31 +00:00
tipaul
1498ce1415
adding seealso feature in MARC searches
2004-03-06 20:26:13 +00:00
tipaul
15defe58a9
deleting subs duplicated by error
2004-02-12 13:40:56 +00:00
tipaul
3635a596cf
synch'ing 2.0.0 branch and head
2004-02-11 08:35:31 +00:00
tipaul
3e4c958855
rolling back to working char_decode sub
2003-12-09 15:57:28 +00:00
tipaul
87819d35b1
bugfixes for biblio deletion
2003-12-03 17:47:14 +00:00
slef
49b6f7872f
conflict markers?
2003-12-03 01:43:41 +00:00
slef
7b5ebdd51b
bug 662 fixes securing DBI
2003-12-03 01:42:03 +00:00
tipaul
496c07ede0
bugfix : misusing prepare & execute => now using prepare(?) and execute($var)
2003-11-28 09:48:33 +00:00
tipaul
ef5134635a
bugfix for iso2709 file import in the "notforloan" field.
...
But notforloan field called "loan" somewhere, so in case "loan" is used, copied to "notforloan" to avoid a bug.
2003-11-28 09:45:25 +00:00
tipaul
e5fddea941
fix for #385
2003-11-24 17:40:14 +00:00
tipaul
6eb2c6141d
biblio & item deletion now works fine in MARC editor.
...
Stores deleted biblio/item in the marc field of the deletedbiblio/deleteditem table.
2003-11-24 16:28:49 +00:00
tipaul
49d00491c8
moving $id from beginning to end of file (70 commits... huge comments...)
2003-11-24 13:29:55 +00:00
tipaul
4333350f43
fix for #380 (bibliosubject)
2003-11-24 13:27:17 +00:00
tipaul
073d2233cc
bugfix for #384
...
1st draft for MARC biblio deletion.
Still does not work well, but at least, Biblio.pm compiles & it should'nt break too many things
(Note the trash in the MARCdetail, but don't use it, please :-) )
2003-11-06 17:18:30 +00:00
tipaul
98884012cf
minor fixes for bilbio deletion (still buggy)
2003-10-25 08:46:27 +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
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
tipaul
31a590d4ad
fix for 536 (subtitle error)
2003-10-06 15:20:51 +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
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
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
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
slef
bdd6346c90
change show columns to use biblioitems bnotes too
2003-07-15 23:09:18 +00:00