[koha-commits] main Koha release repository branch master updated. v19.05.00-1093-gc1fe8d1

Git repo owner gitmaster at git.koha-community.org
Fri Oct 25 14:43:56 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, master has been updated
       via  c1fe8d1206de84c9349fae8e0f380f334a3ddf6f (commit)
       via  3cc10b7e9730fdf167ebbb30336b4fb63891035b (commit)
       via  006107c429f9541e05f6fcf7d50a26e7226f0923 (commit)
       via  436ad74399c5ca14cbbeaa21c6de82a08ea878ee (commit)
       via  424df02e23d6f96e9b35c11169308d38e99d4d6f (commit)
       via  c7226ad5ead034e6376cc8f1439e64d145c66cef (commit)
       via  af15cbbe1b470110f9e3e901a5e8d56153f10dfe (commit)
       via  70a59fc694866154fce74eeaf08ee2126f34947f (commit)
       via  370ee3203e2325f6f5db6771775ac4b55d82c874 (commit)
       via  04e9885c0f18fda2363818d4b0f2453a3aff4923 (commit)
       via  4274a2f51dcf0e7ee0dfebc805036ddbc7f3e4fa (commit)
       via  9f16ab9e758aeb1a9e64bde03c6c8dcfb7f6e094 (commit)
      from  14e5d38773027cd424d7bb3385804d06740097ad (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 c1fe8d1206de84c9349fae8e0f380f334a3ddf6f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jul 19 21:21:06 2019 +0000

    Bug 17168: (follow-up) QA concerns and rebase issues
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3cc10b7e9730fdf167ebbb30336b4fb63891035b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Apr 25 19:23:58 2019 +0000

    Bug 17168: Remove j2a.pl
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 006107c429f9541e05f6fcf7d50a26e7226f0923
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Apr 25 19:23:36 2019 +0000

    Bug 17168: Add Koha:Script -cron, remove Dumper
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 436ad74399c5ca14cbbeaa21c6de82a08ea878ee
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Feb 28 08:56:04 2019 -0500

    Bug 17168: (follow-up) Address QA concerns and update for strict mode
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 424df02e23d6f96e9b35c11169308d38e99d4d6f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jul 16 11:03:57 2018 +0000

    Bug 17168: (follow-up) Clean up QA errors
    
    Cleanup variable names
    Remove Dumper
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c7226ad5ead034e6376cc8f1439e64d145c66cef
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu May 31 10:55:18 2018 +0000

    Bug 17168: (follow-up) Tidy, clean params/options, use date tools
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit af15cbbe1b470110f9e3e901a5e8d56153f10dfe
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Feb 15 16:34:04 2017 +0000

    Bug 17168: Add a command line script for updating patron category based on status
    
    This patch adds a new script update_patrons_category.pl which allows for
    updating patron categories in a batch upon meeting provided criteria.
    This script additionally can replace j2a.pl.
    
    To test:
    1 - perl update_patrons_category.pl -h
    2 - Ensure help text makes sense and covers all options
    3 - Test converting patrons supplying only fromcat and tocat
        perl update_patrons_category.pl -f PT -t J -v --confirm
        perl update_patrons_category.pl -f J -t PT -v --confirm
    4 - All patrons should have been switched to and from Juveniles
    5 - Try without --confirm switch
        perl update_patrons_category.pl -f PT -t J -v
    6 - Should list all patrons but not update
    7 - Set the age for juvenile patrons to be outside the range provided in
    categories (or set the upper age limit for juveniles to '2')
    8 - Test with verbosity and with without --confirm
        perl update_patrons_category.pl -f J -a -t PT -v
        perl update_patrons_category.pl -f J -a -t PT -v --confirm
    9 - Repeat above and verify linked/unlinked guarantors are removed in above scenario
    10 - Test various fine and registration limits
    11 - Test matching on specific fields i.e. --field surname=acosta
    12 - Sign off
    
    Sponsored by: Round Rock Public Library
    (https://www.roundrocktexas.gov/departments/library/)
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 70a59fc694866154fce74eeaf08ee2126f34947f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Oct 25 11:31:46 2019 +0000

    Bug 23529: (QA follow-up) Fix closing bracket, add label
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 370ee3203e2325f6f5db6771775ac4b55d82c874
Author: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
Date:   Thu Oct 24 12:26:44 2019 +0100

    Bug 23529: (follow-up) Fix syntax error
    
    As mentioned by Magnus in comment #8
    
    Sorry Magnus, definitely fixed this time!
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 04e9885c0f18fda2363818d4b0f2453a3aff4923
Author: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
Date:   Mon Sep 2 09:29:14 2019 +0100

    Bug 23529: Narrow scope of changed
    
    Whilst working on something else, it came to light that the previous fix
    in bug 23229 was waaaaay too heavy handed and basically kills all ILL
    related JS :( This is obviously a big problem, this patch fixes that.
    
    The main problem is that all the ILL related JS is in a single file,
    which isn't ideal as bits of it are used on different pages. Ideally,
    we'd refactor it out into more manageable chunks which can be included
    as required. Until such a time, this patch will do, it just prevents the
    "get all requests" AJAX request unless you're on the ILL list page.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4274a2f51dcf0e7ee0dfebc805036ddbc7f3e4fa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Oct 20 10:16:51 2019 +0200

    Bug 18743: Correct number of pending suggestions (acq home page)
    
    This patch could be moved to its own bug report if we want to adjust
    tests.
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9f16ab9e758aeb1a9e64bde03c6c8dcfb7f6e094
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 16 16:43:46 2019 +0200

    Bug 18743: Fix suggestion listing when organized by library
    
    There are some weird behaviors happening when using the "Organize by:
    library" dropdown along with the library filter (in the "Acquisition
    information" box).
    
    I am suggesting the following test plan:
    0. Create several suggestion from different libraries
    
    A. You are superlibrarian and IndependentBranches is not set (=No)
    1. Hit /suggestion/suggestion.pl
    => Default view shows the suggestions from your library
    2. Filter by another library
    => You see the suggestions from this library
    3. Filter by "Any" libraries
    => You see all the suggestions
    4. "Organize by library"
    => You see all the suggestions, organized by library
    5. Filter by a specific library
    => You see the suggestion from your library, all in one tab
    
    B. You are not superlibrarian and IndependentBranches is not set (=No)
    Same as A.
    
    C. You are superlibrarian and IndependentBranches is set
    Same as A.
    
    D. You are not superlibrarian and IndependentBranches is set
    You will never see suggestions coming from outside your library
    
    QA: To be clear: the whole script needs a rewrite, but here we are just
    trying to fix weird behaviors.
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Suggestions.pm                                  |   26 +-
 Koha/Patrons.pm                                    |   86 +++++
 .../prog/en/modules/ill/ill-requests.tt            |    6 +-
 koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js  |   15 +-
 misc/cronjobs/j2a.pl                               |  330 --------------------
 misc/cronjobs/update_patrons_category.pl           |  270 ++++++++++++++++
 suggestion/suggestion.pl                           |   14 +-
 t/db_dependent/Patrons.t                           |   86 ++++-
 8 files changed, 478 insertions(+), 355 deletions(-)
 delete mode 100755 misc/cronjobs/j2a.pl
 create mode 100644 misc/cronjobs/update_patrons_category.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list