[koha-commits] main Koha release repository branch master updated. v17.05.00-89-g75a62e9

Git repo owner gitmaster at git.koha-community.org
Wed Jun 14 22:39:39 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, master has been updated
       via  75a62e93922834dd511ee7eb1fbdd31f2006fe1d (commit)
       via  6ae6d4bcb5238b1ffc0a22cc1d83ac05ba982b92 (commit)
       via  6d78d7a6108afc75546f933d601b04fde8b76c9b (commit)
       via  15f9e830ece26b5eead340e67b8d05b4bd07e930 (commit)
       via  ab29b5efdc763269399c06aa62ac0a36a93152f8 (commit)
       via  c3a115916146e7c1e98c58c0b0a429e9841af461 (commit)
       via  1bc45a470e55bcbb5e4031c001749a1ec9b35160 (commit)
       via  e0444e8600efbe06016ff857f23ea85893a93041 (commit)
       via  323cc1501fc91d67e8ecaa0a2cdf272f642d8e46 (commit)
      from  1b3f0c798b7770ecd7211be5998790e4a9f3999a (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 75a62e93922834dd511ee7eb1fbdd31f2006fe1d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 8 16:28:41 2017 -0300

    Bug 18763: Fix swagger/definitions.t
    
    Test plan:
      prove api/v1/swagger/definitions/patron.json
    must return green
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    swagger/definitions.t test returns green

commit 6ae6d4bcb5238b1ffc0a22cc1d83ac05ba982b92
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jun 12 11:38:59 2017 -0300

    Bug 18685: (bug 18551 follow-up) Fix patron toolbar
    
    Bug 18551 moves the way the filters are displayed and so the position of
    the patron toolbar must be recalculated.
    
    Test plan:
    Edit patron's detail
    open the filters, scrolldown
    close the filters, scrolldown
    => The toolbar must be correctly placed
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>

commit 6d78d7a6108afc75546f933d601b04fde8b76c9b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 8 16:11:45 2017 -0300

    Bug 18762: Remove some warnings from Search.t
    
    Note that some are caused by CGI, see bug 18632
    
    Test plan:
    Confirm there are less warnings with this patch applied
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>

commit 15f9e830ece26b5eead340e67b8d05b4bd07e930
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 8 15:36:40 2017 -0300

    Bug 18762: Remove a warning from History.t
    
    Test plan:
      prove t/db_dependent/Search/History.t
    should not display any warnings
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>

commit ab29b5efdc763269399c06aa62ac0a36a93152f8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 8 15:35:02 2017 -0300

    Bug 18762: Remove warnings from xt/author/valid-templates.t
    
    Test plan:
    Read the changes and make sure they make sense
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>

commit c3a115916146e7c1e98c58c0b0a429e9841af461
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.

commit 1bc45a470e55bcbb5e4031c001749a1ec9b35160
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>

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

commit 323cc1501fc91d67e8ecaa0a2cdf272f642d8e46
Author: Lee Jamison <ldjamison at marywood.edu>
Date:   Wed Jun 7 11:34:29 2017 +0000

    Bug 18749 - xt/sample_notices.t fails
    
    Bug Description:
    When performing a unit test on xt/sample_notices.t with the command
    'prove xt/sample_notices.t' 11 tests fail with the error message
    "No sample notice to delete".
    
    Cause of bug:
    The failures are caused by an incorrect file path on Line 25 of
    xt/sample_notices.t.
    
    Patch Description:
    This patch corrects the failures by changing $base_notices_file from
    "en/default/sample_notices.sql" to "en/mandatory/sample_notices.sql"
    
    Test Plan:
    1) Drop into koha-shell and run the command 'prove xt/sample_notices.'
    2) 11 unit tests fail.
    3) Apply the patch.
    4) Re-run 'prove xt/sample_notices.t'
    5) All of the tests pass now.
    6) Quit out of koha-shell
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/OAI/Sets.pm                                     |    4 +-
 api/v1/swagger/definitions/patron.json             |   12 ++++++
 .../prog/en/includes/blocked-fines.inc             |    2 +-
 .../prog/en/modules/acqui/supplier.tt              |    2 +-
 .../prog/en/modules/authorities/detail.tt          |    2 +-
 .../prog/en/modules/catalogue/itemsearch.tt        |    2 +-
 .../prog/en/modules/catalogue/results.tt           |    2 +-
 .../prog/en/modules/members/memberentrygen.tt      |   10 ++---
 .../tools/automatic_item_modification_by_age.tt    |   12 +++---
 .../prog/js/automatic_item_modification_by_age.js  |    1 -
 .../bootstrap/en/modules/opac-auth-detail.tt       |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |    2 +-
 .../Items/AutomaticItemModificationByAge.t         |   32 ++++++++++++----
 t/db_dependent/OAI/Sets.t                          |   40 +++++---------------
 t/db_dependent/Search.t                            |    4 ++
 t/db_dependent/Search/History.t                    |    7 ++--
 xt/sample_notices.t                                |    2 +-
 17 files changed, 73 insertions(+), 65 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list