Upgrade DataTables to v3.0.1 - #6497
Draft
Amemeda wants to merge 5 commits into
Draft
Conversation
Member
I didn't think we had any minified (.min) files in the project (on purpose). Do you see that somewhere? |
Contributor
Author
Member
Contributor
|
I'm assuming that changes are coming to our monitor-related files too? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Upgrade DataTables v1.13.11 -> v3.0.1 (latest non-beta)
Updated project files for DataTables (upgrade files from https://cdn.datatables.net/3.0.1/):
accumulo/LICENSE: update DataTables version #META-INF/LICENSE: update DataTables version #resources/LICENSE: update DataTables version #dataTables.js: (formerly jquery.dataTables.js) updated to v3.0.1dataTables.bootstrap5.jsdataTables.bootstrap5.cssUpgrade DataTables Buttons v2.4.2 -> v4.0.1 (latest non-beta)
Buttons must also be upgraded to meet compatibility requirements with DataTables 3.0.1.
Updated project files for DataTables Buttons (upgrade files from https://cdn.datatables.net/buttons/4.0.1/):
accumulo/LICENSE: update DataTables Buttons version #META-INF/LICENSE: update DataTables Buttons version #resources/LICENSE: update DataTables Buttons version #buttons.bootstrap5.jsbuttons.bootstrap5.cssbuttons.colVis.jsdataTables.buttons.jsUpgrade DataTables ColReorder v1.7.0 -> v3.0.0 (latest non-beta)
ColReorder must also be upgraded to meet compatibility requirements with DataTables 3.0.1
Updated project files for DataTables ColReorder (upgrade files from https://cdn.datatables.net/colreorder/3.0.0/):
accumulo/LICENSE: update DataTables ColReorder version #META-INF/LICENSE: update DataTables ColReorder version #resources/LICENSE: update DataTables ColReorder version #colReorder.bootstrap5.jscolReorder.bootstrap5.cssdataTables.colReorder.jsCompatibility Requirements with External JS Libraries:
Some Upgrade References:
https://cdn.datatables.net/releases.html (DataTables releases)
https://cdn.datatables.net/3.0.1/ (DataTables 3.0.1 upgrade files)
https://cdn.datatables.net/buttons/ (Buttons releases)
https://cdn.datatables.net/buttons/4.0.1/ (Buttons 4.0.1 upgrade files)
https://cdn.datatables.net/colreorder/ (ColReorder releases)
https://cdn.datatables.net/colreorder/3.0.0/ (ColReorder 3.0.0 upgrade files)
https://datatables.net/download/release-notes
https://datatables.net/download/upgrade/
This pr closes #4972