[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.00-10-g1afd62e

Git repo owner gitmaster at git.koha-community.org
Fri Dec 13 09:26:36 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, 3.14.x has been updated
       via  1afd62e5c216a1f6cbf366dce04f5d262d9ec270 (commit)
      from  5ff79b8c21393f37c43fd550c6087b85d2365ee8 (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 1afd62e5c216a1f6cbf366dce04f5d262d9ec270
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Mon Oct 28 13:46:06 2013 +0100

    Bug 11146: Show a go back link on no permission page
    
    When a user does not have permissions for a page or module, the
    authentication page is displayed with message
    
      "Error: You do not have permission to access this page.".
    
    Most librarians uses the "previous page" button of their browser to
    come back on the page they were before trying to get to the
    non-permitted page.
    
    This patch adds a button to help coming back to previous page.
    It also changes the "Click to log out" link as a button.
    
    Test plan :
    - Define a user with staff permissions but no permission on tools module
    - Login with this user
    => You get to intranet home page
    - Edit URL to go to tools module : cgi-bin/koha/tools/tools-home.pl
    => You get a page with a red error message and 2 buttons "Previous page"
       and "Log out"
    - Click on "Previous page"
    => Go get to intranet home page
    - Edit URL to go to tools module : cgi-bin/koha/tools/tools-home.pl
    - Click on "Log out" button
    => You are logged-out and get to authentication page : cgi-bin/koha/mainpage.pl?logout.x=1
    
    Signed-off-by: Garming Sam <garming at catalyst.net.nz>
    
    Works as intended.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit d1bec841428de08402628e21b75f7fc6c6e0c361)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/css/login.css   |   11 ++++++++++-
 koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt |    9 ++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list