Paul POULAIN
6f7efca7e1
BUGFIX for browser and nozebra tables
...
- adding browser and nozebra table definition to kohastructure & updatedatabase
- bumping to 3.00.00.005
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 04:35:49 -05:00
Joshua Ferraro
ae34e8f45a
changing the name of the zebra password file to passwd
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-01 23:14:47 -05:00
Joshua Ferraro
b87d4924b9
commenting out set_service_options, but also removes commit op
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-01 17:40:31 -05:00
Ryan Higgins
c44efe7b84
fix bad call to GetMarcFromKohaField in bulkmarcimport, and add -fk param, allowing disabling of fk constraints during import.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 21:16:50 -05:00
Paul POULAIN
0d7a4aafd0
BUGFIX : NoZebra indexing was wrong for accented words
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:28:37 -05:00
Paul POULAIN
623ac80330
BUGFIXES : 3 (marc_biblio, check biblionumber, ModMarcBiblio API)
...
- use biblio instead of marc_biblio,
- better check that biblionumber is correctly stored
- fix an buggy API call when ModMarcBiblio
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 17:18:50 -05:00
Paul POULAIN
8d4c0f1d6b
BUGFIX : those 2 files are required by misc/migration_tools/rebuild_zebra.pl
...
without them, the copy will fail to the zebra directory structure,
and zebra won't work correctly.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 17:18:44 -05:00
Paul POULAIN
ec7bd0b2ff
(unimarc specific) BUGFIX : if 100$a exist but is not 35 char long, MARC::File::XML may fail
...
So, add blanks if needed...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 17:17:56 -05:00
Paul POULAIN
75cd7b02ef
BIGFIX : making rebuildnonmarc script work with koha 3.0
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:08 -05:00
thd
22b384e0d1
Major change switching Koha record ID from field 090 to 999. 090 is now for
...
local LC call number as used at many North American academic libraries.
Correcting authoritytypecode values where my typo used the number '0' as
part of the value in one table and the letter 'O' in another table.
Improved seealso column indexing values.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-06 21:29:41 -05:00
thd
1ad9d8b945
Correcting installation instructions.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-06 21:26:07 -05:00
thd
a6344b9deb
Adding custom authority frameworks.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-06 21:23:40 -05:00
thd
29f27f0a50
Corrected field and subfield values in frameworks.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-06 21:23:09 -05:00
thd
78e7932328
Correcting authoritytypecode values where my typo used the number '0' as
...
part of the value in one table and the letter 'O' in another table.
Improved seealso column indexing values.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-06 21:22:50 -05:00
MJ Ray
28695e9166
Add missing auto_install features to new installer
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-06 17:14:45 -05:00
MJ Ray
e449c139ff
Add configuration file helper to the installer
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-06 17:14:40 -05:00
Paul POULAIN
323bf9cc46
french translation updated
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-03 03:45:02 -05:00
Paul POULAIN
62ae21903c
removing a lot of useless files in misc
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-03 03:44:41 -05:00
Joshua Ferraro
f0b3d746c3
Removing old PO files, removing clutter
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 15:14:51 -05:00
Thomas Dukleth
a72ffac009
Adding Koha MARC 21 standard authorities frameworks post-installation script.
...
A new file apparently missed in the transition to git.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-21 01:52:10 -05:00
Joshua Ferraro
7988048ca9
moving sql data to installer directory
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-18 22:15:30 -05:00
Joshua Ferraro
d5acfe9d73
update to virtual shelves -- approved
2007-08-08 13:12:47 -05:00
Chris Cormack
ef0bf37726
More uneeded files, Patch from Paul
2007-08-08 11:01:30 -05:00
Chris Cormack
7963dd2d53
Files removed, no longer, Patch from Paul
...
deleted: misc/Install.pm
deleted: misc/installer-lite.pl
deleted: misc/installer.pl
deleted: misc/marc_datas/marc21_en/structure_def.sql
deleted: misc/marc_datas/unimarc_fr/structure_def.sql
2007-08-08 10:58:26 -05:00
Joshua Ferraro
e9ae8c0686
patches from paul
2007-08-08 07:41:19 -05:00
Chris Cormack
2e4a11773c
Merge branch 'master' of /home/jmf/repos/koha-rm-root.git/
2007-08-08 07:36:43 -05:00
Paul POULAIN
a117597432
removing an old directory, that does not work anymore with koha 3.0
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:35:46 -05:00
Paul POULAIN
813d2f3359
removing an old test script
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:25:11 -05:00
Paul POULAIN
8542e06b25
reservelist.pl is now in Koha itself, in circ/transfertodo.pl, removing the old script
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:25:11 -05:00
Paul POULAIN
3545d308b1
cleaning misc/amazonratings directory : it is included in amazon api, and no more usefull
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:25:11 -05:00
Paul POULAIN
b014548175
fixing dirty bug : ccl.properties is case sensitive. CountAuthority failed, and thus authority search failed also...
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:25:09 -05:00
thd
8bbf10efdb
Readding file to HEAD.
2007-08-04 23:21:50 +00:00
tipaul
1399945a75
eval() on getAuthority & getBiblio to avoid a script failure
2007-08-01 09:20:03 +00:00
toins
5ba6c440d3
adding an eval to prevent an execption when getting marc biblio
2007-07-20 08:34:58 +00:00
hdl
49a9e030bf
Adding onloan field facility for zebra and unimarc biblios following the 995 recommandation
2007-07-19 16:01:39 +00:00
toins
5e7b171686
adding an eval to don't die if an error occurs
2007-07-19 09:48:22 +00:00
thd
61be1adc02
Added missing initial NULL values for marc_subfield_structure.defaultvalue.
2007-07-18 20:15:26 +00:00
toins
cc7c0c66fb
optimisation + encoding set.
...
FIXME : unimarc hard coded.
2007-07-12 15:33:31 +00:00
kados
4af7e13c70
Cleaning up perldocs for make utility that MJ wrote. I was getting a bunch
...
of warnings:
Manifying blib/man3/reports::cat_issues_top.3pm
reports/cat_issues_top.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::acquisitions_stats.3pm
reports/acquisitions_stats.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Koha.3pm
C4/Koha.pm:1227: Unmatched =back
Manifying blib/man3/reports::catalogue_stats.3pm
reports/catalogue_stats.pl:38: Unknown command paragraph "=over2"
Manifying blib/man3/opac::opac-topissues.3pm
opac/opac-topissues.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::issues_avg_stats.3pm
reports/issues_avg_stats.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::borrowers_stats.3pm
reports/borrowers_stats.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::bor_issues_top.3pm
reports/bor_issues_top.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::catalogue_out.3pm
reports/catalogue_out.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::borrowers_out.3pm
reports/borrowers_out.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Languages.3pm
C4/Languages.pm:445: Unmatched =back
Manifying blib/man3/reports::issues_stats.3pm
reports/issues_stats.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Acquisition.3pm
C4/Acquisition.pm:772: Unmatched =back
2007-07-08 15:36:59 +00:00
kados
b695a10ea0
Type on the reference to the NISO standard for holdings,
...
it's Z39.71 not Z39.77
Thanks Jaron for pointing it out
2007-07-05 17:35:08 +00:00
kados
8338e28f2a
fix for bug 1369: sql-datas dir, pick a naming convention, remove the rest
...
Removing 'french' and 'english' directories as they're unnecessary
2007-07-03 16:20:02 +00:00
kados
8baea13bf1
Turn off foreign key check for the installation
2007-07-03 15:58:29 +00:00
tipaul
dd992ca4fe
french translations
2007-07-02 09:15:40 +00:00
tipaul
e1000b9533
removing koha.mysql. the DB structure is now in $KOHA/installer/kohastructure.sql
2007-06-26 13:25:13 +00:00
tipaul
9b05e0f475
Koha-Auth-Number declaration was missing : jumping from biblio to authority was not working
2007-06-26 09:17:17 +00:00
tipaul
93e1d66f3c
french updated
2007-06-25 15:03:03 +00:00
toins
3426caa6d6
don't escape '-' in regexp.
2007-06-25 09:37:26 +00:00
toins
9cde768369
oups... It can be more than one ISBN.... fixed now.
2007-06-19 15:58:23 +00:00
toins
ff4e86d098
New script:
...
This script allows you to update your database/records after a bulkmarckimport integration.
Currectly it reformats biblioitems.isbn and bibliotitems.marcxml on deleting any '-' on isbn.
2007-06-18 13:29:38 +00:00
rangi
77618f43cf
Finishing up the last of the tests
2007-06-18 03:20:19 +00:00