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
path: root/config
diff options
context:
space:
mode:
authorbenakamoorthi <benaka.moorthi@gmail.com>2012-12-14 12:56:21 +0400
committerbenakamoorthi <benaka.moorthi@gmail.com>2012-12-14 12:56:21 +0400
commit043fc882559e3ed31c1387fbd5ef158510c5668f (patch)
treee899ada11325b777e79de2b89997a943b21d3f34 /config
parent6720c8ae82f2f914a682c4c741fd6adc768dd230 (diff)
Fixes #1253, added annotations plugin that allows attaching notes to different days.
Notes: * Modified renderers so they would render arrays better. Before, arrays were added to DataTables and array keys were either lost or ignored, now they are rendered. * Fixed issue w/ JSON rendering that rendered arrays when the PHP arrays didn't have contiguous keys. * Augmented some exception messages. * Added utility method processRequest to Piwik_API_Request to ease use of the class. git-svn-id: http://dev.piwik.org/svn/trunk@7612 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index af26509b60..14d8bbaf8b 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -520,6 +520,7 @@ Plugins[] = CustomVariables
Plugins[] = PrivacyManager
Plugins[] = ImageGraph
Plugins[] = DoNotTrack
+Plugins[] = Annotations
[PluginsInstalled]
PluginsInstalled[] = Login