[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.17-7-gd1e8a21

Git repo owner gitmaster at git.koha-community.org
Tue Apr 30 08:29:03 CEST 2019


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  d1e8a21bc39210075537c567ef83200812c75a10 (commit)
       via  26e0254dde080eb8b14a16c1324b9e2378e89922 (commit)
       via  ac7c0cd48dda4e431e9d2849cd23f06854e88f3a (commit)
       via  e993a966f3f929803a296a61789fca804d5b4274 (commit)
      from  1f80eac9616f582012c591989d96643b2bc52b82 (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 d1e8a21bc39210075537c567ef83200812c75a10
Author: Hayley Mapley <hayleymapley at catalyst.net.nz>
Date:   Thu Mar 14 04:14:57 2019 +0000

    Bug 19497: Removed title (tooltip) from Edit button in items_search_fields.tt
    
    This patch removes the tooltip that appears when hovering over the Edit button
    of Item Search Fields in the staff client. This was done for consistency reasons,
    including that this tooltip is not translated and tooltips do not appear to be
    on the majority of buttons in the staff client.
    
    Test plan:
    1) In Home->Administration->Item search fields create a new search field
    if you haven't got any already
    2) Observe the tooltip that appears when hovering over the Edit button in
    the Item serach fields table.
    3) Apply the patch and observe that the tool tip no longer appears.
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 968c888e1579ab28ec165819a011612d8b8f5570)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 634400f05c625a0724172c82004fc6209717bde1)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit a0b6a894fec0d2a3a804f86e9fdd076137b8c26e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 26e0254dde080eb8b14a16c1324b9e2378e89922
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Mar 8 10:12:50 2019 +0100

    Bug 21049: Set 007/00 when selecting material type (Rancor)
    
    There is a 1-1 relationship between the material type values and the
    position 00 of 007 field. Selecting a material type should set this
    position's value.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 856425db1e156ee4faf1aae70b0a78845711ba43)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 16e250542de43eadf62bc9354329912be84c3420)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit c8eee1b25761c5f3867fffc48c2e03ceab56e4ce)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ac7c0cd48dda4e431e9d2849cd23f06854e88f3a
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Mar 6 08:43:18 2019 +0100

    Bug 21049: Fix value of material select for Rancor 007 widget
    
    The material type is selected in accordance with position 0 of 007
    
    Test plan:
    1. Create a new record using the advanced editor
    2. Select a material type for field 007 and set at least the position 0
       of this field
    3. Save the record and reload the page
    4. The material type should remain selected
    5. Try with all available material types
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit e85294a738da7cce2a4897998ffa795f977b4cd7)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit d5aa7655a643a5a4868a47b8aae5371438993580)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit b25c4196b8174b375d8c13ccb8dee145c5d784b6)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit e993a966f3f929803a296a61789fca804d5b4274
Author: Lyon3 Team <koha at univ-lyon3.fr>
Date:   Thu Apr 11 10:48:42 2019 +0200

    Bug 22652: Editing Course reserves is broken
    
    To test:
    1. Create a course reserve or go on an existing one
    2. Add items and add a change for the holdingbranch
    3. On the list of items in this course reserve
    (course_reserves/course-details.pl?course_id=xx), click on "edit" at the
    end of a row :
    
    Without the patch, you can't see the holdingbranch you have choose for
    this item, but you see "LEAVE UNCHANGED"
    
    With the patch, you can see the holdingbranch you have choose when
    adding this item in the course
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Mikaël Olangcay Brisebois <mikael.olangcay-brisebois at inLibro.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ba14e9ca7d40af664f7079c6a9f85a85e88fca9a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 27209dea6666c490431aa56485771d8e36c0125a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 8fbf85efd2179495cc50e8ec3609c382fc010094)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../intranet-tmpl/lib/koha/cateditor/widget.js     |    2 +-
 .../prog/en/includes/cateditor-widgets-marc21.inc  |   33 +++++++++++++++++++-
 .../prog/en/modules/admin/items_search_fields.tt   |    4 +--
 .../en/modules/course_reserves/add_items-step2.tt  |    2 +-
 4 files changed, 36 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list