[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.02-136-g3c410ab

Git repo owner gitmaster at git.koha-community.org
Wed Aug 28 15:49:19 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, 19.05.x has been updated
       via  3c410ab3a3b0e1dbcae3e155a63333f1e630017f (commit)
       via  5f8bc12e592cb47bd762e5b06181331d12aeff0f (commit)
       via  027d317a662748d94ae671b801ebddd0fd632da1 (commit)
       via  2394175e8d3b7b479fd603b426f26a05f44eae5b (commit)
       via  ca04ab8d7fb104961f1e299057ca02ef797aa20f (commit)
       via  a94bacb02a856bd9b3dbe9ba2ed05c11fbef5bed (commit)
      from  d4596cee7a1dc2a2657ab27c9661fffe036db719 (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 3c410ab3a3b0e1dbcae3e155a63333f1e630017f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 5 10:54:57 2019 -0500

    Bug 22142: Do not revert data if 'unchanged' was set
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit cec6f46b47ae9625222f35014f6693ba7bb365e8)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 5f8bc12e592cb47bd762e5b06181331d12aeff0f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jun 13 14:20:25 2019 +0000

    Bug 22142: Highlight the issue
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 52885ff55b1cac4b09129cc504bb23d169b22c13)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 027d317a662748d94ae671b801ebddd0fd632da1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 5 09:04:25 2019 -0500

    Bug 23253: Fix OpacNavRight for self reg by email
    
    The code expects to display OpacNavRight content at the bottom of the
    login form when a user just registered.
    
    Test plan:
    - Turn PatronSelfRegistrationVerifyByEmail on
    - Register a patron
    - Confirm by clicking on the link you received by email (or see the
    message_queue table)
    => The OpacNavRight content should be displayed
    
    QA Note: This code smells, the code in the pl should not be needed.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f9572dd1acd9f39229d8cd864050a536b9c2815d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 2394175e8d3b7b479fd603b426f26a05f44eae5b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 5 09:02:15 2019 -0500

    Bug 23253: (bug 22318 follow-up) Fix OpacNavRight even if opacuserlogin is off
    
    There are other occurrences of OpavNavRight that bug 22318 forgot to
    adjust to use the news system instead of the syspref.
    
    Test plan:
    - turn off opacuserlogin
    - create a news for OpacNavRight
    - go to the opac main page
    => Confirm that the OpacNavRight content is displayed correctly.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit ee7ba48bfe9d3f43bbc1bb88f62bf12854e5a838)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ca04ab8d7fb104961f1e299057ca02ef797aa20f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 15 13:46:35 2019 +0000

    Bug 23455: Patron card printing from Patron lists is broken
    
    This patch makes a few corrections to the process of printing patron
    cards from the patron lists page. These changes are necessitated by Bug
    20650: Changes to the markup in patroncards/print.tt were not reflected
    in the JavaScript in patron_lists/lists.tt.
    
    Also fixed: A missing quotation mark, a missing semicolon, and
    incorrect template variable filter.
    
    To test, apply the patch and go to Tools -> Patron lists.
    
     - Click the "Actions" menu corresponding to a patron list.
     - Select "Print patron cards."
     - In the "Print patron cards" modal, click the "Export" button.
     - The modal should reload with a link to download a patron card PDF.
       The link should work correctly.
    
    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: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit a57aea15a7f86e71bdfb6d6540aed18b2702b226)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit a94bacb02a856bd9b3dbe9ba2ed05c11fbef5bed
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 5 08:40:12 2019 -0500

    Bug 23428: (bug 23151 follow-up) Fix self registration with a verification email
    
    DBIx::Class::Row::store_column(): No such column 'changed_fields' on
    Koha::Schema::Result::Borrower at /home/vagrant/kohaclone/Koha/Object.pm
    line 75
    
    Test plan:
    - Turn PatronSelfRegistrationVerifyByEmail on
    - Register a new account
    - Click on the link (see the message_queue table)
    => Without this patch you get the error
    => With this patch you will see the login form
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c5f73575ab07e75b45e5e9495820b602225c75f5)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Auth.pm                                         |    2 -
 C4/CourseReserves.pm                               |    1 +
 .../prog/en/modules/patron_lists/lists.tt          |    6 +-
 .../prog/en/modules/patroncards/print.tt           |    4 +-
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |    3 +-
 .../en/modules/opac-registration-confirmation.tt   |    4 +-
 opac/opac-registration-verify.pl                   |    4 ++
 t/db_dependent/CourseReserves/CourseItems.t        |   71 +++++++++++++++++++-
 8 files changed, 86 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list