[koha-commits] updated branch master (ab54b07ad669c9b023393db64d76f57f999109d5)

Koha Gitosis gitosis at git.koha.org
Fri Feb 19 11:23:48 CET 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 "Koha GitWeb".

The branch, master has been updated
       via  ab54b07ad669c9b023393db64d76f57f999109d5 (commit)
       via  c411928b12bb1f458d3763ab1a4546fcf60775e3 (commit)
       via  e31b7bd9a524a52097ce79421cee9ef2fc96bf26 (commit)
      from  a98e3da534a940ece4d7654ecaa61f03185b5840 (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 ab54b07ad669c9b023393db64d76f57f999109d5
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Fri Feb 19 05:21:11 2010 -0500

    bug 2970: extend new hold priority change permission
    
    Now covers the new hold request priority buttons.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit c411928b12bb1f458d3763ab1a4546fcf60775e3
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Fri Feb 19 05:13:45 2010 -0500

    bump to DBrev 123
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit e31b7bd9a524a52097ce79421cee9ef2fc96bf26
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Feb 10 16:18:58 2010 -0500

    Fix for Bug 2970, Create a permission for modifying holds priority
    
    Adding two new granular permissions under 'reserveforothers,' place_holds
    and modify_holds_priority. If a user does not have modify_holds_priority
    permission, the option to change the priority of a hold is hidden.
    Revised patch includes changes to mandatory data files including
    properly translated fr-FR version.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 installer/data/mysql/en/mandatory/userflags.sql    |    2 +-
 .../data/mysql/en/mandatory/userpermissions.sql    |    2 +
 .../data/mysql/fr-FR/1-Obligatoire/userflags.sql   |    2 +-
 .../mysql/fr-FR/1-Obligatoire/userpermissions.sql  |    2 +
 installer/data/mysql/pl-PL/mandatory/userflags.sql |    2 +-
 .../data/mysql/pl-PL/mandatory/userpermissions.sql |    2 +
 .../data/mysql/ru-RU/mandatory/user_flags.sql      |    2 +-
 .../data/mysql/ru-RU/mandatory/userpermissions.sql |    2 +
 .../data/mysql/uk-UA/mandatory/user_flags.sql      |    2 +-
 .../{en => uk-UA}/mandatory/userpermissions.sql    |    2 +
 .../{en => uk-UA}/mandatory/userpermissions.txt    |    0 
 installer/data/mysql/updatedatabase.pl             |   12 +++++++++
 .../prog/en/modules/reserve/request.tmpl           |   26 +++++++++++++------
 kohaversion.pl                                     |    2 +-
 reserve/request.pl                                 |    2 +-
 15 files changed, 47 insertions(+), 15 deletions(-)
 copy installer/data/mysql/{en => uk-UA}/mandatory/userpermissions.sql (95%)
 copy installer/data/mysql/{en => uk-UA}/mandatory/userpermissions.txt (100%)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list