[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.06-9-g4cc1972

Git repo owner gitmaster at git.koha-community.org
Wed Jun 6 14:08:36 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, 17.11.x has been updated
       via  4cc1972a2c992299609b62d8497c0b23e50aac86 (commit)
       via  04c0ff5fdb49ff4be9bfb49543672dda7151c61c (commit)
       via  f5d754c2e6f6c397cf93897bb2d0b60a9ff3aa66 (commit)
       via  b344b81e24b63e4451c49909436a98cfcc71a622 (commit)
       via  06e913dbc5d38e3a8047fb1cd98c5b4690f167d1 (commit)
      from  f745ba2bc7c3450e744416cf9692ed399528bcdc (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 4cc1972a2c992299609b62d8497c0b23e50aac86
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed May 16 02:45:02 2018 +0200

    Bug 3886: Fix mismatch of required permissions for printing slips
    
    - Print summary (summary-print.pl)
    - Print quick slip (printslip.pl)
    - Print slip (printslip.pl)
    - Print overdues (print_overdues.pl)
    
    Perl scripts all require circulate_remaining_permissions, while
    in the template we were checking for edit_borrowers.
    
    Now the print pull down will only be visible if the patron has
    circulate or circulate_remaining_permissions.
    
    To test:
    - Verify that printing the listed slips works for staff users
      with either circulate or circulate_remaining_permissions
      and without edit_borrowers.
    
    Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 82908dc5bfa387742e2130330fdf1664b9d69c88)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 04c0ff5fdb49ff4be9bfb49543672dda7151c61c
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu May 10 17:54:38 2018 +0000

    Bug 20752: Fix capitalization on the files tab for patron files
    
    - Activate EnableBorrowerFiles
    - Go to any patron account in staff
    - Go to the files tab
    - Check that strings on the page ar all properly capitalized
      - button
      - legend on section
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 7fd76164079c0a791bbbe06640d339e87f99b0cf)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit f5d754c2e6f6c397cf93897bb2d0b60a9ff3aa66
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri May 18 05:39:19 2018 +0000

    Bug 20791: Correct capitalization on 'Notices & slips' page
    
    - Standardizes spelling to 'Notices & slips'
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 96ce61f54dfa1bf6f6355077fc665268ac69acdf)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit b344b81e24b63e4451c49909436a98cfcc71a622
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 28 11:40:20 2018 -0300

    Bug 20827: Display Fund's owner name when selected
    
    When a fund is created or edited and does not have a owner yet, the
    name of the patron will not be displayed when selected.
    
    The HTML element the JS code expects is not present in the DOM.
    
    Test plan:
    - Create a fund, set a owner
    - remove the owner, edit, etc.
    - Save
    - Edit again
    Make sure it works as expected.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit dc396756a050bf3fe07bb3141df6535a27fd9afb)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 06e913dbc5d38e3a8047fb1cd98c5b4690f167d1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 24 15:38:41 2018 -0300

    Bug 20652: Fix result sorting after search on limit only
    
    1 chomp was missing, spaces were replaced with %20
    This patch adds extra chomps, but it does not hurt
    
    Test plan:
    Advanced Search
    Choose an Item type (do not enter any other search limits)
    Search
    Click on Sort (it doesn't appear to matter what you sort on)
    
    Signed-off-by: Pierre-Luc Lapointe <pierreluc.lapointe at inLibro.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 0f4f2c1fd8e653b511d94e8b209169c898a2a56b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc |    4 +++-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt   |    4 +++-
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt |    8 ++++----
 koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt     |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt      |    4 ++--
 5 files changed, 14 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list