[koha-commits] main Koha release repository branch 16.11.x updated. v16.11.07-49-g7b9bda5

Git repo owner gitmaster at git.koha-community.org
Sun May 14 12:33:14 CEST 2017


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, 16.11.x has been updated
       via  7b9bda5881e1a48fab029c0c0d78f4b0848ae545 (commit)
       via  df8f5ba7c0299a28aeebe4dc3940e95b6e842817 (commit)
       via  7ebca34861cb71ef17b6fd7f6cba7e7921a564da (commit)
       via  a8ca6c089fec9b487ff322785e359f388059230a (commit)
       via  f31d8f2946683d066ed1fba30dff13c2ef2d9ea4 (commit)
       via  86515cdba3dae2e55a8e06057175a9da03953ae2 (commit)
       via  505ba12bafb729b624e5ab183f3a5c9015d26084 (commit)
       via  5be9dddaab06213d8ac3aec76ff530c1662530ce (commit)
       via  63823bbfcd66191f88b5f9359b1a743e71d69348 (commit)
       via  6f4abb65f6eafa226e8327da64d7b77755645897 (commit)
       via  4e4b6fbcefdde07933c33f7c0b4c90d6cb8f29de (commit)
       via  e5d232e2084269ad9785b3b985edda1e14e40914 (commit)
       via  92aff81e1f15fc64af57cc851d703829783555ac (commit)
       via  36e7e213fa4b1252b43fc402b238d8c835821995 (commit)
       via  cbacb0636ecd4ab30fdb0683cf55122f3e9f3811 (commit)
       via  25e689da4f839fd5102a594b99552106c89bbc36 (commit)
       via  f76eba322b1e957795e7ea637c02499513636aa0 (commit)
       via  14dcc522f6a00af02151715c1136fff31862254b (commit)
       via  ff789838732302ad3ed34ac628fb3648bdd0f9b8 (commit)
       via  9b784bb91a7cea29c53f83761a3a30df25233be7 (commit)
       via  f31a5b00e86dbba3156c0cff1bfcd251f5cc42da (commit)
       via  e126ca007a36fd139bc82af2701144c71e9183dd (commit)
       via  eabdd18b2c099002b1164c3e65a46801e5806645 (commit)
       via  5fc5f28fba0a6c94b0a54dda92d2c8bda830bacb (commit)
       via  b1b3ad36c4f1577584a4ece49987c9ec91f29805 (commit)
       via  9967ac800fe8cae7f2f51993dc1cf2a25a39ed3c (commit)
      from  4029362c2e48464c961385dbe3ca237323d7dead (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 7b9bda5881e1a48fab029c0c0d78f4b0848ae545
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Sat Nov 12 08:50:04 2016 +0100

    Bug 17618: perl-modules Debian package name change
    
    Newer versios of perl-modules have a version number in the package name.
    This patch makes Koha aware of perl-modules-5.22 and perl-modules-5.24
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 0c5905843dfc55e422c667f9d0aa6f243f56f1a8)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit df8f5ba7c0299a28aeebe4dc3940e95b6e842817
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri May 12 09:18:04 2017 -0400

    Bug 17936 [Generated CSS] Search bar not aligned on right in small screen sizes
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit ca50a65cb8ca6dcc61fcdd46428e45e967d4ea87)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 7ebca34861cb71ef17b6fd7f6cba7e7921a564da
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Apr 29 17:45:48 2017 +0000

    Bug 17936 - Search bar not aligned on right in small screen sizes
    
    This patch tweaks the OPAC's CSS so that the main search form's fields
    have consistent width at small screen sizes.
    
    To test, apply the patch and process the LESS files. View the OPAC main
    page at a very narrow browser width and confirm that the text field
    width matches that of the dropdown and button.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit e94709cd7efaf3151ef1bde9278bc063a6ddcac1)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit a8ca6c089fec9b487ff322785e359f388059230a
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Jan 17 16:49:40 2017 +0100

    Bug 17925: Disable debugging in reports/bor_issues_top.pl
    
    Remove setting $debug to 1. This prevents creation of file
    tmp/bor_issues_top.debug.log.
    Enable warnings pragma.
    Resolve a uninitialized warning on $sep like:
    Use of uninitialized value $CGI::Compile::ROOT::usr_share_koha_masterclone_reports_bor_issues_top_2epl::sep in string eq at /usr/share/koha/masterclone/reports/bor_issues_top.pl line 66.
    
    Test plan:
    Restart Plack (as you always do when testing).
    Remove file /tmp/bor_issues_top.debug.log.
    Open Reports/Patrons with the most checkouts.
    Check if the file in /tmp has not been created again.
    Check the log for warnings after you restarted Plack.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit e739fecbc83ff0ee32f155ae7e74c4780a5201c2)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit f31d8f2946683d066ed1fba30dff13c2ef2d9ea4
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Apr 27 15:39:35 2017 -0400

    Bug 18504 - Amount owed on fines tab should be formatted as price if <10 or credit
    
    To test:
    1 - Give a patron a fine of 1
    2 - View opac fines tab, it shows as '1'
    3 - Give patron a credit of '1'
    4 - View opac fines tab, it shows as '1'
    5 - Apply patch
    6 - Both now show as '1.00'
    
    Signed-off-by: Lisa Gugliotti <lisa at hchlibrary.org>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 6da7ed1d8c17960e1e90b8f197fe948d4ed25bad)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 86515cdba3dae2e55a8e06057175a9da03953ae2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Apr 29 18:48:05 2017 +0000

    Bug 16515 [Generated CSS] Did you mean? links don't wrap on smaller screens
    
    Processed and minified CSS.
    
    Works as expected and looks much tidier now.
    Signed-off-by: Dilan Johnpulle <dilan at calyx.net.au>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit e3141c6fff2b80f10b536411cefa64152cfb99da)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 505ba12bafb729b624e5ab183f3a5c9015d26084
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Apr 29 18:45:30 2017 +0000

    Bug 16515 - Did you mean? links don't wrap on smaller screens
    
    This patch tweaks some CSS in the OPAC to give the "Did you mean" block
    better layout on smaller screens.
    
    To test, apply the patch and process LESS files. Enable "Did you mean"
    plugins for the OPAC in Administration.
    
    Perform a search in the OPAC and confirm that the "Did you mean" block
    looks correct. Resize your browser to various widths and confirm that
    the block handles all sizes well.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 893ead43f751df78bfdcb23ebb137b7975885ec9)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 5be9dddaab06213d8ac3aec76ff530c1662530ce
Author: pongtawat <pongtawat at punsarn.asia>
Date:   Tue Apr 4 23:06:45 2017 +0700

    Bug 18383 - Correct items.onloan schema comment
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Amended to include items and deleteditems.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 69a24812eda9c10841d8f20ce4c689305703b6f0)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 63823bbfcd66191f88b5f9359b1a743e71d69348
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 6 10:12:20 2016 +0100

    Bug 17257: Fix add/edit patrons under MySQL 5.7
    
    If no guarantor is defined the patron won't be added/modified and an
    error will be raised:
    
    DBD::mysql::st execute failed: Incorrect integer value: '' for column
    'guarantorid'
    
    Test plan:
    Using MySQL 5.7 (and/or sql_mode=STRICT_TRANS_TABLES)
    Create a patron without guarantor
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Tested with MariaDB 10.0.30 (sql_mode='STRICT_TRANS_TABLES')
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 720071004516ec4e119dc5ec7f9538b56313b186)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 6f4abb65f6eafa226e8327da64d7b77755645897
Author: Lari Taskula <lari.taskula at jns.fi>
Date:   Tue Apr 18 12:24:26 2017 +0000

    Bug 18444: Add TalkingTechItivaPhoneNotification to sysprefs.sql
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 3e1f21ae0ddcef1c351639e228410f8523f5efe4)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 4e4b6fbcefdde07933c33f7c0b4c90d6cb8f29de
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu May 11 12:37:24 2017 -0300

    Bug 18370: Use splice instead of splice
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit ec822b855244cacf36757e9028779ad9d270c370)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit e5d232e2084269ad9785b3b985edda1e14e40914
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 3 11:50:07 2017 -0300

    Bug 18370: Columns visibility on patron search - Hide the correct column
    
    When a column is hidden by default on the patron search result table,
    if the logged in user does not have the "tools > manage_patron_lists"
    permission, the wrong column will be hidden.
    
    Test plan:
    Edit the column visibility detail for "Patrons > id=memberresultst"
    Set "Fines" hidden by default
    Search for patrons
    => Without this patch, if the logged in user does not have the
    manage_patron_lists permission, the wrong column will be
    hidden/displayed.
    
    Signed-off-by: Séverine Queune <severine.queune at bulac.fr>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 0a2b14dd16292572e5163e5dfa491432be1660d2)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 92aff81e1f15fc64af57cc851d703829783555ac
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 27 17:18:22 2017 -0300

    Bug 18340: Fix progress bar length
    
    The progress bar (for background jobs) should be fully filled when 100%
    is hit, right? :)
    It has been introduced quite long time ago when the size of the progress
    bar has been changed from 150 to 200px, and the code has been
    refactored.
    
    Test plan:
    Launch a big modification/deletion of records/items in a batch.
    You should see the progress bar progressing to 100 and reach 100!
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit e424bd0d84d4aa30ceae5e6cea0ee453413f0ef9)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 36e7e213fa4b1252b43fc402b238d8c835821995
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed May 3 16:43:22 2017 -0400

    Bug 18535 - Clicking 'edit printer profile' in label creator causes software error
    
    1) Go to Tools > Label creator
    2) If you don't have a printer profile defined, create one.
    3) Go to manage > Printer profiles
    4) Click the 'edit' button on any of the profiles.
    5) INTERNAL SERVER ERROR! "Can't use string ("fields") as a HASH ref
    while "strict refs" in use at /usr/share/koha/lib/C4/Creators/Lib.pm
    line 147"
    6) Apply patch
    7) Click the 'edit' button on any of the profiles.
    8) Things work as expected
    
    Bug reproduced, is fixed by this patch
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit af845c143a4f5a8fb1ea88cac3478ef91a1bdb9c)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit cbacb0636ecd4ab30fdb0683cf55122f3e9f3811
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jun 21 14:49:32 2016 -0400

    Bug 4460: Amazon's AssociateID tag not used in links so referred revenue lost
    
    Reworking based on output of:
    git grep "gp\/reader"
    Additionally, some changes might be in order though gp/reader works.
    https://affiliate-program.amazon.com/help/topic/t64/a1
    suggests using dp
    A dp was discovered, so that part of the URL was left unchanged.
    The "/ref..." part was changed to just an Amazon tag ("?tag={AAT}")
    if defined.
    
    TEST PLAN
    ---------
     1) Added:
         "100 years of Canadian foreign policy /
          edited by Robert Bothwell and Jean Daudelin."
     2) Added a second book with the word foreign in the title.
     3) Waited for reindex
     4) Checked out the Canadian foreign policy book.
     5) Applied patch
     6) Made sure that:
        - AmazonAssocTag was set to TEST (easy to notice)
        - AmazonCoverImages was set to 'Show'
        - OPACAmazonCoverImages was set to 'Show'
     7) Searched intranet for 'foreign' to find the detail page
        -- hovering over picture shows URL with ?tag=TEST in it.
     8) Went to the OPAC Detail page
     9) Toggling OPACURLOpenInNewWindow, confirmed that URL for
        the picture contained ?tag=TEST in it.
    10) Logged into the OPAC
    11) Confirmed the URL in the checked out list on your summary
        page contained ?tag=TEST in it.
    12) Confirmed the URL in the checked out list on your reading
        history page contained ?tag=TEST in it.
    13) Confirmed links worked (went to expected page)
    14) run koha qa test tools
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 463c5a0f25a1e2dfc3331319bd86f17b4114821e)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 25e689da4f839fd5102a594b99552106c89bbc36
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 2 19:12:49 2017 -0300

    Bug 18525: (bug 14828 follow-up) FIX ordering from suggestion when item-level_itypes = biblio
    
    When ordering from a suggestion with item-level_itypes = biblio the app
    crashes with
    Template process failed: undef error - The method selected is not
    covered by tests! at /home/vagrant/kohaclone/C4/Templates.pm line 121.
    
    C4::ItemTypes->all did not set a selected flag. The item type is only
    display when ordering (and not modifying an order).
    The flag is never set, the test can be removed.
    
    Test plan: Confirm that the error is gone
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 9a3ad32e468f2a006a43577031f3aa50b83fb3d8)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit f76eba322b1e957795e7ea637c02499513636aa0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 8 12:43:43 2017 -0300

    Bug 16758: Use the default cache instance
    
    I do not see a valid reason not to use the default one instead of the
    syspref one.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit caa4cccfa09cdf5c9816634194000307ac508578)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 14dcc522f6a00af02151715c1136fff31862254b
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Wed Sep 14 15:33:07 2016 +0200

    Bug 16758 - Caching issues in scripts running in daemon mode
    
    As L1 cache does not have expiration mechanism, scripts running
    in daemon mode (rebuild_zebra.pl -daemon, sip server ?, ...) would
    not be aware of any possible changes in the data being cached
    in upstream L2 cache.
    
    This patch adds ->flush_L1_caches() call in rebuild_zebra.pl
    inside daemon mode loop.
    
    To test:
    
    1) apply patch
    2) ensure that rebuild_zebra.pl -daemon is still working properly,
    without any noticeable performance degradation
    3) stop memcached daemon and try to run rebuild_zebra.pl -daemon
    again: there should be a warning emitted stating that the script
    is running in daemon mode but without recommended caching system
    
    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: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 84dbc80074b5b1ada05b815cba810e4c5fb10dd2)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit ff789838732302ad3ed34ac628fb3648bdd0f9b8
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue May 9 00:15:23 2017 -0400

    Bug 18560: RSS link in opac shelves is broken
    
    TEST PLAN
    ---------
    1) have books entered
    2) log in create a list
    3) add books to list
    4) display list
    5) click the RSS link button.
       -- bad HASH error.
    6) apply patch
    7) repeat steps 4&5
       -- readble junk without error messages.
    8) run koha qa test tools
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit f3167a5259a5adb5cc00455bb81a269e29081742)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 9b784bb91a7cea29c53f83761a3a30df25233be7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed May 10 11:46:36 2017 -0400

    Bug 18574 - Clean Patron Records tool doesn't limit to the selected library
    
    The library selector simply does nothing because at some point the
    javascript that powers it was removed. This is very bad because
    the librarian may batch delete patrons assuming it is limiting by
    branch correctly and instead delete patrons for all the libraries!
    
    Test Plan:
    1) Note that the library pulldown on tools/cleanborrowers.pl does nothing
    2) Apply this patch
    3) Note that chaning the value in the pulldown now refreshed the page and sets the library correctly!
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 7a4f3c17a8fe518534658009d075dcdc1d537b62)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit f31a5b00e86dbba3156c0cff1bfcd251f5cc42da
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Apr 28 08:48:50 2017 +0100

    BUG 18505: opac-search-history does not respect opacPublic
    
    The opac-search-history page was available regardless of the opacPublic setting, this
    patch corrects that.
    
    Test plan, set opacPublic to 'No', test whether opac-search-history page is available
    when not logged in, note that it is.
    Apply patch, test whether opac-search-history is still available when not logged in,
    note that you should be redirected to the login page.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 94e09b6a186a4a8f1a2a470c41493ad228d0be20)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit e126ca007a36fd139bc82af2701144c71e9183dd
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon May 1 12:46:20 2017 -0400

    Bug 18494: Pass a code, not hash & Fix double commas
    
    TEST PLAN
    ---------
    1) prove -v t/db_dependent/Letters.t
       -- fails at test 5 or so.
    2) apply patch
    3) run step 1
       -- success
    4) run koha qa test tools
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 5da5910cf1fb69810b11de1fd4362fc2128d1e46)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit eabdd18b2c099002b1164c3e65a46801e5806645
Author: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
Date:   Wed Mar 8 18:12:59 2017 +0200

    Bug 18233 - t/db_dependent/00-strict.t has non-existant resetversion.pl
    
    Removes a warning.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit fac7ba914d7f3071102563109ce843f1e97bc46f)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 5fc5f28fba0a6c94b0a54dda92d2c8bda830bacb
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jan 3 15:08:32 2017 +0000

    Bug 17812 - Return focus to barcode field after toggling on-site checkouts
    
    This patch changes the behavior of the checkout form so that after
    checking boxes in the "checkout settings" panel the cursor focus is
    automatically moved to the barcode field.
    
    To test, apply the patch and enable OnSiteCheckouts and
    decreaseLoanHighHolds system preferences.
    
    - Open any patron account in circulation.
    - Expand the "Checkout settings" panel.
    - Click the label or checkbox for "Automatic renewal", "Don't
      decrease checkout length based on holds" and "On-site checkout"
    - Confirm that the focus has moved to the barcode field.
    
    Works as advertised.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marjorie Barry-Vila <marjorie.barry-vila at ccsr.qc.ca>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit d16bcb70e7066b6e4c908f560affb281018e788e)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit b1b3ad36c4f1577584a4ece49987c9ec91f29805
Author: Alex Buckley <alexbuckley at catalyst.net.nz>
Date:   Sun Mar 19 12:00:48 2017 +0000

    Bug 17190 - Marked REST API as mandatory (require = 1) in PerlDependencies.pm
    
    For testing I went in Staff client to Home > About Koha > tab  Perl modules
    and verified that both Mojolicious (6.0) and Swagger2 (0.59) are marked
    as mandatory.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit a900a434d50ae232af81c74c98020af3f13bf0e5)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 9967ac800fe8cae7f2f51993dc1cf2a25a39ed3c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Apr 11 11:22:13 2017 -0400

    Bug 18415 - Advanced Editor - Rancor - return focus to editor after successful macro
    
    After running a macro we should return focus to the editor screen so
    editing can continue from keyboard
    
    To test:
    1 - Create a macro
       007=vd cvaizq
    2 - Run it and note focus is not on editor
    3 - Apply patch
    4 - Reload page
    5 - Run macro
    6 - Note focus is returned to editor
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 4259ae2836822cfa656500be75c3fec770ef9788)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                         |    4 ++--
 C4/Members.pm                                            |    1 +
 debian/control.in                                        |    2 +-
 debian/list-deps                                         |    4 +++-
 installer/data/mysql/kohastructure.sql                   |    4 ++--
 installer/data/mysql/sysprefs.sql                        |    1 +
 .../intranet-tmpl/prog/en/includes/cateditor-ui.inc      |    1 +
 .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt |    6 +-----
 .../intranet-tmpl/prog/en/modules/catalogue/detail.tt    |   12 +++++++++---
 .../intranet-tmpl/prog/en/modules/circ/circulation.tt    |    8 ++++----
 .../intranet-tmpl/prog/en/modules/members/member.tt      |    4 ++++
 .../prog/en/modules/tools/cleanborrowers.tt              |    7 +++++++
 .../intranet-tmpl/prog/js/background-job-progressbar.js  |    2 +-
 koha-tmpl/intranet-tmpl/prog/js/pages/circulation.js     |    4 ++++
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css               |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    9 +++++++--
 .../opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt |    8 +++++++-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt |    5 +----
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt    |   14 ++++++++++----
 koha-tmpl/opac-tmpl/bootstrap/less/opac.less             |    9 +++++++--
 koha-tmpl/opac-tmpl/bootstrap/less/responsive.less       |   13 ++++++++++++-
 labels/label-edit-profile.pl                             |    2 +-
 misc/migration_tools/rebuild_zebra.pl                    |   10 +++++++++-
 opac/opac-search-history.pl                              |    2 +-
 opac/opac-shelves.pl                                     |    5 -----
 reports/bor_issues_top.pl                                |    7 +++----
 t/db_dependent/00-strict.t                               |    2 +-
 t/db_dependent/Letters.t                                 |    4 ++--
 28 files changed, 103 insertions(+), 49 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list