[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.09-14-g184cc74

Git repo owner gitmaster at git.koha-community.org
Fri Feb 1 09:52: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.8.x has been updated
       via  184cc7416a2b9d0b7ee66539d06d8174a475cb02 (commit)
       via  59b2e0e704ef51c9683cc540bd12acfc376d9b07 (commit)
       via  98ed353928a9265894e715a6ae6c148f0e7421bd (commit)
       via  eff7ba7d4f7f10ec949e285db176ce68ccd4447e (commit)
       via  a28436da47e8cecd002c11b6cf9419703961445f (commit)
       via  1928119e3b3681c6f73e97bd6d4e692cb48b312c (commit)
      from  188ac0a8c97259c927096fcb917b356e6edbb0b9 (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 184cc7416a2b9d0b7ee66539d06d8174a475cb02
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Dec 4 15:32:28 2012 -0300

    Bug 9211 - days_between wrong behaviour
    
    As noted in comments #15, #16 and #17 of bug 8486, and its API,
    Koha::Calendar->days_between should always returns a positive number
    irrespective of the relative order of the parameters. This is still an
    open bug, which arised when rewriting the Calendar.t file (Bug 9209).
    
    Regards
    To+
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Added Paul's sign-off line, as despite it showing up in Bugzilla, it
    wasn't on the patch.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 59b2e0e704ef51c9683cc540bd12acfc376d9b07
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Wed Jan 16 12:19:23 2013 +0100

    Bug 9402: letter v between 2 option tags
    
    In HTML code generated for advanced search, a useless "v" letter
    is visible after "dissertation or thesis (revised)</option>".
    This patch suppress "v" letter is outside <option> markup
    (and cosmetic change : "Adult" -> "adult" in public types)
    
    To test : check HTML code generated by advanced search.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixes capitalization and a little problem in the HTML of an UNIMARC
    plugin.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 98ed353928a9265894e715a6ae6c148f0e7421bd
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Dec 13 14:17:07 2012 +0100

    Bug 9281: FIX add an order from a staged file
    
    In GetMember the hash parameter contained
    'C4::Members' => 'borrowernumber'
    XXX => undef
    
    Test plan:
    In the acquition module, try to add an order to a basket from a staged file.
    Without this patch, you get an error:
      DBD::mysql::st execute failed: called with 2 bind variables when 1 are needed at /home/koha/src/C4/Members.pm line 559
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests pass, error only appearing in the log file.
    
    Test plan:
    1) Create a basket
    2) Add one or multiple order lines using a staged file and the 'batch' feature.
       This is done by using the "Save" button at the bottom of the page instead
       of the "Add order" link next to a single entry.
    3) Check your koha-error_log for the error above.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit eff7ba7d4f7f10ec949e285db176ce68ccd4447e
Author: MJ Ray <mjr at phonecoop.coop>
Date:   Wed Jan 16 20:13:57 2013 +0000

    Bug 9407: patrons search should match substrings
    
        If a patron lives at 4345 Library Rd, a search on Street Address for
        Library should find it. However, it does not, but a search for 4345
        Library does.  This patch adds a "Search Type" drop-down, defaulting
        to the current behaviour.
    
        To test:
        1) Search for a patron based on a non-leading part of a field.
        2) Should return no results.
        3) Search again with "Search Type" of "Contains".
        4) Should return the patron.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.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 <chris at bigballofwax.co.nz>

commit a28436da47e8cecd002c11b6cf9419703961445f
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Mon Jan 7 13:01:21 2013 -0300

    Bug 9357: Missing 'c' option in MARC21 LEADER_18 value builder
    
    This patch adds option 'c' to the position 18
    of the leader value builder.
    Also corrects label for option 'i'
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Elliott Davis <elliott at bywatersolions.com>
    Works as described
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 1928119e3b3681c6f73e97bd6d4e692cb48b312c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 4 08:04:25 2013 -0500

    Bug 9348 - Format dates in HOLD notices consistently
    
    Right now notices for holds awaiting pickup read something like this:
    
    You have a hold available for pickup as of 2011-02-12.
    This hold will expire if it is not picked up before: 02/22/2011.
    If you no longer need this item or have any questions please contact us
    
    Both dates should be formatting based on the dateformat system preference.
    
    Test Plan:
    1) Apply patch
    2) Set the HOLD notice to the following:
        <<reserves.waitingdate>> / <<reserves.expirationdate>>
    3) Place a hold for a patron
    4) Enable the HOLD notice via email for that patron ( requires EnhancedMessaging )
    5) Check the item in
    6) Go to the borrower's Notices tab, check the body of the new HOLD notice,
       it should have two dates separated by a '/' in the format set by the dateformat
       system preference.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Patch works as advertised according to the test plan.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Tested also with the HOLD_PRINT notice.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Letters.pm                                      |   23 +++++++-------------
 Koha/Calendar.pm                                   |    7 ++++++
 acqui/addorderiso2709.pl                           |    2 +-
 .../prog/en/includes/patron-search.inc             |    6 +++++
 .../prog/en/includes/subtypes_unimarc.inc          |    4 +-
 .../cataloguing/value_builder/marc21_leader.tt     |    9 ++++++-
 .../value_builder/marc21_leader_book.tt            |    9 ++++++-
 .../value_builder/marc21_leader_computerfile.tt    |    9 ++++++-
 .../prog/en/includes/subtypes_unimarc.inc          |    4 +-
 members/member.pl                                  |    8 ++++++-
 10 files changed, 54 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list