update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* Piwik - Open source web analytics
|
||||
* Piwik - free/libre analytics platform
|
||||
*
|
||||
* @link http://piwik.org
|
||||
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
||||
|
|
@ -12,18 +12,4 @@ namespace Piwik\Plugins\ExampleVisualization;
|
|||
*/
|
||||
class ExampleVisualization extends \Piwik\Plugin
|
||||
{
|
||||
/**
|
||||
* @see Piwik\Plugin::getListHooksRegistered
|
||||
*/
|
||||
public function getListHooksRegistered()
|
||||
{
|
||||
return array(
|
||||
'ViewDataTable.addViewDataTable' => 'getAvailableVisualizations'
|
||||
);
|
||||
}
|
||||
|
||||
public function getAvailableVisualizations(&$visualizations)
|
||||
{
|
||||
$visualizations[] = __NAMESPACE__ . '\\SimpleTable';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* Piwik - Open source web analytics
|
||||
* Piwik - free/libre analytics platform
|
||||
*
|
||||
* @link http://piwik.org
|
||||
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
||||
*
|
||||
*/
|
||||
|
||||
namespace Piwik\Plugins\ExampleVisualization;
|
||||
namespace Piwik\Plugins\ExampleVisualization\Visualizations;
|
||||
|
||||
use Piwik\DataTable;
|
||||
use Piwik\Plugin\ViewDataTable;
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 151 B After Width: | Height: | Size: 1 KiB |
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "ExampleVisualization",
|
||||
"version": "0.1.0",
|
||||
"description": "Example for generating a simple visualization",
|
||||
"description": "Piwik Platform showcase: how to create a new custom data visualization.",
|
||||
"theme": false,
|
||||
"license": "GPL v3+",
|
||||
"keywords": ["SimpleTable"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue