tipaul
1923629300
synch'ing with 2.2
2005-03-07 08:55:29 +00:00
tipaul
93ff09d081
merging 2.2 branch with head. Sorry for not making it before, many many commits done here
2005-03-01 13:40:35 +00:00
tipaul
5edf04fd6b
improvement of speed for bulkmarcimport.
...
A sub had been forgotten to use the C4::Context->marcfromkohafield array, that caches DB datas.
this is only a little improvement for normal DB modif, but almost x2 the speed of bulkmarcimport... from 6records/seconds to more than 10.
2005-01-06 14:32:17 +00:00
tipaul
5aa60ee667
* bugfix for the search on a MARC detail, when you clic on the magnifying glass (caused an internal server error)
...
* partial support of the "linkage" MARC feature : if you enter a "link" on a MARC subfield, the magnifying glass won't search on the field, but on the linked field. I agree it's a partial support. Will be improved, but I need to investigate MARC21 & UNIMARC diffs on this topic.
2005-01-03 10:48:33 +00:00
tipaul
7de6ee8e75
limiting the number of search term to 8. There was no limit before, but 8 words seems to be the upper limit mySQL can deal with (in less than a second. tested on a DB with 13 000 items)
...
In 2.4, a new DB structure will highly speed things and this limit will be removed.
FindDuplicate is activated again, the perf problems were due to this problem.
2004-12-10 16:27:53 +00:00
tipaul
b49f397528
* desactivate FindDuplicate
...
* fix from Genji
2004-12-08 10:14:42 +00:00
tipaul
629a207dcb
removing useless &branches in package declaration
2004-11-25 17:39:44 +00:00
tipaul
962584cbaa
removing sub branches (commited by chris for MARC=OFF bugfix, but sub branches is already in Acquisition.pm)
2004-11-24 16:00:01 +00:00
tipaul
caf9b3c04b
* critical fix for acquisition (see RC3 release notes)
...
* critical fix for duplicate finder
2004-11-24 15:58:31 +00:00
rangi
7e1f5ce84b
Shifting branches() from deprecated C4::Catalogue to C4::Biblio
...
Allowing the non marc interface acquisitions to work.
2004-11-19 19:41:22 +00:00
tipaul
d1c7377cf1
Improving FindDuplicate to find duplicate records on adding biblio
2004-11-05 10:15:27 +00:00
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