[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-34-g8386f5f5e8

Git repo owner gitmaster at git.koha-community.org
Wed Apr 1 23:20:11 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.11.x has been updated
       via  8386f5f5e828565457ea4421773b0d0fe5168483 (commit)
       via  21d9aa62a3f79ac594e2b92f0dcb644a7cf11ff8 (commit)
       via  116abbc530dfffe66a55f39508aa5378a4118d18 (commit)
       via  06235e20eea8a8e619e6192edb0a8808297716ef (commit)
       via  74c8c459e3e032bd35125c620fc25cae2201abbd (commit)
      from  c0422998f89daf82eb898ddb951d46df97a6f1e4 (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 8386f5f5e828565457ea4421773b0d0fe5168483
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Wed Apr 1 20:52:41 2020 +0000

    Bug 22273: DBRev 19.11.04.002
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 21d9aa62a3f79ac594e2b92f0dcb644a7cf11ff8
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Wed Apr 1 20:50:17 2020 +0000

    Bug 22273: DBRev 19.11.04.002
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 116abbc530dfffe66a55f39508aa5378a4118d18
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Dec 18 13:49:59 2019 +0000

    Bug 22273: Modify Koha::ArticleRequest->store to fill created_on
    
    For a new record, store should fill created_on.
    The database will always update the timestamp updated_on.
    Since open also calls SUPER::store, we do not need to call it twice.
    
    Test plan:
    [1] Run t/db_dependent/ArticleRequests.t
    [2] In the interface, add two article requests. Change the status of one
        to PROCESSING. Check created_on and updated_on in the article_requests
        table. The changed request should have updated_on > created_on.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    [1] Tests pass
    ok 12 - New article request has created_on date set
    ok 13 - New article request has updated_on date set
    
    [2] Work as described.
    No errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 06235e20eea8a8e619e6192edb0a8808297716ef
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Dec 18 14:35:50 2019 +0000

    Bug 22273: Database revision for table article_requests
    
    Column created_on should not be updated. It is filled once by the
    store method of Koha::ArticleRequest.
    Column updated_on should be a timestamp, updated by the database.
    
    Note: Although higher versions of MySQL and MariaDB support two timestamps
    (NOT NULL) in one table, I kept on the safe side by allowing NULL on the
    created_on column.
    
    @RM: Don't forget to run DBIx update.
    
    Test plan:
    Run new install or upgrade.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 74c8c459e3e032bd35125c620fc25cae2201abbd
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Dec 18 13:39:57 2019 +0000

    Bug 22273: Replace typo opan by opac in POD
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                |  2 +-
 Koha/ArticleRequest.pm                 | 17 ++++++-----------
 installer/data/mysql/kohastructure.sql |  4 ++--
 installer/data/mysql/updatedatabase.pl |  9 +++++++++
 t/db_dependent/ArticleRequests.t       |  5 +++--
 5 files changed, 21 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list