[koha-commits] main Koha release repository branch, master, updated. v3.02.00-alpha2-208-g0700a8b

Git repo owner gitmaster at git.koha-community.org
Sat Jun 19 13:56:28 CEST 2010


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  0700a8b732ad3cda3ead9bc099ee5113cd84565d (commit)
      from  ac5047b8872768168db3182eca2a1a4fb7de2d5e (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 0700a8b732ad3cda3ead9bc099ee5113cd84565d
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Jun 19 07:53:59 2010 -0400

    bug 4896: granular permissions now always on (DB rev 138)
    
    Per the following koha-devel thread, the use of
    staff user subpermissions, AKA granular permissions, is
    now the default behavior in Koha.  This patch removes
    the GranularPermissions system preference.
    
    [1] http://lists.koha-community.org/pipermail/koha-devel/2010-February/033670.html
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Auth.pm                                         |   55 ++++------
 admin/authorised_values.pl                         |    6 +-
 admin/systempreferences.pl                         |    1 -
 installer/data/mysql/de-DE/mandatory/sysprefs.sql  |    1 -
 installer/data/mysql/en/mandatory/sysprefs.sql     |    1 -
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    1 -
 installer/data/mysql/pl-PL/mandatory/sysprefs.sql  |    1 -
 ...m_preferences_full_optimal_for_install_only.sql |    1 -
 ...ystem_preferences_only_translation_updating.sql |    2 -
 ...m_preferences_full_optimal_for_install_only.sql |    1 -
 ...ystem_preferences_only_translation_updating.sql |    3 -
 installer/data/mysql/updatedatabase.pl             |    6 +
 .../prog/en/modules/admin/preferences/admin.pref   |    9 +--
 .../prog/en/modules/help/members/member-flags.tmpl |   21 +----
 kohaversion.pl                                     |    2 +-
 members/member-flags.pl                            |  106 ++++++++++----------
 svc/config/systempreferences                       |    4 +-
 17 files changed, 85 insertions(+), 136 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list