[koha-commits] main Koha release repository branch master updated. v19.05.00-795-g182e64b

Git repo owner gitmaster at git.koha-community.org
Mon Oct 7 17:44:49 CEST 2019


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  182e64b86480bc58fb0f9bd044e7e7e31353bc26 (commit)
       via  8b1fb387acee35ba64f61d59fd332a79d5759e06 (commit)
      from  22aaf8f1f9ade2a37a14ef409388b012224041da (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 182e64b86480bc58fb0f9bd044e7e7e31353bc26
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Oct 7 16:22:19 2019 +0100

    Bug 14862: (follow-up) Add minified version of jQuery 3.4.1
    
    This patch updates the file 'jquery-3.4.1.min.js' so that it is indeed
    minified.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8b1fb387acee35ba64f61d59fd332a79d5759e06
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 16 13:51:25 2019 +0000

    Bug 14862: Upgrade jQuery from 1.7 to 3.4.1 in OPAC
    
    This patch upgrades jQuery to 3.4.1, jQuery-UI to 1.12.1, and adds the
    jQuery-migrate plugin to ensure backwards-compatibility with existing
    jQuery plugins and code. An updated of jquery-ui-rtl.css has been
    created by converting the new version of jquery-ui.css.
    
    All jQuery assets are now include the version number in the file name
    just as we now do in the staff client.
    
    Besides updating file names in the templates, there was only one change
    made: opac-results.tt had a typo which has been corrected.
    
    To test, apply the patch and test as many different pages in the OPAC as
    possible, including self-checkout and self checkin. Keep the browser
    console open and watch for JavaScript errors. All JavaScript-driven
    behavior should work correctly. For instance:
    
     - Tabs
     - Datepickers
     - Select all/none operations
     - Cart and lists popups
     - Search result highlighting
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../bootstrap/en/includes/doc-head-close.inc       |    4 +-
 .../bootstrap/en/includes/opac-bottom.inc          |    5 +-
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |    2 +-
 .../opac-tmpl/bootstrap/en/modules/sci/sci-main.tt |    2 +-
 .../opac-tmpl/bootstrap/en/modules/sco/help.tt     |    2 +-
 .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |    2 +-
 .../opac-tmpl/bootstrap/lib/jquery/jquery-3.4.1.js |10598 ++++++++++++++++++++
 .../bootstrap/lib/jquery/jquery-3.4.1.min.js       |    2 +
 .../bootstrap/lib/jquery/jquery-migrate-3.1.0.js   |  678 ++
 .../lib/jquery/jquery-migrate-3.1.0.min.js         |    2 +
 .../bootstrap/lib/jquery/jquery-ui-1.12.1.css}     |  365 +-
 .../bootstrap/lib/jquery/jquery-ui-1.12.1.js       | 8737 ++++++++++++++++
 .../bootstrap/lib/jquery/jquery-ui-1.12.1.min.css  |    7 +
 .../bootstrap/lib/jquery/jquery-ui-1.12.1.min.js   |    9 +
 .../bootstrap/lib/jquery/jquery-ui-rtl-1.12.1.css} |  411 +-
 .../lib/jquery/jquery-ui-rtl-1.12.1.min.css        |    5 +
 .../bootstrap/lib/jquery/jquery-ui-rtl.css         |    5 -
 .../opac-tmpl/bootstrap/lib/jquery/jquery-ui.css   |    5 -
 .../opac-tmpl/bootstrap/lib/jquery/jquery-ui.js    |    6 -
 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery.js |    4 -
 20 files changed, 20340 insertions(+), 511 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-3.4.1.js
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-3.4.1.min.js
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-migrate-3.1.0.js
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-migrate-3.1.0.min.js
 copy koha-tmpl/{intranet-tmpl/lib/jquery/jquery-ui-1.11.4.css => opac-tmpl/bootstrap/lib/jquery/jquery-ui-1.12.1.css} (73%)
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui-1.12.1.js
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui-1.12.1.min.css
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui-1.12.1.min.js
 copy koha-tmpl/{intranet-tmpl/lib/jquery/jquery-ui-1.11.4.css => opac-tmpl/bootstrap/lib/jquery/jquery-ui-rtl-1.12.1.css} (72%)
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui-rtl-1.12.1.min.css
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui-rtl.css
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui.css
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui.js
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list