diff --git a/diskover-web/CHANGELOG.md b/diskover-web/CHANGELOG.md index 1ebda2e0..12290aae 100644 --- a/diskover-web/CHANGELOG.md +++ b/diskover-web/CHANGELOG.md @@ -1,5 +1,12 @@ # Diskover-web v2 Community Edition Change Log +# [2.0.4] - 2022-09-19 +### added +- all charts on search results page and dashboard are now clickable for searching results +### changed +- removed setting sort by size when clicking charts on search results and dashboard pages + + # [2.0.3] - 2022-07-20 ### fixed - view file info page file and full path links not finding any search results when file name has double quote " in name diff --git a/diskover-web/public/check_session.php b/diskover-web/public/check_session.php index c6c630ce..284e5f80 100644 --- a/diskover-web/public/check_session.php +++ b/diskover-web/public/check_session.php @@ -3,7 +3,7 @@ diskover-web https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/css/diskover-filetree-search.css b/diskover-web/public/css/diskover-filetree-search.css index 76d48609..ebcc4aee 100644 --- a/diskover-web/public/css/diskover-filetree-search.css +++ b/diskover-web/public/css/diskover-filetree-search.css @@ -3,7 +3,7 @@ diskover-web community edition (ce) https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/css/diskover.css b/diskover-web/public/css/diskover.css index 103f065e..cfb787a2 100644 --- a/diskover-web/public/css/diskover.css +++ b/diskover-web/public/css/diskover.css @@ -3,7 +3,7 @@ diskover-web community edition (ce) https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/d3_data_bar_mtime_dashboard.php b/diskover-web/public/d3_data_bar_mtime_dashboard.php index d68bb1f2..72fe0704 100644 --- a/diskover-web/public/d3_data_bar_mtime_dashboard.php +++ b/diskover-web/public/d3_data_bar_mtime_dashboard.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/d3_data_bar_mtime_searchresults.php b/diskover-web/public/d3_data_bar_mtime_searchresults.php index 31d01d2e..09319009 100644 --- a/diskover-web/public/d3_data_bar_mtime_searchresults.php +++ b/diskover-web/public/d3_data_bar_mtime_searchresults.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/d3_data_pie_ext_dashboard.php b/diskover-web/public/d3_data_pie_ext_dashboard.php index 70916fa5..00fdc4eb 100644 --- a/diskover-web/public/d3_data_pie_ext_dashboard.php +++ b/diskover-web/public/d3_data_pie_ext_dashboard.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/d3_data_pie_ext_searchresults.php b/diskover-web/public/d3_data_pie_ext_searchresults.php index 5525d003..af971d93 100644 --- a/diskover-web/public/d3_data_pie_ext_searchresults.php +++ b/diskover-web/public/d3_data_pie_ext_searchresults.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/d3_data_search.php b/diskover-web/public/d3_data_search.php index bf0acb58..bbe64ad4 100644 --- a/diskover-web/public/d3_data_search.php +++ b/diskover-web/public/d3_data_search.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/d3_data_search_dirsizechart.php b/diskover-web/public/d3_data_search_dirsizechart.php index 4b53903e..db3ce134 100644 --- a/diskover-web/public/d3_data_search_dirsizechart.php +++ b/diskover-web/public/d3_data_search_dirsizechart.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/d3_inc.php b/diskover-web/public/d3_inc.php index 108476e0..08d511ff 100644 --- a/diskover-web/public/d3_inc.php +++ b/diskover-web/public/d3_inc.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/dashboard.data.php b/diskover-web/public/dashboard.data.php index 1ac193b5..81cc10c1 100644 --- a/diskover-web/public/dashboard.data.php +++ b/diskover-web/public/dashboard.data.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/dashboard.php b/diskover-web/public/dashboard.php index 5e1c4cb8..4c41bff7 100644 --- a/diskover-web/public/dashboard.php +++ b/diskover-web/public/dashboard.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/error.php b/diskover-web/public/error.php index 5793fcf8..8a69b137 100644 --- a/diskover-web/public/error.php +++ b/diskover-web/public/error.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/help.php b/diskover-web/public/help.php index a39d8f2f..eb7f9c30 100644 --- a/diskover-web/public/help.php +++ b/diskover-web/public/help.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/js/diskover-dashboard.js b/diskover-web/public/js/diskover-dashboard.js index 7dbd4671..e483b292 100644 --- a/diskover-web/public/js/diskover-dashboard.js +++ b/diskover-web/public/js/diskover-dashboard.js @@ -3,7 +3,7 @@ diskover-web community edition (ce) https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ @@ -118,6 +118,24 @@ $(function () { title: { display: true, text: 'Top File Types by Size' + }, + onClick: function(event, clickedElements) { + if (clickedElements.length === 0) return; + var e = clickedElements[0]; + var ext = this.data.labels[e._index]; + //var size = this.data.datasets[0].data[e._index]; + if (ext == "NULL (no ext)") { + ext = "\"\""; + } + var pp = encodeURIComponent(escapeHTML(decodeURIComponent(path))); + window.location.href = "search.php?submitted=true&p=1&q=extension:" + ext + " AND parent_path:" + pp + "*&doctype=file"; + return false; + }, + onHover: function (event, legendItem, legend) { + $("#topFileTypesBySize-barChart").css("cursor", "pointer"); + }, + onLeave: function (event, legendItem, legend) { + $("#topFileTypesBySize-barChart").css("cursor", "default"); } } @@ -174,7 +192,7 @@ $(function () { if (ext == "NULL (no ext)") { ext = "\"\""; } - window.location.href = "search.php?submitted=true&p=1&q=extension:" + ext + " AND parent_path:" + encodeURIComponent(escapeHTML(path)) +"*&sort=size&sortorder=desc&sort2=name&sortorder2=asc&doctype=file"; + window.location.href = "search.php?submitted=true&p=1&q=extension:" + ext + " AND parent_path:" + encodeURIComponent(escapeHTML(path)) +"*&doctype=file"; return false; }, onHover: function (event, legendItem, legend) { @@ -201,6 +219,24 @@ $(function () { title: { display: true, text: 'Top File Types by Count' + }, + onClick: function(event, clickedElements) { + if (clickedElements.length === 0) return; + var e = clickedElements[0]; + var ext = this.data.labels[e._index]; + //var size = this.data.datasets[0].data[e._index]; + if (ext == "NULL (no ext)") { + ext = "\"\""; + } + var pp = encodeURIComponent(escapeHTML(decodeURIComponent(path))); + window.location.href = "search.php?submitted=true&p=1&q=extension:" + ext + " AND parent_path:" + pp + "*&doctype=file"; + return false; + }, + onHover: function (event, legendItem, legend) { + $("#topFileTypesByCount-pieChart").css("cursor", "pointer"); + }, + onLeave: function (event, legendItem, legend) { + $("#topFileTypesByCount-pieChart").css("cursor", "default"); } } @@ -280,7 +316,7 @@ $(function () { } else if (mtime == "> 2 years") { mtime = "[* TO now/m-2y/d}" } - window.location.href = "search.php?submitted=true&p=1&q=mtime:" + mtime + " AND parent_path:" + encodeURIComponent(escapeHTML(path)) +"*&sort=size&sortorder=desc&sort2=name&sortorder2=asc&doctype=file"; + window.location.href = "search.php?submitted=true&p=1&q=mtime:" + mtime + " AND parent_path:" + encodeURIComponent(escapeHTML(path)) +"*&doctype=file"; return false; }, onHover: function (event, legendItem, legend) { @@ -324,7 +360,34 @@ $(function () { } }] }, - maintainAspectRatio: false + maintainAspectRatio: false, + onClick: function(event, clickedElements) { + if (clickedElements.length === 0) return; + var activeElement = mtimebarChart.getElementAtEvent(event); + var mtime = this.data.datasets[activeElement[0]._datasetIndex].label; + if (mtime == "0 - 30 days") { + mtime = "[now/m-1M/d TO now/m}" + } else if (mtime == "30 - 90 days") { + mtime = "[now/m-3M/d TO now/m-1M/d}" + } else if (mtime == "90 - 180 days") { + mtime = "[now/m-6M/d TO now/m-3M/d}" + } else if (mtime == "180 days - 1 year") { + mtime = "[now/m-1y/d TO now/m-6M/d}" + } else if (mtime == "1 - 2 years") { + mtime = "[now/m-2y/d TO now/m-1y/d}" + } else if (mtime == "> 2 years") { + mtime = "[* TO now/m-2y/d}" + } + var pp = encodeURIComponent(escapeHTML(decodeURIComponent(path))); + window.location.href = "search.php?submitted=true&p=1&q=mtime:" + mtime + " AND parent_path:" + pp + "*&doctype=file"; + return false; + }, + onHover: function (event, legendItem, legend) { + $("#mtime-barChart").css("cursor", "pointer"); + }, + onLeave: function (event, legendItem, legend) { + $("#mtime-barChart").css("cursor", "default"); + } } var mtimebarChart = new Chart(mtimebarChartCanvas, { diff --git a/diskover-web/public/js/diskover.js b/diskover-web/public/js/diskover.js index 90f98d04..454d3153 100644 --- a/diskover-web/public/js/diskover.js +++ b/diskover-web/public/js/diskover.js @@ -3,7 +3,7 @@ diskover-web community edition (ce) https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/js/search.js b/diskover-web/public/js/search.js index e6812ab6..f37379e5 100644 --- a/diskover-web/public/js/search.js +++ b/diskover-web/public/js/search.js @@ -3,7 +3,7 @@ diskover-web community edition (ce) https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ @@ -527,7 +527,23 @@ $(function () { text: 'Top Directories by Size' }, maintainAspectRatio: false, - responsive: true + responsive: true, + onClick: function(event, clickedElements) { + if (clickedElements.length === 0) return; + var e = clickedElements[0]; + var dir = this.data.labels[e._index]; + //var size = this.data.datasets[0].data[e._index]; + var pp = encodeURIComponent(escapeHTML(decodeURIComponent(path) + '\/' + dir)); + var pp_path = encodeURIComponent(decodeURIComponent(path + '\/' + dir)); + window.location.href = "search.php?submitted=true&p=1&q=parent_path:" + pp + "*&path=" + pp_path; + return false; + }, + onHover: function (event, legendItem, legend) { + $("#topDirsBySize-barChart").css("cursor", "pointer"); + }, + onLeave: function (event, legendItem, legend) { + $("#topDirsBySize-barChart").css("cursor", "default"); + } } var topDirsBySizebarChart = new Chart(topDirsBySizebarChartCanvas, { @@ -580,7 +596,7 @@ $(function () { var dir = legendItem.text; var pp = encodeURIComponent(escapeHTML(decodeURIComponent(path) + '\/' + dir)); var pp_path = encodeURIComponent(decodeURIComponent(path + '\/' + dir)); - window.location.href = "search.php?submitted=true&p=1&q=parent_path:" + pp + "&sort=size&sortorder=desc&sort2=name&sortorder2=asc&path=" + pp_path; + window.location.href = "search.php?submitted=true&p=1&q=parent_path:" + pp + "*&path=" + pp_path; return false; }, onHover: function (event, legendItem, legend) { @@ -609,7 +625,23 @@ $(function () { text: 'Top Directories by Count' }, maintainAspectRatio: false, - responsive: true + responsive: true, + onClick: function(event, clickedElements) { + if (clickedElements.length === 0) return; + var e = clickedElements[0]; + var dir = this.data.labels[e._index]; + //var size = this.data.datasets[0].data[e._index]; + var pp = encodeURIComponent(escapeHTML(decodeURIComponent(path) + '\/' + dir)); + var pp_path = encodeURIComponent(decodeURIComponent(path + '\/' + dir)); + window.location.href = "search.php?submitted=true&p=1&q=parent_path:" + pp + "*&path=" + pp_path; + return false; + }, + onHover: function (event, legendItem, legend) { + $("#topDirsByCount-pieChart").css("cursor", "pointer"); + }, + onLeave: function (event, legendItem, legend) { + $("#topDirsByCount-pieChart").css("cursor", "default"); + } } var topDirsByCountpieChart = new Chart(topDirsByCountpieChartCanvas, { @@ -692,7 +724,25 @@ $(function () { text: 'Top File Types by Size' }, maintainAspectRatio: false, - responsive: true + responsive: true, + onClick: function(event, clickedElements) { + if (clickedElements.length === 0) return; + var e = clickedElements[0]; + var ext = this.data.labels[e._index]; + //var size = this.data.datasets[0].data[e._index]; + if (ext == "NULL (no ext)") { + ext = "\"\""; + } + var pp = encodeURIComponent(escapeHTML(decodeURIComponent(path))); + window.location.href = "search.php?submitted=true&p=1&q=extension:" + ext + " AND parent_path:" + pp + "*&doctype=file"; + return false; + }, + onHover: function (event, legendItem, legend) { + $("#topFileTypesBySize-barChart").css("cursor", "pointer"); + }, + onLeave: function (event, legendItem, legend) { + $("#topFileTypesBySize-barChart").css("cursor", "default"); + } } var topFileTypesBySizebarChart = new Chart(topFileTypesBySizebarChartCanvas, { @@ -749,7 +799,7 @@ $(function () { ext = "\"\""; } var pp = encodeURIComponent(escapeHTML(decodeURIComponent(path))); - window.location.href = "search.php?submitted=true&p=1&q=extension:" + ext + " AND parent_path:" + pp + "*&sort=size&sortorder=desc&sort2=name&sortorder2=asc&doctype=file"; + window.location.href = "search.php?submitted=true&p=1&q=extension:" + ext + " AND parent_path:" + pp + "*&doctype=file"; return false; }, onHover: function (event, legendItem, legend) { @@ -778,7 +828,25 @@ $(function () { text: 'Top File Types by Count' }, maintainAspectRatio: false, - responsive: true + responsive: true, + onClick: function(event, clickedElements) { + if (clickedElements.length === 0) return; + var e = clickedElements[0]; + var ext = this.data.labels[e._index]; + //var size = this.data.datasets[0].data[e._index]; + if (ext == "NULL (no ext)") { + ext = "\"\""; + } + var pp = encodeURIComponent(escapeHTML(decodeURIComponent(path))); + window.location.href = "search.php?submitted=true&p=1&q=extension:" + ext + " AND parent_path:" + pp + "*&doctype=file"; + return false; + }, + onHover: function (event, legendItem, legend) { + $("#topFileTypesByCount-pieChart").css("cursor", "pointer"); + }, + onLeave: function (event, legendItem, legend) { + $("#topFileTypesByCount-pieChart").css("cursor", "default"); + } } var topFileTypesByCountpieChart = new Chart(topFileTypesByCountpieChartCanvas, { @@ -892,7 +960,34 @@ $(function () { display: true, text: 'File Age by Size' }, - maintainAspectRatio: false + maintainAspectRatio: false, + onClick: function(event, clickedElements) { + if (clickedElements.length === 0) return; + var activeElement = mtimebarChart.getElementAtEvent(event); + var mtime = this.data.datasets[activeElement[0]._datasetIndex].label; + if (mtime == "0 - 30 days") { + mtime = "[now/m-1M/d TO now/m}" + } else if (mtime == "30 - 90 days") { + mtime = "[now/m-3M/d TO now/m-1M/d}" + } else if (mtime == "90 - 180 days") { + mtime = "[now/m-6M/d TO now/m-3M/d}" + } else if (mtime == "180 days - 1 year") { + mtime = "[now/m-1y/d TO now/m-6M/d}" + } else if (mtime == "1 - 2 years") { + mtime = "[now/m-2y/d TO now/m-1y/d}" + } else if (mtime == "> 2 years") { + mtime = "[* TO now/m-2y/d}" + } + var pp = encodeURIComponent(escapeHTML(decodeURIComponent(path))); + window.location.href = "search.php?submitted=true&p=1&q=mtime:" + mtime + " AND parent_path:" + pp + "*&doctype=file"; + return false; + }, + onHover: function (event, legendItem, legend) { + $("#mtime-barChart").css("cursor", "pointer"); + }, + onLeave: function (event, legendItem, legend) { + $("#mtime-barChart").css("cursor", "default"); + } } var mtimebarChart = new Chart(mtimebarChartCanvas, { diff --git a/diskover-web/public/js/treelist.js b/diskover-web/public/js/treelist.js index dd92dc4d..d5111b7c 100644 --- a/diskover-web/public/js/treelist.js +++ b/diskover-web/public/js/treelist.js @@ -3,7 +3,7 @@ diskover-web community edition (ce) https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/login.php b/diskover-web/public/login.php index 7f130b75..bd67580b 100644 --- a/diskover-web/public/login.php +++ b/diskover-web/public/login.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/logout.php b/diskover-web/public/logout.php index ea4993e2..62fb6a79 100644 --- a/diskover-web/public/logout.php +++ b/diskover-web/public/logout.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/modals.php b/diskover-web/public/modals.php index c3cff2b8..e007f4e8 100644 --- a/diskover-web/public/modals.php +++ b/diskover-web/public/modals.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/nav.php b/diskover-web/public/nav.php index cb12ba7a..31246ad7 100644 --- a/diskover-web/public/nav.php +++ b/diskover-web/public/nav.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/password.php b/diskover-web/public/password.php index 122f74e3..b78fa944 100644 --- a/diskover-web/public/password.php +++ b/diskover-web/public/password.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/results.php b/diskover-web/public/results.php index 7c419ed9..2e7d58e7 100644 --- a/diskover-web/public/results.php +++ b/diskover-web/public/results.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/savesearchfilters.php b/diskover-web/public/savesearchfilters.php index d4b6e844..13473385 100644 --- a/diskover-web/public/savesearchfilters.php +++ b/diskover-web/public/savesearchfilters.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/search.php b/diskover-web/public/search.php index 7781b3b8..4dba26bc 100644 --- a/diskover-web/public/search.php +++ b/diskover-web/public/search.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/searchfilters.php b/diskover-web/public/searchfilters.php index bbeef39a..505e6db6 100644 --- a/diskover-web/public/searchfilters.php +++ b/diskover-web/public/searchfilters.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/searchkeypress.php b/diskover-web/public/searchkeypress.php index f1f21fb8..4eda2d25 100644 --- a/diskover-web/public/searchkeypress.php +++ b/diskover-web/public/searchkeypress.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/selectindices.php b/diskover-web/public/selectindices.php index dba723b8..d6844c12 100644 --- a/diskover-web/public/selectindices.php +++ b/diskover-web/public/selectindices.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ diff --git a/diskover-web/public/settings.php b/diskover-web/public/settings.php index 89713f2d..e212fdb5 100644 --- a/diskover-web/public/settings.php +++ b/diskover-web/public/settings.php @@ -4,7 +4,7 @@ https://github.com/diskoverdata/diskover-community/ https://diskoverdata.com -Copyright 2017-2021 Diskover Data, Inc. +Copyright 2017-2022 Diskover Data, Inc. "Community" portion of Diskover made available under the Apache 2.0 License found here: https://www.diskoverdata.com/apache-license/ @@ -95,7 +95,8 @@ function gtag(){dataLayer.push(arguments);} } ?>" size="1">
Send anonymous usage data to Diskover Data to help improve diskover. No personal information is sent.
+Send anonymous usage data to Diskover Data to help improve diskover. No personal information is sent.