[koha-commits] main Koha release repository branch master updated. v3.06.00-669-g332a41e

Git repo owner gitmaster at git.koha-community.org
Wed Mar 7 23:37:35 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, master has been updated
       via  332a41e76b7bff631826120217bca6ee2da5a7f1 (commit)
       via  f80d9e0e8b8b42f81a79b6c906714dbd9b9e43ad (commit)
       via  7343023a6d7ec5a76e5cc4d26e3b372834d4e17e (commit)
       via  5207699f98612193c47b3ef7a3a3b6da5444b859 (commit)
      from  e96efd6afa76ccbb7fc3f75e537eb5360a7c3415 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 C4/AuthoritiesMarc.pm                              |  185 +++----
 C4/Biblio.pm                                       |  142 +++++-
 C4/Heading.pm                                      |  156 ++++--
 C4/Heading/MARC21.pm                               |  198 +++++---
 C4/Heading/UNIMARC.pm                              |  207 ++++++++
 C4/Linker.pm                                       |  123 +++++
 C4/Linker/Default.pm                               |   97 ++++
 C4/Linker/FirstMatch.pm                            |   58 +++
 C4/Linker/LastMatch.pm                             |   58 +++
 C4/Search.pm                                       |  101 ----
 acqui/addorderiso2709.pl                           |    4 +-
 acqui/neworderempty.pl                             |    4 +-
 authorities/auth_finder.pl                         |    8 +-
 cataloguing/addbiblio.pl                           |   91 +----
 etc/zebradb/authorities/etc/bib1.att               |    1 +
 .../authorities/authority-koha-indexdefs.xml       |   64 +++
 .../authorities/authority-zebra-indexdefs.xsl      |  537 ++++++++++++++++++--
 .../marc21/authorities/koha-indexdefs-to-zebra.xsl |   21 +-
 .../marc_defs/unimarc/authorities/record.abs       |  120 +++---
 .../atomicupdate/bug_7284_authority_linking_pt1    |   21 +
 .../atomicupdate/bug_7284_authority_linking_pt2    |    9 +
 installer/data/mysql/sysprefs.sql                  |    6 +
 installer/data/mysql/updatedatabase.pl             |   24 +
 .../prog/en/includes/auth-finder-search.inc        |   14 +-
 .../en/modules/admin/preferences/authorities.pref  |  101 +++-
 kohaversion.pl                                     |    2 +-
 misc/link_bibs_to_authorities.pl                   |  267 ++++++++--
 t/Heading_MARC21.t                                 |    8 +-
 t/db_dependent/Linker_FirstMatch.t                 |   46 ++
 t/db_dependent/lib/KohaTest/AuthoritiesMarc.pm     |    1 -
 30 files changed, 2036 insertions(+), 638 deletions(-)
 create mode 100644 C4/Heading/UNIMARC.pm
 create mode 100644 C4/Linker.pm
 create mode 100644 C4/Linker/Default.pm
 create mode 100644 C4/Linker/FirstMatch.pm
 create mode 100644 C4/Linker/LastMatch.pm
 create mode 100644 installer/data/mysql/atomicupdate/bug_7284_authority_linking_pt1
 create mode 100755 installer/data/mysql/atomicupdate/bug_7284_authority_linking_pt2
 create mode 100755 t/db_dependent/Linker_FirstMatch.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list