Koha/installer/data/mysql
Julian Maurice 3b0d4e04e0 Bug 6440: Implement OAI-PMH Sets
New sql tables:
  - oai_sets: contains the list of sets, described by a spec and a name
  - oai_sets_descriptions: contains a list of descriptions for each set
  - oai_sets_mappings: conditions on marc fields to match for biblio to be
    in a set
  - oai_sets_biblios: list of biblionumbers for each set

New admin page: allow to configure sets:
  - Creation, deletion, modification of spec, name and descriptions
  - Define mappings which will be used for building oai sets

Implements OAI Sets in opac/oai.pl:
  - ListSets, ListIdentifiers, ListRecords, GetRecord

New script misc/migration_tools/build_oai_sets.pl:
  - Retrieve marcxml from all biblios and test if they belong to defined
    sets. The oai_sets_biblios table is then updated accordingly

New system preference OAI-PMH:AutoUpdateSets. If on, update sets
automatically when a biblio is created or updated.

Use OPACBaseURL in oai_dc xslt
2012-03-20 11:38:26 +01:00
..
atomicupdate Bug 6440: Implement OAI-PMH Sets 2012-03-20 11:38:26 +01:00
de-DE bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
en bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
es-ES bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
fr-FR bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
it-IT bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
nb-NO bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
pl-PL bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
ru-RU bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
uk-UA bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
backfill_statistics.pl Bug 5370: Fix all the references to koha.org 2010-11-08 09:41:49 +13:00
kohastructure.sql Bug 6440: Implement OAI-PMH Sets 2012-03-20 11:38:26 +01:00
labels_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
patroncards_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
sample_only_param_tables.sql Moved location of updater scripts to dbms specific dir. 2007-11-13 11:22:47 -06:00
sysprefs.sql Bug 6440: Implement OAI-PMH Sets 2012-03-20 11:38:26 +01:00
update22to30.pl Bug 5385: POD Cleanups (part 1) 2010-11-12 10:06:55 +13:00
updatedatabase.pl Bug 6440: Implement OAI-PMH Sets 2012-03-20 11:38:26 +01:00