[koha-commits] main Koha release repository branch 16.11.x updated. v16.11.08-80-g9e83bce

Git repo owner gitmaster at git.koha-community.org
Thu Jun 15 22:25:40 CEST 2017


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.11.x has been updated
       via  9e83bceff633fc7a6749391abc765e7f1b11f955 (commit)
       via  9eace51161fb8af946468d293befee9c5847c872 (commit)
       via  d50b5a6c3981ad6a3eee74bd3c8a3da171f9208e (commit)
      from  90b79b412254b073ad33601df7c0c6f2bf324200 (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 9e83bceff633fc7a6749391abc765e7f1b11f955
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 8 14:17:53 2017 -0300

    Bug 18761: Fix tests for AutomaticItemModificationByAge.t - clear cache
    
    The mapping structure is cached and may be wrong if already populated.
    We need to clear the cache when a framework is modified
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    Works as described in test plan and passes QA tools.
    
    (cherry picked from commit c3a115916146e7c1e98c58c0b0a429e9841af461)
    (cherry picked from commit a44c0f82712a1e9492b0604711fdaebdcfd345b2)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 9eace51161fb8af946468d293befee9c5847c872
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon May 15 09:58:04 2017 +0200

    Bug 18601: OAI/Sets.t mangles data due to truncate in ModOAISetsBiblios
    
    This patch replaces the TRUNCATE statement in ModOAISetsBiblios by a
    DELETE statement. A truncate will cause an implicit commit and will
    therefore commit the transaction started in the test script.
    
    Also simplifying the module load in the test script.
    
    Test plan:
    Do not apply this patch and observe that biblio records are added to your
    database by running t/db_dependent/OAI/Sets.t.
    Apply this patch, run the test again and verify that it does no longer
    add records to your biblio table.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit e0444e8600efbe06016ff857f23ea85893a93041)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 28928c69376fd25edaee8a7843dc4fd4309f0615)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit d50b5a6c3981ad6a3eee74bd3c8a3da171f9208e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jun 8 15:19:22 2017 +0000

    Bug 18752 - Automatic item modifications by age should allow 'blank' values
    
    This patch modifies the automatic item modification by age template to
    correct errors in form validation:
    
    - Age in days should not be required
    - A value should not be required in substitutions.
    
    To test, apply the patch and clear your browser cache if necessary.
    
    - Go to Tools -> Automatic item modification by age.
    - Confirm that when editing or creating a rule the only required field
      is the substitutions field name.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 1bc45a470e55bcbb5e4031c001749a1ec9b35160)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 8c782759ef2ff01a5e125c05f998a3a678346455)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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

Summary of changes:
 C4/OAI/Sets.pm                                     |    4 +-
 .../tools/automatic_item_modification_by_age.tt    |   12 +++---
 .../prog/js/automatic_item_modification_by_age.js  |    1 -
 .../Items/AutomaticItemModificationByAge.t         |   32 ++++++++++++----
 t/db_dependent/OAI/Sets.t                          |   40 +++++---------------
 5 files changed, 41 insertions(+), 48 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list