From 9bcf3f24892e3ce52e0ce9cb4c38465b9084059c Mon Sep 17 00:00:00 2001 From: mattpiwik Date: Sun, 27 Jul 2008 23:07:52 +0000 Subject: - Adding description to each plugin - cleaning plugins listing, splitting ExamplePlugin in multiple small plugins, renamed Home -> CoreHome PluginsAdmin -> CorePluginsAdmin AdminHome -> CoreAdminHome - simplified authentication classes (not using Zend_Auth_Db anymore) - adding a new widget listing the last posts on Piwik.org/blog git-svn-id: http://dev.piwik.org/svn/trunk@581 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/Dashboard/Controller.php | 2 +- plugins/Dashboard/Dashboard.php | 2 +- plugins/Dashboard/templates/header.tpl | 10 +++++----- plugins/Dashboard/templates/index.tpl | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'plugins/Dashboard') diff --git a/plugins/Dashboard/Controller.php b/plugins/Dashboard/Controller.php index d354468fd8..2ae167f3f1 100644 --- a/plugins/Dashboard/Controller.php +++ b/plugins/Dashboard/Controller.php @@ -6,7 +6,7 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later * @version $Id: Controller.php 241 2008-01-26 01:30:37Z matt $ * - * @package Piwik_Home + * @package Piwik_CoreHome * */ diff --git a/plugins/Dashboard/Dashboard.php b/plugins/Dashboard/Dashboard.php index b1ac0aea0e..291a654809 100644 --- a/plugins/Dashboard/Dashboard.php +++ b/plugins/Dashboard/Dashboard.php @@ -16,7 +16,7 @@ class Piwik_Dashboard extends Piwik_Plugin return array( // name must be the className prefix! 'name' => 'Dashboard', - 'description' => '', + 'description' => 'Your Web Analytics Dashboard. You can customize Your Dashboard: add new widgets, change the order of your widgets. Each user can access his own custom Dashboard.', 'author' => 'Piwik', 'homepage' => 'http://piwik.org/', 'version' => '0.1', diff --git a/plugins/Dashboard/templates/header.tpl b/plugins/Dashboard/templates/header.tpl index 30d1a45f56..6b9a87e5b8 100644 --- a/plugins/Dashboard/templates/header.tpl +++ b/plugins/Dashboard/templates/header.tpl @@ -1,7 +1,7 @@ {* This header is for loading the dashboard in stand alone mode*} -{loadJavascriptTranslations modules='Home Dashboard'} +{loadJavascriptTranslations modules='CoreHome Dashboard'} @@ -13,13 +13,13 @@ - - - + + + - + diff --git a/plugins/Dashboard/templates/index.tpl b/plugins/Dashboard/templates/index.tpl index 4345f74a2d..fb3a13abab 100644 --- a/plugins/Dashboard/templates/index.tpl +++ b/plugins/Dashboard/templates/index.tpl @@ -1,4 +1,4 @@ -{loadJavascriptTranslations modules='Home Dashboard'} +{loadJavascriptTranslations modules='CoreHome Dashboard'}