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

Git repo owner gitmaster at git.koha-community.org
Thu Apr 2 18:55:03 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  00379c189976ac9e7e2429f5261a0b562206fc5d (commit)
       via  390f838d27984ea47572b729145b1268e9866f29 (commit)
       via  c1c3cfed5ca2709b99587e8907b68d158ce013f9 (commit)
       via  508a6ad027b34c2279fbb1ff994152144b38ceb8 (commit)
      from  61e7f3bbd7d6bf8e4341869255d9de8156643d69 (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 00379c189976ac9e7e2429f5261a0b562206fc5d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 18 16:13:11 2020 +0100

    Bug 23384: Fix use statement order for ArticleRequest::Status
    
    Koha::ArticleRequest is used by Koha::ArticleRequests so
    Koha::ArticleRequest::Status should not be needed in
    Koha::ArticleRequest.
    Also Koha::ArticleRequest::Status must be loaded before
    Koha::ArticleRequest
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 390f838d27984ea47572b729145b1268e9866f29
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Mar 6 11:13:15 2020 +0000

    Bug 24760: (follow-up) Add a neighboring test messsage
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit c1c3cfed5ca2709b99587e8907b68d158ce013f9
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Feb 28 14:22:34 2020 +0100

    Bug 24760: Use C4::BackgroundJob->fetch in tests
    
    Starting with YAML 1.30 and YAML::Syck 1.32, these modules don't bless
    loaded objects by default. This is not a problem as
    C4::BackgroundJob->fetch bless them anyway.
    
    So, instead of testing what's in the session, test the result of
    C4::BackgroundJob->fetch, which is what's used everywhere else
    
    Test plan:
    1. Install latest version of YAML::Syck (or YAML if YAML::Syck is not
    installed)
    2. prove t/db_dependent/BackgroundJob.t => should FAIL
    3. Apply patch
    4. prove t/db_dependent/BackgroundJob.t => should PASS
    5. Verify that background jobs are still working (for instance,
    tools/batchMod.pl)
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 508a6ad027b34c2279fbb1ff994152144b38ceb8
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Tue Mar 3 14:32:31 2020 +0100

    Bug 24788: Remove autoloaded column accessors in Koha::Object->store
    
    Columns are accessed as methods, relying on AUTOLOAD, in
    Koha::Object->store. This could be a source of strange bugs
    if a column name clashes with an existing method name.
    
    To test:
    
    1) Apply patches for Bug 14957
    2) Follow the testing instructions, when saving a new marc rule and
    error is thrown.
    3) Apply patch
    4) Try saving a new rule once again, this should now work
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 Koha/ArticleRequest.pm         |  1 -
 Koha/ArticleRequests.pm        |  2 +-
 Koha/Object.pm                 | 14 ++++++++------
 Koha/Patron.pm                 |  1 +
 t/db_dependent/BackgroundJob.t | 12 +++++-------
 5 files changed, 15 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list