[koha-commits] main Koha release repository branch master updated. v3.16.00-615-ge2b0454

Git repo owner gitmaster at git.koha-community.org
Thu Sep 18 03:08:14 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  e2b0454ed43622302aac49b6dae7f3388639269e (commit)
       via  bb78928bef7185ead7156acd1ffc3fb278db2985 (commit)
       via  5d5481ed1900322eb67029478dd474290255c734 (commit)
      from  9351cde90f4be04c98a5760e203ba7db40061dfb (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 e2b0454ed43622302aac49b6dae7f3388639269e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Aug 29 16:41:29 2014 +0200

    Bug 12609: Add some unit tests for C4::Ratings
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bb78928bef7185ead7156acd1ffc3fb278db2985
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jul 18 10:42:03 2014 -0400

    Bug 12609 - Replace use of DBI in C4::Ratings with DBIx::Class
    
    Test Plan:
    1) Apply this patch
    2) prove t/db_dependent/Ratings.t
    3) Note all unit tests pass
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Also tested:
    - Adding a rating
    - Rating displayed on detail
    - Rating displayed on results
    - Modifying a rating
    - Change displayed correctly on detail and results
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5d5481ed1900322eb67029478dd474290255c734
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Sep 8 14:16:14 2014 -0400

    Bug 12890 - Improve title and breadcrumbs when editing saved SQL report
    
    When editing an existing SQL report the page title and breadcrumbs are
    incomplete:
    
    Home > Reports > Guided reports wizard >
    
    This patch corrects this.
    
    To test, apply the patch and edit an existing SQL report. The page title
    and breadcrumbs should be more complete:
    
    Home > Reports > Guided reports wizard > Saved reports > Edit SQL report
    
    Patch behves as expected
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Ratings.pm                                      |   91 +++++++-----
 .../en/modules/reports/guided_reports_start.tt     |    2 +
 t/db_dependent/Ratings.t                           |  146 ++++++++++++--------
 3 files changed, 142 insertions(+), 97 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list