[koha-commits] main Koha release repository branch master updated. v3.20.00-769-g390233a

Git repo owner gitmaster at git.koha-community.org
Tue Oct 13 17:21:14 CEST 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, master has been updated
       via  390233a10c789a241f948f0f41df92fda3e51052 (commit)
       via  852075d48e84c519c6bf0a28d492c1dafd291f0d (commit)
       via  837fa140e7c6621b3cfa9b0ce825844cac4543f5 (commit)
       via  ddd18a6958126ec22d78bab5e7e8f5b9f05a790b (commit)
      from  18cbfd35669ea9226be726da7a201fbcefa79fba (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 390233a10c789a241f948f0f41df92fda3e51052
Author: Rafal Kopaczka <rkk0 at poczta.onet.pl>
Date:   Tue Oct 6 14:57:52 2015 +0200

    Bug 14966: Table header broken at detail.tt
    
    For user without item edit permission, table at catalogue/detail.pl is
    corrupted.
    
    Test plan:
    1) Log in as staff member, without edit item permission.
    2) Go to biblio view, with items attached:
    /cgi-bin/koha/catalogue/detail.pl?biblionumber=X. Confirm that table
    does not display correctly.
    3) Apply patch.
    4) Repeat steps 1 and 2. Confirm patch works.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 852075d48e84c519c6bf0a28d492c1dafd291f0d
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Aug 6 10:49:03 2015 +0200

    Bug 14653: Acq planning export always use default active period
    
    In Acq planning /cgi-bin/koha/admin/aqplan.pl, left side filter and export forms have no parameter budget_period_id nor authcat, so the use the default active period.
    As said in code
    - IF PERIOD_ID IS DEFINED,  GET THE PERIOD - ELSE GET THE ACTIVE PERIOD BY DEFAULT
    my $period = GetBudgetPeriod($budget_period_id);
    
    This patch corrects the export form.
    
    Test plan :
    - Create an active budget "B_ACTIVE" with 1 fund
    - Create an inactive budget "B_OLD" with 3 funds
    - Go to "B_OLD" planning by libraries
    - You see 3 funds
    - Click on "Submit" in export form
    => Without patch, you get the planning of "B_ACTIVE" with 1 fund
    => Without patch, you get the planning of "B_OLD" with 3 funds by libraries
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 837fa140e7c6621b3cfa9b0ce825844cac4543f5
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Aug 6 10:49:03 2015 +0200

    Bug 14653: Acq planning filter always use default active period
    
    In Acq planning /cgi-bin/koha/admin/aqplan.pl, left side filter and export forms have no parameter budget_period_id nor authcat, so the use the default active period.
    As said in code :
    - IF PERIOD_ID IS DEFINED,  GET THE PERIOD - ELSE GET THE ACTIVE PERIOD BY DEFAULT
    my $period = GetBudgetPeriod($budget_period_id);
    
    This patch corrects the filter form.
    
    Test plan :
    - Create an active budget "B_ACTIVE" with 1 fund
    - Create an inactive budget "B_OLD" with 3 funds
    - Go to "B_OLD" planning by libraries
    - You see 3 funds
    - In filter form, select "by months" in "Select planning type"
    => Without patch, you see planning of "B_ACTIVE" with 1 fund
    => Without patch, you see planning of "B_OLD" with 3 funds
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit ddd18a6958126ec22d78bab5e7e8f5b9f05a790b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Oct 7 12:15:22 2015 -0400

    Bug 14975: Fine grace period label is incorrect
    
    The column heading for grace period is "Fine grace period (day)" but the
    grace period works based on the unit selected ( hours or days ). The
    "(day)" part should be removed as it caused confusion for librarians.
    
    Test Plan:
    1) Apply this patch
    2) Go to the circ rules editor
    3) Note the header and footer columns for grace period no longer
       have "(days)" at the end.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt      |    8 ++++++--
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt  |    2 --
 3 files changed, 8 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list