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" ]
Demo2 has regressed, running the cron via misc/cron/archive.php is erroring: ``` $ php /home/piwik-demo2/www/misc/cron/archive.php --url=http://demo2.piwik.org ------------------------------------------------------- Using this 'archive.php' script is no longer recommended. Please use '/path/to/php /home/piwik-demo2/w...
/misc/cron/archive.php crontab is regressed Class 'Piwik\Common' not found
https://api.github.com/repos/matomo-org/matomo/issues/7900/comments
6
2015-05-13T22:56:50Z
2015-06-16T07:33:40Z
https://github.com/matomo-org/matomo/issues/7900
76,152,991
7,900
[ "matomo-org", "matomo" ]
See widget preview: ![visitor_profile_widget](https://cloud.githubusercontent.com/assets/273120/7622161/e979283c-fa20-11e4-8e51-ec732c3f5648.png)
Visitor Profile Widget should not be visible to anonymous users
https://api.github.com/repos/matomo-org/matomo/issues/7899/comments
3
2015-05-13T22:06:49Z
2015-05-18T20:48:25Z
https://github.com/matomo-org/matomo/issues/7899
76,139,220
7,899
[ "matomo-org", "matomo" ]
I run Piwik under the following domain http://tools.daten-reich.de/piwik . The Problem is that different URLs from Piwik ignore the sub path /piwik. 404 - http://tools.daten-reich.de/plugins/Morpheus/images/logo.svg 404 - http://tools.daten-reich.de/?module=MultiSites&action=getEvolutionGraph&period=day&date=2015-04-...
Piwik under sub path URL
https://api.github.com/repos/matomo-org/matomo/issues/7898/comments
4
2015-05-13T06:50:26Z
2024-09-13T09:06:03Z
https://github.com/matomo-org/matomo/issues/7898
75,872,447
7,898
[ "matomo-org", "matomo" ]
piwik/plugins/Morpheus/templates/layout.twig: 13: link rel="shortcut icon" href="{{ customFavicon|default('plugins/CoreHome/images/favicon.ico') }}"/ 14 15 {% include "@CoreHome/_favicon.twig" %} please remove!!
link tag (shortcut icon) generated twice in Morpheus/templates/layout.twig
https://api.github.com/repos/matomo-org/matomo/issues/7897/comments
1
2015-05-13T04:31:16Z
2015-05-13T22:04:28Z
https://github.com/matomo-org/matomo/issues/7897
75,841,940
7,897
[ "matomo-org", "matomo" ]
This issue needs to be solved for #7131 and #4734 A "type" could be a plugin that defines a type "Website" or "MobileApp". Different types need not only different reports and different naming of reports but also different fields in the Sites Manager. The Sites Manager might become at some point a Property Manager or s...
Add possibility to create Mobile Apps in Sites Management (and later any type)
https://api.github.com/repos/matomo-org/matomo/issues/7893/comments
12
2015-05-12T23:01:05Z
2024-09-13T09:06:03Z
https://github.com/matomo-org/matomo/issues/7893
75,770,775
7,893
[ "matomo-org", "matomo" ]
See screenshot. I'm getting this notification although the segment is actually applied to the visitor log. So 2 possibilities: - The segment should not have been applied and the notification is correct - The segment is applied correctly and the notification should not be shown ![segment_not_applied](https://cloud.git...
Visitor Log: Getting "Segment not applied" notification although segment is applied.
https://api.github.com/repos/matomo-org/matomo/issues/7892/comments
6
2015-05-12T22:15:40Z
2024-09-13T09:06:04Z
https://github.com/matomo-org/matomo/issues/7892
75,757,626
7,892
[ "matomo-org", "matomo" ]
Maybe also for "Pages" and "Page title" report if only one directory given. Or to describe it in general: If only one row on a certain level is given, it might make sense to expand this one automatically. See for example following screenshot: ![outlink_normal](https://cloud.githubusercontent.com/assets/273120/759893...
Expand Outlinks / Downloads if only one domain given
https://api.github.com/repos/matomo-org/matomo/issues/7891/comments
4
2015-05-12T21:41:54Z
2016-10-05T21:12:58Z
https://github.com/matomo-org/matomo/issues/7891
75,749,421
7,891
[ "matomo-org", "matomo" ]
I am trying to get list of visits with segmentation based on userid and eventCategory. Also, I am using filter_limit for my use case. Following is the call url I am using. /?module=API&method=Live.getLastVisitsDetails&idSite=1&format=xml&filter_limit=10&filter_offset=0&period=range&date=2015-04-12,2015-05-12&segment=...
Incorrect number of records returned after segment filter applied.
https://api.github.com/repos/matomo-org/matomo/issues/7890/comments
3
2015-05-12T11:50:23Z
2015-06-09T20:27:22Z
https://github.com/matomo-org/matomo/issues/7890
75,575,331
7,890
[ "matomo-org", "matomo" ]
The goal of this issue is to build a tool that will make it easy for Piwik developers to detect when Piwik master branch becomes slower, to ensure that Piwik is fast and usable even under extreme conditions. ### Why is this important? we're doing a good job at not often regressing core APIs and key features, and we ...
Performance regressions & Automated speed testing for Piwik
https://api.github.com/repos/matomo-org/matomo/issues/7889/comments
2
2015-05-12T11:06:59Z
2024-09-13T09:06:04Z
https://github.com/matomo-org/matomo/issues/7889
75,563,060
7,889
[ "matomo-org", "matomo" ]
We're recently adding a couple of less variables eg in #7793 or #7874 that might become a public API in #7876 . We should create a theme for UI tests to make sure we don't regress those variables etc. That theme would use different values for those variables and take screenshot of some pages. Maybe there's a better/ea...
Make sure we don't regress public less variables
https://api.github.com/repos/matomo-org/matomo/issues/7884/comments
0
2015-05-11T21:44:54Z
2024-09-13T09:06:05Z
https://github.com/matomo-org/matomo/issues/7884
75,369,509
7,884
[ "matomo-org", "matomo" ]
We already have some more or less successful plugins listed on plugins.piwik.org Most of them are only available with english translations or maybe some more languages. As we have a community helping us to translate Piwik to many languages on transifex, we should give plugin developers the possibility to get their plu...
Allow plugin developers to get their plugins translated by the piwik community
https://api.github.com/repos/matomo-org/matomo/issues/7883/comments
11
2015-05-11T15:10:50Z
2015-10-13T20:17:24Z
https://github.com/matomo-org/matomo/issues/7883
75,253,892
7,883
[ "matomo-org", "matomo" ]
Server version : 2.12.1 piwik-iOS-sdk version : 2.5 1.set parameters according document . 2.call method [sendEventWithCategory:@"Event" action:"Launch_App" label:nil]; expected result The event will show in "Dashboard->Actions->Events" . But real result The event show in "Dashboard->Actions->Pages" , and "Dashboa...
iOS client event tracker issue.
https://api.github.com/repos/matomo-org/matomo/issues/7882/comments
4
2015-05-11T10:57:00Z
2015-05-12T03:27:46Z
https://github.com/matomo-org/matomo/issues/7882
75,180,442
7,882
[ "matomo-org", "matomo" ]
We have a couple of widgets such as Insights: https://github.com/piwik/piwik/blob/2.13.1/plugins/Insights/Widgets.php#L17 They define the widget in `Widgets.php` but the rendering is done in the `Controller`. This is usually good /ok since this is what a Controller does. But we want plugin developers to do all this in...
Make `Controller::setBasicVariablesView`, `Controller::setGeneralVariablesView` etc reusable
https://api.github.com/repos/matomo-org/matomo/issues/7881/comments
4
2015-05-11T06:41:36Z
2020-02-11T02:32:44Z
https://github.com/matomo-org/matomo/issues/7881
75,110,435
7,881
[ "matomo-org", "matomo" ]
Currently, `Piwik\WidgetsList` has lots of static methods. Instead we want to have normal methods. Maybe also some more changes?
Make WidgetsList methods non static
https://api.github.com/repos/matomo-org/matomo/issues/7880/comments
1
2015-05-11T04:00:14Z
2015-08-20T13:39:05Z
https://github.com/matomo-org/matomo/issues/7880
75,075,361
7,880
[ "matomo-org", "matomo" ]
See screenshot. For example Visits Overview with graph. Tested on Chrome 42 + Mac OSX. ![widget_preview](https://cloud.githubusercontent.com/assets/273120/7558353/3fc45c2a-f7f6-11e4-8d5d-7a52f046012f.png)
Some widgets have wrong styles in widget preview (headline etc)
https://api.github.com/repos/matomo-org/matomo/issues/7879/comments
2
2015-05-11T03:57:05Z
2015-06-24T07:09:34Z
https://github.com/matomo-org/matomo/issues/7879
75,074,817
7,879
[ "matomo-org", "matomo" ]
Following a discussion in #7793 we want to expose a simple less file containing the base variables that themes can override. Those variables will be considered as API (no BC-break). We still want to be able to create other less variables (for practical purposes) so we will put these other variables in a separate file,...
Reorganize less variables for simpler theming
https://api.github.com/repos/matomo-org/matomo/issues/7876/comments
9
2015-05-10T20:39:45Z
2015-05-28T14:42:42Z
https://github.com/matomo-org/matomo/issues/7876
74,998,160
7,876
[ "matomo-org", "matomo" ]
Hi guys, I got this error after Updating: The class UsersManager couldn't be found in the file '//plugins/UsersManager/UsersManager.php I saw this file on the told root but there is just a empty php file. How can i fix it?
The class UsersManager couldn't be found in the file plugins/UsersManager/UsersManager.php
https://api.github.com/repos/matomo-org/matomo/issues/7873/comments
1
2015-05-10T07:05:16Z
2015-05-10T20:45:10Z
https://github.com/matomo-org/matomo/issues/7873
74,854,178
7,873
[ "matomo-org", "matomo" ]
There is no functionality to move data between the servers (not to merge, but move). For example, there are two Piwik servers, Serv1 and Serv2. Each of the servers tracks several websites. There should be a way of moving data from one to another server without a significant interruption in tracking. If we have sites A,...
Move sites (data) from one to another server
https://api.github.com/repos/matomo-org/matomo/issues/7868/comments
4
2015-05-08T22:24:59Z
2019-04-16T05:01:14Z
https://github.com/matomo-org/matomo/issues/7868
74,515,312
7,868
[ "matomo-org", "matomo" ]
Hello, Following up from the following forum thread: http://forum.piwik.org/read.php?2,121502 The Piwik admin is not accessible in Safari 8+ on MacOS Yosemite when hosted with SSL on a webserver that supports SPDY. Static files or PHP files not related to Piwik work, and when cookies are disabled there are no issue...
SPDY errors with Safari 8 + Piwik admin
https://api.github.com/repos/matomo-org/matomo/issues/7867/comments
5
2015-05-08T17:55:29Z
2024-09-13T09:06:05Z
https://github.com/matomo-org/matomo/issues/7867
74,443,690
7,867
[ "matomo-org", "matomo" ]
Hi, I am trying to increase the maximum slices that my pie chart result can display. Instead of having just 5 or 6 slices, I would like to increase it. I have had a look at Core/Visualization folders piwik version 2+, but there was no where to increase it. Can someone direct me to the right place please? Any advise w...
Increasing the maximum number of slices to display in pie charts
https://api.github.com/repos/matomo-org/matomo/issues/7865/comments
2
2015-05-08T15:34:52Z
2015-05-09T13:47:05Z
https://github.com/matomo-org/matomo/issues/7865
74,403,048
7,865
[ "matomo-org", "matomo" ]
Hi, it would be nice to have as an admin the ability to change the usernames of the piwik user. My suggestion on how to proceed : First step: Add a user ident to the "piwik_user" table. Second step: Change all user relations in the datebase in the upgrade process to this new ident. Third step: Make the username edita...
Ability to change usernames
https://api.github.com/repos/matomo-org/matomo/issues/7864/comments
4
2015-05-08T08:11:21Z
2024-09-22T08:24:23Z
https://github.com/matomo-org/matomo/issues/7864
74,277,116
7,864
[ "matomo-org", "matomo" ]
@mattab @mnapoli Following the missing `tar.gz`archive (#7860), I've been trying to improve the Makefile used to generate the Debian package. During this process, I've discovered that the `zip` and `zip.asc` do not match. Could we please have a look at this ? md5: `61ef6b4590a1263fa5f31bde89d258e8 piwik-2.13.1.zip`...
Zip archive and GPG signature don't match for Piwik 2.13.1
https://api.github.com/repos/matomo-org/matomo/issues/7863/comments
3
2015-05-08T08:02:41Z
2015-05-12T23:01:51Z
https://github.com/matomo-org/matomo/issues/7863
74,275,249
7,863
[ "matomo-org", "matomo" ]
I'm having a Problem with my Piwik reports. I have set the time span of the report to "last 7 days excl. today" but sometimes the report I receive coveres the penultimate week. e.g. on april 27th I recived the Report for the week of april 13th - april 19th.... http://forum.piwik.org/read.php?2,126167,126328#msg-126328...
Scheduled Report covers wrong timespan
https://api.github.com/repos/matomo-org/matomo/issues/7862/comments
3
2015-05-08T07:52:29Z
2024-09-13T09:06:06Z
https://github.com/matomo-org/matomo/issues/7862
74,272,587
7,862
[ "matomo-org", "matomo" ]
While working on #7822 I noticed that it makes sense to change the Widgets API. This is how we currently define a Widget: http://developer.piwik.org/guides/widgets It was one of the first APIs that we revised and it works fine and is easy to use. Though it makes sense to refactor it with some features in mind etc. (#7...
Change Widgets API for plugins
https://api.github.com/repos/matomo-org/matomo/issues/7861/comments
2
2015-05-08T03:53:41Z
2015-08-20T13:40:07Z
https://github.com/matomo-org/matomo/issues/7861
74,218,175
7,861
[ "matomo-org", "matomo" ]
Hi, It seems like piwik 2.13.1 is only available in a `.zip` format. Up until 2.13.0, piwik archives used to be available in both `.zip` and `.tar.gz`. Could we please confirm the change so I can update the piwik-package repository as well. Thanks.
Piwik 2.13.1 is missing .tar.gz archive
https://api.github.com/repos/matomo-org/matomo/issues/7860/comments
2
2015-05-08T03:09:58Z
2024-09-13T09:06:07Z
https://github.com/matomo-org/matomo/issues/7860
74,208,478
7,860
[ "matomo-org", "matomo" ]
Currently since there are no UI tests for the ImageGraph plugin, changes have to be tested manually. This is time consuming, and since we have a way to invoke the plugin and take screenshots, it is also unnecessary. Creating screenshot tests for ImageGraph that pass on different machines may not be possible since the ...
Create UI tests for ImageGraph plugin so testing can be automated (to some level)
https://api.github.com/repos/matomo-org/matomo/issues/7859/comments
0
2015-05-07T23:28:36Z
2015-05-10T21:27:17Z
https://github.com/matomo-org/matomo/issues/7859
74,162,299
7,859
[ "matomo-org", "matomo" ]
After the config/DI container refactor, this class will no longer function in related tests. It should be fixed soon.
Follow up to #7644, get CloudFixture tests to pass
https://api.github.com/repos/matomo-org/matomo/issues/7857/comments
1
2015-05-07T19:09:26Z
2015-05-20T01:44:21Z
https://github.com/matomo-org/matomo/issues/7857
74,094,046
7,857
[ "matomo-org", "matomo" ]
As title, there is currently no test that ensures `./console core:archive --piwik-domain=...` uses the right config and that a request to archive.php w/ a different `Host:` HTTP header uses the right config. These tests should be added as system tests, but before they are added, a --dry-run parameter must be added to ...
Follow up to #7644, add test to CronArchive (cli + web) that ensures correct domain config is used
https://api.github.com/repos/matomo-org/matomo/issues/7856/comments
0
2015-05-07T19:06:56Z
2024-09-13T09:06:07Z
https://github.com/matomo-org/matomo/issues/7856
74,093,350
7,856
[ "matomo-org", "matomo" ]
We use the event tracking a lot. We have - Category - Actions - Names In Piwik we can't display all 3 of them, only 2 are shown. For example: if you look at the categories you see all actions of this category -> missing name if you look at the names you see all actions of this name -> missing category if you ...
3 (Three) Level Event Reports
https://api.github.com/repos/matomo-org/matomo/issues/7855/comments
14
2015-05-07T08:51:50Z
2024-09-13T09:06:08Z
https://github.com/matomo-org/matomo/issues/7855
73,903,369
7,855
[ "matomo-org", "matomo" ]
Hi After the update from 2.12.1 to 2.13.0, the All Websites dashboard shows only the first 50 websites. I have updated to 2.13.1 this morning and it's still the same: If I click on "next" the dashboard shows nothing. (It should show the websites 50-99) ![2mcecek](https://cloud.githubusercontent.com/assets/11195517/7...
All Websites dashboard shows only the first 50 websites
https://api.github.com/repos/matomo-org/matomo/issues/7854/comments
6
2015-05-07T07:14:34Z
2015-05-12T22:11:59Z
https://github.com/matomo-org/matomo/issues/7854
73,875,765
7,854
[ "matomo-org", "matomo" ]
Hi, i have a problem with graph for average order value in e-commerce sites. When all data is already available but we cannot see it on the graph. Take a look on sreenshot: ![zrzut ekranu 2015-05-06 o 17 37 34](https://cloud.githubusercontent.com/assets/7943292/7496871/4d8cec4c-f417-11e4-80ec-490d6d84d3d7.png) API re...
Average order value graph
https://api.github.com/repos/matomo-org/matomo/issues/7851/comments
1
2015-05-06T15:45:30Z
2015-05-08T00:33:55Z
https://github.com/matomo-org/matomo/issues/7851
73,660,886
7,851
[ "matomo-org", "matomo" ]
I have updated piwik to the latest version a couple days ago. I am monitoring the http return code of the piwik.php file. After the update I receive 400 instead of 200 before. There is no error logged in the webserver since the returncode comes directly from the script. ![piwik](https://cloud.githubusercontent.com/ass...
piwik.php is returning 400
https://api.github.com/repos/matomo-org/matomo/issues/7850/comments
24
2015-05-06T09:50:25Z
2015-07-27T19:32:42Z
https://github.com/matomo-org/matomo/issues/7850
73,575,294
7,850
[ "matomo-org", "matomo" ]
Hi! Now when we reach the month start Piwik report about `no data for this report`. Maybe it will be better if month automatically change to the previous? And I found a bug in `Visitor log`. When the month start reached and I press `Next` again and again(example 5 times), I need press `Prev` 5 times too. PS! Piwik 2....
Change report period when month start reached
https://api.github.com/repos/matomo-org/matomo/issues/7849/comments
1
2015-05-06T04:34:24Z
2015-07-15T05:22:55Z
https://github.com/matomo-org/matomo/issues/7849
73,511,469
7,849
[ "matomo-org", "matomo" ]
Here are screenshots of 3 widgets. The left margin/padding is often different and text/icons etc are not really aligned. It would be nice if everything was aligned the same and if the gap from the right would be the same (for icons, select fields, ...). Maybe we have to move the widget title further left etc? ![widg...
Piwik dashboard widgets are not aligned
https://api.github.com/repos/matomo-org/matomo/issues/7847/comments
0
2015-05-06T04:17:21Z
2015-08-13T05:48:27Z
https://github.com/matomo-org/matomo/issues/7847
73,508,967
7,847
[ "matomo-org", "matomo" ]
http://piwik.org/faq/how-to-install/faq_18271/ There is already a note that we do not recommend to use latest master on production server. This note is at the very end. We should really put this note above the bash example how to do it. Even more importantly we should explain why it is not good to use an installation...
Update FAQ "How do I use Piwik from the official Git repository?"
https://api.github.com/repos/matomo-org/matomo/issues/7842/comments
7
2015-05-05T21:33:30Z
2015-06-24T05:57:52Z
https://github.com/matomo-org/matomo/issues/7842
73,438,296
7,842
[ "matomo-org", "matomo" ]
I prefer to manually execute the SQL queries that are needed when Piwik is updated. This gives me better control of what happens and when errors occur. With the update to 2.13.0, I noticed that the version number is not updated, when I copy the SQL queries that Piwik shows on the page "a database update is needed". Be...
On updates, the version number is not updated when manually executing the SQL queries
https://api.github.com/repos/matomo-org/matomo/issues/7840/comments
10
2015-05-05T09:27:34Z
2024-09-13T09:06:08Z
https://github.com/matomo-org/matomo/issues/7840
73,259,707
7,840
[ "matomo-org", "matomo" ]
A User with view Access, can not visit her/his settings (citing no IdSite was set). After testing I found out that in `UsersManager->UserSettings()` the `$userPreferences->getDefaultReport()` gives `""`, an empty string. Going to `UserPrefrence` class, you see this: ``` php public function getDefaultReport() {...
$userPreferences->getDefaultReport() gives Empty String when not set.
https://api.github.com/repos/matomo-org/matomo/issues/7839/comments
5
2015-05-05T07:35:01Z
2015-05-07T23:23:15Z
https://github.com/matomo-org/matomo/issues/7839
73,237,333
7,839
[ "matomo-org", "matomo" ]
please reopen #7730, as this is not solved.
reopen #7730
https://api.github.com/repos/matomo-org/matomo/issues/7838/comments
9
2015-05-05T06:04:09Z
2015-05-05T22:17:26Z
https://github.com/matomo-org/matomo/issues/7838
73,220,428
7,838
[ "matomo-org", "matomo" ]
Piwik 3.0.0 will be happening soon. Therefore we should mark some events as deprecated soon. This will allow us to remove them in Piwik 3.0.0. We also need to make sure to remove those events in a follow up issue in Piwik 3.0.0. Why is this important? Imagine you update from 2.X to 3.0.0. Your Piwik works fine. If we a...
Deprecate no longer needed / wanted events
https://api.github.com/repos/matomo-org/matomo/issues/7837/comments
6
2015-05-05T05:29:43Z
2015-10-13T20:14:46Z
https://github.com/matomo-org/matomo/issues/7837
73,214,785
7,837
[ "matomo-org", "matomo" ]
On demo.piwik.org when clicking on Goals => Manage Goals this is what I see: ![manage_goals](https://cloud.githubusercontent.com/assets/273120/7467172/2e0f2000-f346-11e4-8c93-1565dce0248a.png) Instead I would expect to see a title "Manage Goals" and instead of the description saying "...can add Goals for a given webs...
Manage Goals shows "Create a new goal" when not having enough permission
https://api.github.com/repos/matomo-org/matomo/issues/7836/comments
1
2015-05-05T04:48:44Z
2015-10-13T10:19:17Z
https://github.com/matomo-org/matomo/issues/7836
73,207,832
7,836
[ "matomo-org", "matomo" ]
When viewing the dashboard, there is a selector that says "Widgets & Dashboard": ![widget_dashboard_2](https://cloud.githubusercontent.com/assets/273120/7466915/3100da38-f341-11e4-81d9-d211bc7a6a0c.png) This selector let's you - Add widgets to a dashboard - Manage dashboards (rename, create, change layout, ...) Bot...
Rename "Widgets & Dashboard" selector or change the selector
https://api.github.com/repos/matomo-org/matomo/issues/7835/comments
2
2015-05-05T04:38:44Z
2015-07-29T14:23:13Z
https://github.com/matomo-org/matomo/issues/7835
73,206,419
7,835
[ "matomo-org", "matomo" ]
There are currently two API methods that operate on multiple `idSites`: - `API.getSegmentsMetadata (idSites = 'Array')` - `API.getReportMetadata (idSites = '', period = '', ...)` I'm not quite sure why this is the case. Handling multiple idSites becomes complicated when dealing with #7131 and #4734 . In those issues w...
Work always on one idSite in API.getReportMetadata
https://api.github.com/repos/matomo-org/matomo/issues/7834/comments
8
2015-05-05T03:36:23Z
2016-09-13T00:55:54Z
https://github.com/matomo-org/matomo/issues/7834
73,194,124
7,834
[ "matomo-org", "matomo" ]
A "type" could be a plugin that defines a type "Website" or "MobileApp". For example while a type "Website" may use the wording "Website and Websites" another type "MobileApp" may want to use the wording "Mobile App and Mobile Apps". This will be needed for #7131, #4734 and #7826 Ideally, we would not use words lik...
Let a type rename words "Website", "Site", "Websites" and "Sites"
https://api.github.com/repos/matomo-org/matomo/issues/7833/comments
0
2015-05-04T23:54:58Z
2024-09-13T09:06:09Z
https://github.com/matomo-org/matomo/issues/7833
73,160,571
7,833
[ "matomo-org", "matomo" ]
Hi, On the All websites dashboard, though I set the parameter "Load dashboard for the current month", the period is still set by default to "current day". I tried to change the parameter, save, and put it again on "Current month", it does nothing. Thanks
All websites dashboard don't save period parameter
https://api.github.com/repos/matomo-org/matomo/issues/7831/comments
2
2015-05-04T20:18:45Z
2015-05-05T06:44:37Z
https://github.com/matomo-org/matomo/issues/7831
73,117,041
7,831
[ "matomo-org", "matomo" ]
Hi, in the forum http://forum.piwik.org/read.php?2,122923 you said this bug should be fixed but unfortunately, it is not in my Piwik installation version 2.12.1. I get this error message: API returned an error: Sequence 'myprefix_archive_numeric_2015_05' not found. at Sequence.php:99 'INSERT INTO myprefix_sequence ...
API returned an error (primary keys missing in database)
https://api.github.com/repos/matomo-org/matomo/issues/7830/comments
13
2015-05-04T15:57:24Z
2015-05-17T20:41:50Z
https://github.com/matomo-org/matomo/issues/7830
73,058,828
7,830
[ "matomo-org", "matomo" ]
Hi, I found that in HTTP API if you put "idGoal" as in the img example, the code do not work, You have to use idgoal
Goal url parameter is wrong when generating the image tracking code
https://api.github.com/repos/matomo-org/matomo/issues/7829/comments
3
2015-05-04T13:41:29Z
2015-05-05T23:01:13Z
https://github.com/matomo-org/matomo/issues/7829
73,021,820
7,829
[ "matomo-org", "matomo" ]
An URL shortener to make your custom URL's. I found this project: http://yourls.org and I think should be a good idea for a new feature or plugin in piwik. For example, I really interested in it because the mega.nz links, that I using in my podcast project, don't have the real name of my external file (they are encry...
URL shortener
https://api.github.com/repos/matomo-org/matomo/issues/7828/comments
5
2015-05-04T08:41:43Z
2024-09-13T09:06:09Z
https://github.com/matomo-org/matomo/issues/7828
72,962,393
7,828
[ "matomo-org", "matomo" ]
If I edit a current email report (user settings -> email report -> edit) the browser can't display the "report hour". Page: index.php?module=ScheduledReports&action=index&idSite=1&period=day&date=yesterday HTML: ``` <input type="text" size="2" class="inp" id="report_hour" style="height: 0.9em;padding-left: 5px;width...
Edit personal email report - Report hour is not readable on Firefox
https://api.github.com/repos/matomo-org/matomo/issues/7827/comments
1
2015-05-04T06:40:10Z
2015-05-07T01:02:23Z
https://github.com/matomo-org/matomo/issues/7827
72,935,928
7,827
[ "matomo-org", "matomo" ]
As we build a generic analytics solution that can track anything we should use a generic wording whenever possible: - Eg "Property" instead of "Website" - Eg "Users" instead of "Visitors" (metrics, dimensions) - Eg "Sessions by days since last session" instead of "Visits by days since last visit" (reports) - Eg `nb_se...
Use generic wording whenever possible
https://api.github.com/repos/matomo-org/matomo/issues/7826/comments
1
2015-05-04T04:32:09Z
2024-09-13T09:06:10Z
https://github.com/matomo-org/matomo/issues/7826
72,919,606
7,826
[ "matomo-org", "matomo" ]
Needed for #7131 and #4734. A "type" could be a plugin that defines a type "Website" or "MobileApp". For example while a type "Website" may use the wording "Visits and Visitors" another type "MobileApp" may want to use the wording "Users and Sessions". **Problems / Requirements** - We want to allow a certain type to...
Add possibility to rename metrics based on the type of the site
https://api.github.com/repos/matomo-org/matomo/issues/7824/comments
3
2015-05-04T04:17:00Z
2024-09-13T09:06:11Z
https://github.com/matomo-org/matomo/issues/7824
72,916,872
7,824
[ "matomo-org", "matomo" ]
Needed for #7131 and #4734. Requires #7821 and #7822. A "type" could be a plugin that defines a type "Website" or "MobileApp". Different types need different reports and different naming of reports. **Requirements** - A type needs to be able to rename the name of a report - A type needs to be able to rename the widge...
Provide a way for a type to rename any report and to disable/enable reports
https://api.github.com/repos/matomo-org/matomo/issues/7823/comments
3
2015-05-04T04:07:00Z
2024-09-13T09:06:11Z
https://github.com/matomo-org/matomo/issues/7823
72,916,035
7,823
[ "matomo-org", "matomo" ]
Background: In #7131 and #4734 we want to allow plugins to define a new type (eg Website, Mobile App, Server, ...). Types will be able to rename and to remove/add reports. Problem 1: We have many pages in Piwik that display multiple reports in one page. They usually define the name of the report hard coded in the twi...
Provide an API for plugins to display (multiple) reports in a page
https://api.github.com/repos/matomo-org/matomo/issues/7822/comments
9
2015-05-04T02:49:35Z
2016-10-05T21:27:41Z
https://github.com/matomo-org/matomo/issues/7822
72,906,171
7,822
[ "matomo-org", "matomo" ]
In Controllers we often instantiate a report directly such as in https://github.com/piwik/piwik/blob/2.13.0-rc3/plugins/VisitorInterest/Controller.php#L22-L25 , also related reports are currently instantiated directly eg in https://github.com/piwik/piwik/blob/2.13.0-rc3/plugins/Actions/Reports/GetPageTitles.php#L83-L86...
Report classes should not be instantiated directly
https://api.github.com/repos/matomo-org/matomo/issues/7821/comments
0
2015-05-04T02:26:37Z
2015-05-07T04:18:28Z
https://github.com/matomo-org/matomo/issues/7821
72,901,967
7,821
[ "matomo-org", "matomo" ]
This causes the All Websites Dashboard in Piwik Mobile to look like this: ![ios simulator screen shot 04 may 2015 10 18 29](https://cloud.githubusercontent.com/assets/273120/7447253/e09be03c-f247-11e4-95d5-c39fdf95d6c9.png) instead of ![ios simulator screen shot 04 may 2015 10 18 35](https://cloud.githubusercontent...
Regression: MultiSites.getAll does not handle showColumns correct
https://api.github.com/repos/matomo-org/matomo/issues/7818/comments
0
2015-05-03T22:27:11Z
2015-05-04T23:33:02Z
https://github.com/matomo-org/matomo/issues/7818
72,875,650
7,818
[ "matomo-org", "matomo" ]
I am using Piwik 1.12.1 with opencart 2.0.2 , using the default site search query parameters which Piwik automatically gets the keywords from, then adding the count into the javascript footer as follows (as recommended on piwik documentation); `_paq.push(['setCustomUrl', document.URL + '&search_count=x']);` where x i...
javascript site search reports results count from previous search
https://api.github.com/repos/matomo-org/matomo/issues/7816/comments
11
2015-05-03T18:16:27Z
2015-08-14T15:37:07Z
https://github.com/matomo-org/matomo/issues/7816
72,843,251
7,816
[ "matomo-org", "matomo" ]
Dear ALL I had automatically updated at new version 12.13.0 from version before. Now i saw in privider-logfile a lot of errors like this: ( complete Log since update ) Error-Logs: 30.04.2015 21:09:04 neuemusikschule.de [client 91.6.120.0] whoami: cannot find name for user ID 845556, referer: http://www.neuemusikschul...
[client xxx.xx] sh: ps: not found in logs
https://api.github.com/repos/matomo-org/matomo/issues/7815/comments
17
2015-05-03T07:14:55Z
2015-05-23T19:40:40Z
https://github.com/matomo-org/matomo/issues/7815
72,763,072
7,815
[ "matomo-org", "matomo" ]
Hi! Sometimes Piwik report about error as HTML. Example from php error log: ``` [29-Apr-2015 20:23:56 UTC] Error in Piwik (tracker): Error query: SQLSTATE[HY000]: General error: 145 Table '.\counters\piwik_log_visit' is marked as crashed and should be repaired In query: SHOW COLUMNS FRO...
Exceptions, errors shouldn't log as HTML in PHP log
https://api.github.com/repos/matomo-org/matomo/issues/7813/comments
0
2015-05-02T14:20:00Z
2024-09-13T09:06:12Z
https://github.com/matomo-org/matomo/issues/7813
72,652,326
7,813
[ "matomo-org", "matomo" ]
Hello great people of Piwik! I would like to report a UI issue with Piwik when viewing Visitor Log inside modal pop-up. I am using Piwik 2.13.0. When you hover over Device icon, the details pane are cut-off by the next table cell. See the screenshot for visual. Hopefully this can get fixed soon since it makes it har...
Details cut-off on Visitor Log modal pop-up (screenshot included)
https://api.github.com/repos/matomo-org/matomo/issues/7812/comments
11
2015-05-02T06:21:00Z
2024-09-13T09:06:13Z
https://github.com/matomo-org/matomo/issues/7812
72,595,813
7,812
[ "matomo-org", "matomo" ]
Hi I am getting this error - "No data in this category. Try to "Include all population". What I noticed is that this happens when ever I select a larger date range, and also when we try to open multiple subtables. I use the latest piwik version - 2.12.1. Attaching screenshot for the same. The same issue was reported b...
Error: No data in this category. Try to "Include all population"
https://api.github.com/repos/matomo-org/matomo/issues/7811/comments
3
2015-05-01T15:04:25Z
2015-07-15T12:52:34Z
https://github.com/matomo-org/matomo/issues/7811
72,449,711
7,811
[ "matomo-org", "matomo" ]
Hello, We have our Piwik instances on an autoscaling group behind an ELB load balancer. Today our AWS system went into freefall launching and terminating instances in an infinite loop. On debugging we realised that we'd been using index.php to do a health check. Because the version had been upgraded Piwik was now r...
Stable page for ELB health check
https://api.github.com/repos/matomo-org/matomo/issues/7810/comments
6
2015-05-01T09:51:01Z
2019-09-25T00:07:30Z
https://github.com/matomo-org/matomo/issues/7810
72,395,321
7,810
[ "matomo-org", "matomo" ]
The goal of this issue is to improve user experience and speed in the particular (#6759) use case of a large date range over many years and loading a flattened report. Currently in the example below: - first load takes 45 seconds (on first load it will archive the data + display it) - subsequent loads take 7 seconds ...
Loading Flattened Page Urls report for 5 years long date range takes 45 seconds to load
https://api.github.com/repos/matomo-org/matomo/issues/7809/comments
4
2015-05-01T09:35:33Z
2024-09-13T09:06:13Z
https://github.com/matomo-org/matomo/issues/7809
72,393,743
7,809
[ "matomo-org", "matomo" ]
Since I updated to 2.13.0, when I go on the Administration>Websites page, I cannot add a new website - there is just no button/link to do that. This is very frustrating, as I can see a link to "Add a new website" appearing on my screen for a fraction of a second, and then it disappears, I have the tabular view of my w...
Cannot add a new website
https://api.github.com/repos/matomo-org/matomo/issues/7808/comments
3
2015-05-01T09:08:46Z
2015-05-06T22:24:09Z
https://github.com/matomo-org/matomo/issues/7808
72,389,516
7,808
[ "matomo-org", "matomo" ]
Reported in: https://github.com/piwik/piwik/issues/7531#issuecomment-97838670 Reproduced on demo2: ![bug](https://cloud.githubusercontent.com/assets/466765/7426020/90e4f30a-f010-11e4-9dc1-3aa3535d75ae.png) Steps: - in UI tests, let's add a website with following characters in name: `<My website"'>;,?` - (the double ...
All websites dashboard lists website names double encoded
https://api.github.com/repos/matomo-org/matomo/issues/7806/comments
0
2015-05-01T02:45:48Z
2015-05-05T03:22:11Z
https://github.com/matomo-org/matomo/issues/7806
72,338,851
7,806
[ "matomo-org", "matomo" ]
It would be cool to promote our tracking SDK's more, especially the Android and iOS SDK. Currently the tracking code generator is limited to JavaScript... We would show a list of available SDK's (with links to the SDKs). Once the user selects a given SDK the code changes accordingly. This will become more important on...
Tracking code generator: Allow to generate tracking code for mobile apps etc.
https://api.github.com/repos/matomo-org/matomo/issues/7803/comments
0
2015-05-01T00:42:12Z
2015-06-24T05:52:16Z
https://github.com/matomo-org/matomo/issues/7803
72,320,846
7,803
[ "matomo-org", "matomo" ]
Clicking "+Add a new website" from the "All Websites Dashboard" does not allow me to add a new website. This started after upgrading to 2.13.0. The text inputs to add a new site briefly appear on the screen before disappearing. By briefly I mean less than 1 second. This happens on Chrome 42 and Firefox 37 on Ubuntu...
Can't add new site after update to 2.13.0
https://api.github.com/repos/matomo-org/matomo/issues/7802/comments
3
2015-05-01T00:42:08Z
2015-05-01T03:15:57Z
https://github.com/matomo-org/matomo/issues/7802
72,320,839
7,802
[ "matomo-org", "matomo" ]
What is going on with the columns for the dashboard? Did this break on the latest Piwik update? I try to set it to three columns and nothing sticks at all.
3 Column Layout/Dashboard Missing After Update
https://api.github.com/repos/matomo-org/matomo/issues/7801/comments
25
2015-04-30T23:41:45Z
2015-07-09T14:37:44Z
https://github.com/matomo-org/matomo/issues/7801
72,311,891
7,801
[ "matomo-org", "matomo" ]
Hi! I've found that the page scroll to top every time when the plugin info modal close or mouse click on the grey area outside of the modal. I think that this is wrong behavior, because we lose focus on information which we see.
Marketplace when closing popover it scrolls to top
https://api.github.com/repos/matomo-org/matomo/issues/7798/comments
4
2015-04-30T17:53:43Z
2015-06-24T07:11:20Z
https://github.com/matomo-org/matomo/issues/7798
72,233,372
7,798
[ "matomo-org", "matomo" ]
Hello, I have updated piwik this mornig. After the update, no site want to show any visit. I toke a look in the database (log_visit) and all visits are recorded, but when I watch the report the last visit is just before the update. I checked with firebug and I saw anything strange. All request are for the piwik folde...
No visit displayed after updating this mornig
https://api.github.com/repos/matomo-org/matomo/issues/7797/comments
3
2015-04-30T13:09:58Z
2015-05-06T22:24:27Z
https://github.com/matomo-org/matomo/issues/7797
72,152,883
7,797
[ "matomo-org", "matomo" ]
Problem evidenced in Firefox 37.0.2 and in Chrome 42.0.2311.135 m After automatic upgrade to version 2.13.0, it's no longer possible to set the layout of the dashboard to multiple columns. When changing the dashboard layout to 2 or more colums, it emains displayed on 1 column taking the whole available width of the win...
No longer possible to change the dashboard layout to multiple columns
https://api.github.com/repos/matomo-org/matomo/issues/7796/comments
25
2015-04-30T10:28:57Z
2015-07-05T09:57:55Z
https://github.com/matomo-org/matomo/issues/7796
72,122,681
7,796
[ "matomo-org", "matomo" ]
If i set "Report date to load by default" to "Current Month" and go back to the dashboard it shows me the report for today. Reproduce: 1. $User->Settings: Report date to load by default: Current Month 2. Open a new Tab/Browserwindow with the domain (e.g. http://piwik.domain.com) Version: 2.13.0.
Report date to load by default doesn't work
https://api.github.com/repos/matomo-org/matomo/issues/7795/comments
11
2015-04-30T08:35:04Z
2015-05-04T22:22:18Z
https://github.com/matomo-org/matomo/issues/7795
72,100,250
7,795
[ "matomo-org", "matomo" ]
We got a regression and noticed last minute in rc3 as there was no UI test for the feature. Let's add a UI test for tihs particular "Rows count" dropdown in the footer.
UI test for Rows count picker
https://api.github.com/repos/matomo-org/matomo/issues/7794/comments
6
2015-04-30T08:23:04Z
2015-05-06T22:24:33Z
https://github.com/matomo-org/matomo/issues/7794
72,097,830
7,794
[ "matomo-org", "matomo" ]
See attachment. The name of the dashboard(s), in this case "Dashboard of root", has a red font color and there's a misplaced red dot etc. ![dashboard_name_exported](https://cloud.githubusercontent.com/assets/273120/7401703/4d2315bc-ef1a-11e4-8220-5f114ff4b71d.png)
When exporting the dashboard, the name of the dashboard is not correctly displayed
https://api.github.com/repos/matomo-org/matomo/issues/7791/comments
6
2015-04-29T21:23:10Z
2024-09-13T09:06:14Z
https://github.com/matomo-org/matomo/issues/7791
71,993,548
7,791
[ "matomo-org", "matomo" ]
the master branch jar is obsolete (7 months old, while sources are 1 month old). For instance, the method setVisitorId is missing, which is quite annoying...
android sdk jar not up-to-date
https://api.github.com/repos/matomo-org/matomo/issues/7789/comments
1
2015-04-29T14:37:21Z
2015-07-15T04:39:41Z
https://github.com/matomo-org/matomo/issues/7789
71,893,514
7,789
[ "matomo-org", "matomo" ]
Hi, It would be nice to have a filter or search option in the Manage Access section in the Users page under the Administration part of Piwik. In terms of technical matters, the section I mentioned is in the UserManager plugin. Can you guys add this feature in the next Piwik version? Thanks in advance.
User filter or search in usermanager core plugin
https://api.github.com/repos/matomo-org/matomo/issues/7788/comments
1
2015-04-29T10:21:58Z
2015-04-29T23:29:37Z
https://github.com/matomo-org/matomo/issues/7788
71,836,917
7,788
[ "matomo-org", "matomo" ]
Hello, When a user (with a userid) switches browsers/device Piwik continues to log views under the original browser/device. How to reproduce: Given a user with a user id: - Open browser A (e.g. Firefox) - Piwik Devices shows a single visit from a Firefox browser - Piwik starts a visit with: - browser set to Firefo...
Incorrect browser logged when user switches browsers when using userId
https://api.github.com/repos/matomo-org/matomo/issues/7785/comments
6
2015-04-28T12:36:56Z
2016-05-28T04:32:08Z
https://github.com/matomo-org/matomo/issues/7785
71,578,265
7,785
[ "matomo-org", "matomo" ]
A little difficult problem to communicate without actual data, but let me try. I am using Live.getLastVisitsDetails endpoint to get the visit details. I am using offset_limit for paging the details shown. It works as intended. I am adding fliter for users with events. I am using segment with eventCategory. Now if I qu...
Wrong number of records with Live.getLastVisitsDetails, offset_limit when segment is used
https://api.github.com/repos/matomo-org/matomo/issues/7784/comments
2
2015-04-28T07:01:46Z
2025-06-04T23:11:37Z
https://github.com/matomo-org/matomo/issues/7784
71,504,424
7,784
[ "matomo-org", "matomo" ]
Since I use piwik cotent-tracking, the href=/anylink will be replaced with a link to piwik.php of Piwik installation which will in turn redirect the user to the actual target to actually track the interaction. Actually, we cannot open the target link now, the redirection costs lot of time, and the link cannot be opend ...
The target link can always not be redirect successfuly using content-tracking
https://api.github.com/repos/matomo-org/matomo/issues/7782/comments
9
2015-04-28T03:45:24Z
2024-09-13T09:06:15Z
https://github.com/matomo-org/matomo/issues/7782
71,469,597
7,782
[ "matomo-org", "matomo" ]
This means it will fallback to use `configId`. Otherwise we create a new visit on each tracker request (even when calling tracker methods multiple times within one pageview). Background: If a `idvisitor` is given, we will always look for `idvisitor` but not for `config_id` eg https://github.com/piwik/piwik/blob/2.13....
piwik.js: If cookies are disabled, no visitorId should be created / set
https://api.github.com/repos/matomo-org/matomo/issues/7780/comments
1
2015-04-28T00:28:26Z
2015-04-29T22:50:05Z
https://github.com/matomo-org/matomo/issues/7780
71,437,413
7,780
[ "matomo-org", "matomo" ]
As discussed with @quba I think the union here is not needed: https://github.com/piwik/piwik/blob/2.13.0-rc2/core/Tracker/Model.php#L382-L386 Instead we could perform one query first to check if there is a `idvisitor = ?` and if not execute a second query with `config_id = ? AND user_id IS NULL` We noticed on a DB wi...
Tracker: Faster visitor recognition
https://api.github.com/repos/matomo-org/matomo/issues/7779/comments
1
2015-04-28T00:09:28Z
2015-05-06T04:40:57Z
https://github.com/matomo-org/matomo/issues/7779
71,434,861
7,779
[ "matomo-org", "matomo" ]
I just noticed the config id, used to identify a visitor, is based on the anonymised IP - if enabled: https://github.com/piwik/piwik/blob/2.13.0-rc2/core/Tracker/Settings.php#L78 I wonder if this is correct as we might sometimes generate the same configId for different users? Implementation wise we'd probably only ha...
Tracker configId should be based on original IP, not on anonymised IP?
https://api.github.com/repos/matomo-org/matomo/issues/7778/comments
5
2015-04-28T00:04:40Z
2015-10-20T09:16:43Z
https://github.com/matomo-org/matomo/issues/7778
71,434,416
7,778
[ "matomo-org", "matomo" ]
MySQL 5.6 installation was disabled on travis in this commit: https://github.com/piwik/piwik/commit/d84a440b774881a974b8b5f98386e89498c3e187 It was disabled since it consistently failed on travis. We should somehow re-enable it (or if MySQL 5.6 is available on travis now, use it directly).
Enable MySQL 5.7 installation on travis-ci
https://api.github.com/repos/matomo-org/matomo/issues/7776/comments
6
2015-04-27T21:46:03Z
2024-09-13T10:56:21Z
https://github.com/matomo-org/matomo/issues/7776
71,411,859
7,776
[ "matomo-org", "matomo" ]
When exporting data using Pages >> Row Evolution >> Export as TSV the column headers now read what appears to be the array position 0, 1, 2, 3, 4, 5, etc. and not the actual column labels. Versions 2.12.0 and 2.12.1 The issue can be reproduced at this URL on demo: [demo.piwik.org](http://demo.piwik.org/index.php?modul...
Column Headers Missing in TSV / CSV data exports
https://api.github.com/repos/matomo-org/matomo/issues/7774/comments
2
2015-04-27T16:45:12Z
2015-06-24T07:13:16Z
https://github.com/matomo-org/matomo/issues/7774
71,340,258
7,774
[ "matomo-org", "matomo" ]
I have seen the following sequence of actions not reported in Visitor Log, this happening twice with two different visitors. In both cases user first opens <a href="http://baruchyoussin.com/java-incorrect-time-zone-bug-windows.html">Java incorrect time zone bug on Windows</a>, then <a href="http://baruchyoussin.com/ja...
A sequence of user actions that is missed by Visitor Log
https://api.github.com/repos/matomo-org/matomo/issues/7773/comments
3
2015-04-27T15:19:22Z
2015-04-30T08:52:12Z
https://github.com/matomo-org/matomo/issues/7773
71,315,390
7,773
[ "matomo-org", "matomo" ]
The following excerpt from my server log is reported as two visits despite the fact that the page was viewed only once, on the first line of this log: 213.156.Visitor.IP - - [03/Apr/2015:10:39:44 -0500] "GET /java-incorrect-time-zone-bug-windows.html HTTP/1.1" 200 9251 "http://stackoverflow.com/questions/2106525/java...
Duplicate reporting due to visitor IP change
https://api.github.com/repos/matomo-org/matomo/issues/7772/comments
0
2015-04-27T12:52:39Z
2015-07-14T17:13:53Z
https://github.com/matomo-org/matomo/issues/7772
71,275,341
7,772
[ "matomo-org", "matomo" ]
Hopefully it's not a regression of 2.13.0 but archiving locally I got this error: ``` ERROR [2015-04-27 04:08:54] Got invalid response from API request: http://localhost/index.php?module=API&method=API.get&idSite=1&period=year&date=last6&format=php&token_auth=removed&segment=pageUrl%21%3Dxx&trigger=archivephp. Respons...
core:archive can fail with 'Fatal error: Maximum function nesting level of '100' reached'
https://api.github.com/repos/matomo-org/matomo/issues/7770/comments
4
2015-04-27T04:14:33Z
2024-09-13T09:06:15Z
https://github.com/matomo-org/matomo/issues/7770
71,171,658
7,770
[ "matomo-org", "matomo" ]
Refs #3135, #7754 Currently the opt-out form uses third party cookies, so if a user opts out in one site, he opts out in every site tracked by a Piwik instance. This does not seem like it would always be desired. Choosing to use first-party cookies also means users will have a better UX when using Safari on Mac or i...
Allow using first-party cookies in opt-out form by adding form functionality to JS tracker
https://api.github.com/repos/matomo-org/matomo/issues/7769/comments
1
2015-04-26T21:43:52Z
2015-04-26T22:28:00Z
https://github.com/matomo-org/matomo/issues/7769
71,124,554
7,769
[ "matomo-org", "matomo" ]
Hover over the browser icon on the visitor profile. In my case it shows "chrome 44 with plugin installed". ![screenshot from 2015-04-26 19 07 00](https://cloud.githubusercontent.com/assets/1156953/7337489/3a8c72b4-ec49-11e4-8582-4debcdc8b818.png) Now close the modal by pressing <kbd>ESC</kbd>. You can see that the to...
Browser info tooltip doesnt hide
https://api.github.com/repos/matomo-org/matomo/issues/7768/comments
1
2015-04-26T13:58:10Z
2015-07-16T15:21:39Z
https://github.com/matomo-org/matomo/issues/7768
71,072,033
7,768
[ "matomo-org", "matomo" ]
The goal of this issue is to document in the FAQs - how to use Redis to store caches - how to use Redis to store sessions - update the FAQ about enabling db sessions to link to the redis alternative follows up #6800
New FAQs to document how to use Redis for sessions and cache
https://api.github.com/repos/matomo-org/matomo/issues/7767/comments
5
2015-04-25T23:13:49Z
2021-06-11T09:54:46Z
https://github.com/matomo-org/matomo/issues/7767
70,979,401
7,767
[ "matomo-org", "matomo" ]
WordPress 4.2 was released this week, and it includes full support for emoji, including in post titles and URLs. To take advantage of that, I published a post that used the 💥 emoji (https://s.w.org/images/core/emoji/72x72/1f4a5.png, in case it get's stripped out) in the title and URL, however Piwik failed to track any...
Emoji in titles or URLs cause tracking to fail
https://api.github.com/repos/matomo-org/matomo/issues/7766/comments
8
2015-04-25T18:51:50Z
2018-05-09T21:08:00Z
https://github.com/matomo-org/matomo/issues/7766
70,952,305
7,766
[ "matomo-org", "matomo" ]
Hi everybody, I often find it strange to encounter this error over and over again. Yesterday, I made a fresh git clone from Piwik Repo. Then created a branch to fix a css issue.https://github.com/piwik/piwik/pull/7764 After that, I wanted to make sure to get updates from master (After switching to master branch) if a...
"Git Fetch/Pull" command in (master) branch often results in Codebase-Database version or other strange errors
https://api.github.com/repos/matomo-org/matomo/issues/7765/comments
2
2015-04-25T13:57:25Z
2015-04-27T04:31:04Z
https://github.com/matomo-org/matomo/issues/7765
70,913,849
7,765
[ "matomo-org", "matomo" ]
For reasons of exchanging data between Piwik and external tools it would be nice if we could request XSD and WSDL from the API.
Provide XSD and WSDL for external tools.
https://api.github.com/repos/matomo-org/matomo/issues/7763/comments
0
2015-04-24T11:28:29Z
2024-09-13T09:06:16Z
https://github.com/matomo-org/matomo/issues/7763
70,665,761
7,763
[ "matomo-org", "matomo" ]
I would like to suggest the option to add the following configuration option: ignoreDownloadExtensions() Where one could add a list of extension that should be ignored from download link: Specify file extensions to be ignored from downloads. Example: 'exe'. In case you are tracking a web service that uses 'exe' in the...
Add option to ignore download extensions
https://api.github.com/repos/matomo-org/matomo/issues/7762/comments
1
2015-04-24T08:30:39Z
2015-04-24T08:54:23Z
https://github.com/matomo-org/matomo/issues/7762
70,626,147
7,762
[ "matomo-org", "matomo" ]
We noticed that currently some open source plugins like SecurityInfo and others upload their artifacts into a protected page. for open source plugins it would make sense to consistently upload builds artifacts publicly Proposed steps: - for each open source plugin by Piwik/PiwikPro, in travis.yml, check/add `UNPROTECT...
Open source plugins now upload their builds artifacts to a public space
https://api.github.com/repos/matomo-org/matomo/issues/7761/comments
2
2015-04-24T05:44:20Z
2016-04-01T00:06:22Z
https://github.com/matomo-org/matomo/issues/7761
70,594,143
7,761
[ "matomo-org", "matomo" ]
Currently if we download Piwik but don't run the installer, the CLI console will not work. This is because the container doesn't have the config file of the Diagnostics plugin added, so the `DiagnosticService` cannot be created. This is the kind of issues I was trying to avoid in #7175. I will fix this regression by g...
Error with non-installed Piwik
https://api.github.com/repos/matomo-org/matomo/issues/7759/comments
9
2015-04-24T05:00:20Z
2015-04-26T22:12:20Z
https://github.com/matomo-org/matomo/issues/7759
70,586,862
7,759
[ "matomo-org", "matomo" ]
How can I disable the video widget? Disabling the example widgets doesn't work.
How can I disable to the video widget
https://api.github.com/repos/matomo-org/matomo/issues/7755/comments
6
2015-04-23T16:04:06Z
2015-07-14T17:10:34Z
https://github.com/matomo-org/matomo/issues/7755
70,448,761
7,755
[ "matomo-org", "matomo" ]
Hello ! I'm creating this issue because after an automatic update from 2.10.0 to 2.12 I am now having the following error : ``` Fatal error: Call to undefined method Piwik\Updater::addComponentToCheck() in /homepages/16/d410276458/htdocs/piwik/plugins/CoreUpdater/CoreUpdater.php on line 131 Fatal error: Uncaught e...
Call to undefined method Piwik\Updater::addComponentToCheck()
https://api.github.com/repos/matomo-org/matomo/issues/7753/comments
4
2015-04-23T07:22:54Z
2015-05-02T03:07:53Z
https://github.com/matomo-org/matomo/issues/7753
70,334,056
7,753
[ "matomo-org", "matomo" ]
Some users generate now on every click a new visit, but not all. Intranet settings ``` [Tracker] trust_visitors_cookies = 1 visit_standard_length = 7200 window_look_back_for_visitor = 259200 enable_language_to_country_guess = 0 new_visit_api_requires_admin = 0 ```
[2.13.0-rc1] every click a new visit?
https://api.github.com/repos/matomo-org/matomo/issues/7752/comments
12
2015-04-23T06:31:44Z
2015-05-06T22:22:39Z
https://github.com/matomo-org/matomo/issues/7752
70,324,219
7,752
[ "matomo-org", "matomo" ]
I find the figure of Custom Variables is not correct in following scenario. 1. following figure shows the Custom Variables in the current system. ![piwik custom variables](https://cloud.githubusercontent.com/assets/716538/7289223/803695a8-e99f-11e4-8624-3b4a89fd6afa.png) 2. When i click the Pie chart in the figure a...
Incorrect figure for Custom Variables
https://api.github.com/repos/matomo-org/matomo/issues/7750/comments
1
2015-04-23T02:10:35Z
2015-04-23T02:36:54Z
https://github.com/matomo-org/matomo/issues/7750
70,282,692
7,750
[ "matomo-org", "matomo" ]
Click on the website selector. When there are more than 10 websites in Piwik, the website selector will display a search field. When you search for a website, the list of matching websites are listed in the selector. - Currently when searching for a website, one has to click on the search result which requires to aim w...
Website selector: let user navigate websites with up/down key
https://api.github.com/repos/matomo-org/matomo/issues/7749/comments
0
2015-04-22T22:39:36Z
2024-09-13T09:06:17Z
https://github.com/matomo-org/matomo/issues/7749
70,253,259
7,749
[ "matomo-org", "matomo" ]
Currently on 2.13.0-RC1 the All Websites show +100% for all websites, as can be seen: - on demo: http://demo.piwik.org/index.php?module=MultiSites&action=index&idSite=3&period=day&date=yesterday - on this screenshot: ![all websites show 100](https://cloud.githubusercontent.com/assets/466765/7286862/72cbef72-e9a3-11e4-...
All websites regression: Evolution shows +100% for all sites
https://api.github.com/repos/matomo-org/matomo/issues/7748/comments
0
2015-04-22T22:28:21Z
2015-04-23T23:56:58Z
https://github.com/matomo-org/matomo/issues/7748
70,251,546
7,748