[koha-commits] main Koha release repository branch master updated. v3.22.00-261-g96ba9a0

Git repo owner gitmaster at git.koha-community.org
Wed Jan 13 20:25:58 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  96ba9a0d6bc37c5a8d8e1edc29f5736230e9d68f (commit)
       via  d33c2bf683f7a4d85531adb27662ddbb03080ae1 (commit)
      from  e706cd18f0d24365a197ac50fe77d7dc16014ca6 (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 96ba9a0d6bc37c5a8d8e1edc29f5736230e9d68f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jan 5 14:25:35 2016 +0000

    Bug 15337: Make itemtypes retrieved with GetItemTypes ordered by descriptions
    
    Prior to this patch, the itemtypes were displayed ordered by the code
    (itemtypes.itemtype DB column).
    This patch will make them displayed by the description displayed (the
    translated description).
    
    Test plan:
    0/ Do not apply this patch set
    1/ Confirm that the itemtypes are displayed ordered by code (when adding
    an item, cataloguing/additem.pl)
    2/ Confirm that t/db_dependent/Koha.t does not pass
    3/ Apply the test patch
    4/ Confirm that t/db_dependent/Koha.t pass
    5/ Confirm that the itemtypes are not displayed by description (on
    additem.pl)
    
    See comment #3
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit d33c2bf683f7a4d85531adb27662ddbb03080ae1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jan 5 14:23:24 2016 +0000

    Bug 15337: Add tests to ensure that GetItemTypes will return element ordered by desc
    
    See comment #3
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Koha.pm            |    4 ++--
 t/db_dependent/Koha.t |   26 +++++++++++---------------
 2 files changed, 13 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list