[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-33-g7afc07b

Git repo owner gitmaster at git.koha-community.org
Sat Apr 27 07:14:45 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, 3.10.x has been updated
       via  7afc07bfaae3b508a043ec426f161bbe0cd87f8d (commit)
       via  c31ebb9a3383432ce460ac8f98e9e9b6e2f902dd (commit)
      from  951092bc3137c63dcae5dac1facfa7a7eef5b233 (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 7afc07bfaae3b508a043ec426f161bbe0cd87f8d
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Mar 7 12:17:33 2013 -0500

    Bug 6898 - circulation librarians can't run overdues without reports permissions followup
    
    Better update database.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit c31ebb9a3383432ce460ac8f98e9e9b6e2f902dd
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 10 10:43:29 2012 -0500

    Bug 6898 - circulation librarians can't run overdues without reports permissions
    
    This patch adds a new user permission overdues_report for the circulation module, and requires this permission to run the overdue items
    report, rather than requiring full reports permissions.
    
    Test plan :
    With a user with permissions circulate_remaining_permissions :
    - Add overdues_report permission to user
    - Go to circulation home
    => you see "Overdues" link
    - Clik on it
    => you are allowed to access and use this page
    - Remove overdues_report permission to user
    - Go to circulation home
    => you do not see "Overdues" link
    - Edit URL : <server>/cgi-bin/koha/circ/overdue.pl
    => you are not allowed to access this page
    - Go to main page
    => you don't have access to reports module
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

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

Summary of changes:
 circ/overdue.pl                                    |    2 +-
 .../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             |   18 ++++++++++++++++++
 .../prog/en/modules/circ/circulation-home.tt       |    2 +-
 12 files changed, 29 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list