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"
] | If you want to embed the overview of all your site with `http://<piwik-url>/index.php?module=Widgetize&action=iframe&moduleToWidgetize=MultiSites&actionToWidgetize=index&idSite=7&period=day&date=today&token_auth=<token-auth>` it will break out of the iframe and replace the top frame.
| Embedded multisite dashboard breaks out of iframe | https://api.github.com/repos/matomo-org/matomo/issues/6165/comments | 2 | 2014-09-08T19:07:16Z | 2014-09-20T11:00:34Z | https://github.com/matomo-org/matomo/issues/6165 | 42,231,698 | 6,165 |
[
"matomo-org",
"matomo"
] | Here's the command I used:
```
python /var/www/default/piwik/misc/log-analytics/import_logs.py --url=//blablabla/piwik/ /var/www/blablabla/logs/access.log.gz --idsite=1
```
And I got:
```
Traceback (most recent call last):
File "/var/www/default/piwik/misc/log-analytics/import_logs.py", line 1714, in <module>
... | "no host given" while importing nginx logs | https://api.github.com/repos/matomo-org/matomo/issues/6164/comments | 1 | 2014-09-08T18:23:00Z | 2014-09-20T11:00:34Z | https://github.com/matomo-org/matomo/issues/6164 | 42,226,906 | 6,164 |
[
"matomo-org",
"matomo"
] | We recently did a major upgrade, and I see that you dropped support for IE8 or less. However, The meta tag for overriding compatibility mode in IE9+ only works if it is in front of IE conditional statements. As such, IE9 ignores the meta tags you added altogether, and this won't work:
```
<!DOCTYPE html>
<!--[if lt ... | Overriding Compatibility View in IE9 | https://api.github.com/repos/matomo-org/matomo/issues/6163/comments | 9 | 2014-09-08T13:49:44Z | 2014-12-08T13:26:30Z | https://github.com/matomo-org/matomo/issues/6163 | 42,197,742 | 6,163 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to add a new Metric in Piwik as follow up to #3490 - The **Active Users** metric, counting the number of distinct users logged in, which had a User ID set to a non empty value.
Tasks
- Add metric to VisitsSummary.get
- Add new API VisitsSummary.getUsers
- Add in Metadata API
- Update tests
- ... | New metric 'nb_users' counting the number of Active Unique Users (the count of distinct User IDs set) | https://api.github.com/repos/matomo-org/matomo/issues/6162/comments | 0 | 2014-09-08T09:51:35Z | 2014-09-09T07:05:00Z | https://github.com/matomo-org/matomo/issues/6162 | 42,180,040 | 6,162 |
[
"matomo-org",
"matomo"
] | Using the great feature "Accurate User Detection cross devices #3490", there should be a possibility to still know from where/which device which sites have been visited /which actions (events) have been made by the visitor.
Maybe one could give in the visitor profile:
- the number and types of devices used by this vis... | Visitor profile: display detailed user devices info | https://api.github.com/repos/matomo-org/matomo/issues/6161/comments | 4 | 2014-09-08T07:18:15Z | 2024-09-13T09:09:15Z | https://github.com/matomo-org/matomo/issues/6161 | 42,170,297 | 6,161 |
[
"matomo-org",
"matomo"
] | What does Piwik consider to be good behavior when tracking behavior? How do we believe Piwik users (big companies, small companies, etc.) should treat their users in terms of supporting their rights? How can we encourage such 'good' behavior?
Piwik's stated support for matters of privacy is evident, but as far as I ca... | Clarification of Piwik's goals regarding privacy | https://api.github.com/repos/matomo-org/matomo/issues/6160/comments | 6 | 2014-09-08T07:02:12Z | 2016-07-08T03:36:34Z | https://github.com/matomo-org/matomo/issues/6160 | 42,169,518 | 6,160 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to implement Responsive tables in Piwik, to better account for the diversity of screen widths when using Piwik. For example the visible columns could automatically increase if there is more screen available.
**Reference**
Here is a great article that sum up the existing possibility for respo... | Responsive tables for Piwik table reports | https://api.github.com/repos/matomo-org/matomo/issues/6159/comments | 8 | 2014-09-08T06:31:12Z | 2024-09-13T09:09:16Z | https://github.com/matomo-org/matomo/issues/6159 | 42,168,100 | 6,159 |
[
"matomo-org",
"matomo"
] | The link in the title is a list of HTTP API guidelines used by Heroku. It may have many useful ideas that can be implemented in Piwik.
https://github.com/interagent/http-api-design
```
Foundations
Require TLS
Version with Accepts header
Support caching with Etags
Trace requests with Request-Ids
P... | use https://github.com/interagent/http-api-design to create list of API design improvements | https://api.github.com/repos/matomo-org/matomo/issues/6158/comments | 1 | 2014-09-08T06:24:17Z | 2016-07-08T03:37:12Z | https://github.com/matomo-org/matomo/issues/6158 | 42,167,745 | 6,158 |
[
"matomo-org",
"matomo"
] | Some parts of Piwik (tests and other non-production parts) require dependencies from non-composer package manages (like karma which is obtained via npm). We can't directly get them through composer because the dependencies do not have composer.json files.
HOWEVER, we can define the package info from within our compose... | Use composer to load packages that managed by another package manager (ie npm) | https://api.github.com/repos/matomo-org/matomo/issues/6157/comments | 0 | 2014-09-08T06:18:31Z | 2016-07-08T03:19:11Z | https://github.com/matomo-org/matomo/issues/6157 | 42,167,441 | 6,157 |
[
"matomo-org",
"matomo"
] | Some old browsers determine a response's content by the URLs extension, and not the Content-Type HTTP header. Improper URLs like /index.php/.html?... can be used to cause bugs and inject code, so the weird URLs should be redirected when found.
| redirect /index.php/.whatever?... URLs to /index.php?... to avoid Content-Type browser bugs | https://api.github.com/repos/matomo-org/matomo/issues/6156/comments | 4 | 2014-09-08T00:25:55Z | 2014-10-20T04:16:56Z | https://github.com/matomo-org/matomo/issues/6156 | 42,156,669 | 6,156 |
[
"matomo-org",
"matomo"
] | We already have a command to generate a new controller. But sometimes you have to add a new action to an existing controller.
The command would ask whether one wants to create a blank page, a page with top menu and logo (extends dashboard.twig) or admin page (extends admin.twig).
Note: There is already a method to ... | Create a command to add a controller action + view | https://api.github.com/repos/matomo-org/matomo/issues/6154/comments | 0 | 2014-09-07T16:19:27Z | 2024-09-13T09:09:16Z | https://github.com/matomo-org/matomo/issues/6154 | 42,145,632 | 6,154 |
[
"matomo-org",
"matomo"
] | In #6140 we have added three new methods to generate a URL for a menu item:
- `urlForDefaultAction()`
- `urlForAction()`
- `urlForModuleAction()`
If development mode is enabled we should check whether the passed module and action is actually available, whether the action exists, whether the action is public and more.... | Menu: If development mode is enabled we should check whether action exists | https://api.github.com/repos/matomo-org/matomo/issues/6153/comments | 0 | 2014-09-07T12:37:13Z | 2014-09-07T17:17:28Z | https://github.com/matomo-org/matomo/issues/6153 | 42,141,286 | 6,153 |
[
"matomo-org",
"matomo"
] | New possibility to track "do not track" visitor settings
to show how many percent of the visitors
- have DNT enabled in their browser
- acitiv opt out for tracking with a button click (see customoptout plugin and #6147)
| Track "do not track" visitor settings | https://api.github.com/repos/matomo-org/matomo/issues/6152/comments | 0 | 2014-09-07T11:37:55Z | 2024-09-13T09:09:17Z | https://github.com/matomo-org/matomo/issues/6152 | 42,140,364 | 6,152 |
[
"matomo-org",
"matomo"
] | Currently, if a user generates a `Controller`, the generated template is extending `Piwik\Plugin\Controller`. If he wants to display the page in the admin he has to change the extended class to `Piwik\Plugin\ControllerAdmin` and also extend a different template. Having to extend a different template (admin.twig instead... | Having Controller and ControllerAdmin class is confusing | https://api.github.com/repos/matomo-org/matomo/issues/6151/comments | 0 | 2014-09-07T11:31:20Z | 2024-09-13T09:09:17Z | https://github.com/matomo-org/matomo/issues/6151 | 42,140,272 | 6,151 |
[
"matomo-org",
"matomo"
] | In #6149 I reported about the danger of generated plugins and components which will fail on older Piwik versions.
For me this is such a critical problem for the quality of the platform to go so far to perform checks / analyze a plugin which methods it is using and based on that update / correct the required Piwik vers... | Perform compatibility check when a plugin is about to be installed or published on the Marketplace | https://api.github.com/repos/matomo-org/matomo/issues/6150/comments | 1 | 2014-09-07T11:07:29Z | 2016-08-16T10:39:56Z | https://github.com/matomo-org/matomo/issues/6150 | 42,139,914 | 6,150 |
[
"matomo-org",
"matomo"
] | When a developer generates a plugin we assume the plugin is compatible with Piwik 2.0.0 and later as we do not specify the `requires` property in `plugin.json` file.
I assume a developer is usually using the latest version from Git or one of the latest two Piwik versions. It is very unlikely that a plugin developer wi... | When generating a plugin we should require at least the developer's Piwik version | https://api.github.com/repos/matomo-org/matomo/issues/6149/comments | 4 | 2014-09-07T10:58:31Z | 2014-09-23T23:32:41Z | https://github.com/matomo-org/matomo/issues/6149 | 42,139,775 | 6,149 |
[
"matomo-org",
"matomo"
] | Often a user wants to create a plugin for a specific purpose. For instance to create a widget, or a visualization, or a report.
Therefore he usually has to do the following steps:
- Generate a plugin `./console generate:plugin`
- Generate a component `./console generate:(tasks | widget | report |...)` where he can sel... | Optionally create a plugin along with any component | https://api.github.com/repos/matomo-org/matomo/issues/6148/comments | 0 | 2014-09-07T10:30:02Z | 2024-09-13T09:09:18Z | https://github.com/matomo-org/matomo/issues/6148 | 42,139,362 | 6,148 |
[
"matomo-org",
"matomo"
] | Do not track function (dnt) setting - 3.state needed
to prevent distorted statistics
At this time one could choose in Piwiks settings between two states of do not track function:
1) respect it (enable do not track support - this is recommend by piwik)
2) don't care about it (disable do not track support => track every... | New setting to disable Do not track but respect "Active Opt Out" from users (require button click) | https://api.github.com/repos/matomo-org/matomo/issues/6147/comments | 4 | 2014-09-07T10:28:34Z | 2024-09-13T09:09:18Z | https://github.com/matomo-org/matomo/issues/6147 | 42,139,336 | 6,147 |
[
"matomo-org",
"matomo"
] | After we have created a plugin using `./console generate:plugin` we are currently asking a developer whether he wants to generate an API and a Controller as well. When we created the first command to generate a plugin one often needed an API and a Controller as they were needed for a lot of things. This is no longer th... | Generate plugin should no longer ask whether it should also create an API and a controller | https://api.github.com/repos/matomo-org/matomo/issues/6145/comments | 0 | 2014-09-07T10:05:09Z | 2014-09-23T11:21:18Z | https://github.com/matomo-org/matomo/issues/6145 | 42,138,970 | 6,145 |
[
"matomo-org",
"matomo"
] | For a widget you can define the method to render the actual widget within the `Widget` class. For a task you can define the method to execute the actual task within the `Tasks` class. But for a menu item you have to create a controller and action in addition and it is not possible to define the method within the class.... | Add possibility to define the menu action in the menu class | https://api.github.com/repos/matomo-org/matomo/issues/6144/comments | 4 | 2014-09-07T08:30:04Z | 2024-09-13T09:09:19Z | https://github.com/matomo-org/matomo/issues/6144 | 42,137,592 | 6,144 |
[
"matomo-org",
"matomo"
] | Some page elements rendered as is. E.g. login screen form is always big and overflow on small screens(same problem with 'All websites' table).
| Improve design for mobile/tablet devices | https://api.github.com/repos/matomo-org/matomo/issues/6142/comments | 1 | 2014-09-06T19:07:23Z | 2014-09-20T11:00:34Z | https://github.com/matomo-org/matomo/issues/6142 | 42,123,849 | 6,142 |
[
"matomo-org",
"matomo"
] | Already for a while I do not like the way we are defining the URL of a menu item as well as by the `$displayForCurrentUser` param of the `MenuAbstract::add()` method:
```
$urlParams = array(
'module' => 'Actions',
'action' => 'menuGetPageUrls'
);
$menu->add('Menu', 'Submenu', $urlParams, $displayForCurrentU... | Make it easier to define URLs for Menu and remove an unnessary parameter | https://api.github.com/repos/matomo-org/matomo/issues/6140/comments | 0 | 2014-09-06T10:09:24Z | 2014-09-07T12:37:13Z | https://github.com/matomo-org/matomo/issues/6140 | 42,113,533 | 6,140 |
[
"matomo-org",
"matomo"
] | The automatic updater is an awesome thing, but still can be tweaked:
On the first screen after starting the update, you get a number of lines with messages about which steps have been processed, and a button "Continue to Piwik".
Two things could be tweaked here:
1.
With the messages, It's not initially clear if this ... | Improve the Output on the first screen of the automatic update | https://api.github.com/repos/matomo-org/matomo/issues/6139/comments | 2 | 2014-09-06T09:15:44Z | 2024-09-13T09:09:19Z | https://github.com/matomo-org/matomo/issues/6139 | 42,112,665 | 6,139 |
[
"matomo-org",
"matomo"
] | Spot the URL:

| All links in admin pages should be underlined | https://api.github.com/repos/matomo-org/matomo/issues/6138/comments | 3 | 2014-09-06T09:05:58Z | 2014-10-07T08:06:43Z | https://github.com/matomo-org/matomo/issues/6138 | 42,112,527 | 6,138 |
[
"matomo-org",
"matomo"
] | Calls to SitesManager.getSitesIdFromSiteUrl&format=PHP&... are returning data structured like
```
array (
0 =>
array (
'idsite' => '4',
),
)
```
instead of serialized data (e.g. SitesManager.getJavascriptTag&format=PHP&...):
```
s:825:"<!-- Piwik -->
<script type="text/javascript">
... | PHP Arrays not Serialized by Default | https://api.github.com/repos/matomo-org/matomo/issues/6137/comments | 8 | 2014-09-06T03:52:21Z | 2014-09-16T03:49:05Z | https://github.com/matomo-org/matomo/issues/6137 | 42,107,718 | 6,137 |
[
"matomo-org",
"matomo"
] | Dear ladies and gentlemen,
after updating PIWIK to version 2.6.1 the import function for logs files ist not longer running.
My input is the following:
python import_logs.py --url=http://<URL> access.log --idsite=3 --login=<USER> --password=<PASSWORD>
And the result:
Fatal error: cannot get the main URL of this site... | Fatal error: cannot get the main URL of this site: invalid site ID | https://api.github.com/repos/matomo-org/matomo/issues/6135/comments | 9 | 2014-09-05T11:55:12Z | 2014-09-20T11:00:34Z | https://github.com/matomo-org/matomo/issues/6135 | 42,039,547 | 6,135 |
[
"matomo-org",
"matomo"
] | Hi,
I just upgraded from 2.5.0 to 2.6.1 via autoupdate.
Instantly after starting the upgrade I only get the following error on all pages:
"Fatal error: Constructor Piwik\Factory::factory() cannot be static in /var/www/piwik/htdocs/core/Factory.php on line 60"
I guess I need to re-install manually?
Edit: Ubuntu 10.0... | Upgrade from 2.5.0 to 2.6.1. breaks | https://api.github.com/repos/matomo-org/matomo/issues/6134/comments | 19 | 2014-09-05T11:43:47Z | 2014-09-25T08:40:14Z | https://github.com/matomo-org/matomo/issues/6134 | 42,038,809 | 6,134 |
[
"matomo-org",
"matomo"
] | Since updating to v2.5.0 I don't get any data in the custom variables tab. Instead I see a HTTP 500 with containing the error message "Action 'index' not found in the module 'CustomVariables'.)".
I already updated to v2.6.1 and de-/activated the plugin, but to no avail. Archiving is done via a webcron.
Any ideas/sugg... | New command to clear all caches: ./console core:clear-caches | https://api.github.com/repos/matomo-org/matomo/issues/6133/comments | 4 | 2014-09-05T11:11:38Z | 2014-09-17T23:04:53Z | https://github.com/matomo-org/matomo/issues/6133 | 42,036,613 | 6,133 |
[
"matomo-org",
"matomo"
] | Hi Sir
I am facing problem during install on localhost server.please respose assp.
Fatal error: require() [function.require]: Failed opening required 'E:\wamp\www\piwik\vendor/facebook/xhprof/xhprof_lib/utils/xhprof_lib.php' (include_path='E:\wamp\www\piwik\vendor/phpunit/php-text-template;E:\wamp\www\piwik\vendor/ph... | Bug in install | https://api.github.com/repos/matomo-org/matomo/issues/6130/comments | 10 | 2014-09-05T09:04:30Z | 2014-09-24T02:06:31Z | https://github.com/matomo-org/matomo/issues/6130 | 42,027,503 | 6,130 |
[
"matomo-org",
"matomo"
] | In Piwik 2.6.1 there is a problem with the opt-out-iframe:
When you call the site with the embedded iframe, the browser is forwarded to this adress:
domain.tld/piwikdirectory/index.php?module=CoreAdminHome&action=optOut&language=en
The log-in-dialogue is presented and an error-message:
```
>>Error: The param... | problem with opt-out-iframe: when calling forwarded to log-in-screen with "idSite= is missing" | https://api.github.com/repos/matomo-org/matomo/issues/6128/comments | 1 | 2014-09-05T07:04:20Z | 2014-09-20T11:00:34Z | https://github.com/matomo-org/matomo/issues/6128 | 42,019,812 | 6,128 |
[
"matomo-org",
"matomo"
] | After one-click auto update, an error is shown, saying `xhprof` couldn't be loaded.
In the `vendor/composer/autoload_files.php` the lines 10-11 must be deleted, to make piwik running again. An alternative is to run `composer.phar update` to install `xhprof`.
| xhprof is needed in production after update to 2.6 | https://api.github.com/repos/matomo-org/matomo/issues/6127/comments | 5 | 2014-09-05T04:36:51Z | 2014-09-20T11:00:34Z | https://github.com/matomo-org/matomo/issues/6127 | 42,013,464 | 6,127 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to add a single place to see everywhere you’re signed in to Piwik and manage those sessions in your settings.
Not sure if you remembered to log-out of your Piwik account on your friend’s computer? This feature will have you covered. You will be able to go to your settings and click on `See w... | List all sessions I'm currently signed in Piwik and let me signout | https://api.github.com/repos/matomo-org/matomo/issues/6126/comments | 5 | 2014-09-04T21:44:46Z | 2024-09-13T09:09:20Z | https://github.com/matomo-org/matomo/issues/6126 | 41,989,511 | 6,126 |
[
"matomo-org",
"matomo"
] | The goal of this ticket is to send an email when there is an email address or password change. Later this email could be extended to other security actions.
Your email address and password are how you safeguard your Piwik account, so monitoring it for any changes is critical. We could send emails when there are secu... | Send email notifications when email address or passwords are changed | https://api.github.com/repos/matomo-org/matomo/issues/6125/comments | 0 | 2014-09-04T21:39:32Z | 2024-09-13T09:09:20Z | https://github.com/matomo-org/matomo/issues/6125 | 41,989,104 | 6,125 |
[
"matomo-org",
"matomo"
] | Hi
I am using Firefox version 31.0 and Chrome version 36.0.1985.143 m and the latest version of Piwik.
When I go to the Custom Variables tab for example and click on the insights bulb icon, I use the filter select box to select different options.
When I select anything other then All it is fine, but when I try to sele... | insight select options: all option not working after you switch to another option | https://api.github.com/repos/matomo-org/matomo/issues/6124/comments | 2 | 2014-09-04T15:39:29Z | 2014-09-23T13:30:09Z | https://github.com/matomo-org/matomo/issues/6124 | 41,951,421 | 6,124 |
[
"matomo-org",
"matomo"
] | The formatting on the ecommerce tooltip is off. I attached an image from the widget Visitors in Real-time. Issue occurs in FF and Chrome for me, haven't tried any others.

| Visitors in Real-time ecommerce order tooltip formatting | https://api.github.com/repos/matomo-org/matomo/issues/6123/comments | 5 | 2014-09-04T15:00:53Z | 2014-10-15T01:17:26Z | https://github.com/matomo-org/matomo/issues/6123 | 41,946,825 | 6,123 |
[
"matomo-org",
"matomo"
] | I'm going on here with my [forum thread](http://forum.piwik.org/read.php?2,116911,119554) about this problem.
I've set a dummy website on a virtualmachine: _vmdev.local/test/dummy/*.html_ then I've added Piwik's tracker linked to side id 1.
If Piwik's domain is the same of my website I could get the entire Overlay fe... | Page Overlay feature not working when Piwik is installed on a different domain | https://api.github.com/repos/matomo-org/matomo/issues/6122/comments | 10 | 2014-09-04T13:40:12Z | 2014-10-02T07:48:06Z | https://github.com/matomo-org/matomo/issues/6122 | 41,937,774 | 6,122 |
[
"matomo-org",
"matomo"
] | There's a problem with cells containing too much characters, they make widgets overlap each others.
As you can see in this [screenshot](http://imgur.com/9sO7KTU) the widget on the right overlaps the one on the left that's tooooo wiiiide because of content (AAAAAAAAAAAAAAAAA).
The same happens also in _Page Titles_ cel... | When one datatable label is very long it causes the table to stretch overlapping other reports | https://api.github.com/repos/matomo-org/matomo/issues/6121/comments | 10 | 2014-09-04T12:59:02Z | 2024-09-13T09:09:21Z | https://github.com/matomo-org/matomo/issues/6121 | 41,932,861 | 6,121 |
[
"matomo-org",
"matomo"
] | Hello,
I use import_logs.py and php5 console core:archive to update the visits of my sites. But it doesn't work since I'm in 2.4 and now 2.5 version.
### Apache Log format
LogFormat "%{Host}i %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" vhosts
### Data in MySQL
Data in the DB are not correct :
7... | Log analytics : import_logs.py doesn't work any more | https://api.github.com/repos/matomo-org/matomo/issues/6120/comments | 3 | 2014-09-04T12:46:26Z | 2014-09-19T07:01:17Z | https://github.com/matomo-org/matomo/issues/6120 | 41,931,679 | 6,120 |
[
"matomo-org",
"matomo"
] | The following code does not works in Chrome but it works in Firefox, any idea how to debug?
Chrome is loading the piwik url and returning HTTP 200 and the 1x1 gif pixel
<a target="_blank" rel="nofollow" onclick="javascript:_paq.push(['trackEvent', 'Share', 'Facebook']);" href="http://www.facebook.com/sharer.php?
| event tracking not working in chrome | https://api.github.com/repos/matomo-org/matomo/issues/6118/comments | 1 | 2014-09-03T20:00:58Z | 2014-09-20T11:00:34Z | https://github.com/matomo-org/matomo/issues/6118 | 41,859,425 | 6,118 |
[
"matomo-org",
"matomo"
] | Hello together,
i started with Piwik tracking about 2 months ago in my company.
But now the `archive is exploding`...**_11GB blob archive for one month**_?
Some notes:
- **_i'm having a huge numbers of actions**_ > 100k (see screenshot)
- i use a lot (different) custom visitor and action variables
- i use segments
... | Monthly archive is huge | https://api.github.com/repos/matomo-org/matomo/issues/6115/comments | 6 | 2014-09-03T11:21:33Z | 2024-09-13T09:09:21Z | https://github.com/matomo-org/matomo/issues/6115 | 41,805,664 | 6,115 |
[
"matomo-org",
"matomo"
] | In the language list Norwegian Bokmål is written "Norwegian Bokma°l"
Don't use a° (U+0061U+00B0), but use å (U+00E5)
| Norwegian Bokmål name is written wrong | https://api.github.com/repos/matomo-org/matomo/issues/6114/comments | 6 | 2014-09-03T10:12:10Z | 2014-09-03T12:02:08Z | https://github.com/matomo-org/matomo/issues/6114 | 41,800,785 | 6,114 |
[
"matomo-org",
"matomo"
] | 111.111.111.111 - - [28/Aug/2014:10:08:33 +0000] "GET /example?action_name=Scroll%2FSolutions&idsite=1&rec=1&r=237194&h=15&m=38&s=32&url=http%3A%2F%2Fwww.exampleanalytics.com%2F&urlref=http%3A%2F%2Fwww.google.com%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3D%26esrc%3Ds%26source%3Dweb%26cd%3D2%26ved%3D0CCYQFjAB%26url%3Dhttp%253A%252F... | Error importing log | https://api.github.com/repos/matomo-org/matomo/issues/6113/comments | 7 | 2014-09-03T10:08:38Z | 2024-09-13T09:09:22Z | https://github.com/matomo-org/matomo/issues/6113 | 41,800,523 | 6,113 |
[
"matomo-org",
"matomo"
] | Follow up for #6045 where we made it possible for any plugin to add data to the API. Now we want the plugins to extend Live widget, Visitor Log and Visitor profile.
This can be quite complex as we probably do not want loads of events there. Maybe we can start using AngularJS for this as a proof of concept. As they do ... | Allow any plugin to extend and display data in the Visitor Log and Visitor Profile | https://api.github.com/repos/matomo-org/matomo/issues/6111/comments | 11 | 2014-09-03T06:18:58Z | 2017-09-13T16:58:02Z | https://github.com/matomo-org/matomo/issues/6111 | 41,785,229 | 6,111 |
[
"matomo-org",
"matomo"
] | The goal of this ticket is to modify the Tracker API parameter `cdt` so that it is allowed to send `cdt` values within the last N seconds without passing the `token_auth`.
By default a user could send a tracking api request setting a custom datetime in near past without needing to authenticate with `token_auth`.
####... | Tracker API: cdt parameter should not require token_auth when setting a recent datetime | https://api.github.com/repos/matomo-org/matomo/issues/6110/comments | 3 | 2014-09-03T00:57:28Z | 2014-10-09T11:43:06Z | https://github.com/matomo-org/matomo/issues/6110 | 41,772,098 | 6,110 |
[
"matomo-org",
"matomo"
] | The goal of this ticket is to modify the tracker API so that the `cid` parameter should no longer require to use the token_auth.
Tasks:
- modify tracker API
- update the reference docs http://developer.piwik.org/api-reference/tracking-api as well as any FAQ or user guide that may mention `cid`.
This overall goal is ... | Tracker API: cid parameter no longer requires token_auth | https://api.github.com/repos/matomo-org/matomo/issues/6109/comments | 0 | 2014-09-03T00:46:50Z | 2014-09-09T11:27:19Z | https://github.com/matomo-org/matomo/issues/6109 | 41,771,628 | 6,109 |
[
"matomo-org",
"matomo"
] | For example, Piwik::Referers.getKeywords will normally return an array of hashes if the site has multiple keywords.
However, if the site is new and has a single keyword, won't return a hash but instead a single hash. Instead, that same hash should be returned inside an array to reduce the extra code necessary.
If a ... | Responses should follow the principle of least astonishment | https://api.github.com/repos/matomo-org/matomo/issues/6108/comments | 2 | 2014-09-02T20:19:37Z | 2024-09-13T09:09:22Z | https://github.com/matomo-org/matomo/issues/6108 | 41,750,193 | 6,108 |
[
"matomo-org",
"matomo"
] | Now that `js/piwik.js` is getting larger and larger - for instance content tracking added already more than 1000 new lines of code - it would be really nice to split `js/piwik.js` into multiple files or modules. Would probably also make it easier to write tests for it. I'd have to write and create many tests that rely ... | Split piwik.js into multiple files and provide a merged one | https://api.github.com/repos/matomo-org/matomo/issues/6106/comments | 26 | 2014-09-02T16:01:22Z | 2024-09-13T09:09:23Z | https://github.com/matomo-org/matomo/issues/6106 | 41,725,530 | 6,106 |
[
"matomo-org",
"matomo"
] | Edit 2019:
## Summary
The following 2 new features would be very valuable:
* Time until conversion (eg. `5 days` or `1h 15min` or `1min 40s`)
* Number of visits until conversion
## Original
The goal of this ticket is to add a new metric processed and displayed for each goal, and ecommerce conversions. This m... | New metrics "Time to conversion" and "Visits to conversion" for Goals and Ecommerce | https://api.github.com/repos/matomo-org/matomo/issues/6105/comments | 3 | 2014-09-02T15:02:31Z | 2024-11-25T21:09:32Z | https://github.com/matomo-org/matomo/issues/6105 | 41,718,791 | 6,105 |
[
"matomo-org",
"matomo"
] | The goal of this ticket is to change the display of the column "AVG. TIME ON PAGE" to make it display in the format `01:46` instead of `1min 46s`.
This change will bring a better readability of the metric and easier to scan the data.
Notes:
- this column is only present for reports under the "Actions" tabs.
- Mayb... | Make 'Time on page' column displayed in format MM:SS instead of '1 min 46s' | https://api.github.com/repos/matomo-org/matomo/issues/6104/comments | 1 | 2014-09-02T15:01:28Z | 2024-09-13T09:09:23Z | https://github.com/matomo-org/matomo/issues/6104 | 41,718,664 | 6,104 |
[
"matomo-org",
"matomo"
] | Hi,
I did a fresh install (git clone my fork then composer update) to contribute. But I get an error in my CSS and I can't print more details than this below:
/index.php?module=Proxy&action=getCss&cb=745ac1ae282dd708c560a7f9e2a9da1f
<pre>Piwik › Error
parse error: failed at `background-image: url(data:image/pn... | [Less error] parse error: failed at background-image | https://api.github.com/repos/matomo-org/matomo/issues/6103/comments | 22 | 2014-09-02T09:58:34Z | 2024-09-13T09:09:24Z | https://github.com/matomo-org/matomo/issues/6103 | 41,692,980 | 6,103 |
[
"matomo-org",
"matomo"
] | Feel free to move it to 2.7.0
While testing the new contents #4996 feature on the Piwik Mobile app I noticed I was not able to pick the `interaction_rate` column which is a processed metric.
Investigating a bit I noticed that we only add the default processed metrics to the columns array and I am not sure if this i... | Processed report does not add all metrics to columns | https://api.github.com/repos/matomo-org/matomo/issues/6102/comments | 1 | 2014-09-02T09:02:14Z | 2014-09-03T07:22:22Z | https://github.com/matomo-org/matomo/issues/6102 | 41,688,526 | 6,102 |
[
"matomo-org",
"matomo"
] | While embeding a Providers Widget to a page, a clickable provider "IP" is linked to Piwik FAQ. We, discussed this and think that it shouldn't be like that. It should be called "Unknown" or something like that and maybe insted of link to FAQ there should be an information popup. This Way user can embeed the widget witho... | IP in Providers widget is linking to FAQ page. | https://api.github.com/repos/matomo-org/matomo/issues/6101/comments | 2 | 2014-09-01T15:37:21Z | 2014-10-08T04:30:57Z | https://github.com/matomo-org/matomo/issues/6101 | 41,647,765 | 6,101 |
[
"matomo-org",
"matomo"
] | I am not able to add a new website, when ever i clicks on add new website page redirects to given url but it open piwik root directory all inputed files details Index of /analytics/piwik..
Please find the attached images below
1) First i will open websites:
 and full backtrace in the <a href='?module=Proxy&action=redirect&url=http://forum.piwik.org' target='_blank'>Piwik forums</a> (please do a Search first as
+it might have been reported already!).<br /><br/> Notice:</stro... | error during daily archive.php run | https://api.github.com/repos/matomo-org/matomo/issues/6099/comments | 1 | 2014-09-01T12:10:24Z | 2014-09-20T11:00:33Z | https://github.com/matomo-org/matomo/issues/6099 | 41,632,104 | 6,099 |
[
"matomo-org",
"matomo"
] | After upgrading to 2.5 i can't use my webcron like described in: http://piwik.org/docs/setup-auto-archiving/#linuxunix-how-to-set-up-a-crontab-to-automatically-archive-the-reports
I always get the following error: Piwik Console is known to be not compatible with PHP-CGI (you are using cgi-fcgi). Please execute console... | Webcron: archive.php doesn't work | https://api.github.com/repos/matomo-org/matomo/issues/6098/comments | 2 | 2014-09-01T09:40:29Z | 2014-09-05T01:15:25Z | https://github.com/matomo-org/matomo/issues/6098 | 41,622,356 | 6,098 |
[
"matomo-org",
"matomo"
] | Would be great to get a new widget where visitor languages are specified with local versions of languages, and to see the specific browser language codes used. See image:

Think about it as the "Browser versio... | Browser language reporting: Let me see the different language codes | https://api.github.com/repos/matomo-org/matomo/issues/6097/comments | 16 | 2014-08-31T21:32:53Z | 2024-09-13T09:09:25Z | https://github.com/matomo-org/matomo/issues/6097 | 41,596,608 | 6,097 |
[
"matomo-org",
"matomo"
] | The goal of this ticket is to deprecate the Google2Piwik tool.
The tool is now deprecated and not officially supported by Piwik. It is a bit buggy or even non functioning. We will later re-create a new better tool that will let Google Analytics users import their data in Piwik. See #6095
Tasks
- Remove Google2Piwik ... | Deprecate Google2Piwik | https://api.github.com/repos/matomo-org/matomo/issues/6096/comments | 1 | 2014-08-31T20:40:57Z | 2014-11-14T08:06:58Z | https://github.com/matomo-org/matomo/issues/6096 | 41,595,553 | 6,096 |
[
"matomo-org",
"matomo"
] | The goal of this ticket is to create an easy to use tool that will let anyone import in Piwik their Google Analytics data.
### Features expected in this tool
- Import one or several websites
- Import data for all periods, or only import for a custom date range
- For each website, we import the report data: Top pag... | Let users import Google Analytics data in Matomo | https://api.github.com/repos/matomo-org/matomo/issues/6095/comments | 73 | 2014-08-31T20:38:04Z | 2019-10-27T19:48:39Z | https://github.com/matomo-org/matomo/issues/6095 | 41,595,488 | 6,095 |
[
"matomo-org",
"matomo"
] | The goal of this ticket is to create a new API in Piwik that will allow users to import Report data in Piwik.
Example use case:
- Google Analytics Importer,
- Yandex Importer,
- Webtrends importer,
- Etc.
Tasks
- Create a new API that lets user set or overwrite report data, for a given website, period, date, segmen... | Create an API to let users import historical report data in Piwik | https://api.github.com/repos/matomo-org/matomo/issues/6094/comments | 5 | 2014-08-31T20:37:27Z | 2024-09-13T09:09:25Z | https://github.com/matomo-org/matomo/issues/6094 | 41,595,473 | 6,094 |
[
"matomo-org",
"matomo"
] | Here:
https://github.com/piwik/piwik/blob/master/js/piwik.js#L45
You check for JSON2 object in window object which never exists and you always use JS version of JSON instead of builtin.
Also, here https://github.com/piwik/piwik/pull/6066#issuecomment-53999069 man said that you do not use json2.js, but you actually do... | Clean up JSON2 in piwik.js | https://api.github.com/repos/matomo-org/matomo/issues/6093/comments | 21 | 2014-08-31T19:51:29Z | 2020-09-29T00:18:41Z | https://github.com/matomo-org/matomo/issues/6093 | 41,594,473 | 6,093 |
[
"matomo-org",
"matomo"
] | When I go to "Settings > Plugins" I don't get the list of plugins there any longer. I get this message:
Key "isActivated" for array with keys "name, owner, description, homepage, license, createdDateTime, donate, isTheme, keywords, authors, repositoryUrl, lastUpdated, latestVersion, numDownloads, screenshots, activit... | After updating to 2.5.0 the plugin page don't work | https://api.github.com/repos/matomo-org/matomo/issues/6092/comments | 5 | 2014-08-31T10:34:55Z | 2014-09-05T11:15:17Z | https://github.com/matomo-org/matomo/issues/6092 | 41,583,300 | 6,092 |
[
"matomo-org",
"matomo"
] | Google is making analysis by specific demographics & interests
like gender, age, sports etc
They are using their ad/display network to determine what "characteristics" the visitor have.
e.g. people who are visiting often websites which are (from statistics point of view) more interesting for women are "marked as wome... | analysis by specific demographics & interest - the piwik way | https://api.github.com/repos/matomo-org/matomo/issues/6090/comments | 7 | 2014-08-29T13:53:02Z | 2024-09-13T09:09:26Z | https://github.com/matomo-org/matomo/issues/6090 | 41,502,453 | 6,090 |
[
"matomo-org",
"matomo"
] | The goal of this ticket is to make default setting universal for different kinds of users.
Background:
Users would like to have their data available in Piwik as soon as possible. It's no problem when there's really small traffic. With about 500 visits daily it can take a few seconds to complete archiving on poor mach... | Reports for today will be processed every 150 seconds instead of previous default 10s (real time reports) | https://api.github.com/repos/matomo-org/matomo/issues/6089/comments | 6 | 2014-08-29T10:07:14Z | 2014-09-14T09:58:45Z | https://github.com/matomo-org/matomo/issues/6089 | 41,487,038 | 6,089 |
[
"matomo-org",
"matomo"
] | Report from email:
I am not able to add a new website, when ever i clicks on add new website page redirects to given url but it open piwik root directory all inputed files details can you please help me in solving the issue:
http://gva6699.gva.europe.firmenich.com/analytics/piwik/?module=SitesManager&action=index&sho... | AngularJS: append index.php to the url service | https://api.github.com/repos/matomo-org/matomo/issues/6088/comments | 3 | 2014-08-29T06:13:01Z | 2024-09-13T09:09:26Z | https://github.com/matomo-org/matomo/issues/6088 | 41,473,675 | 6,088 |
[
"matomo-org",
"matomo"
] | Dashboard:
API returned an error: Date format must be: YYYY-MM-DD, or 'today' or 'yesterday' or any keyword supported by the strtotime function (see http://php.net/strtotime for more information): { at Date.php:87
error message disappear after some seconds...
please see attachment
 that will let a user pick two websites from the list of tracked websites in Piwik, and will then output the number of unique users that visited both websites in the selected time period.
**Proposal**
- in All... | Cross websites reporting: Let me see the number of users who browsed two websites (new plugin) | https://api.github.com/repos/matomo-org/matomo/issues/6082/comments | 10 | 2014-08-28T08:20:45Z | 2024-09-13T09:09:27Z | https://github.com/matomo-org/matomo/issues/6082 | 41,365,651 | 6,082 |
[
"matomo-org",
"matomo"
] | Hi.
After update to 2.5.0 piwik stop show any entry on all page of all sites.
there's 80 different site every imported from a long time with import_logs.py
Now no one data it's show from the date of update.
The running of import_logs.py show "X request imported successfully"
The running of "console core:archive" s... | import_logs.py stop after update 2.5.0 | https://api.github.com/repos/matomo-org/matomo/issues/6081/comments | 1 | 2014-08-28T08:20:09Z | 2014-09-20T11:00:33Z | https://github.com/matomo-org/matomo/issues/6081 | 41,365,618 | 6,081 |
[
"matomo-org",
"matomo"
] | I'd like to show an actual funnel for my goals...is it possible to create our own images to show the data in the dashboard?
| New Goal Funnels plugin | https://api.github.com/repos/matomo-org/matomo/issues/6080/comments | 22 | 2014-08-28T00:43:58Z | 2024-09-13T09:09:27Z | https://github.com/matomo-org/matomo/issues/6080 | 41,345,632 | 6,080 |
[
"matomo-org",
"matomo"
] | The goal of this ticket is to modify Archiver so that it can process Unique Visitors across multiple websites.
Particularly this code is concerned: https://github.com/piwik/piwik/blob/master/core/ArchiveProcessor.php#L367-370
```
if(!$this->getParams()->isSingleSite() ) {
// we only compute unique... | Archiver: allow to process unique visitors across multiple websites | https://api.github.com/repos/matomo-org/matomo/issues/6079/comments | 0 | 2014-08-27T22:20:12Z | 2014-09-12T10:20:39Z | https://github.com/matomo-org/matomo/issues/6079 | 41,337,142 | 6,079 |
[
"matomo-org",
"matomo"
] | The goal of this ticket is to provide an alternative display of Event reporting data. Instead of displaying second dimension values in the sub-table, we would to display second dimensions as columns of the report. This is a different view of the existing Event data, which is much more useful data visualisation in many... | Event reporting: new report to view the second dimension as columns (Pivot by second dimension) | https://api.github.com/repos/matomo-org/matomo/issues/6078/comments | 4 | 2014-08-27T21:09:27Z | 2014-09-22T08:18:25Z | https://github.com/matomo-org/matomo/issues/6078 | 41,330,958 | 6,078 |
[
"matomo-org",
"matomo"
] | Would like an option to view real-time map with all websites rather than having to select one.
| Real-time map with all websites | https://api.github.com/repos/matomo-org/matomo/issues/6077/comments | 1 | 2014-08-27T20:58:26Z | 2014-09-20T11:00:33Z | https://github.com/matomo-org/matomo/issues/6077 | 41,329,968 | 6,077 |
[
"matomo-org",
"matomo"
] | ## Context
When a new plugin is released on the marketplace we have a script that runs the Piwik unit + plugins + system tests. This is meant to detect easily whenever some plugins fail the Piwik platform tests. This setup is for information purpose only.
## Example
When the plugin LdapConnection 0.3.0 was released,... | When new plugins are released on the marketplace, the CI build should not always fail | https://api.github.com/repos/matomo-org/matomo/issues/6076/comments | 2 | 2014-08-27T16:46:00Z | 2016-08-16T10:18:49Z | https://github.com/matomo-org/matomo/issues/6076 | 41,304,755 | 6,076 |
[
"matomo-org",
"matomo"
] | Kinda similar to replaying the piwik.php logs
It would make tracking really fast when we only store the piwik.php requests in a queue (like Redis or actual queues such as RabbitMQ) and a tracker node would then always pick like 100 out of the queue when there are resources and process them via bulk tracking.
So redi... | Write tracking requests into a queue and don't process them immediately | https://api.github.com/repos/matomo-org/matomo/issues/6075/comments | 16 | 2014-08-27T14:45:44Z | 2014-12-16T22:00:45Z | https://github.com/matomo-org/matomo/issues/6075 | 41,291,132 | 6,075 |
[
"matomo-org",
"matomo"
] | This ticket is a place-holder for ideas and tasks involved in the release of Piwik 3.0.0.
Release date: To be discussed. What do you suggest?
| Release Piwik 3.0 | https://api.github.com/repos/matomo-org/matomo/issues/6074/comments | 5 | 2014-08-26T21:36:57Z | 2024-09-13T09:09:28Z | https://github.com/matomo-org/matomo/issues/6074 | 41,225,566 | 6,074 |
[
"matomo-org",
"matomo"
] | Issue:
When trying to go to Websites Tab in Settings view, websites won't load, and i get "The string SitesManager_AddSite was not loaded in javascript. Make sure it is added in the Translate.getClientSideTranslationKeys hook." and the page freezes.
To Reporoduce:
After logging in to super user account, Click on Setti... | Websites tab won't show up in Settings Page | https://api.github.com/repos/matomo-org/matomo/issues/6073/comments | 20 | 2014-08-26T19:59:46Z | 2014-09-20T11:00:33Z | https://github.com/matomo-org/matomo/issues/6073 | 41,214,378 | 6,073 |
[
"matomo-org",
"matomo"
] | as per title, found this issue while reviewing #5989
| When a Goal is matching a pattern containing <, >, ', " goal will not match | https://api.github.com/repos/matomo-org/matomo/issues/6070/comments | 0 | 2014-08-25T21:59:59Z | 2014-08-25T22:05:37Z | https://github.com/matomo-org/matomo/issues/6070 | 41,113,496 | 6,070 |
[
"matomo-org",
"matomo"
] | It would be great to provide a simple way to track how far users have scrolled down the page? eg. http://www.optimisationbeacon.com/analytics/track-how-far-your-users-scroll-in-google-analytics/
Or somehow more generic measurement of engagement with the page: see also this Google analytics plugin: https://github.com/r... | Measure how far users scroll down the page | https://api.github.com/repos/matomo-org/matomo/issues/6069/comments | 6 | 2014-08-25T21:16:34Z | 2024-09-13T09:09:28Z | https://github.com/matomo-org/matomo/issues/6069 | 41,108,768 | 6,069 |
[
"matomo-org",
"matomo"
] | ecommerce orders, with a product containing a double quote character, are not being tracked. We are using the REST API for order tracking.
When the request is submitted the 1x1 pixel image is returned, but the order is never displayed in the dashboard.
| ecommerce orders with double quotes in product name or category name are not tracked | https://api.github.com/repos/matomo-org/matomo/issues/6068/comments | 3 | 2014-08-25T21:01:24Z | 2024-09-13T09:09:29Z | https://github.com/matomo-org/matomo/issues/6068 | 41,106,515 | 6,068 |
[
"matomo-org",
"matomo"
] | It was reported in [forum](http://forum.piwik.org/read.php?2,119061) that installer Step 2 displays a warning `GET request to piwik.php failed. Try whitelisting this URL from HTTP Authentication and disable mod_security (you may have to ask your webhost).`
I could reproduce this issue locally.
| at installation step 2, warning message: "GET request to piwik.php failed." | https://api.github.com/repos/matomo-org/matomo/issues/6067/comments | 0 | 2014-08-25T19:49:01Z | 2014-08-25T20:05:04Z | https://github.com/matomo-org/matomo/issues/6067 | 41,098,159 | 6,067 |
[
"matomo-org",
"matomo"
] | We hit a bug caused by the fact that Tracker Plugins are stored in the config file.
It makes sense to dynamically cache the list of tracker plugins in the tracker cache instead.
As a result, Tracking servers will pull the list of plugins dynamically rather than rely on content of config file which may be wrong (if c... | Cache list of Tracker plugins in tracker than config file | https://api.github.com/repos/matomo-org/matomo/issues/6065/comments | 5 | 2014-08-25T14:27:51Z | 2014-08-26T21:39:55Z | https://github.com/matomo-org/matomo/issues/6065 | 41,066,339 | 6,065 |
[
"matomo-org",
"matomo"
] | The goal of this ticket is to implement a first version of multi-channel attribution across digital channels, and provide of attribution modelling in Piwik.
## Context
Piwik can track Goals and Ecommerce conversions. By default, Piwik attributes 100% of conversion credit to the last referrer that was used before the c... | Multi-Channel attribution modelling | https://api.github.com/repos/matomo-org/matomo/issues/6064/comments | 5 | 2014-08-25T14:15:55Z | 2024-09-13T09:09:29Z | https://github.com/matomo-org/matomo/issues/6064 | 41,065,174 | 6,064 |
[
"matomo-org",
"matomo"
] | Currently the list of enabled plugins is stored in the config.ini.php.
Goal of this ticket is to store the list of enabled plugins in the database instead.
Benefit: this will ensure that list of enabled plugins is synchronised across all servers used by Piwik, without having to manually synchronise it whenever new p... | Store list of enabled plugins in Database | https://api.github.com/repos/matomo-org/matomo/issues/6063/comments | 3 | 2014-08-25T12:40:47Z | 2024-09-13T09:09:30Z | https://github.com/matomo-org/matomo/issues/6063 | 41,057,328 | 6,063 |
[
"matomo-org",
"matomo"
] | SensioLabsInsight continuously analyze PHP code to detect security risks, find bugs, provide actionable metrics and help improve your projects in the long term.
The Piwik project is analysed here: https://insight.sensiolabs.com/projects/2fcaa00c-b158-44ee-898d-96f49d8ac63c
The goal of this ticket is to check the aler... | Check SensioLabsInsight report and remove alerts | https://api.github.com/repos/matomo-org/matomo/issues/6062/comments | 3 | 2014-08-25T09:08:09Z | 2024-09-13T09:09:30Z | https://github.com/matomo-org/matomo/issues/6062 | 41,044,701 | 6,062 |
[
"matomo-org",
"matomo"
] | Once this is done we can remove some calls to "load translations" before plugins are loaded in `FrontController::init()`.
It would also showcase the plugin.json and we wouldn't treat core plugins differently anymore.
This can be scripted, so one would not have to create them manually. Goals plugin is maybe the only ... | Migrate all core plugins to use plugin/composer.json instead of getInformation() | https://api.github.com/repos/matomo-org/matomo/issues/6061/comments | 1 | 2014-08-25T08:57:35Z | 2024-09-13T09:09:31Z | https://github.com/matomo-org/matomo/issues/6061 | 41,044,005 | 6,061 |
[
"matomo-org",
"matomo"
] | In #5863 we do already cache plugin translations. Thinking a bit further we could do this for core translations as well. This alone wouldn't bring a huge performance improvement since we would save more or less only the `json_decode`. But we could save plugin and core translations in a flat array as it was originally:
... | Improve performance by caching all translations in a flat array | https://api.github.com/repos/matomo-org/matomo/issues/6060/comments | 0 | 2014-08-25T08:50:43Z | 2015-01-09T02:16:49Z | https://github.com/matomo-org/matomo/issues/6060 | 41,043,552 | 6,060 |
[
"matomo-org",
"matomo"
] | Due to possibility of using Piwik as dependency (i.e. for automating build and deploy process) it would be great to keep those 2 files synchronised at all times, and in specific it involves using strict versioning in composer.json to avoid uncontrolled version switches which could break deployment procedure.
| Keep composer.json and composer.lock synchronised at all times | https://api.github.com/repos/matomo-org/matomo/issues/6058/comments | 10 | 2014-08-25T07:37:44Z | 2014-10-20T04:39:03Z | https://github.com/matomo-org/matomo/issues/6058 | 41,039,180 | 6,058 |
[
"matomo-org",
"matomo"
] | As title.
| Bug in JSON renderer renders simple associative array as indexed array containing object. | https://api.github.com/repos/matomo-org/matomo/issues/6057/comments | 1 | 2014-08-24T23:33:31Z | 2014-09-20T11:00:33Z | https://github.com/matomo-org/matomo/issues/6057 | 41,023,138 | 6,057 |
[
"matomo-org",
"matomo"
] | Should display message about PHP 5.3 and ask users to upgrade.
| display permanent notification to Super Users in admin screen for PHP 5.3 warning about EOL | https://api.github.com/repos/matomo-org/matomo/issues/6056/comments | 1 | 2014-08-24T23:32:42Z | 2014-09-24T00:04:00Z | https://github.com/matomo-org/matomo/issues/6056 | 41,023,115 | 6,056 |
[
"matomo-org",
"matomo"
] | As title.
| CronArchive should use symfony OutputInterface when used by core:archive command | https://api.github.com/repos/matomo-org/matomo/issues/6055/comments | 2 | 2014-08-24T04:38:05Z | 2016-07-08T03:37:48Z | https://github.com/matomo-org/matomo/issues/6055 | 40,995,772 | 6,055 |
[
"matomo-org",
"matomo"
] | Would open up more UI possibilities. Should be done after composer used to handle plugin dependencies so the plugin can be required by others.
| create plugin that implements server side support for WebSockets | https://api.github.com/repos/matomo-org/matomo/issues/6054/comments | 2 | 2014-08-24T03:42:31Z | 2016-07-08T03:38:11Z | https://github.com/matomo-org/matomo/issues/6054 | 40,994,531 | 6,054 |
[
"matomo-org",
"matomo"
] | Here is the report to [our security team](http://piwik.org/security/)
### reproduce
- http://demo.piwik.org/index.php/.html?date=yesterday&module=API&format=json&method=SitesManager.getImageTrackingCode&idSite=1&period=day&piwikUrl=%3Cimg%20src%3dx%20onerror%3dalert('XSS')%3E&actionName=&token_auth=12121
- Also http:/... | xss affecting IE6, IE7 and IE8 | https://api.github.com/repos/matomo-org/matomo/issues/6053/comments | 7 | 2014-08-23T15:33:09Z | 2014-10-20T04:38:27Z | https://github.com/matomo-org/matomo/issues/6053 | 40,978,030 | 6,053 |
[
"matomo-org",
"matomo"
] | in #5977 we added a Goal Selector displayed when there are more than 3 goals. This goal selector makes it much easier to search for, and select goal reports, when a user has defined eg. 10+ goals.
This ticket is about solving a couple small bugs related to this goal selector.
bug 1)
- click on Goals > Overview.
- cli... | Goal selector displayed when 3+ goals in Piwik does not always initialise with currently selected Goal | https://api.github.com/repos/matomo-org/matomo/issues/6052/comments | 1 | 2014-08-23T15:06:55Z | 2025-04-11T12:32:45Z | https://github.com/matomo-org/matomo/issues/6052 | 40,977,511 | 6,052 |
[
"matomo-org",
"matomo"
] | del
| Local PHP Piwik-Client | https://api.github.com/repos/matomo-org/matomo/issues/6051/comments | 1 | 2014-08-23T14:39:30Z | 2014-09-20T11:01:17Z | https://github.com/matomo-org/matomo/issues/6051 | 40,976,964 | 6,051 |
[
"matomo-org",
"matomo"
] | Hello ,
I just try this version and I faced that country is not showing correctly it shows only US & UK country instead of anyone but i am accessing from pakistan and malysia etc....
Thanks
| Country is not displaying correctly ... | https://api.github.com/repos/matomo-org/matomo/issues/6050/comments | 1 | 2014-08-23T08:15:13Z | 2014-09-20T11:01:17Z | https://github.com/matomo-org/matomo/issues/6050 | 40,970,398 | 6,050 |
[
"matomo-org",
"matomo"
] | There is an existing forum post of this issue located: http://forum.piwik.org/read.php?2,118765 The suggested temporary workaround causes the Referrer data to not work properly. Included below is the error that is returned by Piwik:
```
WARN Live[2014-08-22 22:36:27] [a09ee] Failed to get data from API: Referrer type ... | 2.5.0 Upgrade - Breaks Visitor Log | https://api.github.com/repos/matomo-org/matomo/issues/6049/comments | 7 | 2014-08-22T22:43:00Z | 2014-08-26T07:55:15Z | https://github.com/matomo-org/matomo/issues/6049 | 40,957,365 | 6,049 |
[
"matomo-org",
"matomo"
] | Hello,
Im testing Piwik in my site and all visit to test pages come from Chile, but en my piwik panel appear as Spain.
Attached a screenshot.
Regards,
| Chile logges as Spain | https://api.github.com/repos/matomo-org/matomo/issues/6047/comments | 4 | 2014-08-22T21:48:11Z | 2014-09-20T11:01:17Z | https://github.com/matomo-org/matomo/issues/6047 | 40,953,479 | 6,047 |
[
"matomo-org",
"matomo"
] | Feature request to add option to exclude DDNS connections. It's cumbersome to continue adding exclude cookies in all my devices.
If the following script is still viable, could it be turned into a plugin? (http://bit.ly/1rqyQmj)
| Ability to exclude visitors using Dynamic DNS DDNS | https://api.github.com/repos/matomo-org/matomo/issues/6046/comments | 2 | 2014-08-22T20:24:04Z | 2015-02-08T22:05:17Z | https://github.com/matomo-org/matomo/issues/6046 | 40,946,862 | 6,046 |
[
"matomo-org",
"matomo"
] | Needed to move provider plugin to Marketplace see #5341.
Also need to prevents issues like this http://forum.piwik.org/read.php?2,118765,119048 there Visitors in real time and Visitor Log becomes unusable if for instance Referrers plugin is deactivated. See #6049
| Add hooks to Live plugin and let other plugins extend it | https://api.github.com/repos/matomo-org/matomo/issues/6045/comments | 5 | 2014-08-22T07:38:35Z | 2014-09-03T06:19:08Z | https://github.com/matomo-org/matomo/issues/6045 | 40,885,616 | 6,045 |
[
"matomo-org",
"matomo"
] | I've been debugging some odd behaviour in my plugin, and I found what appears to be a strage default values for ranges used in Evolution graphs.
It is possible that there is a valid reason for these numbers, but surely the default number of dates for a "week" range is 7, not 26.
Trying to find the origin of this, I t... | Default number of dates for periods in evolution graphs appear to be wrong. | https://api.github.com/repos/matomo-org/matomo/issues/6044/comments | 1 | 2014-08-21T21:56:00Z | 2014-09-20T11:01:17Z | https://github.com/matomo-org/matomo/issues/6044 | 40,854,825 | 6,044 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.