[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.06-3-49-g5353219

Git repo owner gitmaster at git.koha-community.org
Sun May 17 08:41:12 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, 3.18.x has been updated
       via  5353219f333f4f53e1dfefeca91bf207023e866c (commit)
       via  bcf93e68837edb3b3e8030bad362048e70c9ced9 (commit)
      from  9006187ab3953da0d6fa5305391bab907e5efdc3 (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 5353219f333f4f53e1dfefeca91bf207023e866c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Apr 27 16:55:32 2015 +0200

    Bug 12135: Fix suggestions table width
    
    The trick to update the suggestions table width is outdated since jQuery
    UI has been updated.
    
    Test plan:
    0/ Don't apply this patch
    1/ Go on the suggestions page (suggestion/suggestion.pl), change tabs:
    the table width is wrong
    2/ Apply this patch
    4/ Repeat 1 and confirm the width is now updated.
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibary.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    The table sizes still vary slightly, but this is an improvement.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    (cherry picked from commit 55a9ed6ac3e6a5236bd2dc7c6b32d35b9edb5ff8)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit bcf93e68837edb3b3e8030bad362048e70c9ced9
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 22 13:22:58 2015 +0200

    Bug 10976: Fix typo itemtype vs itemtypes
    
    When creating a new report, the limit step let you choose
    itype|itemtype.
    But it should be itype|itemtypes.
    If you try to create a guided report and you choose this option as a
    limit, you will get a warning on saving it:
      Errors found when processing parameters for report:
      itype: The authorized value category (itemtype) you selected does not exist.
    
    Looking at the code: reports/guided_reports.pl l.657
      elsif ( $authorised_value eq "itemtypes" ) {
    
    Test plan:
    0/ Don't apply the patch
    1/ Create a guided report, select Koha itemtype as a limit(step 4)
    2/ Confirm you get the error when saving
    3/ Apply the patch and repeat step 1
    4/ There is no error and the report should work correctly
    
    Tested with steps in comment #4/#5, error is gone after applying patch.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 856887abcf0468191ecd35b6d9b4e6a36e7a4407)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Reports/Guided.pm                                            |    2 +-
 .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt      |    7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list