hdl
1ab5cdfd44
removing $dbh as a parameter in AuthoritiesMarc functions
...
And reporting all differences into the scripts taht relies on those functions.
2007-03-28 10:39:16 +00:00
kados
56244e6efd
Using my precrash CVS copy I did the following:
...
cvs -z3 -d:ext:kados@cvs.savannah.nongnu.org:/sources/koha co -P koha
find koha.precrash -type d -name "CVS" -exec rm -v {} \;
cp -r koha.precrash/* koha/
cd koha/
cvs commit
This should in theory put us right back where we were before the crash
2007-03-16 01:25:08 +00:00
tipaul
2ffd5b7228
rel_3_0 moved to HEAD
2007-03-09 14:28:54 +00:00
tgarip1957
c5627d23ec
A new Date.pm to use for all date calculations. Mysql date calculations removed from Circ2.pm, all modules free of DateManip, a new get_today function to call in allscripts, and some bug cleaning in authorities.pm
2006-10-20 01:20:56 +00:00
tgarip1957
df5492f167
Field weighting applied to ranked searches. A new facets table in mysql db
2006-10-01 21:48:54 +00:00
kados
7068b5f316
for some reason this didn't get updated properly, but was committed to
...
HEAD instead of dev_week.
2006-09-29 16:14:25 +00:00
tgarip1957
9b266b13ee
Finalizing main components. All koha modules are now working with the new XML API
2006-09-27 19:53:52 +00:00
kados
f72c2df31e
Committing some improvements to Amazon.pm
...
Updating AuthoritiesMarc to use new API in Biblio
Improvements to Auth, Output and Search
Adding Record.pm for record management
2006-09-24 20:00:51 +00:00
tgarip1957
9be398961d
Some bug fixing, new acquisitions handling
2006-09-20 21:48:44 +00:00
tgarip1957
57d5b19dca
Fixes bug with MARChtml2xml in Biblio.pm
...
synching with dev_week
2006-09-11 17:09:59 +00:00
tgarip1957
7e52a5665c
Clean up before final commits
2006-09-06 16:21:03 +00:00
tgarip1957
0b5c3f94e7
New XML API
...
Event & Net::Z3950 dependency removed
HTML::Template::Pro dependency added
2006-09-01 22:16:00 +00:00
kados
b9acea8d45
rolling back previous merge, will do manually
2006-08-02 16:40:23 +00:00
toins
cc9524a875
Head & rel_2_2 merged
2006-07-04 14:36:51 +00:00
tgarip1957
e8a68f3109
If an authority is modified biblios related to this authority were not updated but a list of modified authorities was written to disk. Now by defult they get modified as well unless a system preference 'dontmerge' is defined. dontmerge=1 will keep the previous behaviour.
...
Authority zebra server may have different shadow settings. Support is added
2006-05-20 14:32:54 +00:00
tgarip1957
115d5b6f72
All support for auth_subfield_tables is removed. All search is now with zebra authorities. New authority structure allows multiple linking of authorities of differnet types to one another.
...
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this
2006-05-19 18:09:39 +00:00
rangi
bc51b60c26
Hmm there seem to be quite a few subroutines twice in this module....
...
Paul could you take a look and remove the ones that shouldnt be there please
2006-02-09 01:56:20 +00:00
rangi
f08260c860
Cleaning up some unessecary my statements
2006-02-09 01:52:14 +00:00
tipaul
d5938493d7
synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
...
Seems not to break too many things, but i'm probably wrong here.
at least, new features/bugfixes from 2.2.5 are here (tested on some features on my head local copy)
- removing useless directories (koha-html and koha-plucene)
2006-01-06 16:39:37 +00:00
tipaul
b38997925f
big commit, still breaking things...
...
* synch with rel_2_2. Probably the last non manual synch, as rel_2_2 should not be modified deeply.
* code cleaning (cleaning warnings from perl -w) continued
2005-10-26 09:11:02 +00:00
tipaul
2cd0bc1da8
synch'ing 2.2 and head
2005-08-04 13:27:37 +00:00
tipaul
6b0ee5525b
synch'ing 2.2 and head
2005-06-20 14:10:00 +00:00
tipaul
33112dda50
adding $b to mainentry (in UNIMARC, for personal names, $a is the surname, $b is the firstname)
2005-06-07 10:00:47 +00:00
tipaul
e2d56f0f49
some fixes & improvements for dictionnary search in librarian interface
2005-06-01 12:51:02 +00:00
tipaul
369527637b
synch'ing 2.2 and head
2005-05-04 15:39:07 +00:00
hdl
a65bbe2598
adding Marc Record to authoritysearch report
2005-05-04 14:18:39 +00:00
hdl
14a0c6c133
Scanning every the Subfields of auth_tag_to_report for FindDuplicate
2005-04-05 17:07:46 +00:00
hdl
b605f4d26a
Searching for double entries when adding a new authority.
2005-04-05 15:23:40 +00:00
hdl
4ff9cae64b
Adding double authority search before creating a new authority
2005-04-05 09:58:47 +00:00
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
4510951cfc
Minor changes in summary "exploding" (the 3 digits AFTER the subfield were not on the right place).
2004-12-23 09:48:11 +00:00
tipaul
0b4c153905
export auth_count_usage (bugfix)
2004-11-05 10:11:39 +00:00
tipaul
a78b5d16f5
Bugfix in modification
2004-09-23 16:12:35 +00:00
tipaul
9cfafb870e
fixes for authorities management
2004-08-18 16:00:24 +00:00
doxulting
e737c7eb1d
First step for working authorities
2004-07-05 13:37:22 +00:00
tipaul
e801c22701
removing % at the beginning of a string to avoid loooonnnngggg searchs
2004-06-22 11:35:37 +00:00
tipaul
ea807900bf
merging tag & subfield in auth_word for better perfs
2004-06-17 08:02:13 +00:00
tipaul
e7e930ab39
MARC authority management (continued)
2004-06-10 08:28:40 +00:00
tipaul
cf90808dd5
MARC authority management package
2004-06-07 07:35:01 +00:00