[koha-commits] main Koha release repository branch master updated. v3.16.00-714-g01c509f

Git repo owner gitmaster at git.koha-community.org
Tue Oct 21 21:14:41 CEST 2014


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  01c509f37d06a25aa4409ad2cd05cb67eee73f77 (commit)
       via  0ac72275aac8a2d0511b021cee0643aa38a7ba09 (commit)
       via  b47e0360d897c30cab80d0ccdf97c12a6ee62a87 (commit)
      from  a7321813f43083db2e101c2c75dac37990002c65 (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 01c509f37d06a25aa4409ad2cd05cb67eee73f77
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Sep 30 10:34:57 2014 -0400

    Bug 10960 - Holds Queue Report display loc code not description
    
    The holds queue report shows codes for item shelving location and for
    library transfer location. This patch adds template plugin handling of
    both these fields to display their full description.
    
    To test, make sure you have one or more items in your holds queue which
    have a shelving location. Rebuild your holds queue if necessary and view
    it. Items which have a shelving location should show the description
    instead of the code. The "send to" column should show the library name
    instead of code.
    
    Signed-off-by: Chris <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, making use of the TT plugins.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0ac72275aac8a2d0511b021cee0643aa38a7ba09
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Wed Apr 23 18:18:25 2014 -0300

    Bug 12068 - label-create-pdf.pl Add support for RTL language
    
    On top of Bug 8375
    
    If you print a label using arabic/hebrew script,
    letters are printed in logical direction, from left
    to right, giving a mangled result
    
    This patch will try to fix those cases adding a new
    perl dependency, Text::Bidi, and using the automagic
    feature if it's log2vis() function to rearrange chars
    based on detected text 'direction'
    
    To test:
    1. Install Text::Bidi package
    (apt-get install libtext-bidi-perl)
    
    2. Try a batch, using Helvetica, with a mix of
    ltr and rtl (arabic/hebrew) titles, chars are good,
    but direction is bad
    
    NOTE: I suggest changing the mapping for 'HO' font
    on koha-conf.xml, from DejaVuSans-Oblique.ttf to
    DejaVuSans.ttf to view 'title' chars
    
    3. Apply the patch
    
    4. Try again, now the result is good
    
    Formerly a followup of Bug 8375, look sample pics
    on that Bug.
    Rebased following changes on Bug 8375
    
    Note: Arabic titles will not be displayed, because
    current code selects Oblique variant (unless you
    change mapping as suggested on 2. )
    Hebrew looks good.
    
    Rebased and move use of new dependency to Labels.pm
    
    Rebased on master
    
    Signed-off-by: Karam Qubsi <karamqubsi at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested with the help of Bernardo. With the patch
    the characters of RTL strings appear in the correct
    order in the generated PDF files.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b47e0360d897c30cab80d0ccdf97c12a6ee62a87
Author: Marc Véron <veron at veron.ch>
Date:   Sat Sep 13 12:52:08 2014 +0200

    Bug 12914 - Wrong message 'Patron(..) is blocked for 2014-09-30 day(s).
    
    The message in circulation.tt assumed to get days but date is given. Updated comments and message depending on expiration date or no expiration of restriction.
    
    The message shows up on top of Bug 643 Allow override of 'debarred' status if a patron has a restriction.
    
    Replaced date_format with date template (see comment #6)
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Circulation.pm                                        |    9 +++++++--
 C4/Installer/PerlDependencies.pm                         |    6 ++++++
 C4/Labels/Label.pm                                       |    2 ++
 C4/Members.pm                                            |    3 ++-
 install_misc/debian.packages                             |    1 +
 install_misc/ubuntu.10.04.packages                       |    1 +
 install_misc/ubuntu.12.04.packages                       |    1 +
 install_misc/ubuntu.packages                             |    1 +
 .../intranet-tmpl/prog/en/modules/circ/circulation.tt    |   14 +++++++++-----
 .../prog/en/modules/circ/view_holdsqueue.tt              |    5 +++--
 10 files changed, 33 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list