Skip to content

Commit

Permalink
Remove deprecated libraries (and references): MDL, jQueryUI, Spin.js,…
Browse files Browse the repository at this point in the history
… Magnific Popup, and metisMenu. Change NOTICE to include Bootstrap library. (CFM-55) (#3)
  • Loading branch information
arlen authored Jan 11, 2022
1 parent 64455c0 commit d815b37
Show file tree
Hide file tree
Showing 90 changed files with 5 additions and 99,471 deletions.
24 changes: 4 additions & 20 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,22 @@ files and utilities for further information:
BSD 3-Clause License
http://adodb.org

Bootstrap (app/webroot/js/bootstrap)
MIT License
https://getbootstrap.com/

Guzzle (app/AvailablePlugin/GithubProvisioner/Vendor/guzzle)
MIT License
https://github.com/guzzle/guzzle

jQuery (app/webroot/js/jquery)
MIT License
http://jquery.com

jQuery UI (app/webroot/js/jquery/jquery-ui-*)
MIT License
http://jquery.com

jsTimezoneDetect (app/webroot/js/jstimezonedetect)
MIT License
https://bitbucket.org/pellepim/jstimezonedetect

Magnific Popup (app/webroot/js/jquery/magnificpopup)
MIT License
http://dimsemenov.com/plugins/magnific-popup

Material Design Light (app/webroot/js/mdl)
Apache 2.0
https://getmdl.io

noty (app/webroot/js/jquery/noty)
MIT License
http://ned.im/noty
Expand All @@ -87,13 +79,5 @@ files and utilities for further information:
Shibboleth Embedded Discovery Service (app/webroot/js/eds)
Apache 2.0
https://shibboleth.net/products/embedded-discovery-service.html

spin.js (app/webroot/js/jquery/spin*)
MIT License
http://spin.js.org

Superfish (app/webroot/js/superfish)
MIT License
https://superfish.joelbirch.co

---------------------------------------------------------------------------
8 changes: 1 addition & 7 deletions app/templates/layout/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@

<!-- Load CSS -->
<?= $this->Html->css([
// XXX Keep these deprecated libraries commented here for the time being
//'jquery/jquery-ui-1.12.1.custom/jquery-ui.min',
//'mdl/mdl-1.3.0/material.min.css',
//'jquery/metisMenu/metisMenu.min.css',
'fonts/Font-Awesome-4.6.3/css/font-awesome.min',
'bootstrap/bootstrap.min',
'co-color',
Expand All @@ -69,8 +65,7 @@

<!-- Load JavaScript (only JQuery here - other scripts at bottom) -->
<?= $this->Html->script([
'jquery/jquery.min.js',
'jquery/jquery-ui-1.12.1.custom/jquery-ui.min.js'
'jquery/jquery.min.js'
]) . "\n"; ?>

<!-- Include external files and scripts -->
Expand Down Expand Up @@ -196,7 +191,6 @@
<!-- XXX Noty, js-cookie, and metisMenu should be deprecated -->
<?= $this->Html->script([
'bootstrap/bootstrap.bundle.min.js',
'jquery/metisMenu/metisMenu.min.js',
'js-cookie/js.cookie-2.1.3.min.js',
'jquery/noty/jquery.noty.js',
'jquery/noty/layouts/topCenter.js',
Expand Down
4 changes: 0 additions & 4 deletions app/webroot/css/jquery/jquery-3.2.1.min.js

This file was deleted.

Loading

0 comments on commit d815b37

Please sign in to comment.