[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.00-50-g03864fe

Git repo owner gitmaster at git.koha-community.org
Wed Dec 20 14:06:03 CET 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, 17.11.x has been updated
       via  03864feb387ebc75b23ec0d15472e8435b4277f3 (commit)
       via  0c63bb781ddaa074ea371304221e8041c5570be1 (commit)
       via  99dd6efa9fb2b5cf24929cb1f8019ad334d7dc83 (commit)
       via  13c02b84e6df4d180865d4f80bee271fdd2cd858 (commit)
       via  b86dc070331d296f76063d9c2586a437026483fa (commit)
       via  a4080abee1e1666431c14d754ad7c0a4d188c569 (commit)
       via  050bb6c0bd17038cea64f66480dc8f058307d752 (commit)
       via  020c3c444d3e5c3d1eb6ee071ebfa27b01b7f983 (commit)
       via  c0096ccbbb1a9193939d143e31d050080b5b949f (commit)
      from  689db3115c42dad8d02aaf27f80814564e1de826 (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 03864feb387ebc75b23ec0d15472e8435b4277f3
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Dec 14 12:54:14 2017 +0000

    Bug 19806: Add classes to itemnotes in issues table
    
    To test:
    1 - Checkout an item with both public and non-public notes
    2 - Note the notes display and both have circ-hlt class
    3 - Apply patch
    4 - Ensure display has not changed
    5 - Note notes now have classes 'item-note-public' and
    'item-note-nonpublic'
    6 - Sign off
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0c63bb781ddaa074ea371304221e8041c5570be1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 18 14:47:37 2017 -0300

    Bug 19759: Fix failing test in Chargelostitem.t
    
     t/db_dependent/Circulation/Chargelostitem.t .. 1/6
     #   Failed test 'The accountline amount should be precessfee value '
     #   at t/db_dependent/Circulation/Chargelostitem.t line 71.
     #          got: '4.5968041848873e+20'
     #     expected: '459680418488730451968.00'
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 99dd6efa9fb2b5cf24929cb1f8019ad334d7dc83
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 6 13:03:15 2017 -0300

    Bug 19759: Make TestBuilder generates only 2 decimals for float
    
    For instance items.replacementprice is decimal(8,2) but more than 2 decimals are generated.
    
    It leads to issues when we compare expected objects:
    
        #          got: '135623.866142537'
        #     expected: '135623.87'
    
    Test plan:
      prove t/db_dependent/TestBuilder.t
    must return green
    
    Signed-off-by: Dominic Pichette <dominic at inlibro.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Somehow I have the feeling that we should allow more decimals sometimes
    and perhaps have a number of decimals parameter or so. Think of fields
    like currency or discount.
    But the current issues justify this change.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 13c02b84e6df4d180865d4f80bee271fdd2cd858
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Sun Dec 17 07:24:53 2017 +0000

    Bug 19706: (QA follow-up) Hide the collection code selector if no value is defined (for consistency)
    
    Test plan:
    0) Go to item search
    1) Do have some authorized values in CCODE category -> selector of
    collection is visible
    2) Don't have any authorized value in CCODE category -> selector of
    collection is not visible
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b86dc070331d296f76063d9c2586a437026483fa
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Dec 12 11:15:34 2017 +0000

    Bug 19706: Fix bad json formed when there are no CCODE values
    
    To test:
    1 - Delete all ccode values in your system
    2 - Load the item search page
    3 - View the console and note a js error
    4 - Try to perform an item search to screen
    5 - Internal server error ("unsupported format 'html'" in logs)
    6 - Apply patch
    7 - Reload page
    8 - Note js error is gone
    9 - Perform search to screen, success!
    
    To test there is no regression:
    1 - Have some values in CCODE authorised values
    2 - Ensure collection drop down on item search displays correctly
    3 - Ensure item search returns results ot screen with no js errors
    
    Signed-off-by Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a4080abee1e1666431c14d754ad7c0a4d188c569
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Dec 11 16:47:00 2017 +0000

    Bug 19767: Remove unused serial-issues.pl script
    
    This patch removes three unused files:
    
    serials/serial-issues.pl
    
    ...and its associated templates:
    
    koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues-full.tt
    koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues.tt
    
    To test, apply the patch and search the Koha codebase for references to
    any of those files. None should exist.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 050bb6c0bd17038cea64f66480dc8f058307d752
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 29 15:24:40 2017 -0300

    Bug 19560: Correctly escape branchcode in admin/branches.pl
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 020c3c444d3e5c3d1eb6ee071ebfa27b01b7f983
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Dec 8 15:31:49 2017 +0100

    Bug 17182: (QA follow-up) Fix call to GetMarcBiblio
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit c0096ccbbb1a9193939d143e31d050080b5b949f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jul 19 14:10:05 2017 +0000

    Bug 17182: Allow Keyword to MARC mapping for acquisitions searches
    
    This patchset adds the 'subtitle' field to the results display on
    acquistions search for adding an order form an existing item.
    
    Any field mapped to 'subtitle' in 'Keyword to MARC mapping' will be
    fetched and displayed in the results
    
    To test:
    1 - Perform an acquisitions search for existing record
    2 - Note record subtitles are not displayed
    3 - Map 245$b and 245$n to 'subtitle' in 'Keyword to MARC mapping'
    4 - Note they are still not displayed ion acq results
    5 - Apply patch
    6 - subtitle fields should now display
    
    Sponsored by: Round Rock Public Library
    <https://www.roundrocktexas.gov/departments/library/>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 acqui/neworderbiblio.pl                            |    1 +
 .../prog/en/modules/acqui/neworderbiblio.tt        |    1 +
 .../prog/en/modules/admin/branches.tt              |   24 ++--
 .../prog/en/modules/catalogue/itemsearch.tt        |   10 +-
 .../prog/en/modules/serials/serial-issues-full.tt  |   97 ----------------
 .../prog/en/modules/serials/serial-issues.tt       |  122 --------------------
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js       |    4 +-
 serials/serial-issues.pl                           |  108 -----------------
 t/db_dependent/Circulation/Chargelostitem.t        |    2 +-
 t/db_dependent/TestBuilder.t                       |    5 +-
 t/lib/TestBuilder.pm                               |    2 +-
 11 files changed, 32 insertions(+), 344 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues-full.tt
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues.tt
 delete mode 100755 serials/serial-issues.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list