[koha-commits] main Koha release repository branch master updated. v16.05.00-917-gd26cda6

Git repo owner gitmaster at git.koha-community.org
Tue Sep 27 12:37:40 CEST 2016


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  d26cda6f9e7e52bb899717ffe5f84c31b46feefc (commit)
       via  31ca4849efd5539c6b287047ce2da560be7e1c53 (commit)
      from  e422de7b62322b2637ac5623d102563dd3e82b36 (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 d26cda6f9e7e52bb899717ffe5f84c31b46feefc
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 20 10:03:42 2016 +0100

    Bug 17316: Do not display the list's name if the user does not have permission - Staff
    
    Same as previous patch but for the staff interface
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 31ca4849efd5539c6b287047ce2da560be7e1c53
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 20 09:55:25 2016 +0100

    Bug 17316: Do not display the list's name if the user does not have permission - OPAC
    
    At the OPAC, if a user manipulate the URL to show a list (s)he is not
    allowed to view, the list's name will be displayed anyway.
    
    Test plan:
    - Create a private list with user A
    - Copy the op=view URL and access it with user B logged in
    => Without this patch, you will see the rss icon, the list's name and
    the "add list" button
    => Without this patch, only the "unauthorized" box will be displayed
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt   |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt            |    2 +-
 opac/opac-shelves.pl                                                |    1 +
 virtualshelves/shelves.pl                                           |    1 +
 5 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list