[koha-commits] main Koha release repository branch master updated. v20.05.00-1539-gbd63fb2bb9

Git repo owner gitmaster at git.koha-community.org
Mon Nov 2 16:28:35 CET 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, master has been updated
       via  bd63fb2bb941294371a072fea9fc2f930ff5bf3f (commit)
       via  165a1bcef8fe59e7bfd5571de5fd76e3b5560e93 (commit)
       via  9c2f9a021ad619a426b395c7e540f7ede70382b1 (commit)
      from  80c3e543163053836a171bde03c9afd70e5b838a (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 bd63fb2bb941294371a072fea9fc2f930ff5bf3f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Oct 26 11:17:40 2018 -0300

    Bug 26639: Add auto_savepoint to DBIC connection
    
    See comment 0.
    
    https://metacpan.org/pod/distribution/DBIx-Class/lib/DBIx/Class/Manual/Cookbook.pod#Nested-transactions-and-auto-savepoints
    
    Otherwise:
    DBIx::Class::Storage::txn_rollback(): A txn_rollback in nested transaction is ineffective! (depth 1) at t/db_dependent/Koha/Objects.t line 274
    
    Possible side-effects? Slowness?
    
    We need to push it to master ASAP and see how our test suite behave.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 165a1bcef8fe59e7bfd5571de5fd76e3b5560e93
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 15 15:42:09 2020 +0200

    Bug 26592: (follow-up) fix typo
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 9c2f9a021ad619a426b395c7e540f7ede70382b1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 1 11:22:46 2020 +0200

    Bug 26592: Prevent XSS vulnerabilities when circ/ysearch.pl is used
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha/Database.pm                                   |  1 +
 .../intranet-tmpl/prog/en/includes/js_includes.inc | 24 ++++++++++++++++++----
 .../prog/en/modules/circ/request-article.tt        | 21 +++++++++++++++----
 .../prog/en/modules/course_reserves/course.tt      | 20 ++++++++++++++++--
 .../prog/en/modules/reserve/request.tt             | 21 +++++++++++++++----
 5 files changed, 73 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list