[koha-commits] main Koha release repository branch master updated. v18.05.00-107-g0d4d3f3

Git repo owner gitmaster at git.koha-community.org
Sat Jun 23 00:13:08 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, master has been updated
       via  0d4d3f388a816288034d4bc8393db79549a3cffe (commit)
       via  e2506ff73d9d9b0517350605a0e2cd34c1ad607a (commit)
       via  a8f864c590011a249c87bb590bd10532712f1b59 (commit)
       via  ac7d5c0d4e50defc1fe2171e7fc22800545e3dd3 (commit)
       via  ce6ec1e7faef217950e3450788ea444dad26d7c0 (commit)
       via  6965c58308f384bf895050be692a1d71e091514d (commit)
       via  047c5f0895606104dc5e3db798cd6b7f70a23dba (commit)
       via  1dee421b18da729c6112c3e36ae2f2fe0766120f (commit)
      from  fdab13cc3d66a8d2ad132c66accee4f9d40ac732 (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 0d4d3f388a816288034d4bc8393db79549a3cffe
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 22 21:59:35 2018 +0000

    Bug 20073: (RM follow-up) Remove atomicupdate
    
    D'oh
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit e2506ff73d9d9b0517350605a0e2cd34c1ad607a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed May 9 12:54:23 2018 +0000

    Bug 20744: Replace staff client header Koha logo gif with transparent png
    
    This patch replaces koha-logo-medium.gif with a fully-transparent png.
    This patch also adds a white version in case someone finds it useful.
    
    To test, apply the patch and clear your cache if necessary.
    
    - View any page in the staff client and confirm that the Koha logo in
      the header area looks correct.
    - Add the following to  IntranetUserCSS:
    
      .gradient {
         background: #46B9EA none;
      }
    
      - Reload the page and confirm that the Koha logo doesn't have a white
        fringe around the edges.
    - Append this to the CSS you added to IntranetUserCSS above:
    
      h1#logo {
          background-image: url("/intranet-tmpl/prog/img/koha-logo-medium-white.png");
      }
      - Reload the page and confirm that the new white logo appears
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a8f864c590011a249c87bb590bd10532712f1b59
Author: Amit Gupta <amit.gupta at informaticsglobal.com>
Date:   Tue Jun 5 22:21:51 2018 +0530

    Bug 20867: Ability to show membership renewal date on moremember.pl page
    
    Test case:
    1. Create the patron.
    2. Search the patron whose date of membership is about to expire or expired.
    3. Click on More->Renew patron.
    4. Now membership is renewed.
    5. Apply the patch.
    6. Reload the page now you will able to see the Membership renewal date.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Followed the test plan and it works.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ac7d5c0d4e50defc1fe2171e7fc22800545e3dd3
Author: Alex Buckley <alexbuckley at catalyst.net.nz>
Date:   Thu May 24 10:10:05 2018 +0000

    Bug 18521: Fix key binding in the header
    
    Moving the conditional block [% IF (CAN_user_circulate_circulate_remaining_permissions ) %] block up the checkin-search.inc file above the CAN_user_catalogue IF conditional block fixes this bug.
    
    Test plan:
    1. Go to the circ home page and confirm the following
    keyboard shortcuts work:
    
    Alt+q = goes to search catalog
    Alt+w = goes to renew
    
    2. Go to returns.pl and confirm the following  keyboard shortcuts work:
    
    Alt+q = goes to renew
    Alt+w = goes to search catalog
    
    3. Apply patch
    
    4. Restart apache2, memchached and plack
    
    5. Confirm on the returns.pl the following keyboard shortcuts work:
    Alt+q = goes to search catalog
    Alt+w = goes to renew
    
    Sponsored-By: Catalyst IT
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Followed the test plan and it works.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ce6ec1e7faef217950e3450788ea444dad26d7c0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jun 4 13:52:28 2018 +0000

    Bug 20864: Only set bibs_selected cookie when BrowseResultSelection is activated
    
    This patch adds a system preference check around the call to the
    JavaScript include which sets the bibs_selected cookie. With
    BrowseResultsSelection disabled, the cookie should never be set.
    
    To test you should be using a browser with a tool for inspecting
    cookies. View the cookies for your Koha domain under each of these
    conditions, clearing cookies between each step:
    
    Without the patch applied:
    
     - With  BrowseResultSelection enabled, search for any item. Your cookie
       tool should report that you have a bibs_selected cookie stored.
     - With BrowseResultSelection disabled, search for any item. You should
       have a bibs_selected cookie.
    
    With the patch applied:
    
     - With the BrowseResultSelection system preference enabled, search for
       any item. Your cookie tool should report that you have a
       bibs_selected cookie stored.
     - With BrowseResultSelection disabled, search for any item. You should
       have no bibs_selected cookie.
    
    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>

commit 6965c58308f384bf895050be692a1d71e091514d
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 21 08:28:08 2018 +0100

    Bug 20879: Fix regression in shibboleth when ldap enabled
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 047c5f0895606104dc5e3db798cd6b7f70a23dba
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Fri Jun 22 15:02:01 2018 +0100

    Bug 20972: Add a testcase for bug 20972
    
    Ensure all 10 characters of ISBN are preserved
    
    And that ISBNs and EANs are correctly identidied in the PIA segment
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1dee421b18da729c6112c3e36ae2f2fe0766120f
Author: xljoha <johan.larsson at ub.gu.se>
Date:   Thu Jun 21 09:58:55 2018 +0200

    Bug 20972: If ISBN has 10 numbers only the first 9 numbers are used
    
    If ISBN has 10 numbers only the first 9 numbers are being added to the Edifact-message (PIA+5+3540556753:IB')
    
    This is caused by wrong positioning of capturing parentheses in a regular expression.
    
    Sponsored-by: Gothenburg University Library
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm                                         |    2 +-
 Koha.pm                                            |    2 +-
 Koha/Edifact/Order.pm                              |    2 +-
 installer/data/mysql/atomicupdate/bug_20073.perl   |    8 --------
 installer/data/mysql/updatedatabase.pl             |    7 +++++++
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../prog/en/includes/checkin-search.inc            |   21 ++++++++++----------
 .../intranet-tmpl/prog/en/includes/js_includes.inc |    4 +++-
 .../prog/en/modules/circ/offline-mf.tt             |    2 +-
 .../prog/en/modules/members/moremember.tt          |    4 +++-
 .../prog/img/koha-logo-medium-white.png            |  Bin 0 -> 2871 bytes
 .../intranet-tmpl/prog/img/koha-logo-medium.gif    |  Bin 2715 -> 0 bytes
 .../intranet-tmpl/prog/img/koha-logo-medium.png    |  Bin 0 -> 2859 bytes
 t/Ediorder.t                                       |   13 +++++++++++-
 14 files changed, 41 insertions(+), 26 deletions(-)
 delete mode 100644 installer/data/mysql/atomicupdate/bug_20073.perl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium-white.png
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium.gif
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium.png


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list