[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.04-77-g9304cea

Git repo owner gitmaster at git.koha-community.org
Mon Apr 15 20:17:39 CEST 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, 18.11.x has been updated
       via  9304cea6f04baab588a7de24a06dc14994b46405 (commit)
       via  f7a6adc183ad8829c9e9d391ee918aa1deb218fe (commit)
       via  039967f1e1f60b357ca333d92abcdf47ceca2b4a (commit)
       via  b1628abb3e3262f0eb712236f44991b7bb1799a9 (commit)
       via  6f1738121355fed39b7c9440e3ed47a05788987e (commit)
       via  ac5c0700fcab5e74befef6a2d5f400573d83411b (commit)
       via  764260ded4f350904c548422defb74d32581f65e (commit)
       via  781821b8aec54a5532c1a2da2e39df764f0bbb5e (commit)
       via  99bc0ba719b2e23eb5b89f4ec8fc033461576109 (commit)
      from  6dd197f8be6bb8e2a5170763233b725f0d52eeaa (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 9304cea6f04baab588a7de24a06dc14994b46405
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Apr 15 18:55:21 2019 +0100

    Bug 22121: Display 'Price paid' on ILL requests according to CurrencyFormat pref
    
    To test:
    - Install BLDSS backend
      see: https://wiki.koha-community.org/wiki/ILL_backends
      - Add a new BLDSS ILL request
      - Edit ILL request
      - Fill in Price paid field
      - Verify Price paid is formatted correctly on 'Manage ILL request'
        page
    
    Signed-off-by: Ethan Amohia <ethan.amohia at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (reimplimentation of commit 1493c42e7bae5bffab430072587b7aa0527f6fc7 for 18.11.x series)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f7a6adc183ad8829c9e9d391ee918aa1deb218fe
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 7 09:14:25 2019 -0300

    Bug 22472: Make column_exists early return if the table does not exist
    
    On the way we move TableExists to C4::Installer, where it belongs to.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 7208ac6196a8619dbb0cca3b6f01480f4c46cab1)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 039967f1e1f60b357ca333d92abcdf47ceca2b4a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 7 09:14:06 2019 -0300

    Bug 22472: Add tests
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 19b9aacfbae616f7198cd93ebdbd97115d204c5b)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b1628abb3e3262f0eb712236f44991b7bb1799a9
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Apr 4 00:56:43 2019 +0000

    Bug 21659: Change link to basket group edit page
    
    I have taken another look at other links like the one
    from acq order search and changed the link to not lead
    to the vendor's basket group page but to the edit page
    of the invidividual basket group.
    
    To test:
    - Same as first patch, verify links now lead
      to the basket grou edit page
    
    https://bugs.koha-community.org/show_bug.cgi?id=21650
    
    Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos at inLibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 9cbc5f2aa072ec41a70fd1fa1de4f684fcd695e9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6f1738121355fed39b7c9440e3ed47a05788987e
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Mar 11 16:24:16 2019 +0000

    Bug 21659: Fix links to basket groups from order receive page
    
    Fixes a problem with the template variables on the order
    receive page, so that the links to basket groups work
    correctly again.
    
    To test:
    - Create some orders with and without basket groups
    - Receive shipment
    - Verify that the basket group links for pending orders work right
    - Receive an order line
    - Verify that the basket group links for received orders work right
    
    Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos at inLibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 3db5feb900d3e6a6400767c771afe78bab0fa880)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ac5c0700fcab5e74befef6a2d5f400573d83411b
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Apr 3 22:35:38 2019 +0200

    Bug 22634: Standardize table creation for stockrotation* tables in kohastructure.sql
    
    The existing pattern is:
    DROP TABLE IF EXISTS ...
    CRATE TABLE
    
    Stockrotation was using:
    CREATE TABLE IF NOT EXISTS ...
    which would not recreate the table in a database it's already
    existing in possibly causing mismatches in table structure.
    
    To test:
    - Drop your database
    - Run through the web installer
    - Make sure there are no Database/SQL errors
    - Makse sure the 4 stockrotation tables have been created
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit fbdb2b2be009140be6f9b5b84c765741bc828a3c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 764260ded4f350904c548422defb74d32581f65e
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Apr 1 19:15:18 2019 +0000

    Bug 22624: Show OPAC description for authorised values in OPAC
    
    Patch adds the IS_OPAC parameter to a few GetByCode calls in
    OPAC files.
    
    To test:
    - Add different OPAC and intranet descriptions to some authorised
      value categories:
      - TERM
      - DEPARTMENT
      - LOC
      - CCODE
    - Create a new course using the values and adding items to it
    - Check the course reserves overview and detail pages in OPAC
    - Verify Department, term, location, and collection show
      the OPAC description if existing
    - Create a subscription, make sure a default location is selected
    - Check the OPAC detail page, subscription tab for this subsription
      in the OPAC
    - Verify the location of the subscription displays correctly
    
    Signed-off-by: Mikaël Olangcay Brisebois <mikael.olangcay-brisebois at inLibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 3323a428eaf662a0ba1a31b2cb56002a7372461a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 781821b8aec54a5532c1a2da2e39df764f0bbb5e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Apr 4 18:27:28 2019 +0000

    Bug 13629: SingleBranchMode removes both library and availability search from advanced search
    
    This patch modifies the OPAC advanced search form so that it is possible
    to limit searches to available items even if there is only one library.
    
    To test, apply the patch and go to the advanced search page in the OPAC.
    
     - With only one library configured: There should be a section labeled
       "Availability" with just the "only available" checkbox.
    
     - With multiple libraries: The section should be labeled "Location and
       availability" and should have the library dropdown and the
       availability checkbox.
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 7acb5394e1f62728c90a1d18e988c23a3e2862d2)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 99bc0ba719b2e23eb5b89f4ec8fc033461576109
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Apr 4 14:05:21 2019 +0000

    Bug 14358: Changing the module refreshes the page and resets library choice
    
    This patch makes an incremental change towards fixing Bug 14358: The
    "New notice" button is converted to a dropdown button which asks the
    user to select a module to start with.
    
    To test, apply the patch and go to Tools -> Notices. Test the "New
    notice" button and confirm that module selections are reflected in the
    notice add form you are shown.
    
    Signed-off-by: Mikaël Olangcay Brisebois <mikael.olangcay-brisebois at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit edf173e6ef1fa6de6e07f41c229799733456901a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Installer.pm                                    |   16 +++++++++++-
 installer/data/mysql/kohastructure.sql             |    9 ++++---
 installer/data/mysql/updatedatabase.pl             |   15 -----------
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |    4 +--
 .../prog/en/modules/ill/ill-requests.tt            |    7 +++---
 .../intranet-tmpl/prog/en/modules/tools/letter.tt  |   26 +++++++++++++++-----
 .../bootstrap/en/modules/opac-advsearch.tt         |   17 +++++++++++--
 .../bootstrap/en/modules/opac-course-details.tt    |    8 +++---
 .../bootstrap/en/modules/opac-course-reserves.tt   |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    2 +-
 t/db_dependent/Installer.t                         |    8 ++++--
 11 files changed, 74 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list