[koha-commits] main Koha release repository branch master updated. v3.18.00-599-g2fa0f6f

Git repo owner gitmaster at git.koha-community.org
Wed Apr 8 17:20:19 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  2fa0f6f4ab2c2492309db92fed2d34d148d9ffd3 (commit)
       via  565b97924e1fe30640744cc42faa6fffcbdbeeee (commit)
       via  49d16fe062ce7f2593a1b9ac7c96b9b978a22bd4 (commit)
       via  e8b8fb3519079f09870d008eb3444febb6619499 (commit)
       via  bb63ef6a2e988208db5444bef472a3c7edcc02f4 (commit)
       via  c3ff4298fc5776e6b06553a7f2db7f86efa21a8c (commit)
      from  c16e19b3fdff71e20db1df036931d96dfabcce4d (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 2fa0f6f4ab2c2492309db92fed2d34d148d9ffd3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jan 7 08:39:35 2015 -0500

    Bug 11239 - show hour of due date in history circulation
    
    The circulation history page (Patron -> Circulation history) does not
    show the time when displaying the date of checkout, due date, and check
    in. This patch adds the "with_hours => 1" flag to the KohaDates filter.
    
    To test, apply the patch and view the circulation history page for a
    patron with good circulation history data. Confirm that dates are
    displayed correctly with times and that date sorting still works
    correctly.
    
    Signed-off-by: marjorie <marjorie.barry-vila at ccsr.qc.ca>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 565b97924e1fe30640744cc42faa6fffcbdbeeee
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 3 13:40:35 2015 -0400

    Bug 13882: Tidy t/Borrower.t to fix whitespace errors
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 49d16fe062ce7f2593a1b9ac7c96b9b978a22bd4
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Fri Mar 20 10:45:51 2015 +0100

    Bug 13882 : Adding new unit tests in t/Borrower.t
    
    This adds testing for all the 'borrower' database fields.
    
    TEST PLAN
    ---------
    1) apply patch
    2) prove -v t/Borrowers.t
       -- All 67 subtests for both the setter and accessor
          should run successfully.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e8b8fb3519079f09870d008eb3444febb6619499
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Mar 30 09:04:41 2015 -0400

    Bug 13928: Clean up noisy t/Borrower.t tests
    
    While testing bug 13882, noisy messages were noticed. Also,
    Test::Warn was used, but no catching attempts were made. This
    patch solves that problem.
    
    TEST PLAN
    ---------
    1) prove -v t/Borrowers.t
       -- There should be three noisy lines.
    2) apply patch
    3) prove -v t/Borrowers.t
       -- There will be 3 more tests and no noisy lines.
    4) Run koha qa test tool
       -- There should be no issues.
    
    NOTE: This will conflict with bug 13882 if either gets pushed
          to master, but fixing the conflict should be easy enough.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Works as expected
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bb63ef6a2e988208db5444bef472a3c7edcc02f4
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Fri Jan 2 16:23:31 2015 +0100

    Bug 13507: Add intranet support for CAS authentication
    
     This patch allows to use CAS authentication for intranet login.
    
     It works exactly the same as the OPAC login, except that the
     staffClientBaseURL syspref must be set for intranet login
     (like OPACBaseURL must be set for OPAC login).
    
    Signed-off-by: Koha Team AMU <koha.aixmarseille at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c3ff4298fc5776e6b06553a7f2db7f86efa21a8c
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Fri Jan 2 16:47:40 2015 +0100

    Bug 13507: (regression test) Intranet URL returned by C4::Auth_with_cas::_url_with_get_params
    
    C4::Auth_with_cas::_url_with_get_params should return the right
    URL for intranet.
    
    Signed-off-by: Koha Team AMU <koha.aixmarseille at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Edit: added a proper commit message. Sort of :-P

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

Summary of changes:
 C4/Auth.pm                                         |   17 +-
 C4/Auth_with_cas.pm                                |   36 ++-
 koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt    |   23 ++
 .../prog/en/modules/members/readingrec.tt          |    6 +-
 t/Borrower.t                                       |  316 +++++++++++++++++++-
 t/db_dependent/Auth_with_cas.t                     |   13 +-
 6 files changed, 372 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list