[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.09-4-g140a9a8

Git repo owner gitmaster at git.koha-community.org
Thu Jan 24 03:25:56 CET 2013


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.8.x has been updated
       via  140a9a89d7d596cd5020e39c4a3626f54e8aa706 (commit)
       via  fb6510bbc5fa2cb2ee9b6eeabea5c8acfd39ccdd (commit)
       via  4a48b3e631742979fed75488692d4ba14e7c9407 (commit)
      from  94485065b635231947d0f2d0de8e31f75767b4d2 (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 140a9a89d7d596cd5020e39c4a3626f54e8aa706
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jan 16 09:09:56 2013 -0800

    Bug 9376: extend HTML fix to moremember-brief.tt
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit fb6510bbc5fa2cb2ee9b6eeabea5c8acfd39ccdd
Author: Vitor FERNANDES <vfernandes at keep.pt>
Date:   Thu Jan 10 16:24:07 2013 +0000

    Bug 9376: Problem with dateexpiry display in moremember.tt
    
    There is a problem that brokens the interface of moremmeber when
    displaying the date expiry when renewing a patron.
    In the first comment I said that the line that causes the error
    should be:
    
    <span class="reregitryinfo">[% dateexpiry %]</span>
    
    but the correct way should be:
    
    <strong class="reregitryinfo">[% dateexpiry %]</strong>
    
    This way the date expiry after renew a patron appears in bold.
    
    Test plan:
    
    - before applying the patch try to renew a patron and check
      that almost everything went bold
    - apply the patch
    - renew a patron and only the expiration date is bolder.
    - Note that the bug doesn't manifest in master because
      the patch for bug 6261 causes the invalid HTML to never
      be reached; it *does* affect 3.10.x and earlier.
    
    Sponsored-by: KEEP SOLUTIONS
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 4a48b3e631742979fed75488692d4ba14e7c9407
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 14 11:09:08 2012 -0500

    Bug 9229 - branch code instead of name in subscription-detail.pl
    
    This patch corrects the problem by using the KohaBranchName plugin.
    
    Test plan:
    Go in a subscription detail page.
    Check that the "Library" information is changed from the branchcode to
    the branchname
    
    Signed-off-by: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../prog/en/modules/members/moremember-brief.tt    |    2 +-
 .../prog/en/modules/members/moremember.tt          |    2 +-
 .../prog/en/modules/serials/subscription-detail.tt |    3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list