[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.07-45-g8af1f9e

Git repo owner gitmaster at git.koha-community.org
Mon Jan 22 12:41:04 CET 2018


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.05.x has been updated
       via  8af1f9eb60bf87ed8e79dc5f43de111743fe808d (commit)
       via  c5bb0ab26ac2b1ef06e9cd062160ee54517c8df0 (commit)
       via  f460450c091b7bfe295c468d15a7e911c9e0b297 (commit)
       via  a4d988ffad9cf527daa229497cafe2f425d30b17 (commit)
       via  a4e5026036f63d207937ae0e787effe807f43703 (commit)
       via  30c465aa15644fec6ae49d4243453257d91f3d36 (commit)
      from  0ba2ce047b58f92aaef74380c8e10afbc33970cb (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 8af1f9eb60bf87ed8e79dc5f43de111743fe808d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 3 18:12:33 2018 -0300

    Bug 19913: Fix embedded HTML5 videos at the OPAC
    
    Caused by
    commit 752aef4593f1aa2d64700bf9738e7e03907eb1cd
    Bug 18754: Translatability: Get rid of exposed tt directives in opac-detail.tt
    
    A space is missing between 'source' and 'src'
    
    Test plan:
    Set  HTML5MediaEnabled  to OPAC
    Put a video link to 856$u
    See the OPAC detail page, tab video, click the video
    => Should play with this patch applied
    
    Note that this does not affect intranet
    
    Signed-off-by: George Williams <george at nekls.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit d8080061a64726c3d466f187c223fe4c5234b806)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c5bb0ab26ac2b1ef06e9cd062160ee54517c8df0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jan 5 11:09:09 2018 -0300

    Bug 19918: Close span tag in opac-registration-confirmation.tt
    
    Introduced by:
    commit 06f4950aa21ff889cff81f27b2f4e79788db193f
    Bug 13599 - Add patron cardnumber to self registration confirmation
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 6e9a466a7a0fde6a7706ef80ae773ac53d9fc57e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit f460450c091b7bfe295c468d15a7e911c9e0b297
Author: Victor Grousset <victor.grousset at biblibre.com>
Date:   Wed Dec 13 20:16:54 2017 +0100

    Bug 19807: Make IntranetCatalogSearchPulldown honor IntranetNumbersPreferPhrase
    
    This patch
    - fixes callnum and sn
    - Removes unecessary syspref transmission to the template.
      As the template directly reads the syspref
    
    Test plan:
    1. Set sysprefs IntranetCatalogSearchPulldown and
       IntranetNumbersPreferPhrase to true
    2. Go to staff:/cgi-bin/koha/catalogue/search.pl
    3. "search for" → "call number" and write anything that won't match a
       call number in the field
    4. Then you should see
       «No results match your search for 'callnum,phr: [...]»
    5. Go to the staff homepage
    6. Click on "Search the catalog"
    7. Do the same search as previouly
    8. Then you should see
       «No results match your search for 'callnum,wrdl: [...]»
       This shows that IntranetNumbersPreferPhrase isn't honored
    9. Apply this patch
    10. Redo the same two searches and see that phr will now be always used.
        So IntranetNumbersPreferPhrase is honored
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit df899212b25250cfac412f14478e481acdd6672a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit a4d988ffad9cf527daa229497cafe2f425d30b17
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Feb 28 14:26:22 2017 +0100

    Bug 18183: jQuery append error related to script tags in cloneItemBlock
    
    See the detailed explanation of the error on Bugzilla.
    As a workaround, we move the append of clone to outeritemblock before the
    append of data (long string with item fields and script tags) to clone.
    
    This patch also moves two vars inside the success function, since they are
    not used outside of it.
    
    Test plan:
    [1] Set AcqCreateItem to receiving.
    [2] Receive an order. Verify that adding, updating or deleting an item block
        still works as expected.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 8386f544b1bf68891b0ce2f68741e9d0115a0d49)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit a4e5026036f63d207937ae0e787effe807f43703
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Tue Sep 19 15:29:22 2017 +1200

    Bug 19338: Fix sorting by dates in opac-account.tt
    
    To test:
    Find an account with lots of fines/payments
    load up the borrower's account in the OPAC
    note that the sort on the dates sorts by day, and not by date.
    apply this patch
    reload the page, note that the sort on the dates is now correct.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a0072fa491e8607a9aad54d8e07db5d20fefbbfe)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 30c465aa15644fec6ae49d4243453257d91f3d36
Author: Lari Taskula <lari.taskula at jns.fi>
Date:   Thu Dec 21 13:56:34 2017 +0200

    Bug 19857: Use BorrowerUnwantedField system preference for SMS provider selection
    
    Optionally hide SMS provider field in patron modification screen with
    BorrowerUnwantedField system preference.
    
    To test:
    1. Apply patch
    2. Append BorrowerUnwantedField with sms_provider_id and save changes
    3. Go to patron modification screen in staff client
    4. Observe the SMS provider selection is now hidden
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f20d2f1ea37906c7bbc4be1935fb80295f771152)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 catalogue/search.pl                                          |    3 ---
 koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc  |    5 +++--
 .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt  |    2 ++
 koha-tmpl/intranet-tmpl/prog/js/additem.js                   |    6 +++---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt     |   10 +++++++---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt      |    2 +-
 .../bootstrap/en/modules/opac-registration-confirmation.tt   |    2 +-
 7 files changed, 17 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list