Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated javascript libraries #124

Open
nijel opened this issue Jul 28, 2016 · 1 comment
Open

Outdated javascript libraries #124

nijel opened this issue Jul 28, 2016 · 1 comment

Comments

@nijel
Copy link
Contributor

nijel commented Jul 28, 2016

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
Copy link
Contributor Author

nijel commented Aug 8, 2016

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 nijel added the bug label Mar 13, 2017
williamdes added a commit that referenced this issue Apr 14, 2021
Signed-off-by: William Desportes <williamdes@wdes.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant