[koha-commits] main Koha release repository branch master updated. v16.11.00-306-g9fe4f3b

Git repo owner gitmaster at git.koha-community.org
Fri Jan 20 15:05:45 CET 2017


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  9fe4f3b2bac53afe4844a42ec71da0640aeaeb97 (commit)
       via  0f3ced357de22c3b46060a305d4dd80aacc72de4 (commit)
       via  48d7667af9637c2369154f16bb540a77c14a5ba2 (commit)
       via  cb17720f47b34d5677b1e4c3245c084359358df0 (commit)
      from  07626b3b6e12c62496e8b8e82c7077949c37a1b0 (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 9fe4f3b2bac53afe4844a42ec71da0640aeaeb97
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 20 14:00:47 2017 +0000

    Bug 17813 - DBRev 16.12.00.006
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 0f3ced357de22c3b46060a305d4dd80aacc72de4
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jan 12 12:09:42 2017 -0300

    Bug 17813: (QA followup) Properly check DB structure before altering it
    
    This patch makes the atomic update use the new functions introduced by
    bug 17234 for checking the structure before attempting to call ALTER
    TABLE.
    
    It checks for the column existence, and also if it is a primary key.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 48d7667af9637c2369154f16bb540a77c14a5ba2
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Dec 23 15:57:54 2016 -0300

    Bug 17813: DBIC update
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit cb17720f47b34d5677b1e4c3245c084359358df0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Dec 23 15:54:02 2016 -0300

    Bug 17813: Add a primary key to borrower_attributes
    
    This patch adds 'borrower_attributes' a field (if) which
    will act as a primary key.
    
    This is needed for DBIC to be used to handle rows, and also will help
    when faced with the implementation of the REST api for this resource.
    
    To test:
    - Run all patron modification / attributes and verify nothing breaks
    - Sign off :-D
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                 |    2 +-
 Koha/Schema/Result/BorrowerAttribute.pm |   24 ++++++++++++++++++++++--
 installer/data/mysql/kohastructure.sql  |    1 +
 installer/data/mysql/updatedatabase.pl  |   15 +++++++++++++++
 4 files changed, 39 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list