[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.01-28-g423cc10

Git repo owner gitmaster at git.koha-community.org
Sun Jan 12 20:06:54 CET 2020


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, 19.11.x has been updated
       via  423cc1053d8740fe220325d2ec1821320e057e14 (commit)
       via  de309a26746523de2e39e285727d691b0b10392c (commit)
       via  c86882f2aefe3bf2e567dbf59f5ca2d396351cf4 (commit)
      from  90374dacb97a69d5774234cedeeb7d741232cb53 (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 423cc1053d8740fe220325d2ec1821320e057e14
Author: Maryse Simard <maryse.simard at inlibro.com>
Date:   Mon Nov 18 08:50:52 2019 -0500

    Bug 24046: Untranslatable 'Activate filters'
    
    Bug 9573 moved the code for the table filters activation to it's
    own javascript file. The strings contained in this file are not
    translatable. This patch moves the strings to the datatables
    include file since the filters are related to datatables.
    
    Test plan:
    Visit the catalogue/detail.pl and reports/itemslost.pl and test
    that the 'Activate/Deactivate filters' option still work correctly.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit de309a26746523de2e39e285727d691b0b10392c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Dec 15 12:32:34 2019 +0100

    Bug 24242: Display funds that the logged in user can access - suggestions
    
    The design of this script is pretty bad and any modifications is a
    challenge.
    Here we are trying to display to display the funds available for the
    logged in user. I did not understand previous code, as we are doing a
    limit using CanUserUseBudget, I do not think it makes sense to retrieve
    funds for a given library.
    Also, I am wondering if the dropdown list in the filters has ever been
    populated: budgetid_loop in the template *never* appeared in the history
    of suggestion.pl (??)
    
    Test plan:
    Search for suggestions
    Add/edit suggestions
    => The funds in the dropdown list should be the ones the logged in user
    can use.
    
    Signed-off-by: hc <hc at interleaf.ie>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit c86882f2aefe3bf2e567dbf59f5ca2d396351cf4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 6 23:08:55 2020 +0100

    Bug 24358: (bug 21232) Make the alert string translatable
    
    "Bibliographic record does not exist!" was not translatable as it was
    defined in the .js file
    
    Test plan:
    Repeat test plan from bug 21232
    
    Bonus point: update and install a localized version and confirm that the
    message is translatable
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc       |    2 ++
 .../intranet-tmpl/prog/en/modules/serials/subscription-add.tt |    1 +
 .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt    |    4 ++--
 koha-tmpl/intranet-tmpl/prog/js/subscription-add.js           |    4 ++--
 koha-tmpl/intranet-tmpl/prog/js/table_filters.js              |    4 ++--
 suggestion/suggestion.pl                                      |    9 +--------
 6 files changed, 10 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list