[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.12-17-g40ba02f02d

Git repo owner gitmaster at git.koha-community.org
Wed Jul 22 21:53:56 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, 19.05.x has been updated
       via  40ba02f02d88060cd0f9bf9671855c7189e0a179 (commit)
       via  9fa242b01911238d852e4f82708758a9906b02ee (commit)
       via  38f8ab82aef344e5a769098338d345804b0fbbdd (commit)
      from  8d8417a00da6f3646a1a60e8c93d5bbece099f00 (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 40ba02f02d88060cd0f9bf9671855c7189e0a179
Author: Victor Grousset/tuxayo <victor at tuxayo.net>
Date:   Wed Jul 22 21:23:00 2020 +0200

    Bug 24986: DBIC Schema files + fix of bug 23081 backport
    
    Bug 23081 backported the DBIC changes instead of regenerating the files.
    Thus the checksum weren't matching because 19.05 also had other changes
    to the schema so the same changes result in a different checksum.
    The small changes were manually undone and the DBIC were regenerated.
    So this commit contains the changes for both patchsets.
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 9fa242b01911238d852e4f82708758a9906b02ee
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Jul 16 16:14:40 2020 +1200

    Bug 24986: DBRev 19.05.12.001
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 7efb135dfb3d16c8046877de1a47cd1a835bf5d9)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 38f8ab82aef344e5a769098338d345804b0fbbdd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 4 12:12:23 2020 +0200

    Bug 24986: Modify some borrowers DB fields to (TINY|MEDIUM)TEXT
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 16a5197aa9f96ee8a7fb6c63e15a6c7f9342f773)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit c234daac2afe239625a59940c4aa8ef37453762b)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 36ded4c66cca20c2464e79fc31cd6c6867bbfc3a)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 Koha.pm                                |  2 +-
 Koha/Schema/Result/Borrower.pm         | 99 +++++++++++-----------------------
 Koha/Schema/Result/Deletedborrower.pm  | 99 +++++++++++-----------------------
 Koha/Schema/Result/Deleteditem.pm      | 11 ++--
 Koha/Schema/Result/Item.pm             | 11 ++--
 installer/data/mysql/kohastructure.sql | 60 ++++++++++-----------
 installer/data/mysql/updatedatabase.pl | 24 +++++++++
 7 files changed, 127 insertions(+), 179 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list