[koha-commits] main Koha release repository branch master updated. v16.05.00-77-gf17897f

Git repo owner gitmaster at git.koha-community.org
Fri Jun 10 19:15:52 CEST 2016


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  f17897fb105fccb7edbf60b24c7d6e5362351cb2 (commit)
       via  ff9de4138a7544f08f835acae93aca124c8efa89 (commit)
       via  f863e478b994f2631d79821473c773099dc78172 (commit)
       via  255596ae6c483caf5746745f3656b56e0ea011b4 (commit)
      from  a4c44b9f643ab9a31c4025f6001a823fdcbb8101 (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 f17897fb105fccb7edbf60b24c7d6e5362351cb2
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jun 10 17:15:21 2016 +0000

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

commit ff9de4138a7544f08f835acae93aca124c8efa89
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jun 7 10:20:53 2016 +0100

    Bug 10459: Add tests for borrowers.updated_on
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f863e478b994f2631d79821473c773099dc78172
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed May 25 21:57:34 2016 -0400

    Bug 10459 renamed timestamp to updated_on
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.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>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 255596ae6c483caf5746745f3656b56e0ea011b4
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Nov 10 14:17:40 2014 +0100

    Bug 10459: Borrowers should have a timestamp
    
    This patch adds a timestamp column to the borrowers table in kohastructure
    and updatedatabase. (And also to the deletedborrowers table.)
    A timestamp may be useful in synchronizing with external systems (among other
    reasons).
    
    Test plan:
    Run updatestructure on an existing database, or install a new one.
    Verify that the borrowers table has a timestamp now.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested updatestructure and running kohastructure.sql.
    Passed t/db_dependent/Members.t.
    
    updatedatabase.pl did not apply. I edited and then run it. Columns were added as expected.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    
    Bug 10459: Follow up to update to atomic update methodology
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    New column created, no errors.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.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>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                |    2 +-
 installer/data/mysql/kohastructure.sql |    2 ++
 installer/data/mysql/updatedatabase.pl |   32 ++++++++++++++++++++++++++------
 t/db_dependent/Patrons.t               |   15 +++++++++++++--
 4 files changed, 42 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list