[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.08-29-g774b59e

Git repo owner gitmaster at git.koha-community.org
Fri Mar 27 04:37:42 CET 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, 3.16.x has been updated
       via  774b59e4b1d3923d8f15e5eb75e7e5e52ae287cd (commit)
       via  ef0181d39df61939475e916a916bb04c775d502f (commit)
       via  753f0eaab3d5e1d8b8e519b08c208eff1370ce44 (commit)
       via  15ac824ec46e565bd64c98cf47a6fc9c41c9c839 (commit)
       via  6a51764a03fc7e86d052d9d21ca0bdbb605014c1 (commit)
      from  66c618f274648c1502c521bce856b0055f196fb5 (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 774b59e4b1d3923d8f15e5eb75e7e5e52ae287cd
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sun Mar 15 09:03:33 2015 -0300

    Bug 13814: (QA followup) test for generated warnings
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit ef0181d39df61939475e916a916bb04c775d502f
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Tue Mar 10 17:10:58 2015 +0100

    Bug 13814 : Add Lines Alignment
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 753f0eaab3d5e1d8b8e519b08c208eff1370ce44
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Mon Mar 9 17:21:17 2015 +0100

    Bug 13814 : add 6 unit tests in t/Boolean.t
    
    Works as expected.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 15ac824ec46e565bd64c98cf47a6fc9c41c9c839
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Feb 8 21:57:26 2015 +0100

    Bug 13648: OPAC = hidden removes pull down from edit item form
    
    If you uncheck the checkbox OPAC in the bibliographic framework
    definition for an item subfield that is linked to an authorized
    value list, the pull down will disappear from the item edit
    form on staff. The label still shows.
    
    1) Go to administration > bibliographic frameworks
    2) Select a framework and go to the item field (MARC21: 952)
    3) Edit a subfield with an authorized values list like damaged,
       lost or withdrawn
    4) Uncheck the checkbox for OPAC visibility
    5) Edit or add an item within your chosen framework
    6) Verify the subfield code and description are shown, but the
       pull down has disappeared
    7) Apply patch, verify the pull down shows now
    8) Also test following hidden combination works correctly:
       OPAC: checked
       All other options: unchecked
    
    Documentation of hidden values:
    http://wiki.koha-community.org/wiki/Hidden_values
    
    With special thanks to Jonathan Druart for helping me figure this out!
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 6a51764a03fc7e86d052d9d21ca0bdbb605014c1
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jan 14 12:03:10 2015 +0100

    Bug 13578: Make sure the 'public' parameter is passed to the last step
    
    If no caching system is up ($usecache == 0), the public parameter is
    lost on the step 3.
    The hash passed to the template looks like:
       'cache_expiry', 300,
       'cache_expiry_units',
       'public', 1
    So the template receives cache_expiry = 300, cache_expiry_units =
    'public' and 1 = undef.
    
    This patch fixes the problem passing the cache_expiry* parameters only
    if the usecache is set.
    
    Test plan:
    0/ Disable any caching system
    1/ Create a new public report and go up to the 6th step, save the report
    and verify the report is created as public
    2/ Enable a caching system
    2/ Create a public report with a cache expiry value, save it and verify
    the report is created as public and the cache expiry value is correct.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 cataloguing/additem.pl    |    4 ++--
 reports/guided_reports.pl |   35 ++++++++++++++++++++++++++---------
 t/Boolean.t               |   30 ++++++++++++++++++++++++------
 3 files changed, 52 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list