[koha-commits] main Koha release repository branch master updated. v17.11.00-280-gcc30c8b

Git repo owner gitmaster at git.koha-community.org
Wed Jan 10 21:01:36 CET 2018


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  cc30c8bc3f53287c0cb90f7bde1ce616bf9583d2 (commit)
       via  81eefc4e03413e097ec9c8a7625323aab7cc85fc (commit)
       via  fba7c05c6dbbabce055c2915ccc917bdd841a275 (commit)
       via  ae48ff6729b4b36139ba53c6e49ee3c458186141 (commit)
       via  ace03864ba716cf3a6a3df6f57a84bbf8bd06570 (commit)
       via  cfed10325bc2de3b207606f6c87940ac3b67e303 (commit)
      from  5e04894b25d1bf9f2a3fdf8ffee00f965bdb07b5 (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 cc30c8bc3f53287c0cb90f7bde1ce616bf9583d2
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Jan 10 13:31:49 2018 +0100

    Bug 18071: (QA follow-up) Rename commit to confirm parameter
    
    Trivial edit.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 81eefc4e03413e097ec9c8a7625323aab7cc85fc
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jan 9 16:56:38 2018 -0300

    Bug 18071: Improve parameters handling
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit fba7c05c6dbbabce055c2915ccc917bdd841a275
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 5 17:40:50 2018 +0000

    Bug 18071: (QA Followup) - Add additional feedback and expand commit option
    
    To test:
    Test as before, verify commit option makes no changes and provides
    additional feedback when verbose
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ae48ff6729b4b36139ba53c6e49ee3c458186141
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Dec 1 12:29:48 2017 +0100

    Bug 18071: (QA follow-up) Add commit parameter, add warning
    
    Addressing points mentioned in comment12:
    [1] Commit parameter.
    [2] Warning if authid does not exist for -merge.
    
    Test plan:
    [1] Run update_authorities.pl -authid X -merge -ref Y -c
        where X does not exist in your db and Y does.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ace03864ba716cf3a6a3df6f57a84bbf8bd06570
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Feb 7 13:59:33 2017 +0100

    Bug 18071: Add authorities maintenance script
    
    With bug 9988 the manual merge option of merge_authorities was removed.
    (Note that it did not work any more too.) This patch reintroduces this
    functionality on the command line.
    
    This maintenance script now allows you to force renumbering field 001 for
    selected authid's, to delete authid's including the removal of references
    in biblio records, as well as merging several authid's into one reference
    record.
    
    Test plan:
    [1] Test the -renumber parameter. Field 001 and 005 should be updated.
    [2] Test the -delete parameter. Check if a linked biblio does no longer
        contain a reference to the deleted authority.
    [3] Test the -merge parameter.
        Create two PERSO_NAME records (say A,B) and attach biblios to them.
        Pick a CORPO_NAME record as reference record C.
        Now pass -merge -reference C -authid A,B
        Verify that A and B are gone, and the records link to C now.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit cfed10325bc2de3b207606f6c87940ac3b67e303
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Mon Oct 16 11:03:55 2017 +0200

    Bug 19471: Show creation date in patron restrictions list
    
    Test plan:
    1. Go to the "Details" vertical tab of a patron.
    2. Click the "Restriction" tab in the bottom and add a manual restriction.
    3. Verify a creation date is visible.
    
    4. Edit the same patron.
    5. Under "Patron restrictions" verify the creation date of the listed
       restiction is visible.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 .../prog/en/includes/borrower_debarments.inc       |    2 +
 .../prog/en/modules/members/memberentrygen.tt      |    2 +
 misc/maintenance/update_authorities.pl             |  168 ++++++++++++++++++++
 3 files changed, 172 insertions(+)
 create mode 100755 misc/maintenance/update_authorities.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list