issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 262k ⌀ | issue_title stringlengths 1 1.02k | issue_comments_url stringlengths 53 116 | issue_comments_count int64 0 2.49k | issue_created_at stringdate 1999-03-17 02:06:42 2025-06-23 11:41:49 | issue_updated_at stringdate 2000-02-10 06:43:57 2025-06-23 11:43:00 | issue_html_url stringlengths 34 97 | issue_github_id int64 132 3.17B | issue_number int64 1 215k |
|---|---|---|---|---|---|---|---|---|---|
[
"matomo-org",
"matomo"
] | Should make sure session.auto_start is 0. We don't want sessions to be created for piwik.php requests.
auto_prepend_file and auto_append_file should be null. We don't want any additional overhead on piwik.php requests.
| add system checks for auto_prepend_file and auto_append_file and session.auto_start is 0 | https://api.github.com/repos/matomo-org/matomo/issues/4152/comments | 4 | 2013-09-12T19:37:46Z | 2016-07-08T05:08:37Z | https://github.com/matomo-org/matomo/issues/4152 | 37,354,882 | 4,152 |
[
"matomo-org",
"matomo"
] | Use an event that plugins can use to determine which translations should be available in JavaScript and load them all automatically.
| Plugins define translations they need as a hook: Remove _js hack! | https://api.github.com/repos/matomo-org/matomo/issues/4151/comments | 13 | 2013-09-12T19:35:02Z | 2014-07-08T10:13:22Z | https://github.com/matomo-org/matomo/issues/4151 | 37,354,879 | 4,151 |
[
"matomo-org",
"matomo"
] | In Actions > Downloads, flattening or aggregating reports with lots of results results in the message:
There is no data for this report.
Sometimes clicking the COG and then clicking on ' Make it flat' returns results, but clicking the COG again and then clicking on ' Show them' returns in the message.
Steps to rep... | Actions > Downloads flattening or aggregating reports with lots of date results in: There is no data for this report. | https://api.github.com/repos/matomo-org/matomo/issues/4150/comments | 1 | 2013-09-12T11:31:33Z | 2014-07-08T10:13:21Z | https://github.com/matomo-org/matomo/issues/4150 | 37,354,878 | 4,150 |
[
"matomo-org",
"matomo"
] | When adding an url with a german umlaut to a site where is the same url but without umlaut, there will show up a sql-error:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2-http://heretheurl' for key 'PRIMARY'
Example:
Try to add "examplemlaut.org"
Then try to add "exampleumlaut.org"
Both hand... | Bug: When adding urls to a site the german umlauts are not handled correctly | https://api.github.com/repos/matomo-org/matomo/issues/4149/comments | 1 | 2013-09-11T20:16:43Z | 2014-07-08T10:13:21Z | https://github.com/matomo-org/matomo/issues/4149 | 37,354,877 | 4,149 |
[
"matomo-org",
"matomo"
] | Currently only only combined statistics per site are exported from Actions > Downloads.
The statistics per file should be in the export too, I'd expect them in the export by default but at least this should be made optional.
Steps to reproduce:
1) Open: http://demo.piwik.org/index.php?module=CoreHome&action=index&idS... | Actions > Downloads exports only combined statistics per site, it should be possible to export statistics per file | https://api.github.com/repos/matomo-org/matomo/issues/4148/comments | 1 | 2013-09-11T16:36:56Z | 2014-07-08T10:13:21Z | https://github.com/matomo-org/matomo/issues/4148 | 37,354,876 | 4,148 |
[
"matomo-org",
"matomo"
] | - In Goals, when you check conversions by type of visit, the table with goal metrics shows revenues and revenues per visit rounded to 1/10. If you export data (to csv for example), revenues in the exported dataset aren't rounded.
- Also, when you have more than one goal, you can see revenues per goal, but no total reve... | Improvements to the goal metrics table | https://api.github.com/repos/matomo-org/matomo/issues/4147/comments | 2 | 2013-09-11T10:46:12Z | 2014-08-03T11:24:29Z | https://github.com/matomo-org/matomo/issues/4147 | 37,354,875 | 4,147 |
[
"matomo-org",
"matomo"
] | Saving a website with an invalid IP address doesn't show the error:
```
{"result":"error", "message":"The IP to exclude "asd" does not have a valid IP format (eg. 1.2.3.4, 1.2.3.*, or 1.2.3.4/5)."}
```
This seems to be a JavaScript regression.
| regression: Saving a website with an invalid IP address doesn't show an error | https://api.github.com/repos/matomo-org/matomo/issues/4144/comments | 1 | 2013-09-09T09:19:46Z | 2014-07-08T10:13:21Z | https://github.com/matomo-org/matomo/issues/4144 | 37,354,873 | 4,144 |
[
"matomo-org",
"matomo"
] | we know that all plugins will be broken after update to 2.0 (since we changed to many things) so let's automatically disable all plugins that are not "core", and display a warning message after the update.
| Disable all third party plugins after update to 2.0 | https://api.github.com/repos/matomo-org/matomo/issues/4143/comments | 1 | 2013-09-08T23:41:27Z | 2014-07-08T10:13:21Z | https://github.com/matomo-org/matomo/issues/4143 | 37,354,872 | 4,143 |
[
"matomo-org",
"matomo"
] | Add a hook to let a Plugin customize the Javascript code being generated (to modify or extend it).
| Hook to modify generated Javascript Tracking Code | https://api.github.com/repos/matomo-org/matomo/issues/4142/comments | 1 | 2013-09-08T23:18:05Z | 2014-07-08T10:13:21Z | https://github.com/matomo-org/matomo/issues/4142 | 37,354,870 | 4,142 |
[
"matomo-org",
"matomo"
] | The bulk import API is relatively hard to use right now:
- When successful the transparent GIF is returned instead of a status message in JSON
- When an error occurs because of an invalid token_auth a plain text message is returned (exitWithException isn't used in this case).
- exitWithException doesn't set application... | Bulk import API | https://api.github.com/repos/matomo-org/matomo/issues/4141/comments | 6 | 2013-09-08T21:42:10Z | 2014-07-08T10:13:21Z | https://github.com/matomo-org/matomo/issues/4141 | 37,354,869 | 4,141 |
[
"matomo-org",
"matomo"
] | This happens when bulk import is used but no valid idsite is given.
```
<br />
<b>Notice</b>: Undefined index: admin_token_auth in <b>/home/name/Projects/piwik/core/Tracker/Request.php</b> on line <b>110</b><br />
<br />
<b>Warning</b>: in_array() expects parameter 2 to be array, null given in <b>/home/name/Projects... | Notice on bulk import when authenticateSuperUserOrAdmin is called | https://api.github.com/repos/matomo-org/matomo/issues/4140/comments | 1 | 2013-09-08T20:05:43Z | 2014-07-08T10:13:20Z | https://github.com/matomo-org/matomo/issues/4140 | 37,354,868 | 4,140 |
[
"matomo-org",
"matomo"
] | As a developer, I want to write a plugin that fetches custom metrics (from a webservice) and archives them for one or several websites (such as the seo plugin or this [forum post](http://forum.piwik.org/read.php?2,105744,page=1#msg-105969)). The metrics are then available via the API and displayed in a new widget.
The... | New Plugin: Fetch, Archive and Display Custom metrics in Piwik | https://api.github.com/repos/matomo-org/matomo/issues/4139/comments | 4 | 2013-09-08T03:02:03Z | 2024-09-13T09:11:49Z | https://github.com/matomo-org/matomo/issues/4139 | 37,354,866 | 4,139 |
[
"matomo-org",
"matomo"
] | Email reports - html report - download works fine. But if you set it to pdf and try to download it, it produces a file that isn't readable with Preview, Safari or Firefox.
Keywords: pdf report not working
| download pdf fails preview | https://api.github.com/repos/matomo-org/matomo/issues/4138/comments | 3 | 2013-09-07T14:53:41Z | 2014-07-08T10:13:20Z | https://github.com/matomo-org/matomo/issues/4138 | 37,354,865 | 4,138 |
[
"matomo-org",
"matomo"
] | Everyone wants to improve his/her web page.
So why not making a good overview possible directly where the most of the data
already is?
directly in piwik!
Maybe we have to use a part of the data the other way around as we do it at this
time...
But what are the "quality factors"?
We could split it in 4 groups:
t... | Analyse and document development of site quality over time | https://api.github.com/repos/matomo-org/matomo/issues/4137/comments | 1 | 2013-09-07T10:57:09Z | 2014-08-03T11:24:29Z | https://github.com/matomo-org/matomo/issues/4137 | 37,354,864 | 4,137 |
[
"matomo-org",
"matomo"
] | Don't know where the best place would be for this kind of information, but it would be very usefull to have an overview of all social share counts for each page.
Having this information you a have new rating method beside the existing ones "time on page" or "revisits" for every page.
How it could be done is documente... | get and document social share counts | https://api.github.com/repos/matomo-org/matomo/issues/4136/comments | 3 | 2013-09-06T19:53:27Z | 2024-09-13T09:11:49Z | https://github.com/matomo-org/matomo/issues/4136 | 37,354,863 | 4,136 |
[
"matomo-org",
"matomo"
] | There are some flaws in the current way bulk tracking is handled:
Code:
Sent to security@.
Documentation:
The documentation only shows only one way to format the JSON data (http://piwik.org/docs/tracking-api/reference/#toc-advanced-bulk-tracking-requests). It is much cleaner to send the request strings as array (alt... | Properly handle bulk tracking | https://api.github.com/repos/matomo-org/matomo/issues/4135/comments | 2 | 2013-09-06T14:48:34Z | 2014-07-08T10:13:20Z | https://github.com/matomo-org/matomo/issues/4135 | 37,354,861 | 4,135 |
[
"matomo-org",
"matomo"
] | Review hook names and make them consistent.
See suggestion in this doc https://docs.google.com/spreadsheet/ccc?key=0AvPareR6i0gfdFp4SUVNSy1qdE0zbTNhU3pRS0lLYnc#gid=0
| Review list of Event names, Piwik 2 plugin hooks | https://api.github.com/repos/matomo-org/matomo/issues/4134/comments | 15 | 2013-09-06T05:20:30Z | 2014-07-08T10:13:48Z | https://github.com/matomo-org/matomo/issues/4134 | 37,354,859 | 4,134 |
[
"matomo-org",
"matomo"
] | Implement MultiPiwik capability to run multiple Piwik from the same codebase.
| MultiPiwik setup | https://api.github.com/repos/matomo-org/matomo/issues/4133/comments | 9 | 2013-09-06T02:13:56Z | 2014-07-08T10:13:19Z | https://github.com/matomo-org/matomo/issues/4133 | 37,354,858 | 4,133 |
[
"matomo-org",
"matomo"
] | See report in pull request: https://github.com/piwik/piwik/pull/104
| desktop vs mobile report user gets notice "No data for this graph" | https://api.github.com/repos/matomo-org/matomo/issues/4132/comments | 0 | 2013-09-06T02:08:18Z | 2013-09-10T05:54:24Z | https://github.com/matomo-org/matomo/issues/4132 | 37,354,857 | 4,132 |
[
"matomo-org",
"matomo"
] | Since I moved to Linux (and other team member are running linux or mac), and because Travis only runs our builds on Linux, we should check that Piwik 2.0 runs on WAMP.
| Check Piwik 2.0 runs well on WAMP | https://api.github.com/repos/matomo-org/matomo/issues/4131/comments | 3 | 2013-09-06T01:37:21Z | 2014-07-08T10:13:19Z | https://github.com/matomo-org/matomo/issues/4131 | 37,354,856 | 4,131 |
[
"matomo-org",
"matomo"
] | Compare 1.12 with 2.0 and look for performance regression:
- Compare Tracker high concurrency use case
- Compare Archiving for high traffic days
For this, there are good tools:
- Benchmark test cases in tests/PHPUnit/Benchmarks give us a time metric (we can spot if something got very slow in 2.0)
- XHProf report (l... | Run Tracker+Archiving benchmarks comparing 2.0 vs 1.12 | https://api.github.com/repos/matomo-org/matomo/issues/4130/comments | 1 | 2013-09-06T01:35:49Z | 2014-07-08T10:13:19Z | https://github.com/matomo-org/matomo/issues/4130 | 37,354,855 | 4,130 |
[
"matomo-org",
"matomo"
] | To be consistent with API.php, Controller.php, Archiver.php, we should have the plugin main class' file be called Plugin.php
| Rename $MyPlugin.php files to Plugin.php name | https://api.github.com/repos/matomo-org/matomo/issues/4129/comments | 4 | 2013-09-06T01:14:14Z | 2014-07-08T10:13:19Z | https://github.com/matomo-org/matomo/issues/4129 | 37,354,854 | 4,129 |
[
"matomo-org",
"matomo"
] | move plugin metadata to piwik.json rather than plugin.piwik.json
| Plugin metadata in piwik.json file | https://api.github.com/repos/matomo-org/matomo/issues/4128/comments | 1 | 2013-09-06T01:12:34Z | 2014-07-08T10:13:18Z | https://github.com/matomo-org/matomo/issues/4128 | 37,354,853 | 4,128 |
[
"matomo-org",
"matomo"
] | We have been using the same [theme for Piwik for the last three years](http://piwik.org/blog/2010/07/new-piwik-design-screenshots/). It would be amazing to refresh the theme used in Piwik to bring a new vision and concept and better help users visualize their analytics reports.
The theme should be fresh, help user foc... | New Default Theme for Piwik 2: Morpheus | https://api.github.com/repos/matomo-org/matomo/issues/4127/comments | 27 | 2013-09-06T01:04:26Z | 2014-07-08T10:17:21Z | https://github.com/matomo-org/matomo/issues/4127 | 37,354,851 | 4,127 |
[
"matomo-org",
"matomo"
] | Add possibility to define settings for plugins, using radio/checkbox/input/select.
- Let dev specify name/label, description, inline help, default value, etc.
- Specify type of data: int, string, ...
- Allow dev to display these settings in a new dedicated page, accessible via an admin's sub menu link
- or the settin... | Let Plugin developers easily store Settings and customize them via UI | https://api.github.com/repos/matomo-org/matomo/issues/4126/comments | 38 | 2013-09-06T00:58:06Z | 2014-07-08T10:13:17Z | https://github.com/matomo-org/matomo/issues/4126 | 37,354,847 | 4,126 |
[
"matomo-org",
"matomo"
] | Let's use the Piwik 2.0 release opportunity to rename some badly named plugins:
- PDFReports becomes ScheduledReports
- Referers becomes Referrers
| API CHANGE: Plugin Referers now called Referrers | https://api.github.com/repos/matomo-org/matomo/issues/4125/comments | 15 | 2013-09-06T00:53:59Z | 2014-07-08T10:13:36Z | https://github.com/matomo-org/matomo/issues/4125 | 37,354,844 | 4,125 |
[
"matomo-org",
"matomo"
] | Write a plugin that shows,
- how to load data from third party API (and from a file)
- how to display this data using the existing visualizations
- the plugin code should look easy to use/friendly for this simple use case
- Support [Row Evolution](http://piwik.org/docs/row-evolution/), Scheduled Reports
- Define new ... | Display a custom date-based dataset in a simple Piwik Plugin | https://api.github.com/repos/matomo-org/matomo/issues/4124/comments | 5 | 2013-09-06T00:47:36Z | 2024-09-13T09:11:50Z | https://github.com/matomo-org/matomo/issues/4124 | 37,354,843 | 4,124 |
[
"matomo-org",
"matomo"
] | It is super useful to fix all Phpstorm php warnings in Inspection tool
eg since we do not have 100% code coverage, Phpstorm is amazingly helpful. Warnings == real bugs, eg. throw new Exception should be throw new \Exception
| Fix all Phpstorm php warnings in Inspection tool | https://api.github.com/repos/matomo-org/matomo/issues/4123/comments | 6 | 2013-09-06T00:37:35Z | 2015-02-12T13:02:21Z | https://github.com/matomo-org/matomo/issues/4123 | 37,354,840 | 4,123 |
[
"matomo-org",
"matomo"
] | The goal of this ticket is to provide a coherent useful set of Developer documentation that help developer make the most out of the open Piwik analytics platform.
Outcome:
- Table of Content of the ideal Dev docs (each main section will ultimately become its own guide)
- Get started with most useful guides and tutoria... | Provide useful Plugin Developer Documentation | https://api.github.com/repos/matomo-org/matomo/issues/4122/comments | 1 | 2013-09-06T00:36:29Z | 2014-07-08T10:13:48Z | https://github.com/matomo-org/matomo/issues/4122 | 37,354,839 | 4,122 |
[
"matomo-org",
"matomo"
] | During meetup in Paris it was mentionned the plugin generator tool would be implemented using the CLI Piwik toolkit.
- creates the file templates for plugin+controller+API+travis_CI+templates+css+js+ plugins.json
- initializes Git repository (git init+commit)
| Piwik Plugin files generator to easily create your first plugin! | https://api.github.com/repos/matomo-org/matomo/issues/4121/comments | 17 | 2013-09-06T00:30:03Z | 2014-07-08T10:13:48Z | https://github.com/matomo-org/matomo/issues/4121 | 37,354,837 | 4,121 |
[
"matomo-org",
"matomo"
] | Move DBStats, SecurityInfo & VisitorGenerator plugins to the marketplace
- Use git-submodules in piwik master to reference plugin repositories.
- Use filter-branch to keep history of plugins.
| Move some core plugins to the Marketplace | https://api.github.com/repos/matomo-org/matomo/issues/4120/comments | 4 | 2013-09-06T00:28:23Z | 2014-07-08T10:13:14Z | https://github.com/matomo-org/matomo/issues/4120 | 37,354,836 | 4,120 |
[
"matomo-org",
"matomo"
] | This ticket is about implementing the new official Plugins & Themes Marketplace. Based on Github, it is extremely easy to build and publish a plugin or theme for Piwik platform.
The marketplace will list all plugins, and credit their authors. Later we will add support for Comments, Ratings, and more.
Stay tuned to ... | Plugins Marketplace project, available at plugins.piwik.org | https://api.github.com/repos/matomo-org/matomo/issues/4119/comments | 1 | 2013-09-06T00:09:53Z | 2014-07-08T10:13:14Z | https://github.com/matomo-org/matomo/issues/4119 | 37,354,835 | 4,119 |
[
"matomo-org",
"matomo"
] | exceptionhub reports the following error for piwik
Error(s):
(varies between browsers) TypeError: Cannot call method 'circle' of undefined
Browser(s): Chrome 27.0
OS(s): Mac OS X 10.8
Stack Trace:
Location Function
http://piwik..com/index.php:1519 animateSymbol()
http://piwik..com/index.php:1522 radius()
| Cannot call method 'circle' of undefined | https://api.github.com/repos/matomo-org/matomo/issues/4117/comments | 2 | 2013-09-04T14:10:31Z | 2014-08-03T11:24:29Z | https://github.com/matomo-org/matomo/issues/4117 | 37,354,834 | 4,117 |
[
"matomo-org",
"matomo"
] | At the moment, there is no set of practices/concepts that guide the way UI controls are coded. The general process to add one seems to be:
1) Add controller action that echo's HTML via a template.
2) In the template, add JavaScript to add behavior.
3) Sometimes, the JavaScript is moved to a separate file and the templ... | create & use API for coding UI controls that spans PHP/JavaScript | https://api.github.com/repos/matomo-org/matomo/issues/4116/comments | 4 | 2013-09-04T13:21:23Z | 2014-07-08T10:13:14Z | https://github.com/matomo-org/matomo/issues/4116 | 37,354,833 | 4,116 |
[
"matomo-org",
"matomo"
] | Documentation says:
"when you export in PHP format it is serialized by default (set serialize=0 to get the raw php data structure)"
see [http://piwik.org/docs/analytics-api/reference/]
But in Piwik_Api_ResponseBuilder Line 348 (see [https://github.com/piwik/piwik/blob/master/core/API/ResponseBuilder.php#L348] the de... | Bug: getRowEvolution API-calls with format=php does not return serialized data by default | https://api.github.com/repos/matomo-org/matomo/issues/4115/comments | 3 | 2013-09-04T08:36:26Z | 2014-08-03T11:24:29Z | https://github.com/matomo-org/matomo/issues/4115 | 37,354,832 | 4,115 |
[
"matomo-org",
"matomo"
] | For sites with a lot of visits the numbers at some point get really hard to read. So instead of "22990872 visits" why not show "22.99 mio visits"?
| Number format thousands, decimal, abbreviate large numbers l10n | https://api.github.com/repos/matomo-org/matomo/issues/4114/comments | 7 | 2013-09-04T00:00:45Z | 2016-01-30T00:13:47Z | https://github.com/matomo-org/matomo/issues/4114 | 37,354,831 | 4,114 |
[
"matomo-org",
"matomo"
] | We can clean the code base after raising the requirement to PHP 5.3.
There are some compat functions in core/IP.php because Windows with PHP < 5.3 did not provide inet_ntop/inet_pton.
| Remove compat code for PHP < 5.3 | https://api.github.com/repos/matomo-org/matomo/issues/4113/comments | 10 | 2013-09-03T23:37:53Z | 2014-07-08T10:13:13Z | https://github.com/matomo-org/matomo/issues/4113 | 37,354,828 | 4,113 |
[
"matomo-org",
"matomo"
] | Piwik 1.12
Web Server : IIS 7.5 on Windows Server 2008 R2 SP1
PHP 5.5.3 & MySQL 5.6.13
I updated my PHP today from 5.4.18 to 5.5.3 and everything was ok with my piwik website. Then I enabled Zend OpCache (now included in PHP 5.5 core) using "zend_extension=php_opcache.dll et opcache.enable=1 in the php.ini file. And n... | Piwik not compatible with PHP 5.5 new core feature | https://api.github.com/repos/matomo-org/matomo/issues/4111/comments | 4 | 2013-09-02T21:33:14Z | 2017-04-11T11:04:08Z | https://github.com/matomo-org/matomo/issues/4111 | 37,354,827 | 4,111 |
[
"matomo-org",
"matomo"
] | It would be great if the live user widget would not only show the current time but also the local time of the visitors. This would help to have an overview which time it actually is in the country where visitors come from. If the are early in the day and that I can expect more visitors from there or if the will go to b... | Real time widget: display local time of visitors in tooltip | https://api.github.com/repos/matomo-org/matomo/issues/4108/comments | 0 | 2013-09-02T16:05:25Z | 2024-09-13T09:11:50Z | https://github.com/matomo-org/matomo/issues/4108 | 37,354,826 | 4,108 |
[
"matomo-org",
"matomo"
] | I just tried to re-install Piwik and re-use existing tables and got a "Method does not exist on SitesManagerAPI::getInstance()->getUsers()" in Installation/Controller.php
This seems to have happened quite some time ago, so maybe we should create tests for this case.
| Installation is broken when trying to re-use tables | https://api.github.com/repos/matomo-org/matomo/issues/4107/comments | 2 | 2013-09-01T12:41:35Z | 2014-07-08T10:13:13Z | https://github.com/matomo-org/matomo/issues/4107 | 37,354,825 | 4,107 |
[
"matomo-org",
"matomo"
] | I dont know...maybe Im in the wrong area...but...I would like to get at tracking code to put on my website. How do I go about getting them. I have 3 websites and I created 3 different pages...Im lost can you please point me in the proper direction.
I've already put the plugin on Joomla...Now I just need the codes. Th... | Tracking Codes | https://api.github.com/repos/matomo-org/matomo/issues/4104/comments | 1 | 2013-08-28T21:04:58Z | 2014-08-03T11:24:29Z | https://github.com/matomo-org/matomo/issues/4104 | 37,354,824 | 4,104 |
[
"matomo-org",
"matomo"
] | I'm experiencing this issue in 1.12, and it was confirmed by matt on this forum thread:
http://forum.piwik.org/read.php?2,84935,105947#msg-105947
I'm trying to setup a custom segment filtering Downloads to show only mp4 files. When viewing all visits, there are dozens, but when I add a custom segment setting the Page... | New segments: Download file URL 'downloadUrl' and Outlink URL 'outlinkUrl' | https://api.github.com/repos/matomo-org/matomo/issues/4103/comments | 11 | 2013-08-28T13:04:17Z | 2015-10-13T20:10:19Z | https://github.com/matomo-org/matomo/issues/4103 | 37,354,823 | 4,103 |
[
"matomo-org",
"matomo"
] | the graphic is ok but the written statistic below is mostly "0"
| widget overview with graph is not working | https://api.github.com/repos/matomo-org/matomo/issues/4101/comments | 3 | 2013-08-27T09:11:53Z | 2014-07-08T10:13:13Z | https://github.com/matomo-org/matomo/issues/4101 | 37,354,822 | 4,101 |
[
"matomo-org",
"matomo"
] | Adding our own simple require(...) function will make it easier to keep the 'window' object clean, make our code clearer and will allow 3rd plugin developers to avoid cluttering the 'window' object.
| Make JavaScript code modular by introducing simple 'require(...') function | https://api.github.com/repos/matomo-org/matomo/issues/4100/comments | 3 | 2013-08-27T00:52:17Z | 2014-10-11T14:13:02Z | https://github.com/matomo-org/matomo/issues/4100 | 37,354,821 | 4,100 |
[
"matomo-org",
"matomo"
] | I like the timeinfo in the infopopup in the visitor log, also i click often to the visited sites to check it again - when i go back the popup for the link i clicked is not available anymore.
Firefox 23
| missing info popup at visitor log | https://api.github.com/repos/matomo-org/matomo/issues/4099/comments | 5 | 2013-08-26T19:59:14Z | 2014-07-08T10:13:12Z | https://github.com/matomo-org/matomo/issues/4099 | 37,354,819 | 4,099 |
[
"matomo-org",
"matomo"
] | video.search.yahoo.co.jp is not counted as a search engine
please add it there
| Add video.search.yahoo.co.jp to Search Engines | https://api.github.com/repos/matomo-org/matomo/issues/4098/comments | 3 | 2013-08-26T13:22:04Z | 2014-07-08T10:13:12Z | https://github.com/matomo-org/matomo/issues/4098 | 37,354,818 | 4,098 |
[
"matomo-org",
"matomo"
] | I thin Vimeo and YouTube should be added to Social Networks to appear in the widget
| Add Vimeo and YouTube to SocialNetworks | https://api.github.com/repos/matomo-org/matomo/issues/4097/comments | 1 | 2013-08-21T20:57:50Z | 2014-07-08T10:14:37Z | https://github.com/matomo-org/matomo/issues/4097 | 37,354,817 | 4,097 |
[
"matomo-org",
"matomo"
] | It would be great to have some live widgets for ecommerce.
1. Should show todays total revenue
2. The ecommerce log should have a realtime version like the visitor log
3. Last finished cart
And there could be even more I think
Keywords: widget, live, ecommerce
| Live ecommerce widget | https://api.github.com/repos/matomo-org/matomo/issues/4096/comments | 0 | 2013-08-21T20:56:28Z | 2024-09-13T09:11:51Z | https://github.com/matomo-org/matomo/issues/4096 | 37,354,816 | 4,096 |
[
"matomo-org",
"matomo"
] | Due to mod_security we have added the _paq.push(["POST"]("setRequestMethod",)); to the tracking code. Most of the time this is working fine, but still with some visits the GET method is used, and therefore no information stored in the piwik database.
Normally the apache logfile shows lines like "POST /piwik/piwik.php ... | Problem with setRequestMethod POST (due to mod_security) | https://api.github.com/repos/matomo-org/matomo/issues/4095/comments | 2 | 2013-08-20T22:02:04Z | 2014-08-03T11:24:29Z | https://github.com/matomo-org/matomo/issues/4095 | 37,354,814 | 4,095 |
[
"matomo-org",
"matomo"
] | In visitor Log IP's hover shows GPS (lat/long).
Since we have GeoIP directly implemented it would be handy to show directly the city here (if available)
| show city instead of GPS (lat/long) in visitor log | https://api.github.com/repos/matomo-org/matomo/issues/4094/comments | 1 | 2013-08-20T14:36:12Z | 2014-07-08T10:13:11Z | https://github.com/matomo-org/matomo/issues/4094 | 37,354,813 | 4,094 |
[
"matomo-org",
"matomo"
] | Since I upgraded to PHP 5.5.2 with opcache enabled, Dashboard page for single website cannot be opened any more. Other functions like setting and "all websites" page are working well. With opcache disabled, everything works. Other sites on the same server don't have any problem.
php-fpm logs "WARNING: [www](pool) child... | Segfault with PHP 5.5.2 opcache | https://api.github.com/repos/matomo-org/matomo/issues/4093/comments | 8 | 2013-08-20T11:54:55Z | 2014-07-08T10:13:10Z | https://github.com/matomo-org/matomo/issues/4093 | 37,354,812 | 4,093 |
[
"matomo-org",
"matomo"
] | This plugin converts visitor IP into country, city, latitude, and longitude using IP2Location database.
You can download IP2Location database from http://lite.ip2location.com (Free) or http://www.ip2location.com (Commercial).
Please change the path in /plugins/IP2Location/IP2Location.php to point the correct path of ... | IP2Location Visitor IP to Country | https://api.github.com/repos/matomo-org/matomo/issues/4092/comments | 3 | 2013-08-20T02:53:23Z | 2014-08-03T11:24:29Z | https://github.com/matomo-org/matomo/issues/4092 | 37,354,811 | 4,092 |
[
"matomo-org",
"matomo"
] | Image tracking code provided by Piwik contains http or https. This causes issues in some browsers. Using directory location allows the browser to open in http or https as requested.
Sample code:
<!-- Piwik Image Tracker -->
<img src="/piwik/piwik.php?idsite=1&rec=1" style="border:0" alt="" />
<!-- End Piwik ... | Image tracking code can cause browser warnings and not be loaded | https://api.github.com/repos/matomo-org/matomo/issues/4091/comments | 1 | 2013-08-20T01:49:04Z | 2014-08-03T11:24:29Z | https://github.com/matomo-org/matomo/issues/4091 | 37,354,810 | 4,091 |
[
"matomo-org",
"matomo"
] | Hi,
I have a PHP - script in a TYPO3 installation that generates PDF documents. The link is call to a PHP -File with GET-Parameters. I use a onclick-Event on the link to track the download of the generated PDF-File.
My onclick Event is
```
var trackThisUrl = '/fileadmin/download/pdffiles/gernerateddocument.pdf';
_pa... | PDF in custom URL isnot tracked as download | https://api.github.com/repos/matomo-org/matomo/issues/4090/comments | 3 | 2013-08-19T21:38:49Z | 2014-08-03T11:24:29Z | https://github.com/matomo-org/matomo/issues/4090 | 37,354,809 | 4,090 |
[
"matomo-org",
"matomo"
] | At the moment, the DBStats Plugin hooks into the "ViewDataTable.getReportDisplayProperties" hook and adds its properties to every single DataTable within Piwik. This is unnessesary and could lead to unexpected behaviour and harms performance.
The DBStats Plugin should only hook into DataTables when its reports are sho... | The Plugin DBStats hooks into every single ViewDataTable creation on all reports | https://api.github.com/repos/matomo-org/matomo/issues/4089/comments | 1 | 2013-08-19T13:06:16Z | 2014-08-03T11:21:08Z | https://github.com/matomo-org/matomo/issues/4089 | 37,354,808 | 4,089 |
[
"matomo-org",
"matomo"
] | One thing remains to for Piwik's QA suite to be complete: testing the UI. This can be done by generating screenshots of URLs after injecting JavaScript and comparing w/ expected screenshots. This ticket is for the creation of this system.
TODO:
- ~~Create screenshot compare tests for all of Piwik.~~
- ~~Enable screens... | New Screenshot tests for Continuous User Interface Testing | https://api.github.com/repos/matomo-org/matomo/issues/4087/comments | 12 | 2013-08-18T23:19:02Z | 2014-10-12T01:42:38Z | https://github.com/matomo-org/matomo/issues/4087 | 37,354,807 | 4,087 |
[
"matomo-org",
"matomo"
] | As discussed during the meetup, we want to move translation files away from PHP arrays and use json files instead.
| Convert core and plugin translations to simple json format | https://api.github.com/repos/matomo-org/matomo/issues/4086/comments | 9 | 2013-08-16T13:31:59Z | 2014-07-08T10:13:09Z | https://github.com/matomo-org/matomo/issues/4086 | 37,354,806 | 4,086 |
[
"matomo-org",
"matomo"
] | Show message after installation if user selects a language where translation ratio is below a certain threshold.
Keywords: academy
| Show "Help us translate Piwik" after Installation | https://api.github.com/repos/matomo-org/matomo/issues/4084/comments | 2 | 2013-08-15T18:21:38Z | 2014-07-08T10:13:09Z | https://github.com/matomo-org/matomo/issues/4084 | 37,354,805 | 4,084 |
[
"matomo-org",
"matomo"
] | When installing Piwik, if the site URL has a trailing slash, the tracking code given to the user at the end of the installation process will have double slashes in the URL section of the tracking code.
| Tracking code has double slashes | https://api.github.com/repos/matomo-org/matomo/issues/4082/comments | 1 | 2013-08-15T09:11:45Z | 2014-07-08T10:13:09Z | https://github.com/matomo-org/matomo/issues/4082 | 37,354,804 | 4,082 |
[
"matomo-org",
"matomo"
] | After being enabled, the theme CSS make the menu (visitors, actions, referers, goals, etc.) display on the left just like the administration menu.
A lot of user have been asking for this feature. And we are proud to finally implement it in Piwik 2.0
Keywords: menu, theme
| New LeftMenu plugin which move the horizontal menu to a vertical one | https://api.github.com/repos/matomo-org/matomo/issues/4081/comments | 1 | 2013-08-15T02:56:38Z | 2014-07-08T10:13:09Z | https://github.com/matomo-org/matomo/issues/4081 | 37,354,803 | 4,081 |
[
"matomo-org",
"matomo"
] | We could encrypt the password, after it has been submitted in the login form, so that the password is not sent in the clear.
eg. http://code.google.com/p/crypto-js/#Quick-start_Guide
| Client side encryption of user password | https://api.github.com/repos/matomo-org/matomo/issues/4080/comments | 5 | 2013-08-15T00:16:04Z | 2014-09-20T11:36:43Z | https://github.com/matomo-org/matomo/issues/4080 | 37,354,802 | 4,080 |
[
"matomo-org",
"matomo"
] | 'PDFReports_PleaseFindBelow' => 'Por favor encuentre debajo su reporte %s1$s para %2$s.',
should be
'PDFReports_PleaseFindBelow' => 'Por favor encuentre debajo su reporte %1$s para %2$s.',
| Wrong argument substitution in spanish translation | https://api.github.com/repos/matomo-org/matomo/issues/4079/comments | 1 | 2013-08-14T23:10:26Z | 2014-07-08T10:13:09Z | https://github.com/matomo-org/matomo/issues/4079 | 37,354,801 | 4,079 |
[
"matomo-org",
"matomo"
] | This ticket is for the new treemap datatable visualization.
| Create new Treemap Visualization | https://api.github.com/repos/matomo-org/matomo/issues/4077/comments | 33 | 2013-08-14T02:09:25Z | 2014-07-08T10:13:12Z | https://github.com/matomo-org/matomo/issues/4077 | 37,354,800 | 4,077 |
[
"matomo-org",
"matomo"
] | VisitorIP is now a "dimension" not offering numerical comparisons in the segment editor like "visitIp>=147.28.0.0", I changed the type to "metric" in API.php but I'm afraid that's not very elegant.
Matt asked me to add this ticket - someone should review it and set the correct values (type, component) if I didn't gues... | Segment editor visitor IP range as filter | https://api.github.com/repos/matomo-org/matomo/issues/4076/comments | 1 | 2013-08-12T14:24:35Z | 2014-07-08T10:13:08Z | https://github.com/matomo-org/matomo/issues/4076 | 37,354,799 | 4,076 |
[
"matomo-org",
"matomo"
] | Every time I install Piwik through Simple Scripts on my hosting, iPage, it doesn't work. Piwik registers one visitor in a few dozens registered by AWStats. It happens, it registers visitors not registered by AWStats. Google Analytics acts in the same manner, just registers a bit more visitors.
| Piwik doesn't register most of the visitors | https://api.github.com/repos/matomo-org/matomo/issues/4075/comments | 2 | 2013-08-12T08:13:45Z | 2014-08-03T11:24:29Z | https://github.com/matomo-org/matomo/issues/4075 | 37,354,798 | 4,075 |
[
"matomo-org",
"matomo"
] | Todo post #4059
- http://seld.be/notes/psr-4-autoloading-support-in-composer PSR-4 will allow us to reuse Composer autoloader.
- maybe we also can convert tests/ classes to use \Piwik\Tests namespace
| Use PSR-4 for autoloader | https://api.github.com/repos/matomo-org/matomo/issues/4074/comments | 9 | 2013-08-11T19:42:27Z | 2014-09-08T15:12:48Z | https://github.com/matomo-org/matomo/issues/4074 | 37,354,796 | 4,074 |
[
"matomo-org",
"matomo"
] | Hi!
The Email report is missing three Swedish letters: , and .
I'm enclosing a picture from an email report where the blanks are underlined in red.
I hope it is not too much trouble for you to get the email report to support the Swedish alphabet. It used to work fine. Thanks in advance!
All my best,
E
Keywords: emai... | The Email report is missing letters in Swedish | https://api.github.com/repos/matomo-org/matomo/issues/4073/comments | 4 | 2013-08-09T14:50:15Z | 2014-07-08T10:13:07Z | https://github.com/matomo-org/matomo/issues/4073 | 37,354,795 | 4,073 |
[
"matomo-org",
"matomo"
] | I encountered problems running import_logs.py as the script's requests were rejected with a 403 Forbidden error. Of course this was a configuration issue on my part: specifically, Cloudflare was blocking requests with missing User-Agent headers. It might also have been Apache, Nginx, or some other software. I would sug... | Set User-Agent for import_logs.py | https://api.github.com/repos/matomo-org/matomo/issues/4072/comments | 2 | 2013-08-08T20:58:13Z | 2014-07-08T10:13:07Z | https://github.com/matomo-org/matomo/issues/4072 | 37,354,794 | 4,072 |
[
"matomo-org",
"matomo"
] | After a fresh install of Piwik 1.12, I deleted my first site, and now I get an error every time I log in unless I manually change the site ID in the query string:
The requested website id = 1 (or its property timezone) couldn't be found
| Exception on login if there is no site with ID=1: "The requested website id = 1 (or its property timezone) couldn't be found" | https://api.github.com/repos/matomo-org/matomo/issues/4071/comments | 3 | 2013-08-08T17:56:12Z | 2014-07-08T10:13:07Z | https://github.com/matomo-org/matomo/issues/4071 | 37,354,793 | 4,071 |
[
"matomo-org",
"matomo"
] | This occurs because 95% of IE8 here are with the "Display intranet sites in Compability View" enabled, and unfortunately, due to political issues, we can not disable it.
I've tried to apply this patch (#2621), but did not work. It would be nice to fix this...
| Internet Explorer 8 in compatible mode (intranet) is being erroneously recognized as IE7 | https://api.github.com/repos/matomo-org/matomo/issues/4070/comments | 4 | 2013-08-08T16:43:46Z | 2024-09-13T09:11:51Z | https://github.com/matomo-org/matomo/issues/4070 | 37,354,792 | 4,070 |
[
"matomo-org",
"matomo"
] | When trying to view a Page Overlay for a custom date range (by manually editing the URL) the sidebar fails to load and returns an error. The page overlay works though.
# > ajaxHelper generates wrong date property when period=range
## Example
**URL**
index.php?module=Overlay&period=range&date=2013-07-02,2013-07-13&idSi... | Overlay, add support for custom Date range | https://api.github.com/repos/matomo-org/matomo/issues/4069/comments | 2 | 2013-08-06T17:30:59Z | 2024-09-13T09:11:52Z | https://github.com/matomo-org/matomo/issues/4069 | 37,354,790 | 4,069 |
[
"matomo-org",
"matomo"
] | Compare those two API requests:
http://demo.piwik.org/index.php?period=day&date=today&showColumns=nb_visits%2Cvisits_evolution&filter_limit=50&sortOrderColumn=nb_visits&filter_sort_column=nb_visits&module=API&token_auth=anonymous&format=json&method=MultiSites.getAll&language=de&
```
[{"label":"Piwik Forums","nb_visit... | MultiSites evolution metrics not shown when parameter period=range or date=(last*/previous*) is used | https://api.github.com/repos/matomo-org/matomo/issues/4068/comments | 0 | 2013-08-05T23:19:16Z | 2024-09-13T09:11:52Z | https://github.com/matomo-org/matomo/issues/4068 | 37,354,789 | 4,068 |
[
"matomo-org",
"matomo"
] | I haven't change anything within my piwik installation and now I get this error on some pages and widgets.
Fatal error: Method name must be a string in //core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php on line 1213486800
| Sudden error with ColumnCallbackAddColumnQuotient.php | https://api.github.com/repos/matomo-org/matomo/issues/4066/comments | 1 | 2013-08-04T12:31:10Z | 2014-08-03T11:24:33Z | https://github.com/matomo-org/matomo/issues/4066 | 37,354,788 | 4,066 |
[
"matomo-org",
"matomo"
] | Dear all,
I have just installed the latest release of piwik and the latest free database from geoIP. A friend of mine from France connected to my website (he has an ipv6 address) and piwik wrongly classified its ip as coming from the US.
So I guess there is a problem with ipv6 adresses in the geoIP lite database? Do y... | GeoIP and ipv6 IP adresses | https://api.github.com/repos/matomo-org/matomo/issues/4065/comments | 5 | 2013-07-31T16:11:26Z | 2014-07-08T10:13:06Z | https://github.com/matomo-org/matomo/issues/4065 | 37,354,787 | 4,065 |
[
"matomo-org",
"matomo"
] | I looked at earlier tickets that looked like they addressed this, but did not find a solution (the fixes should be included in 1.12).
One notable detail is that the server is running PHP 5.4.13. This caused other issues on a related website (the website being tracked).
The error message is below:
Notice: Array to st... | "Notice: Array to string conversion" when downloading CSV or TSV files from Visitor Log in 1.12 | https://api.github.com/repos/matomo-org/matomo/issues/4063/comments | 3 | 2013-07-30T17:53:37Z | 2014-07-08T10:13:06Z | https://github.com/matomo-org/matomo/issues/4063 | 37,354,786 | 4,063 |
[
"matomo-org",
"matomo"
] | Hi,
we are currently investigating if piwik logfile analytics can replace awstats log file analytics.
Doing so we came across the problem that piwik seems not to be able to parse log files with IPv6 addresses. Removing every IPv6 log line from file and the import works fine.
The following import command is used
``... | Make import_logs.py IPv6 compatible | https://api.github.com/repos/matomo-org/matomo/issues/4062/comments | 6 | 2013-07-30T14:56:45Z | 2015-03-12T21:01:48Z | https://github.com/matomo-org/matomo/issues/4062 | 37,354,785 | 4,062 |
[
"matomo-org",
"matomo"
] | Hello Piwik Security Team
I found two bugs in your web application system
1. brite force attack ( Password list attack)
2. user Enumeration
Brute Force Attack
an attacker can try more than 500 password on your forum and devloper log in panel to crack victim password
User Unumeration
An attacker can dump all your user... | Brute Force Attack On Log In Panel And User Unumeration | https://api.github.com/repos/matomo-org/matomo/issues/4061/comments | 2 | 2013-07-26T18:28:41Z | 2014-07-08T10:13:06Z | https://github.com/matomo-org/matomo/issues/4061 | 37,354,784 | 4,061 |
[
"matomo-org",
"matomo"
] | Admin from forum recommended I post here, so I'll just repeat -
<I am using Piwik to track/monitor one page/subdirectory of a site.
It's a free hosting service, so my site is www.unbounce.com/mysite.
All the stats in Piwik seem OK, but the SEO widget does not recognize the subdirectory and will only give stats for t... | SEO Ranking Widget | https://api.github.com/repos/matomo-org/matomo/issues/4060/comments | 1 | 2013-07-23T05:04:07Z | 2014-07-08T10:13:06Z | https://github.com/matomo-org/matomo/issues/4060 | 37,354,783 | 4,060 |
[
"matomo-org",
"matomo"
] | As discussed in #3741, Piwik 2 will make use of the namespace feature of PHP 5.3. This implementation of best practises of modern PHP will lead to more readable code and overall better Piwik platform for developers.
| Convert Piwik classes (core + plugins) to use PHP Namespaces | https://api.github.com/repos/matomo-org/matomo/issues/4059/comments | 7 | 2013-07-21T02:55:04Z | 2014-07-08T10:13:07Z | https://github.com/matomo-org/matomo/issues/4059 | 37,354,782 | 4,059 |
[
"matomo-org",
"matomo"
] | Piwik Mobile relies on Titanium SDK which is non-free software: http://www.appcelerator.com/legal/terms-conditions/
Therefore it can not be built using only Free Software which is a problem for alternative app stores such as F-Droid. It potentially also makes Piwik non-free software. Giving the slogan "Liberating We... | Piwik Mobile can not be built without non-free software | https://api.github.com/repos/matomo-org/matomo/issues/4058/comments | 3 | 2013-07-19T12:32:22Z | 2014-08-03T11:24:33Z | https://github.com/matomo-org/matomo/issues/4058 | 37,354,781 | 4,058 |
[
"matomo-org",
"matomo"
] | I am running Piwik on a server that has a strong Intrusion Protection System, and the system detected a "MySQL DELETE Heap Buffer Overflow" from Piwik.
On the websites error log, the first error that occurs is "MySQL server has gone away in ...piwik/core/Tracker/Db/Pdo/Mysql.php on line 159." and so Piwik has lost th... | MySQL has gone away | https://api.github.com/repos/matomo-org/matomo/issues/4055/comments | 1 | 2013-07-15T15:35:21Z | 2014-08-03T11:24:33Z | https://github.com/matomo-org/matomo/issues/4055 | 37,354,780 | 4,055 |
[
"matomo-org",
"matomo"
] | In order to keep plugin class minimal, we propose to put the plugin metadata in a piwik.plugin.json file.
The file is required for third party plugins. The file will be tested on the Plugin Marketplace #4053 when a new release is published (checked against schema / sanity checks)
The file is not required for Core Pl... | Move Plugin getInformation() function call to piwik.plugin.json file | https://api.github.com/repos/matomo-org/matomo/issues/4054/comments | 1 | 2013-07-15T08:59:29Z | 2014-07-08T10:13:05Z | https://github.com/matomo-org/matomo/issues/4054 | 37,354,779 | 4,054 |
[
"matomo-org",
"matomo"
] | Piwik 2 is a web analytics platform. Our goal is to make Piwik the best open platform for web analytics. Ultimately, web analytics leads to other usages not necessarily related to the web. We want Piwik to be the platform where you can easily build upon the interesting analytics data, and extend the features, look, per... | Piwik Plugins Marketplace in Core: list, install and manage new Third Party Plugins | https://api.github.com/repos/matomo-org/matomo/issues/4053/comments | 27 | 2013-07-15T08:58:34Z | 2014-07-08T10:13:48Z | https://github.com/matomo-org/matomo/issues/4053 | 37,354,778 | 4,053 |
[
"matomo-org",
"matomo"
] | To allow easier theming #3942 we have migrated to using LESS for CSS. This was done as part of pull request: https://github.com/piwik/piwik/pull/88
This allows easier refactor and reuse of colors, fonts, etc.
| Migrate CSS to LESS for easier Theming (eg. Color customization refactored) | https://api.github.com/repos/matomo-org/matomo/issues/4052/comments | 2 | 2013-07-15T08:14:48Z | 2014-07-08T10:17:21Z | https://github.com/matomo-org/matomo/issues/4052 | 37,354,777 | 4,052 |
[
"matomo-org",
"matomo"
] | Hi,
I found, that when using [ Google PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights), these visits are counted as normal visits.
I attached a screen shot of my visitor log and two pictures with the user agent string of desktop and mobile version(sorry that I have no text for user agents, bu... | Do not report visits from Google PageSpeed-Insights | https://api.github.com/repos/matomo-org/matomo/issues/4049/comments | 4 | 2013-07-12T21:34:03Z | 2014-07-08T10:13:04Z | https://github.com/matomo-org/matomo/issues/4049 | 37,354,776 | 4,049 |
[
"matomo-org",
"matomo"
] | the graph "Evolution Over Time" is not being rendered as you can see in the attached screenshot. exporting the related dataset results in an php error.
the "Visits Over Time" graph shows the same behaviour.
this issue is present since the update from 1.11 to 1.12
| no rendering/export of visits | https://api.github.com/repos/matomo-org/matomo/issues/4048/comments | 3 | 2013-07-12T11:54:07Z | 2014-08-03T11:24:33Z | https://github.com/matomo-org/matomo/issues/4048 | 37,354,775 | 4,048 |
[
"matomo-org",
"matomo"
] | Some people like to maintain the websites in the local git (for easy modifications, etc.), and it would be nice to have the ability to disable (in config.ini.php) this check:
```
--- Piwik.php 2013-06-25 08:22:23.054989006 +0200
+++ /git/piwik/core/Piwik.php 2013-05-30 10:57:06.000000000 +0200
@@ -625,10 +625,10 @... | Remove the /.git test in the System Check file integrity | https://api.github.com/repos/matomo-org/matomo/issues/4047/comments | 3 | 2013-07-11T15:42:22Z | 2014-07-08T10:13:03Z | https://github.com/matomo-org/matomo/issues/4047 | 37,354,774 | 4,047 |
[
"matomo-org",
"matomo"
] | This is related to #1590, the System Check page still recommends:
```
To fix this error on your Linux system, try typing in the following command(s):
chmod a+w /var/www/piwik/config
```
and it marks the issue as "critical":
```
Uh-oh! Piwik has detected some critical issues with your Piwik setup. These issues should... | System check update message regarding config file permissions | https://api.github.com/repos/matomo-org/matomo/issues/4046/comments | 7 | 2013-07-11T15:36:08Z | 2024-09-13T09:11:53Z | https://github.com/matomo-org/matomo/issues/4046 | 37,354,773 | 4,046 |
[
"matomo-org",
"matomo"
] | Script import_logs.py seems to hang at log format detection if first line of the log is a wierd request.
I run import_logs.py in daily crontab -> I first grep the access logs for yesterdays date and then import that using import_logs.py. Unfortunately, it seems that first request yesterday was a bit wierd. That seems ... | import_logs.py autodetection hangs | https://api.github.com/repos/matomo-org/matomo/issues/4045/comments | 2 | 2013-07-11T11:23:19Z | 2014-07-08T10:13:03Z | https://github.com/matomo-org/matomo/issues/4045 | 37,354,772 | 4,045 |
[
"matomo-org",
"matomo"
] | When executing this request I'm getting visitors from 23:50 - 22:50o'clock.
http://demo.piwik.org/index.php?filter_limit=15&period=day&date=2012-07-08&idSite=7&module=API&token_auth=anonymous&format=json&method=Live.getLastVisitsDetails&language=en&
When executing a follow up request to fetch the previous visitors I'... | Problem with API method Live.getLastVisitDetails and filter_offset | https://api.github.com/repos/matomo-org/matomo/issues/4044/comments | 2 | 2013-07-10T23:05:36Z | 2014-07-08T10:13:03Z | https://github.com/matomo-org/matomo/issues/4044 | 37,354,771 | 4,044 |
[
"matomo-org",
"matomo"
] | This ticket includes any refactoring to be done to ViewDataTable & Piwik_Visualization and will include a new treemap visualization.
The goal is to move all visualizations and Viewdatatable to a new CoreVisualizations plugin.
This ticket is a rather large refactoring and team work among Piwik team members!
| Allow plugins to define new Visualizations and custom ViewDataTable | https://api.github.com/repos/matomo-org/matomo/issues/4041/comments | 88 | 2013-07-08T22:56:38Z | 2014-07-08T10:13:12Z | https://github.com/matomo-org/matomo/issues/4041 | 37,354,767 | 4,041 |
[
"matomo-org",
"matomo"
] | Related to #1491.
Should be possible to define a set of display properties for a report and have ViewDataTable automatically render based on those properties. This would replace the current method of manually creating a ViewDataTable instance and calling setXXX and disableYYY functions on it before rendering.
| Allow ViewDataTables to be rendered via metadata alone | https://api.github.com/repos/matomo-org/matomo/issues/4040/comments | 32 | 2013-07-08T06:52:42Z | 2014-07-08T10:13:00Z | https://github.com/matomo-org/matomo/issues/4040 | 37,354,765 | 4,040 |
[
"matomo-org",
"matomo"
] | i am not sure if the sysadmin should handle "problems" like this but when you search for the following string in google:
"index.php?module=API&method=Provider.getProvider&idSite=1"
you will find thousands of site where you can see the .xml from the visitors if you specify the string a bit you are able to download the... | view rights, not secure enough? | https://api.github.com/repos/matomo-org/matomo/issues/4037/comments | 1 | 2013-07-05T12:16:11Z | 2014-08-03T11:24:33Z | https://github.com/matomo-org/matomo/issues/4037 | 37,354,764 | 4,037 |
[
"matomo-org",
"matomo"
] | 1) click on the recurring visitors symbol in the visitor log
2) popup with the last actions from the visitor comes
3) every link strating from the position 15 is not working at the first click you need a 2nd click to open the url - position 1-14 are ok
reproducable with Firefox 22, didnt tested other browsers
Keywords... | recurring visitors link click bug | https://api.github.com/repos/matomo-org/matomo/issues/4036/comments | 1 | 2013-07-05T11:52:22Z | 2014-07-08T10:12:59Z | https://github.com/matomo-org/matomo/issues/4036 | 37,354,763 | 4,036 |
[
"matomo-org",
"matomo"
] | Hi!
We have discovered two bugs when we like to export reports.
**Case no 1**
I can not export any reports when I use a date range and the parameter &flat=1. Here's what I do:
1. I go to the Entry Page report.
2. I select a date range, for example July 1st 2012 to July 1st 2013.
3. In the url I add the parameter &fla... | Bug when exporting report | https://api.github.com/repos/matomo-org/matomo/issues/4035/comments | 5 | 2013-07-05T11:48:51Z | 2014-07-08T10:12:59Z | https://github.com/matomo-org/matomo/issues/4035 | 37,354,762 | 4,035 |
[
"matomo-org",
"matomo"
] | Listing the referrer websites can be significantly improved by normalizing the domain names. Currently subdomains such as "www7" are treated as separate website. Here's an example of such a referrer list, in which you see that **lemonde.fr** is listed several times:
[[Image(http://new.tinygrab.com/f3aa221edeba52ea05e... | Normalize referrer domains | https://api.github.com/repos/matomo-org/matomo/issues/4033/comments | 10 | 2013-07-04T14:46:53Z | 2024-09-13T09:11:53Z | https://github.com/matomo-org/matomo/issues/4033 | 37,354,759 | 4,033 |
[
"matomo-org",
"matomo"
] | We want to get the visitor log data into csv file or excel file. but the save button does not fetch data and we get php error in that.
We are runnign piwik on linux platform.
Keywords: CSV, EXCEL report
| CSV and Excel Report not working | https://api.github.com/repos/matomo-org/matomo/issues/4032/comments | 3 | 2013-07-03T23:58:38Z | 2014-07-08T10:12:58Z | https://github.com/matomo-org/matomo/issues/4032 | 37,354,757 | 4,032 |
[
"matomo-org",
"matomo"
] | Registration to the forum is not working:
I am sure to be using the entire URL.
```
Piwik Forums
Sorry, there was an error verifying your account. Please make sure you used the entire URL included in the email you received.
```
Using different computers with Win7, Chrome, FF, Thunderbird
Keywords: Forum Registrati... | Registration to Forum failing | https://api.github.com/repos/matomo-org/matomo/issues/4031/comments | 1 | 2013-07-03T11:13:06Z | 2014-08-03T11:24:32Z | https://github.com/matomo-org/matomo/issues/4031 | 37,354,756 | 4,031 |
[
"matomo-org",
"matomo"
] | When going in Referers->Search Engines and Keyword, sorting by keywords put accentuated words at the end. Same for "Page names" in Action->Page Titles.
Example for Keywords:
*avion
*espion
*zoo
*cole (should be before "espion" instead)
The URL to generate such list and see accentuated words first is:
index.php?modul... | Sorting : accented words put at the end | https://api.github.com/repos/matomo-org/matomo/issues/4030/comments | 6 | 2013-07-02T16:40:06Z | 2025-04-11T12:13:42Z | https://github.com/matomo-org/matomo/issues/4030 | 37,354,754 | 4,030 |
[
"matomo-org",
"matomo"
] | at this time I'm setting up a magento store and have piwik integrated right from the start (standard piwik Magento plugin, lastest version)
Everything with the default settings.
The shop is behind a htacess password and i'm the only visitor.
Now I found a huge problem:
Piwik counts the same lost shopping-basket many t... | Piwik counts same lost shopping-basket many times | https://api.github.com/repos/matomo-org/matomo/issues/4029/comments | 9 | 2013-07-02T15:54:09Z | 2014-08-03T11:24:32Z | https://github.com/matomo-org/matomo/issues/4029 | 37,354,752 | 4,029 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.