[koha-commits] main Koha release repository branch master updated. v19.11.00-202-g9f9cc7a

Git repo owner gitmaster at git.koha-community.org
Wed Jan 8 15:48:31 CET 2020


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  9f9cc7afbe3bff9cf72090f9520e856cab5562bb (commit)
       via  881746df45a8d66d28ebc219cf566b8476066924 (commit)
       via  dcbf7ada6ece94db759243194b684aebf903743b (commit)
       via  6dd95916e22da23af4cd90ec3e271f4fd6d0395f (commit)
       via  dc10499411113bacbc0c5f3f56d3c4097f478091 (commit)
       via  07d7950b9f2b91b8cff682d73e5c95ec1037ab0f (commit)
       via  3c2e40c224e1aac8628e994bb7e15170faea88e8 (commit)
       via  73300e3c003d0698a5a7b6e13a8d28fe2f0a3c41 (commit)
       via  63fe93482c5cff0b706508f309e4b58c898f42e0 (commit)
      from  2db8898d1119f81ab77440ee1db7803e981a5f36 (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 9f9cc7afbe3bff9cf72090f9520e856cab5562bb
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Jan 8 14:21:23 2020 +0000

    Bug 24263: DBRev 19.12.00.006
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 881746df45a8d66d28ebc219cf566b8476066924
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jan 8 10:11:07 2020 -0300

    Bug 24263: (QA follow-up) Atomic update fixes
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dcbf7ada6ece94db759243194b684aebf903743b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 14:04:58 2019 +0100

    Bug 24263: Replace borrowers.relationship with NULL when was empty string
    
    When you create a new patron, its relationship field is populated with
    an empty string when we are expecting NULL.
    
    Otherwise the about page will display a warning about a missing/wrong
    relationship in data (that is not in the syspref)
    
    Test plan:
    0/ Do not apply the patches from this bug report
    1/ Create a new patron (child)
    2/ Notice that relationship column in DB is set to an empty string
    3/ Go to the about page, notice the invalid warning about relationship
    values not in the syspref
    4/ Apply DB changes and tests
    5/ Execute the update DB entry
    => The value in DB is now NULL when was ""
    6/ Execute the tests
    => It fails
    7/ Apply the last patch
    8/ Add and edit a patron (child)
    => relationship is set to NULL in DB
    9/ Execute the tests
    => They pass!
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6dd95916e22da23af4cd90ec3e271f4fd6d0395f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 14:08:34 2019 +0100

    Bug 24263: DB changes
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dc10499411113bacbc0c5f3f56d3c4097f478091
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 14:04:35 2019 +0100

    Bug 24263: Add tests
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 07d7950b9f2b91b8cff682d73e5c95ec1037ab0f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 2 11:38:18 2020 +0100

    Bug 24327: Redirect to the login form if AnonSuggestion misconfigured
    
    Test plan:
    Turn on AnonSuggestion but set AnonymousPatron to an invalid value
    Go to /cgi-bin/koha/opac-suggestions.pl?op=add
    => You see the login form
    
    Signed-off-by: hc <hc at interleaf.ie>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3c2e40c224e1aac8628e994bb7e15170faea88e8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 2 11:26:49 2020 +0100

    Bug 24327: Add warning to the about page is AnonSugggestions but AnonymousPatron
    
    This patch adds a warning to the about page if AnonSuggestions is set
    but AnonymousPatron.
    
    Test plan:
    Turn on AnonSuggestions and set AnonymousPatron to 0
    => You see a warning on the about page
    Turn on AnonSuggestions and set AnonymousPatron to an invalid value
    => You see a warning on the about page
    Turn off AnonSuggestions
    => No warning
    Turn on AnonSuggestions and set AnonymousPatron to a valid value
    => No warning
    
    Signed-off-by: hc <hc at interleaf.ie>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 73300e3c003d0698a5a7b6e13a8d28fe2f0a3c41
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sun Dec 29 07:40:37 2019 -0300

    Bug 24054: Typo in ClaimReturnedWarningThreshold system preference
    
    Fixed type: cliams -> claims
    
    To test:
    1) Apply the patch
    2) Go to System preferences > Circulation preferences > ClaimReturnedWarningThreshold
    3) Check the text is fixed.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 63fe93482c5cff0b706508f309e4b58c898f42e0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 25 16:48:15 2019 +0100

    Bug 24104: Item search - Prevent "Edit" dropdown button to overflow
    
    Making it displays on the left fixes the problem.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 Koha/Patron.pm                                     |    4 ++++
 about.pl                                           |   22 ++++++++++++++------
 installer/data/mysql/updatedatabase.pl             |   11 ++++++++++
 .../en/includes/catalogue/itemsearch_item.json.inc |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |   14 +++++++++----
 .../en/modules/admin/preferences/circulation.pref  |    2 +-
 opac/opac-suggestions.pl                           |    2 +-
 t/db_dependent/Koha/Patrons.t                      |    6 +++++-
 9 files changed, 50 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list