[koha-commits] main Koha release repository branch master updated. v3.16.00-976-g4ae564d

Git repo owner gitmaster at git.koha-community.org
Fri Nov 7 19:29:19 CET 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, master has been updated
       via  4ae564dd2d749434e977d5cbe810c0f5cb2b240c (commit)
       via  1e68a58b238e2461b2b28d8cc9f9db357af383df (commit)
       via  ee836ebb6489919d14c03b5339362e392f6d3b36 (commit)
       via  2b284f7e14157f76973532154e7f783ce853cc1c (commit)
       via  72b135d0252bb51c929147b27d2cc138b78eae4d (commit)
      from  1e5097d0fa62037ab9fad093f42629064f97b610 (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 4ae564dd2d749434e977d5cbe810c0f5cb2b240c
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Nov 7 15:31:01 2014 -0300

    Bug 12403: DBRev 3.17.00.050
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1e68a58b238e2461b2b28d8cc9f9db357af383df
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 28 10:07:22 2014 -0400

    Bug 12403 [Follow-up] Batch record deletion
    
    This follow-up makes several changes to language and markup with one
    change in behavior:
    
    - Updated permission description to avoid the use of the term "biblio"
    - Updated batch delete template to avoid the use of the term
      "biblio" and to improve clarity.
    - Replaced instances of terms "issue" and "reserve" with "checkout" and
      "hold" respectively.
    - On bibliographic record batch delete, wrap biblionumber in <label>.
    - On bibliographic record batch delete, show subtitle via Keywords to
      MARC mapping.
    - On bibliographic record batch delete, respect BiblioDefaultView system
      preference.
    - In the staff client cart, move batch delete link from "Action" menu
      to text link below (alongside "add to list" and "place hold"). The
      buttons are actions which affect the whole Cart. The links are actions
      which can be applied to selected items. I think this change makes it
      more consistent with the kind of operation being performed.
    
    To test:
    
    - Submit a batch of bibliographic records and confirm that the
      list of titles shows subtitle data as defined in Keywords to MARC
      mapping. Confirm also that the title links respect your
      BiblioDefaultView system preference.
    
    - Perform a catalog search, select several titles, and add them to the
      Cart. Open the Cart and test the "Batch delete" link with and without
      titles selected. Test as a user who lacks batch biblio delete
      permission and confirm that the link does not appear.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described, no koha-qa errors
    
    I love the rewording, we always translated 'biblio' as 'bibliographic record',
    it makes a lot of sense.
    
    Tested using direct input of biblionumber or cart, subtitle display shows
    correctly, link respect preference, user without permission cant acces the
    tool or links.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ee836ebb6489919d14c03b5339362e392f6d3b36
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Oct 26 22:10:00 2014 +0100

    Bug 12403: Follow-up - fixing a few typos
    
    - Fixes the permission on the tools page
    - Fixes some capitalization
    - Changes 'Reserves' to 'Holds'
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2b284f7e14157f76973532154e7f783ce853cc1c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Sep 4 16:04:30 2013 +0200

    Bug 12403: Add the new permission tools_records_batchdelitem
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 72b135d0252bb51c929147b27d2cc138b78eae4d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Sep 4 12:44:05 2013 +0200

    Bug 12403: Add a batch record deletion
    
    This patch offers a new tool for deleting records.
    Biblios and authorities will can to be deleted with a simple list of
    biblionumber or authid.
    
    This feature adds:
    - a new pl/tt files tools/batch_delete_records
    - a new permission: tools > records_batchdel
    
    Test plan for biblios:
    1/ There are two ways to generate a list of biblionumbers:
    - using the basket: do a search, add some biblio to your basket, open
      the basket and click on the "Action" button > "Delete"
    - generating a list from a report
    2/ On the "Batch record deletion" tool verify:
    - biblios with issues cannot be deleted (checkbox disabled and line in
      red).
    - information is correct.
    - sort functions work on each columns.
    - the items, reserves and issues values are correct.
    3/ After clicking on the "Delete selected recors" button, verify:
    - reserves, items and biblio have successful been deleted.
    - if an error occurs, the tool display an error message.
    
    Test plan for authority:
    1/ Generate a list of authid using a report:
    2/ On the "Batch record deletion" tool verify:
    - authorities are display with the summary.
    - the count usage (used in X biblios) is correct.
    3/ After clicking on the "Delete selected recors" button, verify:
    - The authorities have successful been deleted.
    - if an error occurs, the tool display an error message.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../data/mysql/de-DE/mandatory/userpermissions.sql |    1 +
 .../data/mysql/en/mandatory/userpermissions.sql    |    1 +
 .../data/mysql/es-ES/mandatory/userpermissions.sql |    1 +
 .../mysql/fr-FR/1-Obligatoire/userpermissions.sql  |    1 +
 .../data/mysql/it-IT/necessari/userpermissions.sql |    1 +
 .../mysql/nb-NO/1-Obligatorisk/userpermissions.sql |    1 +
 .../data/mysql/pl-PL/mandatory/userpermissions.sql |    1 +
 .../ru-RU/mandatory/permissions_and_user_flags.sql |    1 +
 .../uk-UA/mandatory/permissions_and_user_flags.sql |    1 +
 installer/data/mysql/updatedatabase.pl             |   10 +
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |    3 +
 .../intranet-tmpl/prog/en/modules/basket/basket.tt |   28 +++
 .../prog/en/modules/tools/batch_delete_records.tt  |  236 ++++++++++++++++++++
 .../prog/en/modules/tools/tools-home.tt            |    7 +-
 kohaversion.pl                                     |    2 +-
 tools/batch_delete_records.pl                      |  233 +++++++++++++++++++
 16 files changed, 526 insertions(+), 2 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt
 create mode 100755 tools/batch_delete_records.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list