[koha-commits] main Koha release repository branch master updated. v18.05.00-1105-gdf91e14

Git repo owner gitmaster at git.koha-community.org
Fri Oct 19 19:42:16 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  df91e14135454825d1ffdf504d072973efbeeedc (commit)
       via  422034aae6e929f3d37f80ec19323cdca4d9ddcd (commit)
       via  89a81c7469b07d06adcddf44378bb4bc242eb343 (commit)
       via  2497ef5f0a619e397ecbf6f267d7dd7b8021812a (commit)
       via  56104cb6c0873f993add85911b89a493fc73480a (commit)
       via  afb484dd5d26ab7b5600300ed6e5497340ea19f2 (commit)
       via  9eff888cdff0e970be3ca1e719015bc71b984026 (commit)
       via  311fe87b31b9a65974e6020df301408251659e79 (commit)
       via  bba0044e8ed4cf541d38781950773c1416422b0c (commit)
       via  e8ebdfe95f207eb23d2a50778a9a8d27d13638e4 (commit)
       via  9d07bef3cb5e4eec0c5e6c773b1d68822c182706 (commit)
       via  7c7300b2d93124f2158cc96c4b463f6fb08c3f04 (commit)
       via  b2070ef98b74908860556872cc08c0b2ce74b8b1 (commit)
       via  6a451360b8fd0a56dd07be050cdecf538d890612 (commit)
       via  1f0064bbddb9d00529d5eac1c096e669732eb551 (commit)
       via  619eca1c7aaebf4db6ed170a3cbd14065da79c9d (commit)
       via  00a6432dec2aa7b7d15d4733b140de7a8dac1143 (commit)
       via  bbd4f5821a9818074d07ade086e7881dc1bba195 (commit)
       via  8150058b387b39469b64853a07d512bcc0a3741d (commit)
       via  ad20a30a831c5f3482f2eed80cc36269ebbef05f (commit)
       via  a2418f743ce1e14d32229b5dd8d05aeb13f9e664 (commit)
       via  ca9a1b76d8d729b1c09dbedbd90bd3f748351c4b (commit)
       via  eb3f78f82e8139739a17c11cc89f58865d7536b0 (commit)
       via  5b9cb7086e74e9a6ea7a4eaac7c5053b6727bb3e (commit)
       via  13b8e95f218924cc1ec41e2570791980bd7bcf17 (commit)
       via  f0373fbdec152c9d766eb82d6af667d1da5cf042 (commit)
       via  8d0e08fdf58b029b619d18a9600b8d6f1410a644 (commit)
      from  17e5691daaa0f6b73623198eded648c78e40056a (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 df91e14135454825d1ffdf504d072973efbeeedc
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Oct 18 11:39:37 2018 -0300

    Bug 21607: Make Koha::Account::Line->apply store credits as negative amounts
    
    This is a trivial patch, that makes offsets have 'amount' stored as
    negative values for applied credits.
    
    The behaviour is changed on the tests and adjusted in the code. To test:
    - Run
      $ kshell
     k$ prove t/db_dependent/Koha/Account/Lines.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 422034aae6e929f3d37f80ec19323cdca4d9ddcd
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Oct 19 17:22:37 2018 +0000

    Bug 20554: Compiled CSS
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 89a81c7469b07d06adcddf44378bb4bc242eb343
Author: Claire Gravely <claire.gravely at bsz-bw.de>
Date:   Fri Sep 14 21:06:40 2018 +0000

    Bug 20554: (QA follow up) Remove padding in mobile view
    
    This patch removes the padding for mobile screen sizes.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 2497ef5f0a619e397ecbf6f267d7dd7b8021812a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 20 17:08:21 2018 +0000

    Bug 20554: (follow-up) Add local font files and add method for loading them
    
    This patch adds local copies of the font files specified in the original
    patch. A new JavaScript file has been added, fontfaceobserver.min.js,
    which helps gracefully load font assets.
    
    https://github.com/bramstein/fontfaceobserver
    
    Information about the new assets has been added to the about page.
    
    When using web fonts, there can be a delay, while the browser loads the
    font files, between the time the page loads and the time the fonts
    render. Font Face Observer allows us to specify a default font for the
    initial page render, and then apply the web font after it has loaded.
    
    To test, apply the patch and regenerate the OPAC css. View any page in
    the OPAC and confirm that the custom font renders properly.
    
    View the About page in the staff client and confirm that the new license
    information looks correct.
    
    Patch applies and OPAC and license look good. Looking forward to this.
    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>

commit 56104cb6c0873f993add85911b89a493fc73480a
Author: Claire Gravely <claire.gravely at bsz-bw.de>
Date:   Tue Apr 10 14:39:07 2018 +0000

    Bug 20554: New OPAC CSS
    
    A suggestion for updating the OPAC CSS
    
    This patch updates the css styling of the OPAC
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit afb484dd5d26ab7b5600300ed6e5497340ea19f2
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Dec 2 15:46:41 2015 +0000

    Bug 15282: Switch default CHECKIN notice to Template Toolkit
    
    Test Plan:
    1) Ensure dependancies are applied
    2) Apply this patch
    3) Update your CHECKIN notice to match the following:
    
    The following items have been checked in:
    ----
    [% biblio.title %]
    ----
    Thank you.
    
    3) Generate a CHECKIN notice for a patron
    4) Note there is no change to the generated notice
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9eff888cdff0e970be3ca1e719015bc71b984026
Author: Kyle M Hall <kyle at kylehall.info>
Date:   Wed Dec 2 15:21:11 2015 +0000

    Bug 15280: Switch default CHECKOUT notice to Template Toolkit
    
    Test Plan:
    1) Ensure dependancies are applied
    2) Apply this patch
    3) Update your CHECKOUT notice to match the following:
    
    The following items have been checked out:
    ----
    [% biblio.title %]
    ----
    Thank you for visiting [% branch.branchname %].
    
    3) Generate a CHECKOUT notice for a patron
    4) Note there is not change to the generated notice
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 311fe87b31b9a65974e6020df301408251659e79
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 9 18:05:04 2018 +0000

    Bug 21505: Box around 'Additional fields' does not contain the fields
    
    This patch modifies the subscription detail page markup to eliminate a
    confusing bordered <legend> tag. It is replaced with an <hr> to
    delineate the sections and an <h3> tag to serve as the heading.
    
    To test, apply the patch and regenerate the staff client CSS.
    
     - Configure one or more additional subscription fields.
     - View the detail page for a subscription and confirm that the
       "Additional fields" section is clearly labeled.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit bba0044e8ed4cf541d38781950773c1416422b0c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Oct 10 12:10:45 2018 +0000

    Bug 21531: Subscription "New fields" button should read "New field"
    
    This patch changes the label of the "New fields" button on the
    subscription add fields page to read "New field," making it consistent
    with similar buttons in the staff client.
    
    Also changed:
    
    - Add missing id to <select> to make label clickable.
    - Remove custom DataTables configuration in favor of defaults.
    
    To test, apply the patch and go to Serials -> Add subscription fields.
    
    - The button in the toolbar should read "New field."
    - The DataTables' functionality of the table of existing custom fields
      should be correct.
    - Click the "New field" button.
      - Cliking the "Authorised value category" label should put the focus
        on the dropdown.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit e8ebdfe95f207eb23d2a50778a9a8d27d13638e4
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 9 16:41:55 2018 +0000

    Bug 21523: Update two-column templates with Bootstrap grid: Serials part 2
    
    This patch modifies several serials templates to use the
    Bootstrap grid instead of YUI.
    
    This patch also removes obsolete "text/javascript" attributes from
    <script> tags and "text/css" attributes from <style> tags in the
    modified templates.
    
    To test, apply the patch and view the following pages, confirming that
    they look correct at various browser widths:
    
     - Serials home page
       - Subscription search
         - Subscription details
           - Edit history (under the "Planning" tab. Manual history must be
             enabled for that subscription).
           - Subscribers
     - Serials -> Manage frequencies
     - Serials -> Manage numbering patterns
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9d07bef3cb5e4eec0c5e6c773b1d68822c182706
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 9 13:41:39 2018 +0000

    Bug 21519: Update two-column templates with Bootstrap grid: Serials part 1
    
    This patch modifies several serials templates to use the
    Bootstrap grid instead of YUI.
    
    This patch also removes obsolete "text/javascript" attributes from
    <script> tags and "text/css" attributes from <style> tags in the
    modified templates.
    
    To test, apply the patch and view the following pages, confirming that
    they look correct at various browser widths:
    
     - Serials -> Add subscription fields
       - Add or edit subscription fields
     - Serials -> Check expiration
     - Serials -> Claims
     - Serials -> Subscription
       -> Serial collection
          -> Edit serials
       -> Routing list
         - Save and preview routing list
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 7c7300b2d93124f2158cc96c4b463f6fb08c3f04
Author: Barton Chittenden <barton at bywatersolutions.com>
Date:   Wed Oct 17 19:29:22 2018 +0000

    Bug 21590: change virtual shelf to list in send list email.
    
    To test
    
    1) Choose a public list from the 'lists' menu in the OPAC.
    2) Click 'Send list'
    3) Log in as necessary
    4) Fill in your own email address
    5) Click 'send'
    6) Check your email, the sent email will contain the text
       "sent you from our online catalog, the virtual shelf called".
    
    Apply patch, re-test. The email will now contain
       "sent you from our online catalog, the list called".
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b2070ef98b74908860556872cc08c0b2ce74b8b1
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Oct 17 01:39:41 2018 +0000

    Bug 21005: Address QA tool failures on tabs
    
    Only whitespace changes.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 6a451360b8fd0a56dd07be050cdecf538d890612
Author: David Cook <dcook at prosentient.com.au>
Date:   Fri Aug 10 18:08:13 2018 +1000

    Bug 21005: Missing row/column defaults cause unexpected results in report wizards
    
    Some report wizards are missing row/column defaults, which sometimes return blank
    pages (borrowers_stats.pl) or results always equalling 0, which a non-discerning
    user may interpret incorrectly.
    
    If the DEBUG environmental variable is enabled, missing row/column choices will
    actually cause fatal software errors as well, which is also undesirable for users.
    
    This patch adds default choices for row and column on
    report wizards that had no radio buttons selected, so that a user
    can't submit the form without choosing a row and column. This
    prevents errors.
    
    To test:
    1) Apply patch
    2) Visit /cgi-bin/koha/reports/issues_avg_stats.pl
    3) Visit /cgi-bin/koha/reports/borrowers_stats.pl
    4) Visit /cgi-bin/koha/reports/catalogue_stats.pl
    5) Visit /cgi-bin/koha/reports/issues_stats.pl
    6) Observe that default choices for row/column are there
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1f0064bbddb9d00529d5eac1c096e669732eb551
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Apr 17 23:59:58 2018 +0000

    Bug 20592: Return early in ModItem if nothing to update
    
    Two lines of code and move them earlier.
    Add a check to make sure there are changes.
    
    Followed the test plan, both the _BEFORE_ and after do as described.
    
    Signed-off-by: Cori Lynn Arnold <carnold at dgiinc.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 619eca1c7aaebf4db6ed170a3cbd14065da79c9d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 24 15:53:02 2018 -0300

    Bug 20592: Add tests
    
    NOTE: It isn't really a test, but it does trigger
          the return line which was added to ModItem.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 00a6432dec2aa7b7d15d4733b140de7a8dac1143
Author: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
Date:   Thu Oct 18 20:18:54 2018 -0400

    Bug 21277: (follow-up) fr-CA translation for notices in sample_notices.sql
    
    This follow-up patch adds fr-CA translation for the SR_SLIP notice.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit bbd4f5821a9818074d07ade086e7881dc1bba195
Author: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
Date:   Mon Aug 27 10:46:12 2018 -0400

    Bug 21277: fr-CA translation for notices in sample_notices.sql
    
    This patch adds fr-CA translations for the following sample notices:
    
    - ACCOUNT_PAYMENT
    - ACCOUNT_WRITEOFF
    - ACQORDER
    - AR_CANCELED
    - AR_COMPLETED
    - AR_PENDING
    - AR_PROCESSING
    - AR_SLIP
    - CANCEL_HOLD_ON_LOST
    - CHECKOUT_NOTE
    - MEMBERSHIP_EXPIRY
    - PASSWORD_RESET
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8150058b387b39469b64853a07d512bcc0a3741d
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Oct 19 16:50:40 2018 +0000

    Bug 21617: DBRev 18.06.00.042
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ad20a30a831c5f3482f2eed80cc36269ebbef05f
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Oct 19 10:51:05 2018 +0200

    Bug 21617: statistics.ccode is not long enough (see also DBRev 18.06.00.032)
    
    Warn from a test:
    DBD::mysql::st execute failed: Data too long for column 'ccode' at row 1 [for Statement "INSERT INTO statistics
            (datetime,
             branch,          type,        value,
             other,           itemnumber,  itemtype, location,
             borrowernumber,  proccode,    ccode)
             VALUES (now(),?,?,?,?,?,?,?,?,?,?)" with ParamValues: 0="z8LIyIV", 1='issue', 2=undef, 3='', 4='2584', 5='E_QkzaV5Ay', 6='oDnFRZyog2CS2_XoUB_MB2sBxyI3elbFPC_AekxLPrduGTXKnlNoLKEdQrXzpAw5zD1pGbZshV9ydZup', 7='2000005168', 8='', 9='j9ZDn74omZAoZrTOdC4a05SpWRSHPR2apfss7y5V6QJuQnBEk32XWXCfMp7'] at C4/Stats.pm line 138.
    
    The dbrev 18.06.00.032 did not change it from 10 to 80 as in other tables.
    
    We should either truncate to 10 chars in Stats.pm or increase to varchar(80). Since it is varchar and not char, we should not be afraid about size. I choose for the latter here.
    
    Test plan:
    Run db rev.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a2418f743ce1e14d32229b5dd8d05aeb13f9e664
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 5 12:50:26 2018 +0000

    Bug 21497: Correctly format dates for ILL requests in OPAC
    
    This patch updates the opac ILL template to use the $KohaDates plugin
    for displaying dates. Also updated:
    
    - Added "title-string" sorting to allow for correct sorting of dates in
      the table of requests.
    - Corrected capitalization as per our capitalization rules.
    - Added self-closing / to inputs as per coding guidelines.
    
    To test, apply the patch and log in to the OPAC as a user who has
    multiple outstanding ILL requests.
    
     - In the table of ILL requests, the "Request placed" and "Last updated"
       dates should be formatted according to your system's dateformat
       preference.
     - Sorting of those columns should work correctly.
     - View a request and confirm that "Request placed" and "Last updated"
       dates in this view are also formatted correctly.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ca9a1b76d8d729b1c09dbedbd90bd3f748351c4b
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Sat Oct 13 09:17:00 2018 -0300

    Bug 18959: Skip xt/author/Text_CSV_Various.t if Text::CSV::Unicode missing
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit eb3f78f82e8139739a17c11cc89f58865d7536b0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Sat Oct 13 09:15:52 2018 -0300

    Bug 18959: Text::CSV::Unicode missing from dependencies
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5b9cb7086e74e9a6ea7a4eaac7c5053b6727bb3e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 18 16:36:45 2018 -0300

    Bug 21600: Use str param instead of dt for output_pref
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 13b8e95f218924cc1ec41e2570791980bd7bcf17
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Oct 18 15:50:27 2018 -0300

    Bug 21600: /patrons should have timestamp/datetime values converted from rfc3339 into valid MySQL values
    
    Bug 21597 enabled the option so set strict SQL modes in koha-conf.xml to
    be able to improve Koha's comformance to current standards on DB
    engines.
    
    This causes lots of parts of Koha to fail because they rely on MySQL
    fallbacks that are no longer default behaviours.
    
    While we can workaround this by setting SQL modes on runtime, the
    decision has been that this needs fixing.
    
    This patch deals with the /patrons API failing to correctly convert
    datetimes into valid SQL timestamps.
    
    To test:
    - Run:
      $ kshell
     k$ prove t/db_dependent/api/v1/patrons.t
    => SUCCESS: Tests pass
    - Add <strict_sql_modes>1</strict_sql_modes> on your koha-conf.xml
      $ sudo vim /etc/koha/sites/kohadev/koha-conf.xml
    - Restart memcached and Plack:
      $ restart_all
    - Run:
     k$ prove t/db_dependent/api/v1/patrons.t
    => FAIL: Tests fail due to updated_on and/or lastseen fields wrong
    format (MySQL error)
    - Apply this patch
    - Run:
     k$ prove t/db_dependent/api/v1/patrons.t
    => SUCCESS: Tests pass! It all makes sense!
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f0373fbdec152c9d766eb82d6af667d1da5cf042
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Oct 12 11:27:27 2018 -0300

    Bug 21554: Add missing use statement in subscription-batchedit
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8d0e08fdf58b029b619d18a9600b8d6f1410a644
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Oct 15 14:01:14 2018 +0200

    Bug 21475: Fix crash on missing default itemtype
    
    Test plan:
    Enable ArticleRequests.
    Find book without itemtype (942c). Maybe you need this:
      update biblioitems set itemtype=NULL where biblionumber=[...]
    Goto opac detail for that book. No crash anymore?
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                   |    5 +
 C4/Items.pm                                        |    5 +-
 Koha.pm                                            |    2 +-
 Koha/Account/Line.pm                               |    2 +-
 Koha/REST/V1/Patrons.pm                            |    9 +
 .../data/mysql/de-DE/mandatory/sample_notices.sql  |    4 +-
 .../data/mysql/en/mandatory/sample_notices.sql     |    4 +-
 .../data/mysql/es-ES/mandatory/sample_notices.sql  |    4 +-
 .../mysql/fr-CA/obligatoire/sample_notices.sql     |   27 +-
 .../mysql/fr-FR/1-Obligatoire/sample_notices.sql   |    4 +-
 installer/data/mysql/it-IT/necessari/notices.sql   |    4 +-
 .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql  |    4 +-
 .../data/mysql/pl-PL/mandatory/sample_notices.sql  |    4 +-
 .../data/mysql/ru-RU/mandatory/sample_notices.sql  |    4 +-
 .../data/mysql/ru-RU/optional/sample_notices.sql   |    2 +-
 .../data/mysql/uk-UA/mandatory/sample_notices.sql  |    4 +-
 installer/data/mysql/updatedatabase.pl             |    8 +
 .../intranet-tmpl/prog/css/src/staff-global.scss   |    1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    6 +
 .../prog/en/modules/reports/borrowers_stats.tt     |    4 +-
 .../prog/en/modules/reports/catalogue_stats.tt     |    4 +-
 .../prog/en/modules/reports/issues_avg_stats.tt    |    4 +-
 .../prog/en/modules/reports/issues_stats.tt        |    4 +-
 .../prog/en/modules/serials/add_fields.tt          |   33 +-
 .../prog/en/modules/serials/checkexpiration.tt     |   25 +-
 .../prog/en/modules/serials/claims.tt              |   25 +-
 .../prog/en/modules/serials/routing-preview.tt     |   25 +-
 .../prog/en/modules/serials/routing.tt             |   28 +-
 .../prog/en/modules/serials/serials-collection.tt  |   27 +-
 .../prog/en/modules/serials/serials-edit.tt        |   50 +--
 .../prog/en/modules/serials/serials-home.tt        |   24 +-
 .../prog/en/modules/serials/serials-search.tt      |   29 +-
 .../prog/en/modules/serials/subscription-detail.tt |   50 +--
 .../en/modules/serials/subscription-frequencies.tt |   25 +-
 .../en/modules/serials/subscription-history.tt     |   25 +-
 .../modules/serials/subscription-numberpatterns.tt |   35 +-
 .../prog/en/modules/serials/viewalerts.tt          |   23 +-
 .../bootstrap/css/fonts/NotoSans-Bold-webfont.woff |  Bin 0 -> 22052 bytes
 .../css/fonts/NotoSans-Bold-webfont.woff2          |  Bin 0 -> 17528 bytes
 .../css/fonts/NotoSans-BoldItalic-webfont.woff     |  Bin 0 -> 23244 bytes
 .../css/fonts/NotoSans-BoldItalic-webfont.woff2    |  Bin 0 -> 18424 bytes
 .../css/fonts/NotoSans-Italic-webfont.woff         |  Bin 0 -> 23692 bytes
 .../css/fonts/NotoSans-Italic-webfont.woff2        |  Bin 0 -> 18908 bytes
 .../css/fonts/NotoSans-Regular-webfont.woff        |  Bin 0 -> 22288 bytes
 .../css/fonts/NotoSans-Regular-webfont.woff2       |  Bin 0 -> 17696 bytes
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |    2 +-
 .../opac-tmpl/bootstrap/css/src/_responsive.scss   |    8 +-
 koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss    |  341 ++++++++++++++++----
 .../bootstrap/en/includes/doc-head-close.inc       |    2 +-
 .../bootstrap/en/includes/opac-bottom.inc          |    1 +
 .../bootstrap/en/modules/opac-illrequests.tt       |   36 ++-
 .../bootstrap/en/modules/opac-sendshelf.tt         |    2 +-
 .../opac-tmpl/bootstrap/images/koha-green-logo.png |  Bin 0 -> 2125 bytes
 koha-tmpl/opac-tmpl/bootstrap/js/global.js         |   16 +
 .../bootstrap/lib/fontfaceobserver.min.js          |   12 +
 opac/opac-detail.pl                                |    5 +-
 serials/subscription-batchedit.pl                  |    1 +
 t/db_dependent/Items.t                             |    6 +
 t/db_dependent/Koha/Account/Lines.t                |    4 +-
 xt/author/Text_CSV_Various.t                       |   20 +-
 60 files changed, 672 insertions(+), 327 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/fonts/NotoSans-Bold-webfont.woff
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/fonts/NotoSans-Bold-webfont.woff2
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/fonts/NotoSans-BoldItalic-webfont.woff
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/fonts/NotoSans-BoldItalic-webfont.woff2
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/fonts/NotoSans-Italic-webfont.woff
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/fonts/NotoSans-Italic-webfont.woff2
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/fonts/NotoSans-Regular-webfont.woff
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/fonts/NotoSans-Regular-webfont.woff2
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/images/koha-green-logo.png
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/fontfaceobserver.min.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list