[koha-commits] main Koha release repository branch master updated. v19.11.00-136-g309754a

Git repo owner gitmaster at git.koha-community.org
Fri Jan 3 12:31:59 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  309754a143cb2f4ce1adc9b4bfeeca3e9af900a0 (commit)
       via  52a9dee300e43873268bcd87b1908dc9f89fe9a2 (commit)
       via  3dd6a2cb934c3a4ae8540dfb2e0a05cbecb45a13 (commit)
       via  cd4dfc6e121a8f867fee5fcf8ccfd594bf163ba7 (commit)
      from  42d40e372e25cc4790290dcd0bb31c50f237f5fe (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 309754a143cb2f4ce1adc9b4bfeeca3e9af900a0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Dec 13 16:01:46 2019 +0100

    Bug 21684: Adjust some tests
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 52a9dee300e43873268bcd87b1908dc9f89fe9a2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 12 14:28:03 2019 +0100

    Bug 21684: Fix delete methods and add more tests
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3dd6a2cb934c3a4ae8540dfb2e0a05cbecb45a13
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Oct 26 13:54:47 2018 -0300

    Bug 21684: Add tests to show some of the discrepancies
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cd4dfc6e121a8f867fee5fcf8ccfd594bf163ba7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 24 18:00:00 2019 -0300

    Bug 24150: Add Koha::Old::*[s]
    
    This bug report will add new classes for:
      * Koha::Old::Patron[s]
      * Koha::Old::Biblio[s]
      * Koha::Old::Item[s]
      * Koha::Old::Biblioitem[s]
    
    Sponsored-by: Association KohaLa - https://koha-fr.org/
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Object.pm                                     |    6 +-
 Koha/{Tags/Approval.pm => Old/Biblio.pm}           |   12 +-
 Koha/{Tags/Approval.pm => Old/Biblioitem.pm}       |   12 +-
 Koha/{ActionLogs.pm => Old/Biblioitems.pm}         |   14 +-
 Koha/{ActionLogs.pm => Old/Biblios.pm}             |   14 +-
 Koha/{Tag.pm => Old/Item.pm}                       |   12 +-
 Koha/{ActionLogs.pm => Old/Items.pm}               |   14 +-
 Koha/{Tags/Approval.pm => Old/Patron.pm}           |   12 +-
 Koha/{ActionLogs.pm => Old/Patrons.pm}             |   14 +-
 Koha/Patron.pm                                     |    5 +-
 Koha/Patrons.pm                                    |    8 +-
 Koha/REST/V1/Patrons.pm                            |    2 +-
 t/db_dependent/Koha/Objects.t                      |  344 +++++++++++++++++++-
 t/db_dependent/Koha/{KeyboardShortcuts.t => Old.t} |   40 ++-
 t/db_dependent/Koha/Patrons.t                      |   24 +-
 t/db_dependent/Virtualshelves.t                    |    4 +-
 16 files changed, 429 insertions(+), 108 deletions(-)
 copy Koha/{Tags/Approval.pm => Old/Biblio.pm} (87%)
 copy Koha/{Tags/Approval.pm => Old/Biblioitem.pm} (85%)
 copy Koha/{ActionLogs.pm => Old/Biblioitems.pm} (81%)
 copy Koha/{ActionLogs.pm => Old/Biblios.pm} (81%)
 copy Koha/{Tag.pm => Old/Item.pm} (87%)
 copy Koha/{ActionLogs.pm => Old/Items.pm} (81%)
 copy Koha/{Tags/Approval.pm => Old/Patron.pm} (86%)
 copy Koha/{ActionLogs.pm => Old/Patrons.pm} (81%)
 copy t/db_dependent/Koha/{KeyboardShortcuts.t => Old.t} (58%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list