[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-36-g090c94f866

Git repo owner gitmaster at git.koha-community.org
Mon Jul 27 18:19:38 CEST 2020


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, 20.05.x has been updated
       via  090c94f8669000e398c4ede36c1b01ebdef39dd7 (commit)
       via  39327abe751307c560597da084e5c179ddc179a5 (commit)
       via  bb74ff618c9a1079c7e88ec0e4a569546abee5f4 (commit)
       via  e58362b16a103b6bc215626ec77f908c1b7e55c8 (commit)
      from  ffa38dae12c0c9a6b2f24589d1d581b2e3dfb10b (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 090c94f8669000e398c4ede36c1b01ebdef39dd7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 29 12:19:46 2020 +0200

    Bug 23070: Pass no_triggers => 1 to Koha::Objects->update
    
    To make sure we will update all the objects in one go (and no trigger
    the ->set->store from Koha::Object->update)
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 4b299f54aaed64f3ad4ff3a59eae743ed4f17c49)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 39327abe751307c560597da084e5c179ddc179a5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 27 14:55:54 2020 +0100

    Bug 23070: Increment all priorities in 1 query
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 6f6f88105db069fb365307f2e2ffaae11c863421)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit bb74ff618c9a1079c7e88ec0e4a569546abee5f4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 27 14:53:23 2020 +0100

    Bug 23070: Add tests
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit c77f4496b2a9dbc26f59d467032eb74f0d27f328)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit e58362b16a103b6bc215626ec77f908c1b7e55c8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 6 15:14:28 2019 -0500

    Bug 23070: Use Koha::Hold in C4::Reserves::RevertWaitingStatus
    
    We are using raw SQL statements, we should use Koha::Hold instead.
    
    This patch does not seem optimal, we would like to increment priority in
    only 1 statement and without the need to fetch and loop all holds.
    
    == Test plan ==
    - apply patch
    - place some holds on the same record
    - check that the priorities look good
    - mark one hold as waiting by doing a check-in
    - revert the waiting status
    - confirm that the priorities are recalculated correctly
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 563a25d952ee571eb1d626f97eef001c5f646b1f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Reserves.pm            | 32 ++++++++++----------------------
 t/db_dependent/Reserves.t | 45 ++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 54 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list