Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-04-24 17:59:05 +0300
committerGitHub <noreply@github.com>2020-04-24 17:59:05 +0300
commit115527353a9e75e01aa4d263408956ae45403bea (patch)
treeb391f654ddf7c8d5d2e9d0c9285cdc6fc17710f2 /plugins/PagePerformance
parenta8d917778e75346eab9509ac9707f7e6e2e6c58d (diff)
Update doc blocks with new name (#15857)
* update doc blocks with new name * submodule updates * updates expected UI files
Diffstat (limited to 'plugins/PagePerformance')
-rw-r--r--plugins/PagePerformance/API.php4
-rw-r--r--plugins/PagePerformance/Archiver.php4
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AveragePageLoadTime.php2
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AveragePerformanceMetric.php2
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AverageTimeDomCompletion.php2
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AverageTimeDomProcessing.php2
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AverageTimeNetwork.php2
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AverageTimeOnLoad.php2
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AverageTimeServer.php2
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AverageTimeTransfer.php2
-rw-r--r--plugins/PagePerformance/Columns/TimeDomCompletion.php2
-rw-r--r--plugins/PagePerformance/Columns/TimeDomProcessing.php2
-rw-r--r--plugins/PagePerformance/Columns/TimeNetwork.php2
-rw-r--r--plugins/PagePerformance/Columns/TimeOnLoad.php2
-rw-r--r--plugins/PagePerformance/Columns/TimeServer.php2
-rw-r--r--plugins/PagePerformance/Columns/TimeTransfer.php2
-rw-r--r--plugins/PagePerformance/JqplotDataGenerator/Chart.php2
-rw-r--r--plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php2
-rw-r--r--plugins/PagePerformance/Metrics.php4
-rw-r--r--plugins/PagePerformance/Visualizations/JqplotGraph/StackedBarEvolution.php2
-rw-r--r--plugins/PagePerformance/javascripts/jqplotStackedBarEvolutionGraph.js2
-rw-r--r--plugins/PagePerformance/javascripts/rowaction.js2
-rw-r--r--plugins/PagePerformance/tests/System/APITest.php2
23 files changed, 26 insertions, 26 deletions
diff --git a/plugins/PagePerformance/API.php b/plugins/PagePerformance/API.php
index 08f7c65ff0..2c7f11ef45 100644
--- a/plugins/PagePerformance/API.php
+++ b/plugins/PagePerformance/API.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
diff --git a/plugins/PagePerformance/Archiver.php b/plugins/PagePerformance/Archiver.php
index 36545fe566..5b12cac165 100644
--- a/plugins/PagePerformance/Archiver.php
+++ b/plugins/PagePerformance/Archiver.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
diff --git a/plugins/PagePerformance/Columns/Metrics/AveragePageLoadTime.php b/plugins/PagePerformance/Columns/Metrics/AveragePageLoadTime.php
index 74fe50fdc2..9b40f24c53 100644
--- a/plugins/PagePerformance/Columns/Metrics/AveragePageLoadTime.php
+++ b/plugins/PagePerformance/Columns/Metrics/AveragePageLoadTime.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/Metrics/AveragePerformanceMetric.php b/plugins/PagePerformance/Columns/Metrics/AveragePerformanceMetric.php
index d7511fe840..6dc5011775 100644
--- a/plugins/PagePerformance/Columns/Metrics/AveragePerformanceMetric.php
+++ b/plugins/PagePerformance/Columns/Metrics/AveragePerformanceMetric.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/Metrics/AverageTimeDomCompletion.php b/plugins/PagePerformance/Columns/Metrics/AverageTimeDomCompletion.php
index e69ba699f4..6598f28550 100644
--- a/plugins/PagePerformance/Columns/Metrics/AverageTimeDomCompletion.php
+++ b/plugins/PagePerformance/Columns/Metrics/AverageTimeDomCompletion.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/Metrics/AverageTimeDomProcessing.php b/plugins/PagePerformance/Columns/Metrics/AverageTimeDomProcessing.php
index 298867321e..33cd7f7587 100644
--- a/plugins/PagePerformance/Columns/Metrics/AverageTimeDomProcessing.php
+++ b/plugins/PagePerformance/Columns/Metrics/AverageTimeDomProcessing.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/Metrics/AverageTimeNetwork.php b/plugins/PagePerformance/Columns/Metrics/AverageTimeNetwork.php
index dbc1d051e5..a689d681ef 100644
--- a/plugins/PagePerformance/Columns/Metrics/AverageTimeNetwork.php
+++ b/plugins/PagePerformance/Columns/Metrics/AverageTimeNetwork.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/Metrics/AverageTimeOnLoad.php b/plugins/PagePerformance/Columns/Metrics/AverageTimeOnLoad.php
index e700b833bb..2df346be85 100644
--- a/plugins/PagePerformance/Columns/Metrics/AverageTimeOnLoad.php
+++ b/plugins/PagePerformance/Columns/Metrics/AverageTimeOnLoad.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/Metrics/AverageTimeServer.php b/plugins/PagePerformance/Columns/Metrics/AverageTimeServer.php
index 26da8df8f3..de0a205281 100644
--- a/plugins/PagePerformance/Columns/Metrics/AverageTimeServer.php
+++ b/plugins/PagePerformance/Columns/Metrics/AverageTimeServer.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/Metrics/AverageTimeTransfer.php b/plugins/PagePerformance/Columns/Metrics/AverageTimeTransfer.php
index 01aa7398c0..a59bf65215 100644
--- a/plugins/PagePerformance/Columns/Metrics/AverageTimeTransfer.php
+++ b/plugins/PagePerformance/Columns/Metrics/AverageTimeTransfer.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/TimeDomCompletion.php b/plugins/PagePerformance/Columns/TimeDomCompletion.php
index 45c15a9c42..f1b21e217f 100644
--- a/plugins/PagePerformance/Columns/TimeDomCompletion.php
+++ b/plugins/PagePerformance/Columns/TimeDomCompletion.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/TimeDomProcessing.php b/plugins/PagePerformance/Columns/TimeDomProcessing.php
index 4fa8db2048..f1118b4fc6 100644
--- a/plugins/PagePerformance/Columns/TimeDomProcessing.php
+++ b/plugins/PagePerformance/Columns/TimeDomProcessing.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/TimeNetwork.php b/plugins/PagePerformance/Columns/TimeNetwork.php
index d1166a36c6..15c6a5b630 100644
--- a/plugins/PagePerformance/Columns/TimeNetwork.php
+++ b/plugins/PagePerformance/Columns/TimeNetwork.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/TimeOnLoad.php b/plugins/PagePerformance/Columns/TimeOnLoad.php
index bb64b3d2fe..4e0bf92d76 100644
--- a/plugins/PagePerformance/Columns/TimeOnLoad.php
+++ b/plugins/PagePerformance/Columns/TimeOnLoad.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/TimeServer.php b/plugins/PagePerformance/Columns/TimeServer.php
index baf3097c9d..9f94fd93ce 100644
--- a/plugins/PagePerformance/Columns/TimeServer.php
+++ b/plugins/PagePerformance/Columns/TimeServer.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Columns/TimeTransfer.php b/plugins/PagePerformance/Columns/TimeTransfer.php
index 43a7fe0535..2c9e1c6451 100644
--- a/plugins/PagePerformance/Columns/TimeTransfer.php
+++ b/plugins/PagePerformance/Columns/TimeTransfer.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/JqplotDataGenerator/Chart.php b/plugins/PagePerformance/JqplotDataGenerator/Chart.php
index b1e2d43df7..8ed3e95c43 100644
--- a/plugins/PagePerformance/JqplotDataGenerator/Chart.php
+++ b/plugins/PagePerformance/JqplotDataGenerator/Chart.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php b/plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php
index 203753af36..86fd5e09ef 100644
--- a/plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php
+++ b/plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/Metrics.php b/plugins/PagePerformance/Metrics.php
index 1744e847a4..cdfc88dc0d 100644
--- a/plugins/PagePerformance/Metrics.php
+++ b/plugins/PagePerformance/Metrics.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
diff --git a/plugins/PagePerformance/Visualizations/JqplotGraph/StackedBarEvolution.php b/plugins/PagePerformance/Visualizations/JqplotGraph/StackedBarEvolution.php
index 1ffd6c2ec5..25b5751642 100644
--- a/plugins/PagePerformance/Visualizations/JqplotGraph/StackedBarEvolution.php
+++ b/plugins/PagePerformance/Visualizations/JqplotGraph/StackedBarEvolution.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/PagePerformance/javascripts/jqplotStackedBarEvolutionGraph.js b/plugins/PagePerformance/javascripts/jqplotStackedBarEvolutionGraph.js
index 138f9b4653..12c5dc9b87 100644
--- a/plugins/PagePerformance/javascripts/jqplotStackedBarEvolutionGraph.js
+++ b/plugins/PagePerformance/javascripts/jqplotStackedBarEvolutionGraph.js
@@ -4,7 +4,7 @@
* DataTable UI class for JqplotGraph/StackedBarEvolution.
*
* @link http://www.jqplot.com
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/PagePerformance/javascripts/rowaction.js b/plugins/PagePerformance/javascripts/rowaction.js
index df7dbca108..c2c6fcffd2 100644
--- a/plugins/PagePerformance/javascripts/rowaction.js
+++ b/plugins/PagePerformance/javascripts/rowaction.js
@@ -1,7 +1,7 @@
/*!
* Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/PagePerformance/tests/System/APITest.php b/plugins/PagePerformance/tests/System/APITest.php
index 13af42ff57..c852e3cc22 100644
--- a/plugins/PagePerformance/tests/System/APITest.php
+++ b/plugins/PagePerformance/tests/System/APITest.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later