ICEfaces
  1. ICEfaces
  2. ICE-11428

Upgrade jQuery to newer version

    Details

      Description

      Upgrade jQuery and jQuery UI to newer versions in order to fix some browser compatibility issues that have arisen on some newer browser versions that aren't supported by our current jQuery and jQuery UI versions.

        Issue Links

          Activity

          Arturo Zambrano created issue -
          Arturo Zambrano made changes -
          Field Original Value New Value
          Assignee Arturo Zambrano [ artzambrano ]
          Arturo Zambrano made changes -
          Link This issue blocks ICE-11424 [ ICE-11424 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #53368 Tue Jun 22 13:57:35 MDT 2021 art.zambrano ICE-11428 Upgrade to jQuery 1.12.4 and jQuery Migrate 1.4.1 (base commit, unmodified original source code)
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/jquery.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #53369 Tue Jun 22 13:59:05 MDT 2021 art.zambrano ICE-11428 Fix for vulnerability CVE-2019-11358
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/jquery.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #53370 Wed Jun 23 14:49:50 MDT 2021 art.zambrano ICE-11428 Make jQuery.htmlPrefilter an identity function (Fix for vulnerabilities CVE-2020-11022 and CVE-2020-11023)
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/jquery.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #53371 Fri Jun 25 09:01:55 MDT 2021 art.zambrano ICE-11428 Only execute scripts if they have explicitly set the 'dataType' property (Fix for vulnerability CVE-2015-9251).
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/jquery.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #53372 Fri Jun 25 09:04:53 MDT 2021 art.zambrano ICE-11428 Escape 'closeText' option in Dialog widget (Fix for vulnerability CVE-2016-7103).
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/ui/jquery-ui.js
          Hide
          Arturo Zambrano added a comment -

          r53368: Upgrade to jQuery 1.12.4 and jQuery Migrate 1.4.1 (base commit, unmodified original source code).

          r53373: Upgrade to jQuery 1.12.4 and jQuery Migrate 1.4.1 (base commit, unmodified original source code) (EE 3.3 maintenance branch).

          Show
          Arturo Zambrano added a comment - r53368: Upgrade to jQuery 1.12.4 and jQuery Migrate 1.4.1 (base commit, unmodified original source code). r53373: Upgrade to jQuery 1.12.4 and jQuery Migrate 1.4.1 (base commit, unmodified original source code) (EE 3.3 maintenance branch).
          Arturo Zambrano made changes -
          Fix Version/s EE-4.3.0.GA_P03 [ 13570 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #53379 Thu Jul 15 17:47:27 MDT 2021 art.zambrano ICE-11428 Muted all JQMIGRATE warning messages. Cleaned up and updated readme.txt file for jQuery.
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/jquery.js
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/readme.txt
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #53381 Fri Jul 16 18:30:00 MDT 2021 art.zambrano ICE-11428 ICE-10037 Modified clone() method to redraw contents of canvas elements.
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/jquery.js
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/readme.txt
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #53383 Fri Jul 16 18:58:56 MDT 2021 art.zambrano ICE-11428 Updated jQuery and jQuery UI readme.txt files with information about the ported security fixes, as per ICE-11514.
          Files Changed
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/ui/readme.txt
          Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/readme.txt
          Hide
          Arturo Zambrano added a comment -

          The following changes have been made in the 4.3 trunk.

          r53379: Muted all JQMIGRATE warning messages. Cleaned up and updated readme.txt file for jQuery.

          r53381: Modified clone() method to redraw contents of canvas elements (ICE-10037).

          r53383: Updated jQuery and jQuery UI readme.txt files with information about the ported security fixes, as per ICE-11514.

          Show
          Arturo Zambrano added a comment - The following changes have been made in the 4.3 trunk. r53379: Muted all JQMIGRATE warning messages. Cleaned up and updated readme.txt file for jQuery. r53381: Modified clone() method to redraw contents of canvas elements ( ICE-10037 ). r53383: Updated jQuery and jQuery UI readme.txt files with information about the ported security fixes, as per ICE-11514 .
          Hide
          Arturo Zambrano added a comment -

          The following changes have been made in the EE 3.3 maintenance branch.

          r53380: Muted all JQMIGRATE warning messages. Cleaned up and updated readme.txt file for jQuery.

          r53382: Modified clone() method to redraw contents of ICE-10037 canvas elements. Modified printer script to be able to display cloned canvas elements in staging div (ICE-10037).

          r53384: Updated jQuery and jQuery UI readme.txt files with information about the ported security fixes, as per ICE-11514.

          Show
          Arturo Zambrano added a comment - The following changes have been made in the EE 3.3 maintenance branch. r53380: Muted all JQMIGRATE warning messages. Cleaned up and updated readme.txt file for jQuery. r53382: Modified clone() method to redraw contents of ICE-10037 canvas elements. Modified printer script to be able to display cloned canvas elements in staging div ( ICE-10037 ). r53384: Updated jQuery and jQuery UI readme.txt files with information about the ported security fixes, as per ICE-11514 .
          Arturo Zambrano made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Arturo Zambrano made changes -
          Fix Version/s EE-3.3.0.GA_P09 [ 13781 ]
          Arturo Zambrano made changes -
          Summary Upgrade jQuery and jQuery UI to newer versions Upgrade jQuery to newer version
          Hide
          Arturo Zambrano added a comment -

          Our jQuery UI source code wasn't upgraded because of the large number of custom fixes that we have added to it. However, security fixes have now been ported to it as well.

          Show
          Arturo Zambrano added a comment - Our jQuery UI source code wasn't upgraded because of the large number of custom fixes that we have added to it. However, security fixes have now been ported to it as well.
          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]

            People

            • Assignee:
              Arturo Zambrano
              Reporter:
              Arturo Zambrano
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: