[koha-commits] main Koha release repository branch master updated. v3.18.00-922-g55a9ed6

Git repo owner gitmaster at git.koha-community.org
Wed May 6 19:33:26 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  55a9ed6ac3e6a5236bd2dc7c6b32d35b9edb5ff8 (commit)
       via  856887abcf0468191ecd35b6d9b4e6a36e7a4407 (commit)
       via  2731ee8bfea2190dabe69c9393515e355446ab88 (commit)
      from  4381be9a460e319a8136c450033906b8b173c312 (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 55a9ed6ac3e6a5236bd2dc7c6b32d35b9edb5ff8
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>

commit 856887abcf0468191ecd35b6d9b4e6a36e7a4407
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>

commit 2731ee8bfea2190dabe69c9393515e355446ab88
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon May 4 08:00:54 2015 +0200

    Bug 14129: templates.readme is outdated
    
    The file templates.readme dates back to CSV and
    HTML::Template times and is outdated.
    
    To test:
    - Verify the file is outdated and removed by this patch.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    If noone spotted the outdatedness of this file until now I
    agree with Katrin that we should get rid of it and maybe
    create something similar in the wiki. The patch works as
    advertised.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Reports/Guided.pm                               |    2 +-
 .../prog/en/modules/suggestion/suggestion.tt       |    7 +-
 koha-tmpl/templates.readme                         |  190 --------------------
 3 files changed, 3 insertions(+), 196 deletions(-)
 delete mode 100644 koha-tmpl/templates.readme


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list