[koha-commits] main Koha release repository branch new/bug_6440 created. v3.06.00-762-g3b0d4e0

Git repo owner gitmaster at git.koha-community.org
Tue Mar 20 11:43:05 CET 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_6440 has been created
        at  3b0d4e04e09f37e8dcbaba71abd47980bfef7059 (commit)

- Log -----------------------------------------------------------------
commit 3b0d4e04e09f37e8dcbaba71abd47980bfef7059
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Jan 23 16:25:51 2012 +0100

    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

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list