[koha-commits] main Koha release repository branch 16.05.x updated. v16.05.00-99-ga0fb3fd

Git repo owner gitmaster at git.koha-community.org
Wed Jun 15 14:17:24 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, 16.05.x has been updated
       via  a0fb3fdf1a057dba56eb05ba6997d901bfcb9645 (commit)
       via  ac71c2e7da2777e3bb1cb4c457412dc7b0e94776 (commit)
       via  b68e1038feffc75b1c81cee193e80564213f30d3 (commit)
       via  947690e2324c72cba4ceca8790a98bcdf30752a8 (commit)
       via  b4d40f7d00b38eeb006da58f016a109abae6235b (commit)
       via  9ef9f94707e7540cdda9b3bdc71a427a0b74e24d (commit)
      from  a8534a4da728030d51647285cfb30b3f25a835c5 (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 a0fb3fdf1a057dba56eb05ba6997d901bfcb9645
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jun 14 16:35:49 2016 +0000

    Bug 10459 - Update Schema
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 42cd9ca1447f4d576d9f1ad51e275e70c8bf9249)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit ac71c2e7da2777e3bb1cb4c457412dc7b0e94776
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Fri Jun 10 17:15:21 2016 +0000

    Bug 10459 - DBRev 16.05.00.002
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit b68e1038feffc75b1c81cee193e80564213f30d3
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>

commit 947690e2324c72cba4ceca8790a98bcdf30752a8
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>

commit b4d40f7d00b38eeb006da58f016a109abae6235b
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>

commit 9ef9f94707e7540cdda9b3bdc71a427a0b74e24d
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Wed Jun 15 13:56:19 2016 +0200

    RMaint: Fix numbering mix with master

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

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 |   30 ++++++++++++++++++++++--------
 t/db_dependent/Patrons.t               |   15 +++++++++++++--
 6 files changed, 70 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list