[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.01-106-g7ac55bd

Git repo owner gitmaster at git.koha-community.org
Mon Jan 25 13:14:06 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, 3.22.x has been updated
       via  7ac55bd88bbf9ba3349830d672ddebe5defcc7fb (commit)
       via  14a58874edd53b075c3fa57958f92f08dc631109 (commit)
      from  3a79e99b7093aa98b31313d8ea545557ca4277cd (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 7ac55bd88bbf9ba3349830d672ddebe5defcc7fb
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
    (cherry picked from commit 96ba9a0d6bc37c5a8d8e1edc29f5736230e9d68f)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 14a58874edd53b075c3fa57958f92f08dc631109
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
    (cherry picked from commit d33c2bf683f7a4d85531adb27662ddbb03080ae1)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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