[koha-commits] main Koha release repository branch 3.6.x updated. v3.06.01-97-g8a6fdae

Git repo owner gitmaster at git.koha-community.org
Tue Dec 13 15:30:31 CET 2011


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.6.x has been updated
       via  8a6fdae8657dffe78e7841f20b0ae00e7ac1a7b3 (commit)
       via  fbe94b03147dcb79010a29d86936473f5576721c (commit)
       via  3af67c1df41805467e05aa3abbb4caed3a748eb2 (commit)
       via  43733e7e642b4347d21ee7758b8affabedc64fe7 (commit)
      from  a94573f58dba2a830502105323a53ae1359bcef7 (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 8a6fdae8657dffe78e7841f20b0ae00e7ac1a7b3
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Oct 24 16:09:35 2011 +0200

    Bug 7082: Template improvements for better translatability
    
    Problem:
    /cgi-bin/koha/admin/aqbudgets.pl
    <label for="show_mine">Show my<br /> funds only</label>
    
    This gets broken into 2 strings for translation which makes it very hard for
    translators to make sense of it.
    Patch removes the line break.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    This patch removes the linebreak and has no ill effects that I can see, even
    on a small screen. I'll attach before and after screenshots in Bugzilla.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    (cherry picked from commit 57800f2af22e496ecc113672c64de0b25c497bbf)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit fbe94b03147dcb79010a29d86936473f5576721c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Nov 8 20:44:25 2011 -0500

    bug 7198: show patron name in overdue list even if name column is null
    
    If the surname or firstname of a patron is NULL, the MySQL concat()
    function (properly) returns NULL, leading to the patron name not
    displaying in the overdue report.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    (cherry picked from commit 18e06ecf0bfeeefd08575d0512891bea52bc1bde)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 3af67c1df41805467e05aa3abbb4caed3a748eb2
Author: Liz Rea <lrea at nekls.org>
Date:   Fri Nov 4 14:37:11 2011 -0500

    Bug 7159 - Add branchcode to circulation.pl search (take two, revising with Owen's suggestion)
    
    I know there's talk of getting rid of this patron search method, but I had a
    request for this and so here it is.
    
    To test:
    verify that branchcode is displayed on patron search results from
    circulation.pl.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    (cherry picked from commit 4fad65cc269b049043da2841b491b3c0132ff0e6)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 43733e7e642b4347d21ee7758b8affabedc64fe7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 11 09:00:27 2011 -0500

    Fix for Bug 7124 - back to search wrapping in lower resolutions
    
    Maybe not a complete fix, but hopefully an improvement. I couldn't
    prevent it from wrapping at smaller browser widths, but I was
    able to change the style so that when it does wrap it's a little
    more readable.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    (cherry picked from commit a98219dc34a61806f856482ec68bcf27912270b6)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 circ/circulation.pl                                |    2 +-
 circ/overdue.pl                                    |   17 ++++++----
 .../prog/en/modules/admin/aqbudgets.tt             |    2 +-
 .../intranet-tmpl/prog/en/modules/circ/overdue.tt  |    2 +-
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   35 +++++++++++---------
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |    8 ++--
 6 files changed, 36 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list