[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-33-g770cab7

Git repo owner gitmaster at git.koha-community.org
Wed Aug 6 09:36:14 CEST 2014


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, 3.14.x has been updated
       via  770cab7d8da7e138629a80af1bef212e29b79f09 (commit)
      from  d4bfad499a01850b002dfb423900cd832e20ab81 (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 770cab7d8da7e138629a80af1bef212e29b79f09
Author: Juan Romay Sieira <juan.sieira at xercode.es>
Date:   Tue Jan 21 12:46:09 2014 +0100

    Bug 11441: enhance remove_unused_authorities.pl ability to select records
    
    remove_unused_authorities.pl previously required that --aut be supplied
    to specify one or more authority types to check for unlinked authority
    records.  If --aut was omitted, it would default to search for
    records of authority type NC, which is not present in many (or any?)
    Koha databases.
    
    Now, if --aut is omitted, unlinked authority records of any type
    are removed.
    
    To test it:
    	Parse only PERSO_NAME authorities:
    		misc/migration_tools/remove_unused_authorities.pl -aut PERSO_NAME
    
    	Parse all authorities:
    		misc/migration_tools/remove_unused_authorities.pl
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 0f6652d62bd9053c87de5b94eb6a35f68a3af4bf)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 misc/migration_tools/remove_unused_authorities.pl |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list