[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1153-g9bd3a44

Git repo owner gitmaster at git.koha-community.org
Sat Sep 21 19:48:31 CEST 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  9bd3a44944e6a0cb7920c3c53a88c11a8986b146 (commit)
      from  67ad9d28f5477124d2bf30c0dc48d693657461a7 (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 9bd3a44944e6a0cb7920c3c53a88c11a8986b146
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Sep 13 14:45:50 2013 -0400

    Bug 10888: Don't hide authorities module from users who lack permission to edit authorities
    
    It should be possible for staff client users to search and view
    authority records even if they don't have permission to edit them.
    
    To test, apply the patch and view the staff client as a user with and
    without "editauthorities" permission.
    
    With "editauthorities" permission, authority search results should show
    both an edit and delete link. Viewing the details of an authority
    record, one should see a toolbar with edit/delete/new options.
    
    The detail view has been altered to use the term "record" in place of
    "biblio" ("Used in X record(s)).
    
    Without "editauthorities" permission, authority search results should
    show no edit or delete link. Viewing the details of an authority, the
    only option shown in the toolbar should be "Save."
    
    On the staff client home page and in the header's "More" menu the link
    to the authorities module should now appear with and without permission
    to edit authorities.
    
    This patch also corrects the permissions in the authority export script
    to allow saving of authority records by users who do not have permission
    to edit.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 authorities/export.pl                              |    2 +-
 .../prog/en/includes/authorities-toolbar.inc       |   17 +++++++++++++----
 .../intranet-tmpl/prog/en/includes/header.inc      |    2 --
 .../en/modules/authorities/searchresultlist.tt     |   19 ++++++++++++-------
 .../intranet-tmpl/prog/en/modules/intranet-main.tt |    2 --
 5 files changed, 26 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list