[koha-commits] main Koha release repository branch master updated. v17.05.00-76-ga38ffe2

Git repo owner gitmaster at git.koha-community.org
Mon Jun 12 16:27:36 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  a38ffe2d48c35029ef80ea0a4294e36b408cd1a4 (commit)
       via  25bbc181c9ceacd84582368f0006d4025250ea1f (commit)
       via  bd14d2db9c6f6ac34a1dc0ea4ab741c05c22e5d3 (commit)
      from  6999dbafbd2d6708d4c3a8fae7e83855902ebdbb (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 a38ffe2d48c35029ef80ea0a4294e36b408cd1a4
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed May 24 13:46:50 2017 +0000

    Bug 18656 - Require confirmation of deletion of files from patron record
    
    This patch adds a JavaScript confirm to the deletion of files. It also
    styles the file deletion link as a Bootstrap button.
    
    To test, apply the patch and open the "Files" page for a patron who has
    files attached.
    
    - Verify that clicking any "delete" link prompts for a confirmation.
    - Verify that confirming the dialog triggers the deletion of the correct
      file.
    - Verify that canceling the confirmation dialog aborts the deletion.
    - Confirm that the "Delete" button looks correct.
    
    Signed-off-by: David Roberts <david.roberts at ptfs-europe.com>
    
    Revision for QA: Replaced '.click(function' with '.on("click",function'
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 25bbc181c9ceacd84582368f0006d4025250ea1f
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jun 9 18:52:17 2017 -0400

    Bug 18773: Fix failing history.t test
    
    changed get() to get_ok() and increased test count to match.
    Now the master build will only fail on search_utf8.t
    
    TEST PLAN
    ---------
    assuming KOHA_CONF is set.
    $ export KOHA_INTRANET_URL=...
    $ export KOHA_OPAC_URL=...
    $ prove -v t/db_dependent/www/history.t
    
    run koha qa test tools
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    Works correctly using text plan provided and passes QA tools.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit bd14d2db9c6f6ac34a1dc0ea4ab741c05c22e5d3
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jun 9 19:23:49 2017 -0400

    Bug 18411: Fix failing search_utf8.t tests
    
    TEST PLAN
    ---------
    export KOHA_INTRANET_URL=...
    prove -v t/db_dependent/www/search_utf8.t
    
    something like seen before failure:
    t/db_dependent/www/search_utf8.t .. 9/66 Error GETing http://koha_16_11:8080/cgi-bin/koha/tools/background-job-progress.pl?jobID=741d649f9d4472fe75f30761ba2488c0: Bad Request at t/db_dependent/www/search_utf8.t line 170.
    
    apply this patch
    prove -v t/db_dependent/www/search_utf8.t
    
    Now it is the marc staging that is failing.
    And that is failing in master for me.
    So, I don't think it is the test that is a problem at this point,
    but the actual staged marc records process.
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    I'm not sure why you had problems. All 66 tests passed
    after patch application and the patch also passes QA Tools.
    I tested this patch on a brand new kohadevbox without issue.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/members/files.tt      |   15 ++++++++++++++-
 t/db_dependent/www/history.t                            |    6 +++---
 t/db_dependent/www/search_utf8.t                        |    5 ++---
 3 files changed, 19 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list