[koha-commits] main Koha release repository branch master updated. v16.05.00-278-g9e1542e

Git repo owner gitmaster at git.koha-community.org
Fri Jul 8 15:44:23 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  9e1542eb84a0c8b02eae6ca3ff3616d0a5d412da (commit)
       via  03795b65d59d1e0bed9e6860e0309643b3bb13a6 (commit)
       via  3e576f65b2dff4616d8b57d8f31dea1a3a402ffc (commit)
      from  df57c8e864aefe0e90b49aa15fc95b6dcaafda7b (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 9e1542eb84a0c8b02eae6ca3ff3616d0a5d412da
Author: Marc Véron <veron at veron.ch>
Date:   Mon Jun 20 14:59:11 2016 +0200

    Bug 10760: (followup) Move street type after address
    
    As of comment #7
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 03795b65d59d1e0bed9e6860e0309643b3bb13a6
Author: Marc Véron <veron at veron.ch>
Date:   Tue Jun 14 10:57:52 2016 +0200

    Bug 10760: Alternate Address: Display street number and street type
    
    This patch displays alternate streetnumber and street type on patron's
    detail page.
    
    To test:
    - Apply patch
    - Verify that the alternate address information displays follwing the
      setting in syspref AddressFormat and contains street type and
      street number (as appropriate)
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3e576f65b2dff4616d8b57d8f31dea1a3a402ffc
Author: Marc Véron <veron at veron.ch>
Date:   Tue Jun 14 10:14:29 2016 +0200

    Bug 10760: Alternate Address: Make street number and street type editable
    
    Table 'borrowers' contain columns B_streetnumber and B_streettype.
    This patch makes them editable for alternate address.
    
    To test:
    - Apply patch
    - Edit a patron's details
    - Verify that in edit mode for Alternate address, the fields 'street type' and 'street number' appear
      and follow the settings in sysprefs AddressFormat, BorrowerMandatoryField, BorrowerUnwantedField
    - Verify that the values are saved correctly.
    
    Note: A second patch will follow to manage the display of street number and street type
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../en/includes/member-alt-address-style-de.inc    |   36 ++++++++++++++++++++
 .../en/includes/member-alt-address-style-us.inc    |   35 +++++++++++++++++++
 .../member-display-alt-address-style-de.inc        |   16 +++++++++
 .../member-display-alt-address-style-us.inc        |   16 +++++++++
 .../prog/en/modules/members/moremember.tt          |   14 ++++----
 5 files changed, 111 insertions(+), 6 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/member-display-alt-address-style-de.inc
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/member-display-alt-address-style-us.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list