[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.01-103-g9312384

Git repo owner gitmaster at git.koha-community.org
Mon Jan 25 13:01:09 CET 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, 3.22.x has been updated
       via  93123845aba3bdb3ca4b14dfe85882e98624052f (commit)
       via  1ba745fe0c6ce58f0e7578c0e2d462cb52ef948b (commit)
       via  e6f91b406fcfa9229d4f8b153a5681e281c60797 (commit)
       via  ef63dceb7f9c860229f0d597cdc1a6e3741124b5 (commit)
      from  bf60ebf3ee96b843b5fb1a3284abf4e9bf78b626 (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 93123845aba3bdb3ca4b14dfe85882e98624052f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 15 17:37:17 2016 +0000

    Bug 15542 [QA Followup] - Tidy member-password.pl
    
    No other patches in process modify member-password.pl, now would be
    a great time to tidy it!
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 3aa8d6da141ec1e4998f185e6c1fa2dbce04764f)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 1ba745fe0c6ce58f0e7578c0e2d462cb52ef948b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 15 17:35:49 2016 +0000

    Bug 15542 [QA Followup] - Fix code error
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit da7c16777eedc9b09eb9d450217f0527715ce7ba)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit e6f91b406fcfa9229d4f8b153a5681e281c60797
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 11 10:40:27 2016 +0000

    Bug 15542: Change for the German style address format
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 58aa52698815fa67f0e4c925330b1e4ebe6bade0)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit ef63dceb7f9c860229f0d597cdc1a6e3741124b5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 11 09:18:30 2016 +0000

    Bug 15542: Always display the patron's info the same way.
    
    The patron's information displayed in the member module
    (includes/circ-menu.inc and includes/member-display-address-style-*.inc)
    are not always displayed the same way.
    Sometimes the streetnumber is missing, sometimes it's the streettype.
    Sometimes the streettype is after the address, sometimes before...
    
    Test plan:
    Go on a patron detail page, and open all the tabs on the left (Check
    out, Fines, Notices, etc.)
    Without this patch, the patron's info displayed will differ from one page to
    another.
    With this patch, they will be displayed the same everywhere.
    
    Followed test plan, works as expected. (Tested both patches together.)
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit bde685fa9208aef6c7a7f14034e55c9dcd6e88a0)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Conflicts:
    	members/summary-print.pl

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

Summary of changes:
 .../includes/member-display-address-style-de.inc   |    6 +-
 .../includes/member-display-address-style-us.inc   |    6 +-
 .../prog/en/modules/members/discharge.tt           |    1 +
 .../intranet-tmpl/prog/en/modules/members/files.tt |    1 +
 .../prog/en/modules/members/moremember.tt          |    1 +
 .../prog/en/modules/members/notices.tt             |    1 +
 .../intranet-tmpl/prog/en/modules/members/pay.tt   |    1 +
 .../en/modules/members/purchase-suggestions.tt     |    1 +
 .../prog/en/modules/members/readingrec.tt          |    1 +
 .../prog/en/modules/members/routing-lists.tt       |    1 +
 .../prog/en/modules/members/statistics.tt          |    1 +
 .../intranet-tmpl/prog/en/modules/tools/viewlog.tt |    1 +
 members/boraccount.pl                              |    3 -
 members/discharge.pl                               |    2 +
 members/files.pl                                   |    5 -
 members/mancredit.pl                               |    2 -
 members/maninvoice.pl                              |    2 -
 members/member-flags.pl                            |    7 +-
 members/member-password.pl                         |  194 ++++++++++----------
 members/moremember.pl                              |    2 -
 members/notices.pl                                 |    2 -
 members/pay.pl                                     |    2 -
 members/paycollect.pl                              |    3 -
 members/purchase-suggestions.pl                    |    4 -
 members/readingrec.pl                              |    2 -
 members/routing-lists.pl                           |    2 -
 members/statistics.pl                              |    2 -
 members/summary-print.pl                           |    5 -
 tools/viewlog.pl                                   |    2 -
 29 files changed, 125 insertions(+), 138 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list