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

Git repo owner gitmaster at git.koha-community.org
Fri Apr 26 16:35:11 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  8bd263601499ae1aa13587b37c62dfa27b4c7def (commit)
       via  7cf678b3211c5650f738b06ec24fc0cf7741ea2c (commit)
       via  ca4d24c1e2bbc27b46e8b7ca3272b06a51a403a1 (commit)
       via  09552018a9281a745f2d845bc150b882655ea313 (commit)
       via  7fd18db89def96f2b50e3ba4d89dcff97cca3c45 (commit)
       via  3e02dee64f8899e2dc141c85ff475c898187bfda (commit)
       via  b100fb160971242032eee104b70e7f8fc167f348 (commit)
       via  ba28ac67c2280622a197b3c7a053eee8549e6194 (commit)
       via  c1ef5545560ba1ad50f96db6514eb7a22507daca (commit)
      from  9535293c4a13fb4ef4ccf7a3314248ac94be7156 (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 8bd263601499ae1aa13587b37c62dfa27b4c7def
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Tue Feb 19 01:36:14 2019 +0000

    Bug 22365: Removing warn when accessing Log Viewer
    
    To test:
    Go to Tools -> Log Viewer and confirm the warn no longer shows after
    applying the patch.
    
    Sponsored-by: Catalyst IT
    
    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>
    (cherry picked from commit 8adb2f8003e25f6fe8cc78506a823a618a837fa1)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7cf678b3211c5650f738b06ec24fc0cf7741ea2c
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Dec 19 00:19:07 2018 +0100

    Bug 21545: Translate new ACCOUNT_PAYMENT and ACCOUNT_WRITEOFF notices to German
    
    To test:
    - Apply patch
    - Run the German web installer
    - Verify the sample notices installs without error
    - Verify it looks 'German' in the GUI :)
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 6b610497ffba5008f4e2541dc6cb07727ac5a63a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ca4d24c1e2bbc27b46e8b7ca3272b06a51a403a1
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Dec 19 00:06:55 2018 +0100

    Bug 21545: Translate 'Stock rotation slip'
    
    Throwing in some capitalization fixes for the English
    version of the notice as well.
    
    To test:
    - Verify the changes make sense and the SQL is still valid
      and executes
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit bc1a21ec65377c8e7b331b89b45ebcddf9a7e4c7)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 09552018a9281a745f2d845bc150b882655ea313
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Dec 5 21:05:32 2018 +0000

    Bug 21957: Add a flag to ModBiblio to avoid linking auths if called from linker
    
    To test:
    1 - prove -v t/db_dependent/Biblio.t
    2 - Set BiblioAddsAuthoorities and AutoCreateAuthorities
    3 - Modify a biblio to add a heading with no existing auth record
    4 - Ensure the record was created on saving
    5 - Ensure that editing works as normal otherwise
    6 - Run link_bibs_to_authorities
    7 - Ensure results are as expected
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit e600ae6c4b125ee40ce80346ce15f954a1fa424d)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7fd18db89def96f2b50e3ba4d89dcff97cca3c45
Author: Kris Sinnaeve <kris.sinnaeve at etf.edu>
Date:   Tue Apr 16 21:37:17 2019 +0000

    Bug 22139: Fields of ACCTDETAILS email not populating
    
    To test:
    * Make sure AutoEmailOpacUser is set to "send"
    * Create a new patron with a username and password, and an email address
    * In Kohadevbox, check the mail (usually you can type "mail" and go down
    to the last message) - these do not go into the message queue and they
    are processed immediately.
    notice that the email does not have
    <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>
    
    Apply this patch, restart the things, retest as above.
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 086a0007d2d484ecbd6ae6d60317ed4f0d3434b1)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3e02dee64f8899e2dc141c85ff475c898187bfda
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Apr 26 14:35:18 2019 +0100

    Bug 22461: (follow-up) Use `exists` not `defined`
    
    Prior to this patch there is a regression in the LDAP replication
    functionality such that clearing a field become impossible. This patch
    restores that functionality.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b100fb160971242032eee104b70e7f8fc167f348
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Apr 10 14:39:40 2019 +0100

    Bug 22461: Clarify and correct the hash reduction
    
    There were a couple of bugs in the previous patch which meant it wasn't
    working as intended. This patch corrects those bugs and simplifies the
    code a little along the way.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit c9fa30a55b585b3351ece9c3f789fd18d9807fac)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ba28ac67c2280622a197b3c7a053eee8549e6194
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 21 14:05:49 2019 -0300

    Bug 22461: Filter ldap mapping before inserting patron's info
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 4e40784f99f883a4f2634ed938764221d818096c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c1ef5545560ba1ad50f96db6514eb7a22507daca
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Mar 15 20:16:41 2019 -0300

    Bug 22461: Fix LDAP user replication
    
    From bug 20287:
    -        $borrowernumber = C4::Members::AddMember(%borrower) or die "AddMember failed";
    +        Koha::Patron->new( \%borrower )->store;
             C4::Members::Messaging::SetMessagingPreferencesFromDefaults( { borrowernumber => $borrowernumber, categorycode => $borrower{'categorycode'} } );
    
    $borrowernumber is not updated with the value of the newly created patron
    
    This patch restores the previous behavior (as well as the die)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit d482c7b27257f5a63425633a17efed0747c317a1)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Auth_with_ldap.pm                                |    9 ++++++++-
 C4/Biblio.pm                                        |   12 +++++++-----
 .../data/mysql/de-DE/mandatory/sample_notices.sql   |    8 ++++----
 .../data/mysql/en/mandatory/sample_notices.sql      |    2 +-
 .../data/mysql/es-ES/mandatory/sample_notices.sql   |    2 +-
 .../mysql/fr-FR/1-Obligatoire/sample_notices.sql    |    2 +-
 .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql   |    2 +-
 .../data/mysql/pl-PL/mandatory/sample_notices.sql   |    2 +-
 .../data/mysql/ru-RU/mandatory/sample_notices.sql   |    2 +-
 .../data/mysql/ru-RU/optional/sample_notices.sql    |    2 --
 .../data/mysql/uk-UA/mandatory/sample_notices.sql   |    2 +-
 members/memberentry.pl                              |    1 +
 misc/link_bibs_to_authorities.pl                    |    3 ++-
 t/db_dependent/Biblio.t                             |   19 ++++++++++++++++++-
 tools/viewlog.pl                                    |    2 +-
 15 files changed, 48 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list