[koha-commits] main Koha release repository branch master updated. v3.22.00-449-g35b7fa9

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 21:46:46 CET 2016


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  35b7fa91129b79d02883a6a6c52a512cb0722e51 (commit)
       via  95f0caed385c845888e50c8f484b3ada6117b33a (commit)
       via  38567b224b4e5c0aac6c07a07612a4e4fd9c1bba (commit)
       via  aafe73eefb5151454fa8957bf188768324d23955 (commit)
       via  db2a1aa0dda1c786c34c3cf239fccfcaedefd094 (commit)
      from  c76bcd508a0929609a7988275e05558003a3a23d (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 35b7fa91129b79d02883a6a6c52a512cb0722e51
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 15 19:14:14 2016 +0000

    Bug 14828 [QA Followup] - Hide in OPAC checkbox not checked in editor even if enabled
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 95f0caed385c845888e50c8f484b3ada6117b33a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 15 14:20:22 2015 +0100

    Bug 14828: use Koha::ItemType[s] in admin/itemtypes
    
    Test plan:
    Add/edit/remove item types from the administration module
    (admin/itemtypes.pl).
    You should get message feedback after each action.
    Don't forget to play with the image and try to remove an item type
    linked to records (you should not be able to remove it).
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 38567b224b4e5c0aac6c07a07612a4e4fd9c1bba
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 15 17:03:44 2015 +0100

    Bug 14828: Remove old package and tests
    
    C4::ItemType can be now removed safely, there is no use of this module.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit aafe73eefb5151454fa8957bf188768324d23955
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 15 17:03:04 2015 +0100

    Bug 14828: Use Koha::ItemType[s] everywhere C4::ItemType was used
    
    This patch mainly replaces C4::ItemType->all with
    Koha::ItemTypes->search.
    
    Test plan:
    At the places where the C4::ItemType module was used, confirm there is
    no regression:
    - acqui/neworderempty.pl
    - catalogue/itemsearch.pl
    - admin/item_circulation_alerts.pl
    and the 2 cataloguing plugins:
    - marc21_linking_section.pl
    - unimarc_field_4XX.pl
    
    QA step:
    prove t/db_dependent/HoldsQueue.t should return green
    Note that the tests were buggy.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit db2a1aa0dda1c786c34c3cf239fccfcaedefd094
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 15 17:02:28 2015 +0100

    Bug 14828: Add Koha::ItemType[s] classes
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/ItemCirculationAlertPreference.pm               |    5 +-
 C4/ItemType.pm                                     |  201 -------
 Koha/ItemType.pm                                   |   90 +++
 Koha/{Cities.pm => ItemTypes.pm}                   |   10 +-
 acqui/neworderempty.pl                             |    3 +-
 admin/item_circulation_alerts.pl                   |   18 +-
 admin/itemtypes.pl                                 |  331 ++++-------
 catalogue/itemsearch.pl                            |   12 +-
 .../value_builder/marc21_linking_section.pl        |    5 +-
 cataloguing/value_builder/unimarc_field_4XX.pl     |    5 +-
 circ/returns.pl                                    |   10 +-
 .../en/modules/admin/item_circulation_alerts.tt    |    4 +-
 .../prog/en/modules/admin/itemtypes.tt             |  576 ++++++++++----------
 t/ItemType.t                                       |  120 ----
 t/db_dependent/HoldsQueue.t                        |   15 +-
 15 files changed, 537 insertions(+), 868 deletions(-)
 delete mode 100644 C4/ItemType.pm
 create mode 100644 Koha/ItemType.pm
 copy Koha/{Cities.pm => ItemTypes.pm} (86%)
 delete mode 100755 t/ItemType.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list