[koha-commits] main Koha release repository branch master updated. v3.14.00-161-gec7fff6

Git repo owner gitmaster at git.koha-community.org
Thu Dec 19 17:44:40 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, master has been updated
       via  ec7fff647d547c9ff5adadcb4c1cb35bc4ea7baf (commit)
       via  78b73c3fffc6f5125a688e91582da92287fbbef2 (commit)
       via  dc5e4e5b631116ce7ce16143ba56c5eb0385d986 (commit)
      from  53495aab241cef4202eac372e85e6f3d09aa873d (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 ec7fff647d547c9ff5adadcb4c1cb35bc4ea7baf
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Dec 19 17:02:19 2013 +0000

    Bug 11179: (follow-up) add comment to item-status.inc
    
    This patch adds a comment to item-status.inc to describe
    the parameters it can accept.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 78b73c3fffc6f5125a688e91582da92287fbbef2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Nov 14 15:41:02 2013 -0500

    Bug 11179: (follow-up) apply fix to Boostrap theme
    
    This follow-up applies the same fix to the Bootstrap theme. This patch
    also includes the changes to item-status.inc in the Bootstrap theme
    which were made to the prog theme in Bug 10820: display item status as
    lost if item is both lost and on loan.
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Bootstrap theme looking so nice. Also the patch works.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit dc5e4e5b631116ce7ce16143ba56c5eb0385d986
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 31 14:27:30 2013 -0400

    Bug 11179: make OPAC course details page display status of checked out items correctly
    
    If an item is listed for a course and is checked out, the item will
    still show as being available from the course details page which lists
    all the items that are part of a course. This is due to the way the
    course reserves system handles items and issues separately, while
    item-status.inc assumes the due date has been embedded in items.datedue
    
    Test Plan:
    1) Create a course
    2) Add an item to that course
    3) Check the item out to a patron
    4) View the course details from the opac
    5) Note the status says "Available"
    6) Apply this patch
    7) Repeat step 4
    8) Note the status no longer says "Available"
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../bootstrap/en/includes/item-status.inc          |   31 ++++++++++++--------
 .../bootstrap/en/modules/opac-course-details.tt    |    2 +-
 .../opac-tmpl/prog/en/includes/item-status.inc     |    9 +++++-
 .../prog/en/modules/opac-course-details.tt         |    2 +-
 4 files changed, 29 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list