[koha-commits] main Koha release repository branch master updated. v3.22.00-1190-g313e4c0

Git repo owner gitmaster at git.koha-community.org
Sat Apr 23 00:59: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  313e4c0282e7b1ecc6de4a43c764f3fd80f10cea (commit)
       via  38094a260e42c7937460946518a2978d2385ba14 (commit)
      from  366e31f8c020080b9a0319abb7d2c02e10f42a40 (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 313e4c0282e7b1ecc6de4a43c764f3fd80f10cea
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Apr 22 11:27:58 2016 +0200

    Bug 12267: [QA Follow-up] Adjust installer files; tiny text edit
    
    Some installer files still refer to password_allowed.
    The print statement of the db revision has been slightly adjusted.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit 38094a260e42c7937460946518a2978d2385ba14
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 11 10:05:01 2016 +0100

    Bug 12267: Remove borrower_attributes.password
    
    When creating a patron attribute type, there is a "Allow password"
    checkbox. If checked, the librarian will be able to enter a password for
    this patron attribute when editing a patron.
    The goal was to allow a patron to log in with a secondary password.
    However, this feature has never been implemented.
    
    """
    commit 6fc62bcd321eddb0fd3ae46903e9ab6c8b1db2cd
      CommitDate: Mon May 12 09:03:00 2008 -0500
      extended patron attributes tables & syspref (DB rev 081)
    
    - password_allowed (if set, staff patron editor will
      allow a password to be associated with a value; this
      is mostly a hook for functionality to be implemented
      in the future.
    """
    
    To decrease maintainability, this patch suggest to remove the 2 DB fields
    borrower_attributes.password and
    borrower_attribute_types.password_allowed
    If they have not used by the library.
    
    Test plan:
    - Edit a patron attribute type and select "allow password"
    - Edit a patron and defined a password for this attribute
    - Execute the DB entry
    - Note that you get a warning
    - Empty the password field
    - Execute the DB entry
    - You do not get the warning and the 2 DB fields have been removed
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Members/AttributeTypes.pm                       |   46 +++++++-------------
 C4/Members/Attributes.pm                           |   17 +++-----
 admin/patron-attr-types.pl                         |    8 ----
 installer/data/mysql/atomicupdate/bug_12267.perl   |   17 ++++++++
 .../data/mysql/de-DE/optional/patron_atributes.sql |    4 +-
 .../data/mysql/en/optional/patron_atributes.sql    |    4 +-
 .../data/mysql/es-ES/optional/patron_atributes.sql |    4 +-
 installer/data/mysql/kohastructure.sql             |    2 -
 .../data/mysql/ru-RU/optional/patron_atributes.sql |   27 +++++-------
 .../data/mysql/uk-UA/optional/patron_atributes.sql |   27 +++++-------
 .../prog/en/modules/admin/patron-attr-types.tt     |    8 ----
 .../prog/en/modules/members/memberentrygen.tt      |    4 --
 members/memberentry.pl                             |    6 +--
 t/Members_AttributeTypes.t                         |    6 +--
 t/Members_Attributes.t                             |    6 ---
 15 files changed, 71 insertions(+), 115 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_12267.perl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list