[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.14-32-gad077543b1

Git repo owner gitmaster at git.koha-community.org
Sun Sep 20 15:30:38 CEST 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.05.x has been updated
       via  ad077543b17fac7f2410a60aeeaf8aa595697a08 (commit)
       via  7d2f9dbeca09c654dbbe6e10c78bf8699f29bc9a (commit)
      from  fba2a862a3085efc79340b4f9c29908b9926a160 (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 ad077543b17fac7f2410a60aeeaf8aa595697a08
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 19 07:25:06 2020 +0200

    Bug 26162: [19.11] Fix DT info label
    
    There is an inconsistency in 19.11:
    % grep Showing koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc koha-tmpl/intranet-tmpl/prog/js/datatables.js
    koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc:    var MSG_DT_INFO = _("Showing _START_ to _END_ of _TOTAL_");
    koha-tmpl/intranet-tmpl/prog/js/datatables.js:        "sInfo"             : window.MSG_DT_INFO || "Showing _START_ to _END_ of _TOTAL_ entries",
    
    The "entries" is not always displayed.
    
    datatables.inc has been removed from 20.05 by
    Bug 24662: Remove global variables MSG_* from datatables.inc
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 8d1e45727b16ca63e0c0041fcba4e10222665987)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 7d2f9dbeca09c654dbbe6e10c78bf8699f29bc9a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 19 07:19:09 2020 +0200

    Bug 26162: Don't fall into an infinite loop
    
    If something went wrong we do want to stop the script!
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 73f3a843fc8accf71b5cf18feffdc6d25b4884fc)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 t/lib/Selenium.pm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list