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:
authorLukas Winkler <github@lw1.at>2019-02-28 23:54:15 +0300
committerStefan Giehl <stefan@matomo.org>2019-02-28 23:54:15 +0300
commit8ac338d36bd3b3a7edaa5a5e4200e3a675235ffd (patch)
tree3e0c6cf5ab1d87a8ba57ba83b4e03bf06fa6debb /plugins/Widgetize
parenta9e301f1afec4cafbd1a7f70e22b16a2963dcdce (diff)
remove getKeywordsForPageUrl widget (#14093)
* remove getKeywordsForPageUrl widget * fix tests * deprecate getKeywords... API * add to developer changelog * remove empty lines * improve deprecation message * fix test * fix test * fix tests * Update UI files
Diffstat (limited to 'plugins/Widgetize')
-rw-r--r--plugins/Widgetize/tests/System/WidgetTest.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/Widgetize/tests/System/WidgetTest.php b/plugins/Widgetize/tests/System/WidgetTest.php
index 96b78dd70b..0c8674f67f 100644
--- a/plugins/Widgetize/tests/System/WidgetTest.php
+++ b/plugins/Widgetize/tests/System/WidgetTest.php
@@ -148,14 +148,6 @@ class WidgetTest extends SystemTestCase
'action' => 'myExampleWidget',
),
),array (
- 'name' => 'Top Keywords for Page URL',
- 'uniqueId' => 'widgetReferrersgetKeywordsForPage',
- 'parameters' =>
- array (
- 'module' => 'Referrers',
- 'action' => 'getKeywordsForPage',
- ),
- ),array (
'name' => 'Campaign URL Builder',
'uniqueId' => 'widgetReferrersgetCampaignUrlBuilder',
'parameters' =>
@@ -1329,15 +1321,6 @@ class WidgetTest extends SystemTestCase
),
),
array (
- 'name' => 'Top Keywords for Page URL',
- 'uniqueId' => 'widgetReferrersgetKeywordsForPage',
- 'parameters' =>
- array (
- 'module' => 'Referrers',
- 'action' => 'getKeywordsForPage',
- ),
- ),
- array (
'name' => 'SEO Rankings',
'uniqueId' => 'widgetSEOgetRank',
'parameters' =>