[koha-commits] main Koha release repository branch master updated. v3.22.00-184-g8de21a5

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 15:54:33 CET 2015


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  8de21a52ce828c87dc9f24be23f5ed21eb1a5f8b (commit)
      from  19e3e89df8943fac07182ddae8d82ae8e5f39f26 (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 8de21a52ce828c87dc9f24be23f5ed21eb1a5f8b
Author: Barton Chittenden <barton at bywatersolutins.com>
Date:   Mon Aug 31 08:42:32 2015 -0700

    Bug 14292: Add patron category restrictions to longoverdue.pl
    
    Squashed prevoius patch set.
    
    Add command line options --category and --skip-category
    
    Convert usage() to pod2usage. (This was previous FIXME)
    
    Make borrower category handling more user friendly:
    
        Make --category and --skip-category mutally exclusive
    
        Check that categories specified by --category
        and --skip-category exist in categories table.
    
        Add --list-categories opttion to show available
        borrower categories.
    
    http://bugs.koha-community.org/show_bug.cgi?id=14292
    
    QA Follow-up
    
    QA fixes - wording and trailing whitespaces
    
    Simplify the category list
    
    Basically we have 3 lists of categories:
    1/ The full one, in the DB
    2/ The one we want and list with --category
    3/ The one we don't want and list with --skip-category
    
    The list of categories to process is:
     * 1 if none --category or --skip-category options are provided
     * 2 if --category is provided
     * 1 - 3 if --skip-category is provided
    
    (follow-up) Make --category and --skip-category case insensitive
    
    "my" variable $borrower_category masks earlier declaration in same scope
    "my" variable $skip_borrower_category masks earlier declaration in same scope
    
    Signed-off-by: hbraum at nekls.org
    
    Signed-off-by: Barton Chittenden <barton at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 misc/cronjobs/longoverdue.pl |  211 +++++++++++++++++++++++++++++++++---------
 1 file changed, 169 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list