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

Git repo owner gitmaster at git.koha-community.org
Tue Jun 13 22:45:29 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  90b79b412254b073ad33601df7c0c6f2bf324200 (commit)
       via  74bd5c320c0befab51488d5ededa638fdbe2834b (commit)
       via  44965f6040cf6e290d95635741be8ec4e8a69e06 (commit)
       via  27ca222ee6580594d0353d0f764930b7814fbab2 (commit)
       via  934043656a8eda4c3a2c318382de95ba1b090af8 (commit)
       via  d5561c8aae1391b0011a7a232255214285000b9c (commit)
      from  723ece1e614a48618a362625161253268f7681ab (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 90b79b412254b073ad33601df7c0c6f2bf324200
Author: Lee Jamison <ldjamison at marywood.edu>
Date:   Sat Jun 10 09:26:51 2017 +0000

    Bug 18584: Fix trailing spaces in C4/Accounts.pm
    
    Removed trailing spaces at line 182 of C4::Accounts.
    
    Test plan:
    1. Edit C4/Accounts.pm and verify trailing spaces
    2. Apply patch
    3. Verify that trailing spaces in C4/Accounts have been removed
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit a80ed84d070f81065b1fb2fa14f5ced3c25d6431)
    (cherry picked from commit abc32e9099376b6f6c9ffed8033e8e041c4cec68)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 74bd5c320c0befab51488d5ededa638fdbe2834b
Author: Marc Véron <veron at veron.ch>
Date:   Tue May 30 08:41:53 2017 +0200

    Bug 18694: Translatability: Get rid of exposing [%% FOREACH in csv/cash_register_stats.tt
    
    Code exposed is:
    %s %s %s [%%- FOREACH field IN row; field IF !loop.last; ItemTypes.GetDescription(field) IF loop.last; sep IF !loop.last; END %%] %s TOTAL [%%- FOREACH field IN total; field; sep IF !loop.last; END %%]
    
    Similar for: csv/orders_by_budget.tt
    
    To test:
    - Apply patch
    - In staff client, verify that Cash register statistics work as before
      (Home > Reports > Cash register statistics)
    - Verify the same for Home > Reports > Orders by fund (triggers orders_by_budget.tt)
    - Bonus test: Create a "language" aa-AA (perl translate create aa-AA
      from folder misc/translator, verify that lines mentioned above do
      no longer appear in aa-AA-staff-prog.po )
    - Run QA tools (newest version with test for newlines in tt directives)
    
    Rebased on top of Bug 18734 2017-12-06 / mv
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ec478e18f352d340c7a1ec4416121928229c2907)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 3db92ec25a91cfb9342da4d5b433601fa08bbb75)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 44965f6040cf6e290d95635741be8ec4e8a69e06
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 9 10:17:25 2017 -0400

    Bug 18734 - Internal server error in cash_register_stats.pl when exporting to file
    
    To test:
    Output cash reigster stats report to file
    Internal server error
    Apply patch
    Export to file
    File is generated and correctly formed
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 855ff0fb9a1cf7755a0805910c367150b37b5f2a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 8e1cfdbd07bf0dceab147ab5df417d7deedaada8)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 27ca222ee6580594d0353d0f764930b7814fbab2
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>
    (cherry picked from commit a38ffe2d48c35029ef80ea0a4294e36b408cd1a4)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 2bc4791dedc9d266b7aa3a121e62af2dc78354e2)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 934043656a8eda4c3a2c318382de95ba1b090af8
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>
    (cherry picked from commit 25bbc181c9ceacd84582368f0006d4025250ea1f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 5c5290eb31efe31fe189b2f17f95741e02d00667)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit d5561c8aae1391b0011a7a232255214285000b9c
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>
    (cherry picked from commit bd14d2db9c6f6ac34a1dc0ea4ab741c05c22e5d3)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 1b228a9a29ac07518ed9f5054de22e2fb3e4a269)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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

Summary of changes:
 C4/Accounts.pm                                          |    2 +-
 .../includes/csv_headers/reports/cash_register_stats.tt |    2 +-
 .../intranet-tmpl/prog/en/modules/members/files.tt      |   15 ++++++++++++++-
 .../prog/en/modules/reports/csv/cash_register_stats.tt  |   15 ++++-----------
 .../prog/en/modules/reports/csv/orders_by_budget.tt     |   12 +++---------
 reports/cash_register_stats.pl                          |    2 +-
 t/db_dependent/www/history.t                            |    6 +++---
 t/db_dependent/www/search_utf8.t                        |    5 ++---
 8 files changed, 29 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list