[koha-commits] main Koha release repository branch master updated. v19.05.00-617-g13f83dc

Git repo owner gitmaster at git.koha-community.org
Thu Sep 12 17:55:42 CEST 2019


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  13f83dc6e3dc5aed5651cedda78eb13e63e8a227 (commit)
       via  b12a56c1867682e91ec2be21689ef090ae41ff20 (commit)
       via  0c6bb77333b461242c283cb0cc91be9cd49a1c5f (commit)
       via  3fca44b65dfb4bc03b17df41101db52ddb52da39 (commit)
       via  ff85c6812e58869f804316ef3121988be5332718 (commit)
       via  7a38522a1b807cb2d6c54849df7d0144c82ef7c9 (commit)
      from  a07e7ddb8b778fafc921564c36ea2e167c43929b (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 13f83dc6e3dc5aed5651cedda78eb13e63e8a227
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Sep 12 16:32:37 2019 +0100

    Bug 15497: DBRev 19.06.00.027
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b12a56c1867682e91ec2be21689ef090ae41ff20
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Sep 12 11:50:40 2019 -0300

    Bug 15497: (QA follow-up) Fix call in search_with_localization
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0c6bb77333b461242c283cb0cc91be9cd49a1c5f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Sep 12 16:27:19 2019 +0100

    Bug 15497: (QA follow-up) Use the methods from bug 23281 instead
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3fca44b65dfb4bc03b17df41101db52ddb52da39
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Sep 12 16:27:00 2019 +0100

    Bug 15497: Limit itemtypes by branch in additem.pl
    
    This patch adds a select multiple when you add/edit an itemtype, creates functions to return itemtypes by library, and filters the options of itemtype select in additem
    
    To test:
    1) Apply this patch set
    2) perl installer/data/mysql/updatedatabase.pl
    3) In koha administration => item types, edit "Books" itemtype
    CHECK => there is now a select multiple whith libraries at the bottom
    4) select centerville and save
    5) set centerville as current libary
    6) search for any biblio in the catalog
    7) click on "edit items"
    CHECK => book item type is present
    8) set any other libary as current library
    SUCCESS => book item type is not present
    9) Sign off
    
    Sponsored-by: Northeast Kansas Library System
    Sponsored-by: Southeast Kansas Library System
    Sponsored-by: Central Kansas Library System
    Signed-off-by: Jessica Zairo <jzairo at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ff85c6812e58869f804316ef3121988be5332718
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Sep 12 16:26:32 2019 +0100

    Bug 15497: Modify schemas
    
    Sponsored-by: Northeast Kansas Library System
    Sponsored-by: Southeast Kansas Library System
    Sponsored-by: Central Kansas Library System
    Signed-off-by: Jessica Zairo <jzairo at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7a38522a1b807cb2d6c54849df7d0144c82ef7c9
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Thu Jul 4 01:30:17 2019 -0300

    Bug 15497: Add itemtypes_branches table and atomic update
    
    Sponsored-by: Northeast Kansas Library System
    Sponsored-by: Southeast Kansas Library System
    Sponsored-by: Central Kansas Library System
    Signed-off-by: Jessica Zairo <jzairo at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 Koha/ItemType.pm                                   |   16 +++++++-
 Koha/ItemTypes.pm                                  |   17 ++++++--
 Koha/Schema/Result/Branch.pm                       |   19 ++++++++-
 Koha/Schema/Result/Itemtype.pm                     |   19 ++++++++-
 ...uthorisedValuesBranch.pm => ItemtypesBranch.pm} |   43 ++++++++++----------
 admin/itemtypes.pl                                 |   25 +++++++++++-
 cataloguing/additem.pl                             |    8 +++-
 installer/data/mysql/kohastructure.sql             |   12 ++++++
 installer/data/mysql/updatedatabase.pl             |   18 ++++++++
 .../prog/en/modules/admin/itemtypes.tt             |   13 ++++++
 11 files changed, 159 insertions(+), 33 deletions(-)
 copy Koha/Schema/Result/{AuthorisedValuesBranch.pm => ItemtypesBranch.pm} (56%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list