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:
authormattpiwik <matthieu.aubry@gmail.com>2009-10-23 02:40:18 +0400
committermattpiwik <matthieu.aubry@gmail.com>2009-10-23 02:40:18 +0400
commit722e8a6d6666d40c003dd2de9a249710cd09df22 (patch)
tree989989fe4794e0162410fe7d1c933bad41f83f09 /tests/resources/plugins
parente55da19729b8ed8bad7ed04853ea64ef1e6597af (diff)
- Fixes #708 kudos to Maciej for his work on this one, and Anthon & Matt for the review.
Changes from Maciej's patch: -- the old Actions stats are displayed in the Page titles section, ensure BC when users were specifying page titles, they would appear in the same report. The api Actions.getActions (now deprecated) is a proxy to Actions.getPageTitles) -- applied schema change to log_conversion -- empty action names and empty URLs are now accepted at tracking time. They will be replaced at archiving time by the strings defined in the config file. - API: if a method has a comment @deprecated, it won't be shown in the API listing page (used for the now deprecated Actions.getActions() API call) - Fixes #693 Visits generator now asks for user confirmation before inserting fake data in the DB TODO: - apply small modifs to the JS tracker (setCustomUrl() and action_name defaulting to document.title) - improve/fix unit tests around the expected behavior of Action naming git-svn-id: http://dev.piwik.org/svn/trunk@1530 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'tests/resources/plugins')
-rw-r--r--tests/resources/plugins/Actions/Actions.config.ini.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/resources/plugins/Actions/Actions.config.ini.php b/tests/resources/plugins/Actions/Actions.config.ini.php
new file mode 100644
index 0000000000..f1e96d26d6
--- /dev/null
+++ b/tests/resources/plugins/Actions/Actions.config.ini.php
@@ -0,0 +1,5 @@
+[General]
+action_category_delimiter = /
+
+[Tracker]
+default_action_name = index