-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jQuery upgrade to version 3.7.1 (#8015)
* jQuery 3.7.1 upgrade * Test to use jQuery 3.0.0 * Test to use jQuery 3.4.1 * Update to Jetty 10 - Update download distribution url * Remove jQuery 2.2.4 * Update jQueryUI slider to 1.13.2 * HTML tags must be properly closed * Disable jQuery migrate warnings * HTML tags must be properly closed * Update to boostrap-datepicker 1.10.0 to work with jQuery 3.7.1 * Update to bootstrap-datepicker 1.10.0 - add minified file and remove old css * Disable jQueryMigrate self-closed-tags patch Wrong self-closed html tags will cause the application to fail * Update to bootstrap-datepicker 1.10.0 - Fix wro4j configuration
- Loading branch information
Showing
198 changed files
with
15,224 additions
and
13,303 deletions.
There are no files selected for viewing
This file contains 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
5 changes: 4 additions & 1 deletion
5
web-ui/src/main/resources/catalog/components/admin/batch/partials/batchstatuscontainer.html
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
<div ng-repeat="t in ctrl.tasks track by t.id"> | ||
<gn-batch-task-status task-info="t" task-status-lbl="taskStatusLbl" /> | ||
<gn-batch-task-status | ||
task-info="t" | ||
task-status-lbl="taskStatusLbl" | ||
></gn-batch-task-status> | ||
</div> |
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
...i/src/main/resources/catalog/components/admin/index/partials/indexingstatuscontainer.html
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<div ng-repeat="t in ctrl.tasks track by t.id"> | ||
<gn-indexing-task-status task-info="t" /> | ||
<gn-indexing-task-status task-info="t"></gn-indexing-task-status> | ||
</div> |
8 changes: 6 additions & 2 deletions
8
...rces/catalog/components/admin/recordlink/partials/recordlinksanalyseprocesscontainer.html
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
<div ng-repeat="t in ctrl.tasks" class="row" title="{{'Task id: ' + t.id}}"> | ||
<gn-dashboard-record-links-processes-status task-info="t.records" /> | ||
<gn-dashboard-record-links-processes-status task-info="t.links" /> | ||
<gn-dashboard-record-links-processes-status | ||
task-info="t.records" | ||
></gn-dashboard-record-links-processes-status> | ||
<gn-dashboard-record-links-processes-status | ||
task-info="t.links" | ||
></gn-dashboard-record-links-processes-status> | ||
</div> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.