phpmyadmin / error-reporting-server

phpMyAdmin server side component for the error reporting system
MIT License
19 stars 28 forks source link

Outdated javascript libraries #124

Open nijel opened 8 years ago

nijel commented 8 years ago

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 commented 8 years ago

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