Road to 1.3.2
authortipaul <tipaul>
Fri, 25 Oct 2002 10:55:46 +0000 (10:55 +0000)
committertipaul <tipaul>
Fri, 25 Oct 2002 10:55:46 +0000 (10:55 +0000)
commit81367c84ebb02dfac5d95f39f214baf288fe1ec8
treed52c2a6f4aafb05807addc02065334a2ea94a4a9
parent08d26bcc75b79b60d65dd1c03701949b03877d27
Road to 1.3.2
* bugfixes and improvements
* manage mandatory MARC subfields
* new table : authorised_values. this table contains categories and authorised values for the category. On MARC management, you can map a subfield to a authorised_values category. If you do this, the subfield can only be filled with a authorised_value of the selected category.
this submit contains everything needed :
* updatedatabase
* admin screens
* "links" management
* creation of a html-list if a subfield is mapped to an authorised value.

Note this is different from authorities support, which will come soon.
The authorised_values is supposed to contains a "small" number of authorised values for a category (less than 50-100). If you enter more authorised values than this, it should be hard to find what you want in a BIG list...
acqui.simple/addbiblio.pl
admin/authorised_values.pl [new file with mode: 0755]
admin/marc_subfields_structure.pl
koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl
koha-tmpl/intranet-tmpl/default/en/parameters/admin-home.tmpl
koha-tmpl/intranet-tmpl/default/en/parameters/authorised_values.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/default/en/parameters/marc_subfields_structure.tmpl
updater/updatedatabase