[koha-commits] main Koha release repository branch master updated. v3.14.00-956-gddab9e9

Git repo owner gitmaster at git.koha-community.org
Tue Apr 29 16:43:13 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  ddab9e939bc632594110afdc95c198c8250557f0 (commit)
       via  8a279079482d8feade90def6eaebd797dfcfc47c (commit)
       via  c3c7105fe7277b63174aac9ad24455f5c3d48660 (commit)
       via  cef35259ee120f37d19962208c0afc092348f5b2 (commit)
      from  8f287eebc5a3a3afca5443e8d9f677c293c1ee52 (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 ddab9e939bc632594110afdc95c198c8250557f0
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Apr 21 08:20:28 2014 -0400

    Bug 11518: (follow-up) Make unit tests pass
    
    This works around a problem where the database handle
    returned by C4::Context->dbh() is not the same as the one
    used by Koha::Database.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8a279079482d8feade90def6eaebd797dfcfc47c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 10 13:46:34 2014 -0400

    Bug 11518: (follow-up) retrieve syspref value using DBIC
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c3c7105fe7277b63174aac9ad24455f5c3d48660
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 10 10:21:55 2014 -0500

    Bug 11518: (follow-up) Change method name from 'itemtype' to 'effective_itemtype' for clarity
    
    Test runs without errors.
    
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit cef35259ee120f37d19962208c0afc092348f5b2
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 10 08:03:59 2014 -0500

    Bug 11518: Add new method to K::S::R::Item that will always return the correct itemtype
    
    There are many disparate areas of Koha that deal with item level
    itemtypes vs record level itemtypes. We can take advantage of
    DBIx::Class to make smarter objects that automatically return the
    correct value depending on the system preference.
    
    Test Plan:
    1) Apply this patch
    2) Run t/db_dependent/Items.t
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 Koha/Schema/Result/Biblio.pm |    6 +++++-
 Koha/Schema/Result/Item.pm   |   17 +++++++++++++++++
 t/db_dependent/Items.t       |   39 ++++++++++++++++++++++++++++++++++++++-
 3 files changed, 60 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list