Koha/koha-tmpl/intranet-tmpl/prog/en
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
..
css Bug 7668 - Improve navigation and toolbar options in guided reports 2012-03-19 18:00:15 +01:00
includes Bug 6440: Implement OAI-PMH Sets 2012-03-20 11:38:26 +01:00
js Bug 4054 - Double-clicking the 'place hold' button can result in duplicate holds 2012-02-17 19:22:49 +01:00
lib Bug 7261 System Preference to select the first day of week 2012-03-14 14:14:12 +01:00
modules Bug 6440: Implement OAI-PMH Sets 2012-03-20 11:38:26 +01:00
xslt Bug 6440: Implement OAI-PMH Sets 2012-03-20 11:38:26 +01:00
columns.def Bug 5268: Change all occurances of 'debar' to 'restrict' 2011-06-07 11:28:01 +12:00