[koha-commits] main Koha release repository branch master updated. v3.16.00-395-g9561bab

Git repo owner gitmaster at git.koha-community.org
Mon Aug 11 20:26:09 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  9561bab783b83e317b2eb0a646e87ee6ca535ed1 (commit)
       via  0e7bcede8c38509f32f16b78eef509e54bb3548f (commit)
       via  293c0c16c241e5f84b5f7b666e3caa46aa208745 (commit)
      from  54e7212edd3018772c0d09261613fbb9bfb184d1 (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 9561bab783b83e317b2eb0a646e87ee6ca535ed1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 16 13:02:25 2014 -0400

    Bug 9013 - Cart in staff interface displays location pulled from Description (OPAC)
    
    When the cart in the staff client pulls description data for
    items.location and items.ccode it pulls the value designated for the
    OPAC--probably a cut-and-paste error when the feature was added to the
    staff client.
    
    This patch removes the 'opac' parameter from GetKohaAuthorisedValues.
    
    To test you must have at least one LOC authorized value configured to
    have different descriptions for staff and OPAC. Locate or edit an item
    with that shelving location and add that record to the cart in the staff
    client.
    
    When you view the cart, the shelving location description in the "Items"
    column should show the description for the staff client, not the OPAC.
    
    Signed-off-by: Nick Clemens <nick at debian>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0e7bcede8c38509f32f16b78eef509e54bb3548f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 1 14:58:35 2014 -0400

    Bug 12693 - colspan calculation done by members/statistics.pl should be moved to template
    
    It is not necessary for the patron statistics script to pass a colspan
    value to the template. The number can be output using Template::Toolkit
    syntax.
    
    To test, view the statistics page for a patron. Confirm that the "Total"
    cell in the footer spans the correct number of columns. Test with
    various numbers of fields in the StatisticsFields system preference.
    
    Followed test plan. Patch behaves as expected.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 293c0c16c241e5f84b5f7b666e3caa46aa208745
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jul 18 14:18:12 2014 -0400

    Bug 7944 - attribute error could be clearer
    
    If you try to create a patron and enter an extended attribute value
    which is required to be unique but exists in another record the error
    you receive is not clear. It uses the attribute code instead of the
    description. This patch adds description to the output.
    
    To test you must have ExtendedPatronAttributes enabled.
    
    - Edit or create an extended patron attribute and designate it a unique
      identifier.
    - Edit a patron and add a value to that attribute.
    - Edit another patron and try to add the same value.
    
    You should get an error which includes both the description of the
    attribute you tried to modify and the value you submitted.
    
    Signed-off-by: Christopher Brannon <christopher at debian.brannon.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, no problems found.
    Passes tests and Qa script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 basket/basket.pl                                                |    4 ++--
 .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt     |    3 +--
 koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt   |    2 +-
 members/memberentry.pl                                          |    7 ++++++-
 members/statistics.pl                                           |    1 -
 5 files changed, 10 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list