[koha-commits] main Koha release repository branch master updated. v16.11.00-949-gfbcb0e6

Git repo owner gitmaster at git.koha-community.org
Fri Apr 28 14:51:12 CEST 2017


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  fbcb0e6505bb74abc131b6e1626ad6976fb40239 (commit)
       via  892527495ad57e98a725d946e182538515cfab2d (commit)
       via  4ed61b56f50b7dd4d3cc29a5ada93c25212a7e39 (commit)
       via  4c8580b1bbfa01e1fd0c7980ceafc0ffc8ad3148 (commit)
       via  54bb284a60dab066d7ad0b08005ada576d0f31f1 (commit)
       via  62b2e505d4c6f967f72cb4d8969f0cde8e678722 (commit)
      from  368670cda7c7456d6701c3602846a6b5d4c605ec (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 fbcb0e6505bb74abc131b6e1626ad6976fb40239
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 26 15:41:35 2017 -0300

    Bug 18110: Do not update value for existing installs
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 892527495ad57e98a725d946e182538515cfab2d
Author: Baptiste Wojtkowski <baptiste.wojtkowski at biblibre.com>
Date:   Mon Apr 3 13:40:44 2017 +0000

    Bug 18110: Update addressFormat in atomicupdate
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4ed61b56f50b7dd4d3cc29a5ada93c25212a7e39
Author: Marc Véron <veron at veron.ch>
Date:   Tue Mar 28 09:20:47 2017 +0200

    Bug 18110: Folllowup to fix alternative address and add missing class
    
    This patch fixes the display of alternative address (streetnumber, streettype
    and address on same line, see comment #22, and it adds missing class
    patronaddress1 to main address display.
    
    To test:
    - Create / edit a customer to have streetnumber, streettype and address in
      both main address and alternate address
    - Switch syspref addressformat ot French style
    - Verify that both main address and alternate address display as expected
      on patron's detail page (street number, street type and address on same
      line)
    
    Signed-off-by: Baptiste Wojtkowski <baptiste.wojtkowski at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4c8580b1bbfa01e1fd0c7980ceafc0ffc8ad3148
Author: Baptiste Wojtkowski <baptiste.wojtkowski at biblibre.com>
Date:   Mon Mar 27 07:32:06 2017 +0000

    Bug 18110: Removed unwanted spaces
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 54bb284a60dab066d7ad0b08005ada576d0f31f1
Author: Baptiste Wojtkowski <baptiste.wojtkowski at biblibre.com>
Date:   Fri Mar 24 12:47:42 2017 +0000

    Bug 18110: Corrected display address format
    
    - minor changes on address format
    - corrected member-password so that steetnumber is given to the template
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 62b2e505d4c6f967f72cb4d8969f0cde8e678722
Author: Baptiste Wojtkowski <baptiste.wojtkowski at biblibre.com>
Date:   Mon Feb 27 09:32:24 2017 +0000

    Bug 18110: Add a field FR to the syspref AddressFormat
    
    Add a field FR to the syspref AddressFormat
    
    Testplan
    1 - Apply patch
    2 - Check if there is a field FR in the syspref AddressFormat, enable it
    3 - Create a new borrower and check the order of the fields for the address
    4 - Check if it's address appears in a propper manner
    
    27/02/17 : Fixed the display
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../bug18110_updated_AddressFormat.sql             |    1 +
 installer/data/mysql/sysprefs.sql                  |    2 +-
 .../en/includes/member-alt-address-style-fr.inc    |  148 ++++++++++++++++++++
 .../en/includes/member-alt-contact-style-fr.inc    |  112 +++++++++++++++
 ...-de.inc => member-display-address-style-fr.inc} |    9 +-
 ...inc => member-display-alt-address-style-fr.inc} |   11 +-
 .../en/includes/member-main-address-style-fr.inc   |  124 ++++++++++++++++
 .../en/modules/admin/preferences/i18n_l10n.pref    |    1 +
 members/member-password.pl                         |    1 +
 9 files changed, 402 insertions(+), 7 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug18110_updated_AddressFormat.sql
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-address-style-fr.inc
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-fr.inc
 copy koha-tmpl/intranet-tmpl/prog/en/includes/{member-display-address-style-de.inc => member-display-address-style-fr.inc} (56%)
 copy koha-tmpl/intranet-tmpl/prog/en/includes/{member-display-alt-address-style-de.inc => member-display-alt-address-style-fr.inc} (55%)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-fr.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list