[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-166-g79bf1d4

Git repo owner gitmaster at git.koha-community.org
Fri Nov 1 00:46:32 CET 2013


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  79bf1d4a20f6d7f8d6c245d45ef27af8e7431133 (commit)
       via  b693ea0cd8bd7b781eb43e6ee8bfc8883d8832cb (commit)
      from  c4c5496ec656ee4745587b3cea239cc849d2c09a (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 79bf1d4a20f6d7f8d6c245d45ef27af8e7431133
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Mon Oct 21 19:24:34 2013 +0200

    Bug 9780: (follow-up) suppress line feeds in javascript
    
    This patch suppress \n in javascript, in order to keep Pootle quiet.
    
    String patch, no need to test I think.
    But if you want to test, replay the test plan of main patch, and check
    the messages in javascript alert are displaying the right way.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b693ea0cd8bd7b781eb43e6ee8bfc8883d8832cb
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Thu Sep 19 14:12:02 2013 +0200

    Bug 9780: restrict the ability to delete a bib record associated with an order
    
    Currently, anyone can delete a record used in an order.
    
    With this patch, only librarians with managing order permission
    can delete it if it is used in an active or a deleted order.
    
    This patch also add a specific warning informing that deleting a record
    used in an active order is dangerous.
    
    To test :
    A. test what can do and see a librarian with order managing rights
    0) Connect to Koha with a borrower with order managing rights
    1) in a basket, create 2 orders A & B from new records
    2) delete order B
    3) in the catalogue, try to delete
    - record used for order A : you should see a specific warning
       informing you the record is used in 1 order, and that deleting it
       is dangerous
    - record used for order B : you should see a specific warning informing
      you the record is used in 1 deleted order
    - a record not used in any order : you should see no specific warning
    
    B. test what can do and see a librarian without order managing rights
    4) Connect to Koha with a borrower without order managing rights
    5) in a basket, create 2 orders A & B from new records
    6) delete order B
    7) in the catalogue, try to delete
    - record used for order A : you should see a specific warning informing you that
       you need specific rights to delete the record
    - record used for order B : idem
    - a record not used in any order : you should see no specific warning
    
    Signed-off-by: Pierre Angot <tredok.pierre at gmail.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 catalogue/detail.pl                                |   32 ++++++++++++++++++++
 .../intranet-tmpl/prog/en/includes/cat-toolbar.inc |   23 +++++++++++---
 2 files changed, 51 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list