error-reporting-server icon indicating copy to clipboard operation
error-reporting-server copied to clipboard

Outdated javascript libraries

Open nijel opened this issue 9 years ago • 1 comments

jQuery v1.8.2 https://github.com/phpmyadmin/error-reporting-server/blob/8a0a125db3841859f3f65f61f8795b02ae47d8f8/webroot/js/jquery.js latest: 3.1.0

BootStrap v2.3.2 https://github.com/phpmyadmin/error-reporting-server/blob/8a0a125db3841859f3f65f61f8795b02ae47d8f8/webroot/js/bootstrap.js latest: 3.3.7

Raphael 2.1.1 https://github.com/phpmyadmin/error-reporting-server/blob/8a0a125db3841859f3f65f61f8795b02ae47d8f8/webroot/js/raphael-min.js latest: 2.2.1

Not sure if we can upgrade them all without some code changes. Also there can be incompatibilities between the libraries, at least jQuery 3.x is not compatible with any version of Bootstrap so far.

nijel avatar Jul 28 '16 06:07 nijel

additional old libraries:

which are: jqPlot (used version: 1.0.8 , latest version: 1.0.9) https://github.com/phpmyadmin/error-reporting-server/blob/master/webroot/js/jquery.jqplot.min.js jquery dataTables (used: 1.9.4 , latest: 1.10.12) https://github.com/phpmyadmin/error-reporting-server/blob/master/webroot/js/jquery.dataTables.min.js

nijel avatar Aug 08 '16 10:08 nijel