[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.02-9-g711431a

Git repo owner gitmaster at git.koha-community.org
Thu Jan 24 03:22:44 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.10.x has been updated
       via  711431ab45e29412666dab05c3e1454bf703f7c9 (commit)
       via  055044481e20bb30675e28656049ce9a86d09018 (commit)
       via  d1f85c23f4e582dd3c73a33d8a0df85c13c9475b (commit)
       via  0af0a4a3eb015e60a488d792454b729741cefabe (commit)
       via  d1ff67092373ad24ebb972c87498d1fb06c9f3e3 (commit)
      from  540d72745943bcc03fab5d22c31d06f9d3c6a585 (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 711431ab45e29412666dab05c3e1454bf703f7c9
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 055044481e20bb30675e28656049ce9a86d09018
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 d1f85c23f4e582dd3c73a33d8a0df85c13c9475b
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>

commit 0af0a4a3eb015e60a488d792454b729741cefabe
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu Jan 17 20:55:20 2013 -0500

    Add Fred Pierre to history
    
    Welcome, Fred Pierre! You are the 201st committer to Koha.
    
    Conflicts:
    	docs/history.txt
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit d1ff67092373ad24ebb972c87498d1fb06c9f3e3
Author: Corey Fuimaono <agent.075 at gmail.com>
Date:   Wed Jan 16 11:23:46 2013 +1300

    Bug 9398 - [ ? ] Link Lacks Context for All General Users (Accessibility) [Contexual Help]
    
    testing procedure:
    1. see that [ ? ] has simply been changed to 'Help'
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    I like this change, the context is improved even for sighted individuals, and it helps screen reader users a great deal.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    The new 'Help' doesn't take up a lot more space than the old '[ ? ]'
    and makes it easier to undertand what will happen when you click on it.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 docs/history.txt                                   |    2 ++
 .../intranet-tmpl/prog/en/includes/header.inc      |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    3 ++-
 .../prog/en/modules/members/moremember-brief.tt    |    2 +-
 .../prog/en/modules/members/moremember.tt          |    2 +-
 .../prog/en/modules/serials/subscription-detail.tt |    3 ++-
 6 files changed, 9 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list