(bug #3370) add keyword to MARC field mapping
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 28 Sep 2009 15:47:41 +0000 (17:47 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 30 Sep 2009 09:30:42 +0000 (11:30 +0200)
commitfd75507a55ceebdbdc06fc62ead9cf376b90d570
tree17226ba2f5fe4db088570faaef2ee3824bd56649
parentaf99b35e06686bec7feef1600cce671020f5179f
(bug #3370) add keyword to MARC field mapping

This add the support of keyword => MARC field mapping, ton abstract the relation between human readable fields like subtitle, title, authors, location, ... and MARC fields in each framework.
This will allow to koha developper to be more flexible with each framework and don't care about the MARC flavour, just require some "keywords" to the user.

Conflicts solved :
C4/Biblio.pm
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase30.pl
kohaversion.pl

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Biblio.pm
admin/fieldmapping.pl [new file with mode: 0755]
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tmpl [new file with mode: 0644]