[koha-commits] main Koha release repository branch master updated. v3.22.00-306-g3aa8d6d

Git repo owner gitmaster at git.koha-community.org
Sat Jan 23 20:25:43 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, master has been updated
       via  3aa8d6da141ec1e4998f185e6c1fa2dbce04764f (commit)
       via  da7c16777eedc9b09eb9d450217f0527715ce7ba (commit)
       via  58aa52698815fa67f0e4c925330b1e4ebe6bade0 (commit)
       via  bde685fa9208aef6c7a7f14034e55c9dcd6e88a0 (commit)
      from  ca6bd89b852f4561fdc4ff328d19d4a71d759b7f (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 3aa8d6da141ec1e4998f185e6c1fa2dbce04764f
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

commit da7c16777eedc9b09eb9d450217f0527715ce7ba
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

commit 58aa52698815fa67f0e4c925330b1e4ebe6bade0
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

commit bde685fa9208aef6c7a7f14034e55c9dcd6e88a0
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

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

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