[koha-commits] main Koha release repository branch master updated. v3.20.00-424-g16f382e

Git repo owner gitmaster at git.koha-community.org
Fri Aug 21 20:36:51 CEST 2015


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  16f382e7ecb0a7d817da59c45dcd58655e3949ee (commit)
       via  e2ad507500bf36b7c8ea1d16f31e8155940e1909 (commit)
      from  a6539ea73d87fbfcd0343ec17e705e198ac24b93 (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 16f382e7ecb0a7d817da59c45dcd58655e3949ee
Author: Winona Salesky <wsalesky at gmail.com>
Date:   Tue Apr 28 21:41:52 2015 -0400

    Bug 13387: Uniform titles (130 / 240 / 730) Display in XSLT
    
    Test Plan:
    1) Apply this patch
    2) Ensure you are using the default XSLT setting for the staff and opac record details
    3) Find or create a record with MARC tags 130/240/730
    4) Perform an opac search that would show the record in the search results.
    5) Click title to review record.
    6) Fields show subfields a,d,f,g,h,k,l,m,n,o,p,r,s,t with multiple fields separated by span class=separator |
    7) Repeat steps 4 - 6 for the staff interface
    
    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 unc.edu.ar>

commit e2ad507500bf36b7c8ea1d16f31e8155940e1909
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Wed Aug 19 11:01:32 2015 -0300

    Bug 14693: Contract.t should generate dates based on current date
    
    The current test for still-active contracts fails because it was written
    with fixed dates, which already passed :-D
    
    This patch calculates the current date, and uses it to generate a future
    one, so the tests serve their purpose no matter what the current date is.
    
    To test:
    - Run:
      $ prove t/db_dependent/Contract.t
    => FAIL: activeonly compares contractenddate with now(), and fails
             because a fixed 2015-07-31 is writteng on the test data
    - Apply the patch
    - Run:
      $ prove t/db_dependent/Contract.t
    => SUCCESS: the sample data has been calculated using the current date
                and the tests pass.
    - Sign off :-D
    
    Edit: added missing use DateTime::Duration,
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

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

Summary of changes:
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   30 ++++++---------
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |   40 +++++++++-----------
 t/db_dependent/Contract.t                          |   10 ++++-
 3 files changed, 37 insertions(+), 43 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list