[koha-commits] main Koha release repository branch master updated. v3.22.00-31-g4c5892e

Git repo owner gitmaster at git.koha-community.org
Tue Dec 29 20:37:59 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  4c5892eff7dc90cda2d1fd7eb838ca5f16fabe24 (commit)
       via  d1057b80daa47cfda74f4bd217ced5d90963a3b8 (commit)
       via  8a87434f7a109641279ae7bbc4f1214f4985b491 (commit)
       via  cc735a7ca4cfc90f636d8cd0f3a24b09312268bf (commit)
      from  3f6a1d47fd9a72792ce334d1fdce05fa53e7c1a2 (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 4c5892eff7dc90cda2d1fd7eb838ca5f16fabe24
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 22 09:11:21 2015 -0400

     Bug 11084 [QA Followup] - Document limitations of test mode
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit d1057b80daa47cfda74f4bd217ced5d90963a3b8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 22 08:58:08 2015 -0400

     Bug 11084 [QA Followup] - Suppress userenv warning
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 8a87434f7a109641279ae7bbc4f1214f4985b491
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 16 07:50:09 2015 -0400

     Bug 11084 [QA Followup]
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit cc735a7ca4cfc90f636d8cd0f3a24b09312268bf
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Sun Oct 20 14:02:52 2013 -0400

     Bug 11084 - Delete biblios on Leader 05 == d
    
    Position 05 of the leader in MARC 21 indicates the record's status.
    A lower case 'd' indicates that the record is to be deleted
    (http://www.loc.gov/marc/authority/adleader.html).
    
    This patch adds a cronjob script that may be run nightly to delete
    records where position 05 of the leader is set to 'd'.
    
    Test Plan:
    1) Edit one or more records, and set the leader position 05 to 'd'.
    2) Run misc/cronjobs/delete_records_via_leader.pl -c -v
    3) Those records should either be deleted, or an error message should
       state why they were not.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    
    Works as advertised. Edited a record with an item to have leader05 = d,
    then ran delete_records_via_leader.pl with -c and got a message that
    the record could not be deleted because of the item. Removed the item
    and the script deleted the record. Tried with another record with an
    item, this time with the -i option and the record was deleted.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm                                |    6 +-
 misc/cronjobs/delete_records_via_leader.pl |  120 ++++++++++++++++++++++++++++
 2 files changed, 125 insertions(+), 1 deletion(-)
 create mode 100755 misc/cronjobs/delete_records_via_leader.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list