[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.08-4-g64d2995

Git repo owner gitmaster at git.koha-community.org
Fri Jul 1 08:20:36 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, 3.22.x has been updated
       via  64d29957894e67b0dfbd0599887eac355772a6b9 (commit)
       via  341343a8605dd6e9e099cde61ac5fe8024702cd3 (commit)
       via  b49dddc04a301ce8360a5ec66c79daa5c247e672 (commit)
       via  15041b7b3faae8cef0fcb392cc0934081f05a93d (commit)
      from  978f8aedf3dddb26cbbc44455c239ab10d3f7dd2 (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 64d29957894e67b0dfbd0599887eac355772a6b9
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Jul 1 08:19:50 2016 +0200

    Bug 10459: Update DB rev (3.22.08.001)

commit 341343a8605dd6e9e099cde61ac5fe8024702cd3
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>
    (cherry picked from commit ff9de4138a7544f08f835acae93aca124c8efa89)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit b68e1038feffc75b1c81cee193e80564213f30d3)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit b49dddc04a301ce8360a5ec66c79daa5c247e672
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>
    (cherry picked from commit f863e478b994f2631d79821473c773099dc78172)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 947690e2324c72cba4ceca8790a98bcdf30752a8)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 15041b7b3faae8cef0fcb392cc0934081f05a93d
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>
    (cherry picked from commit 255596ae6c483caf5746745f3656b56e0ea011b4)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit b4d40f7d00b38eeb006da58f016a109abae6235b)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 Koha.pm                                |    2 +-
 Koha/Schema/Result/Borrower.pm         |   18 ++++++++++++++++--
 Koha/Schema/Result/Deletedborrower.pm  |   18 ++++++++++++++++--
 installer/data/mysql/kohastructure.sql |    2 ++
 installer/data/mysql/updatedatabase.pl |   18 ++++++++++++++++++
 t/db_dependent/Borrowers.t             |   17 ++++++++++++++---
 6 files changed, 67 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list