[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.02-120-g9199d75

Git repo owner gitmaster at git.koha-community.org
Fri Aug 24 12:39:43 CEST 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, 18.05.x has been updated
       via  9199d752fce9d5bd3189f0d66db826221a5b7c0c (commit)
       via  f29c77f51f34d26ffaf2a386d5b5b60e587fdd23 (commit)
       via  683589ec9556d65c9995125c962ce7c471495937 (commit)
       via  9520e771374d5416595b182608209639f23b6b1b (commit)
       via  f024667a0e32e8fc754c1bebfbaed6df82548e12 (commit)
       via  1015a6e416ce99ca6060583085a25ea183d99017 (commit)
      from  4ee626a6f362bbf96342613b7f64f1b0e3b2503e (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 9199d752fce9d5bd3189f0d66db826221a5b7c0c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Aug 21 13:38:42 2018 +0000

    Bug 21243: (follow-up) Remove extra '</div>' tag
    
    To test:
    1 - Go to Admin->Z39/SRU servers
    2 - Pick a server or add one
    3 - Click 'Modify' button for mappings
    4 - Copy the HTML of the popup into w3c validator
    https://validator.w3.org/#validate_by_input
    5 - Note extra closing div
    6 - Apply patch
    7 - Repeat
    8 - Success
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 10cd9ac4bdc430d29bc71299e5d9b5d3bc8b1489)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f29c77f51f34d26ffaf2a386d5b5b60e587fdd23
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 17 14:19:20 2018 +0000

    Bug 21243: Regression: SRU mapping popup for bibliographic records is unstyled
    
    This patch corrects a regression caused by Bug 21151: The include file
    which adds CSS to the page was removed from the template.
    
    To test, apply the patch and go to Administration -> Z39.50/SRU servers
    -> New SRU server.
    
    - Click the "Modify" button next to "SRU Search fields mapping"
    - Verify that the pop-up window is correctly styled.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 390e39f1d2392e7ae44a4c22bbea5baf896d6cd1)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 683589ec9556d65c9995125c962ce7c471495937
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jul 26 15:36:24 2018 +0000

    Bug 19511: Local cover images not centered in table column in staff client search results
    
    This patch modifies the JavaScript which embeds local cover images in
    staff client catalog search results. It now adds the "thumbail" class to
    the image, matching Amazon cover images.
    
    To test you should have one or more titles with local cover images
    attached. Apply the patch and clear your browser cache if necessary.
    
    Enable both the AmazonCoverImages and LocalCoverImages system
    preferences and perform a search which will return titles with local
    cover images. Confirm that local covers are styled like Amazon covers.
    
    Tested and confirmed local cover images are appearing quite nicely now.
    Signed-off-by: Dilan Johnpullé <dilan at calyx.net.au>
    
    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 afa51869c39e1a450314a6d13098571566cc241c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9520e771374d5416595b182608209639f23b6b1b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 17 13:20:04 2018 -0300

    Bug 19500: Add missing span for 'other'
    
    To stay consistent in the DOM structure it would make sense to have it
    there as well
    
    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 717cb3f893e33a1f54299abbd81a5f9bc339a225)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f024667a0e32e8fc754c1bebfbaed6df82548e12
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Aug 12 19:42:30 2018 +0000

    Bug 19500: (QA follow-up) Add spans to ease translation
    
    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 a0d775b9cce90b6a029bd92eb3971383a05f55e2)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1015a6e416ce99ca6060583085a25ea183d99017
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Aug 10 22:54:11 2018 +0000

    Bug 19500: Make module names on letters overview page translatable
    
    While the module pull down on adding and editing a letter is
    written out and fully translatable, the overview page showed
    the internal 'module code'.
    
    Patch also renames the "Members" module into the "Patrons" module
    to match Koha's terminology.
    
    To test:
    - Before applying the patch:
      - Add or edit a notice, look at the pull down for module
      - Go back to the overview page
      - Verify the module names don't match
    - Apply the patch:
      - Check again, pull downs should now match
      - Verify that Members is now Patrons everywhere
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    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 5e9480937ae0a4bb901330138e1760d690d5f548)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../prog/en/modules/admin/sru_modmapping.tt        |    2 +-
 .../intranet-tmpl/prog/en/modules/tools/letter.tt  |   26 +++++++++++++++-----
 koha-tmpl/intranet-tmpl/prog/js/localcovers.js     |    5 ++--
 3 files changed, 24 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list