[koha-commits] main Koha release repository branch new/bug_9376 created. v3.08.00-1590-gc762937

Git repo owner gitmaster at git.koha-community.org
Fri Jan 18 03:06:57 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, new/bug_9376 has been created
        at  c7629376fcb8d7cf3e0a72994eefbaa28debb123 (commit)

- Log -----------------------------------------------------------------
commit c7629376fcb8d7cf3e0a72994eefbaa28debb123
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>

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

commit 43a40008e3716ff83c7fcb02801b7139cef91703
Merge: 76a279a 67be30c
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu Jan 17 21:02:58 2013 -0500

    Merge branch 'bug_9229' into 3.12-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list