[koha-commits] main Koha release repository branch master updated. v3.22.00-216-g4a34fd2

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 20:00:16 CET 2015


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  4a34fd2fd31fc98a85021dad22f37605cfae2a5c (commit)
       via  7e70202d34d75f988fbaea9b911347417c203aac (commit)
       via  7283069a9d3b2ffb2edc31022d96bb4aea107098 (commit)
       via  e28d54f7d9efef42bc47317b814298aa444bb9d7 (commit)
      from  5fc9a42c7c7a89a7ddd91b73639654e16da29980 (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 -----------------------------------------------------------------
commit 4a34fd2fd31fc98a85021dad22f37605cfae2a5c
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sun Dec 20 17:17:08 2015 +0100

    Bug 15381: Fix error in SearchAuthorities when no authtypecode
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 7e70202d34d75f988fbaea9b911347417c203aac
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 15 13:43:47 2015 +0000

    Bug 15381: Remove GetAuthType and GetAuthTypeCode
    
    Test this patch with the previous one.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 7283069a9d3b2ffb2edc31022d96bb4aea107098
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 15 13:19:53 2015 +0000

    Bug 15381: Remove getauthtypes and getauthtype
    
    These 2 subroutines are now not necessary anymore, we can use
    Koha::Authority::Types to retrieve the authority types.
    
    This patch won't be easy to test. Indeed, a lot of file are updated.
    To test it I would suggest to focus on the merge authority
    
    You should also confirm that the authtypecode and the authtypetext
    values are correctly displayed when navigating in the authority module.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit e28d54f7d9efef42bc47317b814298aa444bb9d7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 15 11:59:02 2015 +0000

    Bug 15381: Use Koha::Authority::Types in some other places
    
    There are 3 place where the auth_types table were requested directly
    from the script or a subroutine.  These 3 occurrences are easy to
    replace with the new module.
    
    Test plan:
    1/ Search for authorities and use the "did you mean" feature for
    authorities.
    Focus on the authtypecode
    2/ Edit authority and biblio frameworks.
    The "Thesaurus" dropdown list should be correctly populated (UNIMARC
    only).
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |  106 +++++---------------
 C4/Biblio.pm                                       |    6 +-
 C4/Koha.pm                                         |   63 ------------
 Koha/MetadataRecord/Authority.pm                   |    6 +-
 admin/auth_subfields_structure.pl                  |    5 +-
 admin/auth_tag_structure.pl                        |   15 +--
 admin/marc_subfields_structure.pl                  |   12 +--
 authorities/auth_finder.pl                         |   17 +---
 authorities/authorities-home.pl                    |   21 +---
 authorities/authorities.pl                         |   30 ++----
 authorities/blinddetail-biblio-search.pl           |   11 +-
 authorities/detail-biblio-search.pl                |   24 ++---
 authorities/detail.pl                              |   32 +++---
 authorities/merge.pl                               |   44 +++-----
 cataloguing/value_builder/unimarc_field_210c.pl    |   16 ---
 .../prog/en/includes/authorities-search.inc        |   26 ++---
 .../prog/en/includes/authorities-toolbar.inc       |    4 +-
 .../prog/en/modules/admin/auth_tag_structure.tt    |    9 +-
 .../prog/en/modules/authorities/merge.tt           |    2 +-
 .../intranet-tmpl/prog/en/modules/tools/export.tt  |    8 +-
 misc/migration_tools/merge_authority.pl            |    4 +-
 opac/opac-authorities-home.pl                      |   25 ++---
 opac/opac-authoritiesdetail.pl                     |   24 ++---
 tools/batch_record_modification.pl                 |    4 +-
 tools/export.pl                                    |   14 +--
 25 files changed, 153 insertions(+), 375 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list