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  f9572dd1acd9f39229d8cd864050a536b9c2815d (commit)
       via  ee7ba48bfe9d3f43bbc1bb88f62bf12854e5a838 (commit)
       via  c5f73575ab07e75b45e5e9495820b602225c75f5 (commit)
       via  347dc9589aa75edb1c64c21e5d057373dfd3ed84 (commit)
       via  144e753da65cafa3c4291eec701222784ec0893f (commit)
       via  0a0a8d874d9a46b0c53b9ce4691e36f5dc04e68e (commit)
       via  b35c152ed806d7f2f1d13962871b63ca634124ee (commit)
      from  8437e95faad4a2ad8622067b3ad1a5e00a5084fc (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 f9572dd1acd9f39229d8cd864050a536b9c2815d
Author: Jonathan Druart <jonathan.dru...@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 <oleon...@myacpl.org>
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

commit ee7ba48bfe9d3f43bbc1bb88f62bf12854e5a838
Author: Jonathan Druart <jonathan.dru...@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 <oleon...@myacpl.org>
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

commit c5f73575ab07e75b45e5e9495820b602225c75f5
Author: Jonathan Druart <jonathan.dru...@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 <blac...@gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

commit 347dc9589aa75edb1c64c21e5d057373dfd3ed84
Author: Martin Renvoize <martin.renvo...@ptfs-europe.com>
Date:   Thu Aug 15 09:16:02 2019 +0100

    Bug 23309: DBRev 19.06.00.021
    
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

commit 144e753da65cafa3c4291eec701222784ec0893f
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Wed Aug 7 20:16:00 2019 -0500

    Bug 23309: Use Koha::MarcSubfieldStructures to create to subfields
    
    It will fix the insert of new subfields with SQL strict modes
    
    DBD::mysql::st execute failed: Incorrect integer value: '' for column
    'hidden' at row 1 [for Statement "
    
    Test plan:
    - Turn the config strict_sql_modes ON
    - Add a new subfield to a field
    
    Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

commit 0a0a8d874d9a46b0c53b9ce4691e36f5dc04e68e
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Wed Aug 7 20:08:22 2019 -0500

    Bug 23309: Update DB
    
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

commit b35c152ed806d7f2f1d13962871b63ca634124ee
Author: Martin Renvoize <martin.renvo...@ptfs-europe.com>
Date:   Wed Aug 14 13:36:57 2019 +0100

    Bug 20292: Add sponsor details
    
    Sponsored-by: Uintah Library System
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

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

Summary of changes:
 C4/Auth.pm                                         |    2 -
 Koha.pm                                            |    2 +-
 Koha/Schema/Result/MarcSubfieldStructure.pm        |    9 ++--
 admin/marc_subfields_structure.pl                  |   51 +++++++++-----------
 installer/data/mysql/kohastructure.sql             |    2 +-
 installer/data/mysql/updatedatabase.pl             |   11 +++++
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |    3 +-
 .../en/modules/opac-registration-confirmation.tt   |    4 +-
 opac/opac-registration-verify.pl                   |    4 ++
 9 files changed, 49 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to