[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-81-g1b07925

Git repo owner gitmaster at git.koha-community.org
Tue Jul 16 21:51:05 CEST 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.12.x has been updated
       via  1b079256736f080ef4905088ae78bfe9f425f05c (commit)
       via  b3bf4592a534a5c9824bdd54c6c0b354c3d34f61 (commit)
       via  db3ae2c96dade62540cf66f066fc5faca73fa69b (commit)
       via  42bce9e6faf29280573f447430f4acbf90e0730e (commit)
      from  60a67bb1f74e46d85125ff3707c926c41b58d814 (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 1b079256736f080ef4905088ae78bfe9f425f05c
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Jun 11 11:13:59 2013 -0300

    Bug 10447: add 'ru' and 'uk' to Zebra indexing language list
    
    This patch add the option to choose 'ru' and 'uk' during install for Zebra.
    Should work for a tarball install, and make 'ru' and 'uk' available for using
    with koha-create too.
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Reran Makefile.pl and made sure the language options show up now.
    Patch extends existing language code lists addings nb, ru and uk
    where missing.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 782e3251c043d3f3671e1eeff7b195939afd5db2)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b3bf4592a534a5c9824bdd54c6c0b354c3d34f61
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Jul 9 11:18:49 2013 +0100

    Bug 10507: improve warning about duplicate patron attribute value
    
    If a warning about a duplicated patron attribute is returned,
    the value was being passed back for display in the warning
    message with the same name as the variable in errors
    
    As the message is displayed in the context of errors
    the error value 1 was being displayed not the value
    duplicated as intended.
    
    Pass the value to the template with a unique name.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    I fixed another tiny typo while signing off: "is already in use" instead
    of "is already is use."
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl, works as advertised.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 2614e07e1e2e6386b5f91e65f127940072e54d4d)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit db3ae2c96dade62540cf66f066fc5faca73fa69b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jun 25 12:46:04 2013 -0400

    Bug 10475 - Item form in acquisition not hiding subfields properly
    
    Subfields hidden in your ACQ framework leave a gap where they used to
    be in the item entry form when adding an item to an order. This patch
    makes the same change made by 7116 to services/itemrecorddisplay.tt to
    correct the problem.
    
    To test:
    
    - Edit your ACQ framework and set some item subfields to hidden in the
      editor.
    - Set your  AcqCreateItem system preference to "when placing an order."
    - Add a title to an existing basket from an existing record.
    
    The item entry form should display correctly with your hidden subfields
    hidden. No whitespace should be left behind where the subfields were
    hidden.
    
    Also changed: Invalid "size" attributes on hidden form fields in
    neworderempty.tt, stray </li>.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works nicely, passes all tests and QA script.
    Thx Owen!
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 5e1f8caf609aa58eabf6f353d12ec25e0e8e23a0)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 42bce9e6faf29280573f447430f4acbf90e0730e
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Jul 4 12:21:45 2013 +0100

    Bug 10529: Remove hardcoded dollar from patron message
    
    The message fields which are returned in the SIP
    Screen message field in a Patron Information response
    had the dollar symbol hardcoded.
    
    It would be possible to get the symbol from currency
    but omitting any symbol would be consistent with the UI
    and avoid problems with devices using weird encodings
    for local currency symbols (e.g. the many variations
    of UK Pound sign)
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit ced4ca4e2d39856b4f00411eaee406b569199c1f)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Members.pm                                      |    4 +-
 Makefile.PL                                        |    2 +-
 debian/docs/koha-create.xml                        |    2 +-
 debian/scripts/koha-create                         |    2 +-
 .../prog/en/modules/acqui/neworderempty.tt         |   31 +++++++++----------
 .../prog/en/modules/members/memberentrygen.tt      |    2 +-
 .../prog/en/modules/services/itemrecorddisplay.tt  |    8 ++++-
 members/memberentry.pl                             |    2 +-
 8 files changed, 28 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list