[koha-commits] main Koha release repository branch master updated. v19.05.00-1118-g5b930c3

Git repo owner gitmaster at git.koha-community.org
Mon Oct 28 14:07:14 CET 2019


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  5b930c3f9d74a98096571134e3fca14d064d16cb (commit)
       via  11c9fe380577e3e06aafefa25aad490975aaebeb (commit)
       via  618d8a690ee73327bd11ca30680be3f93132d74d (commit)
       via  8ac459777b13275581b7060d60cf28674bb24157 (commit)
       via  081b72c08f9279970e5364b0f86ff0b41cc6d871 (commit)
       via  6c57eca17acc78133619362ac97a32b50d6a24ae (commit)
       via  7df185c7838f415b40de2e8f3ec918e96f8481cb (commit)
       via  c474b164565bac384b713ffc1b8622fc88567217 (commit)
      from  1823316503331bcfffbf1e96528f53b66a8893b7 (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 5b930c3f9d74a98096571134e3fca14d064d16cb
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Oct 28 12:43:02 2019 +0000

    Bug 22445: (RM follow-up) Build CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 11c9fe380577e3e06aafefa25aad490975aaebeb
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jul 12 01:30:47 2019 +0000

    Bug 23310: Reduce noise in Koha::Biblio
    
    The use of uninitialized value flooding plack-error
    can get rather distracting and annoying.
    By using "// q{}" after each of the subfield() calls
    this eliminates the problem
    
    TEST PLAN
    ---------
    vertical break where you stop your cut-and-paste.
    This test should be repeatable with cut-and-paste
    easily.
    
    restart_all
    kshell
    
    prove t/db_dependent/Koha/Biblio.t
    -- may strangely be quiet.
    
    prove t/db_dependent/Koha/Biblios.t t/db_dependent/Koha/Biblio.t
    -- should be noisy.
    
    prove t/db_dependent/Koha/Biblio.t
    -- will always be noisy now.
    
    exit
    git bz apply 23310
    
    restart_all
    kshell
    
    prove t/db_dependent/Koha/Biblio.t
    -- will be quiet.
    
    prove t/db_dependent/Koha/Biblios.t t/db_dependent/Koha/Biblio.t
    -- will be quiet.
    
    prove t/db_dependent/Koha/Biblio.t
    -- will be quiet.
    
    qa -v 2 -c 1
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 618d8a690ee73327bd11ca30680be3f93132d74d
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Oct 21 14:32:25 2019 -0300

    Bug 23858: (follow-up) Return code fix
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8ac459777b13275581b7060d60cf28674bb24157
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Oct 21 14:23:15 2019 -0300

    Bug 23858: Make POST add the Location header on vendors endpoint
    
    According to the coding guidelines, this endpoint should be adding the
    Location header on POST actions.
    
    To test:
    1. Apply the tests patch
    2. Run:
       $ kshell
      k$ prove t/db_dependent/api/v1/acquisitions_vendors.t
    => FAIL: Tests fail!
    3. Apply this patch
    4. Repeat (1)
    => SUCCESS: Tests pass!
    5. Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 081b72c08f9279970e5364b0f86ff0b41cc6d871
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Oct 21 14:22:26 2019 -0300

    Bug 23858: Regression tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6c57eca17acc78133619362ac97a32b50d6a24ae
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 4 15:00:19 2019 +0000

    Bug 22114: Untranslatable "Patron note:" in checkout.js
    
    This patch modifies JavaScript used in circulation, replacing an
    untranslatable English string in the script with a variable defined in
    strings.inc which can be translated.
    
    To test you should have the AllowCheckoutNotes system preference
    enabled.
    
     - Apply the patch and log in to the OPAC as a user who has two or more
       items checked out.
     - From the list of checkouts on the "Your summary" page, add a note to
       two or more checked-out items.
     - Log in to the staff client and open the checkout page for that user.
       - In the table of checkouts, check the "Check in" checkbox next to
         one of the titles you added a note to.
       - Click "Renew or check in selected items."
       - A message should appear in that table row showing your note,
         prefixed with the text "Patron note:"
    
    To test translation, update and install the de-DE template:
    
     > cd misc/translator
     > perl translate update de-DE
     > perl translate install de-DE
    
     - Go to Administration -> System preferences and enable the "Deutsch
       (de-DE)" language under I18N/L10N preferences -> language.
     - Switch to the "Deutsch" translation.
     - Go to Ausleihe (Circulation) and check out to the same patron.
       - In the table of checkouts, check the checkbox in the "Rückgabe"
         column next to another title you added a note to.
       - Click the "Markierte Exemplare zurückgeben oder verlängern" button.
       - A message should appear in that table row showing your note
         prefixed with the text "Benutzernotizen:"
    
    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>

commit 7df185c7838f415b40de2e8f3ec918e96f8481cb
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Thu May 9 12:39:51 2019 +0000

    Bug 22874: Use false instead of 0 value for limiting on availability
    
    Test plan
    
      - Set up a elasticsearch 6 instance to work with Koha,
      - you may need to make koha works with ES 6 (see bug 20589),
      - make a search and limit it to available items only,
      => no result
    
      - Apply this patch,
      - make a search and limit it to available items only,
      - you should get some results
    
      - Do the same with ES 5.x
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c474b164565bac384b713ffc1b8622fc88567217
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 14 09:51:35 2019 +0200

    Bug 23525: (bug 19289 follow-up) Use biblio's framework not ACQ
    
    This patch restores the behavior prior to
      commit 84ce1fb5921cdddf2368f0c330dede0f602742d0
      Bug 19289: Use the ACQ framework to display bibliographic details
    
    Test plan is hard to provide for such a simple and obvious change. I
    would recommend you to read the previous commit and confirm that the
    change did not make sense.
    
    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>

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

Summary of changes:
 Koha/Biblio.pm                                                |    2 +-
 Koha/REST/V1/Acquisitions/Vendors.pm                          |    3 ++-
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm               |    2 +-
 api/v1/swagger/paths/acquisitions_vendors.json                |    2 +-
 catalogue/ISBDdetail.pl                                       |    2 +-
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css             |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc          |    1 +
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js                  |    4 +++-
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css                    |    2 +-
 t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t |    4 ++--
 t/db_dependent/api/v1/acquisitions_vendors.t                  |    5 +++--
 11 files changed, 17 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list