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" ]
i just found http://geocoder-php.org/Geocoder/ https://github.com/geocoder-php/Geocoder It comes with many GeoIP adapters, which could directly be used by Piwik instead of the custom implementation: https://github.com/piwik/piwik/blob/master/plugins/UserCountry/LocationProvider/GeoIp.php If a replacement would happen...
GeoIP: use Geocoder?
https://api.github.com/repos/matomo-org/matomo/issues/6433/comments
5
2014-10-13T11:19:10Z
2024-09-13T09:08:40Z
https://github.com/matomo-org/matomo/issues/6433
45,631,833
6,433
[ "matomo-org", "matomo" ]
Hello, I reopen my bug, here since years...: http://files.first-world.info/temp/screenshot-piwik.png Cheers,
Uncaught TypeError: undefined is not a function
https://api.github.com/repos/matomo-org/matomo/issues/6432/comments
20
2014-10-13T11:03:13Z
2014-10-20T09:22:56Z
https://github.com/matomo-org/matomo/issues/6432
45,630,788
6,432
[ "matomo-org", "matomo" ]
The goal of this issue is to keep the number of issues in `Short term` milestone ideally under 100 tickets. As part of our [effort to focus on Reliability, Security and Performance](http://piwik.org/blog/2014/10/announcement-piwik-focus-reliability-performance-security/) we want to keep our Short Term milestone under...
Short term backlog is too full -> how to keep number of issues lower eg. 100 issues
https://api.github.com/repos/matomo-org/matomo/issues/6430/comments
9
2014-10-13T01:50:24Z
2015-04-09T04:53:59Z
https://github.com/matomo-org/matomo/issues/6430
45,600,984
6,430
[ "matomo-org", "matomo" ]
Usually one would run the tests simply on the local server before committing it. Actual problem is our tests are very slow. For most developers it can take up to an hour for the tests to finish. Running the UI tests might take even longer. This is why we usually commit often to let Travis run the tests and to see wheth...
As a developer I want to have a faster response whether my code breaks any tests
https://api.github.com/repos/matomo-org/matomo/issues/6429/comments
10
2014-10-13T01:34:43Z
2014-10-30T04:45:41Z
https://github.com/matomo-org/matomo/issues/6429
45,600,455
6,429
[ "matomo-org", "matomo" ]
As title, will be helpful for debugging strange errors.
add shutdown function to print stack trace & other debug info on fatal errors
https://api.github.com/repos/matomo-org/matomo/issues/6428/comments
2
2014-10-13T00:18:59Z
2016-07-08T03:29:55Z
https://github.com/matomo-org/matomo/issues/6428
45,598,258
6,428
[ "matomo-org", "matomo" ]
Is it possible to add support for the Opt-Out iFrame to the [Piwik Proxy Script](https://github.com/piwik/piwik/blob/master/misc/proxy-hide-piwik-url/)? I have no wildcard SSL certificate for the Piwik subdomain but want to use the iframe on the SSL secured main page.
Add support for the Opt-Out iFrame to the Proxy Script
https://api.github.com/repos/matomo-org/matomo/issues/6426/comments
2
2014-10-12T17:22:20Z
2024-09-13T09:08:40Z
https://github.com/matomo-org/matomo/issues/6426
45,586,934
6,426
[ "matomo-org", "matomo" ]
Fatal error: Class 'Twig_Node_Expression_Test_Null' not found in /home/xx/domains/xx/public_html/piwik/piwik/vendor/twig/twig/lib/Twig/Extension/Core.php on line 308 A fatal error occurred The following error just broke Piwik (v2.7.0): Class 'Twig_Node_Expression_Test_Null' not found
Fatal erros :(
https://api.github.com/repos/matomo-org/matomo/issues/6425/comments
5
2014-10-12T15:35:20Z
2014-10-16T19:52:23Z
https://github.com/matomo-org/matomo/issues/6425
45,583,465
6,425
[ "matomo-org", "matomo" ]
The goal of this issue is to indicate to users whether their Segments are used in other scheduled reports and how many. Steps - display in the ["Edit Segment"](http://piwik.org/docs/segmentation/) screen how many [Scheduled Reports](http://piwik.org/docs/email-reports/) are currently set to use this segment. If no sch...
Editing Segment: indicate how many scheduled reports use this Segment
https://api.github.com/repos/matomo-org/matomo/issues/6423/comments
0
2014-10-12T03:13:28Z
2024-09-13T09:08:41Z
https://github.com/matomo-org/matomo/issues/6423
45,568,557
6,423
[ "matomo-org", "matomo" ]
After implementing content tracking on a gallery site, the visits graph skyrocketed. It was an unexpected side effect since this behaviour is counterintuitive. If this is not intended, will be there any way to clean up the stats? ![screen shot 2014-10-12 at 04 12 34](https://cloud.githubusercontent.com/assets/739119/...
Content tracking counts impresssions as visits
https://api.github.com/repos/matomo-org/matomo/issues/6422/comments
1
2014-10-12T00:15:19Z
2014-10-12T22:05:15Z
https://github.com/matomo-org/matomo/issues/6422
45,565,876
6,422
[ "matomo-org", "matomo" ]
As title.
websites management page shouldn't reload entire page when site added
https://api.github.com/repos/matomo-org/matomo/issues/6421/comments
2
2014-10-11T21:40:24Z
2016-09-13T00:51:03Z
https://github.com/matomo-org/matomo/issues/6421
45,562,944
6,421
[ "matomo-org", "matomo" ]
As title. This is one of the main things stopping us from getting rid of twig. As long as data needs to be served w/ templates, there has to be PHP code and more specifically, controller code that uses a twig view. Here is one possible way to remove the need for PHP controllers: Create a special include directive, li...
add ability to serve angularjs templates w/ accompanying data (for example, for datatable visualizations)
https://api.github.com/repos/matomo-org/matomo/issues/6419/comments
17
2014-10-11T20:19:57Z
2014-10-16T22:24:16Z
https://github.com/matomo-org/matomo/issues/6419
45,561,138
6,419
[ "matomo-org", "matomo" ]
There have been several reports of this error: allocateNewArchiveId: Cannot get named lock allocateNewArchive `2014-10-10 12:47:17 ERROR [2014-10-10 12:47:17] [6c725] Got invalid response from API request: index.php?module=API&method=API.get&idSite=1681&period=day&date=last2&format=php&trigger=archivephp. Response was...
allocateNewArchiveId: Cannot get named lock allocateNewArchiveId
https://api.github.com/repos/matomo-org/matomo/issues/6417/comments
24
2014-10-11T00:31:32Z
2014-11-07T06:10:37Z
https://github.com/matomo-org/matomo/issues/6417
45,535,971
6,417
[ "matomo-org", "matomo" ]
The goal of this issue is to display all Contents views and interactions in the Visitor Log. Having the data in the Visitor log will bring a lot of value to users. It is aligned with our policy to make all available data in the DB available in the UI. - Requires: Live API to contain Contents views and interactions: ...
Content-tracking: display content views and interactions in the Visitor log
https://api.github.com/repos/matomo-org/matomo/issues/6416/comments
9
2014-10-10T22:34:52Z
2017-09-14T09:53:55Z
https://github.com/matomo-org/matomo/issues/6416
45,530,498
6,416
[ "matomo-org", "matomo" ]
After adding the content impression, my visitor log got spammed with "0 Action" entries. ![image](https://cloud.githubusercontent.com/assets/739119/4597720/061fd874-50b1-11e4-9354-26d31c11a1d5.png) I don't think this is intended, so I'm opening an issue. Images with links are marked something like this: ``` html <a...
Content impressions generate "0 Action" in visitor log
https://api.github.com/repos/matomo-org/matomo/issues/6415/comments
30
2014-10-10T19:14:52Z
2024-09-13T10:56:08Z
https://github.com/matomo-org/matomo/issues/6415
45,514,221
6,415
[ "matomo-org", "matomo" ]
The goal of this issue is to run the [Screenshot test](https://piwik.org/blog/2013/10/our-latest-improvement-to-qa-screenshot-testing/) suites of 200 screenshots tests, so that they run on PHP 5.3 and 5.5. Recently we had an issue on PHP 5.3 that could have been discovered by a UI test if they were running on 5.3. Cu...
Run Screenshot tests on PHP 5.3
https://api.github.com/repos/matomo-org/matomo/issues/6414/comments
7
2014-10-10T08:42:57Z
2014-11-10T22:59:17Z
https://github.com/matomo-org/matomo/issues/6414
45,458,658
6,414
[ "matomo-org", "matomo" ]
Currently each commit on piwik/piwik repository will trigger a new build on travis CI with 20 different jobs. The goal of this issue is to go down to hopefully 10 jobs instead! **Context** - Our [build configuration](http://piwik.org/qa/) has 20 jobs which is rather extreme. we run tests for Unit+Integration+System te...
Reduce number of jobs in the Travis CI piwik/piwik build
https://api.github.com/repos/matomo-org/matomo/issues/6413/comments
17
2014-10-10T01:42:20Z
2024-09-13T09:08:41Z
https://github.com/matomo-org/matomo/issues/6413
45,437,894
6,413
[ "matomo-org", "matomo" ]
The goal of this issue is to discuss the best ways to ensure that when a developer pushes code to Piwik our CI service will run the builds and provide feedback very quickly, ideally under 20 minutes after pushing Current challenges - [x] **Too many jobs started** - we will reduce the number of jobs in the Travis CI pi...
Getting build feedback from CI is too slow -> let's make it faster
https://api.github.com/repos/matomo-org/matomo/issues/6412/comments
2
2014-10-10T01:41:53Z
2015-01-05T10:32:07Z
https://github.com/matomo-org/matomo/issues/6412
45,437,870
6,412
[ "matomo-org", "matomo" ]
Background: We are sending emails to a developer reporting whether a plugin update/creation was successful or whether an error happened. It would be good to keep a copy of all sent emails. This would allow us to reproduce what the platform did when a developer reports a problem like this: http://forum.piwik.org/read.ph...
Keep a copy of sent emails in the Marketplace
https://api.github.com/repos/matomo-org/matomo/issues/6410/comments
1
2014-10-09T20:19:52Z
2014-10-09T20:40:13Z
https://github.com/matomo-org/matomo/issues/6410
45,412,293
6,410
[ "matomo-org", "matomo" ]
Sometimes you might notice that you've tagged a version that contains an error and you simply want to remove this version from the Marketplace again. In case someone removes a previous tagged version we get notified by GitHub receiving a `{deleted: true}` instead of a `{created:true}` property so we could delete this v...
Allow plugin developers to delete a specific version from the Marketplace
https://api.github.com/repos/matomo-org/matomo/issues/6409/comments
1
2014-10-09T20:16:39Z
2024-09-13T09:08:42Z
https://github.com/matomo-org/matomo/issues/6409
45,411,961
6,409
[ "matomo-org", "matomo" ]
Hi, it would be nice if the browser-plugin-list of the visitor is updated on each request. This is the GitHub-Issue for this [Forum-Feature-Suggestion](http://forum.piwik.org/read.php?3,120482). ## Use-Case-1 If the visitor-id (uid, cid or _id) is the same, the detected plugins in the request should be used to upda...
Update browser-plugins on existing visit
https://api.github.com/repos/matomo-org/matomo/issues/6408/comments
1
2014-10-09T06:08:00Z
2024-09-13T09:08:42Z
https://github.com/matomo-org/matomo/issues/6408
45,331,187
6,408
[ "matomo-org", "matomo" ]
Hi, I wanted to know if you'll still use visualPHPUnit as a visual interface to run your PHPUnit tests. I tried searching on your master branch but couldn't find it. Could you help me out, please? Thanks, Abhinav
VisualPHPUnit
https://api.github.com/repos/matomo-org/matomo/issues/6406/comments
4
2014-10-09T04:43:11Z
2014-10-09T23:25:29Z
https://github.com/matomo-org/matomo/issues/6406
45,326,747
6,406
[ "matomo-org", "matomo" ]
Trying to get direct piping of log analytics to work on an Apache 2.4.7 / Ubuntu 14.04 system. From looking at issues https://github.com/piwik/piwik/issues/3757, https://github.com/piwik/piwik/issues/3163 and https://github.com/piwik/piwik/issues/6200 something like this in the Apache conf file should work: `CustomLog...
Log analytics piping in Apache
https://api.github.com/repos/matomo-org/matomo/issues/6405/comments
4
2014-10-09T02:12:56Z
2015-03-12T21:01:49Z
https://github.com/matomo-org/matomo/issues/6405
45,319,978
6,405
[ "matomo-org", "matomo" ]
I've noticed the main use for Request.dispatch is to override existing controller actions, either to return entirely new data or throw an exception in certain cases. The code is usually not very readable and looks pretty fragile. It might be a good idea to create an API for overriding & decorating Piwik routes. Maybe i...
create API for overriding routes
https://api.github.com/repos/matomo-org/matomo/issues/6403/comments
1
2014-10-08T18:49:00Z
2016-05-06T00:13:11Z
https://github.com/matomo-org/matomo/issues/6403
45,281,259
6,403
[ "matomo-org", "matomo" ]
We already got "./console core:clear-caches", maybe we should get also a "./console core:clear-tmp" and call that one after activation-deactivation of plugins and upgrade. Or implicitly add the clearing of /tmp to "./console core:clear-caches". BTW a web page with all the CLI commands would be useful(mainly the "core"...
Add CLI command core:clear-tmp
https://api.github.com/repos/matomo-org/matomo/issues/6402/comments
5
2014-10-08T12:42:03Z
2023-02-06T14:34:36Z
https://github.com/matomo-org/matomo/issues/6402
45,238,659
6,402
[ "matomo-org", "matomo" ]
so i use the tracking api. my code separates actions into groups of 500-800 (depending on session length) each group is put into a queue, and threads send these groups to piwik to be tracked. currently 15 threads send these groups simultaneously. why i do this: in my particular setup, i did some testing and around...
Tracker: Serialization failure: 1213 Deadlock found when trying to get lock
https://api.github.com/repos/matomo-org/matomo/issues/6398/comments
61
2014-10-07T17:12:56Z
2024-09-13T10:56:07Z
https://github.com/matomo-org/matomo/issues/6398
45,134,077
6,398
[ "matomo-org", "matomo" ]
My site is based in Pakistan and every day there are more than 1000 visits from pakistan but piwik is not tracking those visits on the map. and i can't see the records inside the stats for them. any suggestion?
Piwik is not tracking visits from Pakistan
https://api.github.com/repos/matomo-org/matomo/issues/6397/comments
2
2014-10-07T12:22:23Z
2014-10-07T15:23:02Z
https://github.com/matomo-org/matomo/issues/6397
45,100,507
6,397
[ "matomo-org", "matomo" ]
When I look at my piwik logs it's difficult to understand what website I'm viewing the logs of.. as I have a list of import summaries without them specifying their site ID (or, better, the domain name): ``` Purging Piwik archives for dates: 2014-10-06 To re-process these reports with your newly imported data, execute...
Specify site ID or domain in "Logs Import summary"
https://api.github.com/repos/matomo-org/matomo/issues/6393/comments
2
2014-10-06T23:55:02Z
2015-03-12T21:01:49Z
https://github.com/matomo-org/matomo/issues/6393
45,051,948
6,393
[ "matomo-org", "matomo" ]
The goal of this issue is to increase Piwik minimum requirements to 5.3.3 considering there is at least one bug in PHP 5.3.2 with `json_encode` #6364 Steps - Increase requirements in Piwik - On the website - on api.piwik.org web service, only return >= 2.8.0 when php > 5.3.3
Increase Piwik PHP requirement to PHP 5.3.3
https://api.github.com/repos/matomo-org/matomo/issues/6390/comments
3
2014-10-06T20:54:39Z
2014-10-08T08:52:47Z
https://github.com/matomo-org/matomo/issues/6390
45,035,350
6,390
[ "matomo-org", "matomo" ]
After adding a second trusting URL, Piwik seems a bit broken :) ![www metapixl com-piwik-index php module corehome action _009](https://cloud.githubusercontent.com/assets/6938843/4525814/89e6b3c8-4d58-11e4-80b9-59e5ebf1b6ed.png) ``` Warning: preg_match(): Unknown modifier 'p' in /var/www/piwik/core/Url.php on line 25...
when trusted_hosts is set to an invalid host, silently ignore the malformed trusted_host
https://api.github.com/repos/matomo-org/matomo/issues/6389/comments
4
2014-10-06T13:05:40Z
2024-09-13T09:08:43Z
https://github.com/matomo-org/matomo/issues/6389
44,980,791
6,389
[ "matomo-org", "matomo" ]
Hi There, I have imported IIS 8 log ( including time-taken field ) into Piwik 2.7.0 successfully. However the time-taken information is not working as " average generation time " are all 0s in the report. Not sure it is a incorrect regex or the "generation_time_milli" parameter is not supporting IIS log yet? ( ...
Support Page Speed tracking in IIS 8 log files (generation time)
https://api.github.com/repos/matomo-org/matomo/issues/6388/comments
1
2014-10-06T09:17:38Z
2024-09-13T09:08:43Z
https://github.com/matomo-org/matomo/issues/6388
44,962,936
6,388
[ "matomo-org", "matomo" ]
As title, instead of several different types of base classes it might help developers when testing to have only one base class. This class can be designed to setup the Piwik test environment in different ways depending on what the user desires (ie, w/ database, w/o database, etc.). I'm not sure how the facade will loo...
Create single base class for tests that allows subclasses to setup a Piwik environment any way they want
https://api.github.com/repos/matomo-org/matomo/issues/6387/comments
0
2014-10-06T08:37:48Z
2016-07-08T03:32:08Z
https://github.com/matomo-org/matomo/issues/6387
44,959,682
6,387
[ "matomo-org", "matomo" ]
When a developer tags a plugin we will prepare the plugin for download on the Marketplace. Before packaging / building the ZIP we should remove all tests from the "tests" and "Test" folder. Otherwise the included PHP files could be executed. This should not be a security problem as it would only trigger a fatal error a...
Remove tests from plugin when packaging on the Marketplace
https://api.github.com/repos/matomo-org/matomo/issues/6386/comments
1
2014-10-06T07:50:33Z
2016-10-02T23:03:53Z
https://github.com/matomo-org/matomo/issues/6386
44,956,145
6,386
[ "matomo-org", "matomo" ]
I'm using Piwik on an WordPress multisite environment. In the Piwik environment it shows all the different websites, but the problem that it is still overwriting the website names (and doing that wrong). The tracking itself seems correct, and every site has the correct Site ID. Also the data is coming in correctly at...
Piwik keeps overwriting site names
https://api.github.com/repos/matomo-org/matomo/issues/6385/comments
7
2014-10-06T07:41:39Z
2024-09-13T09:08:44Z
https://github.com/matomo-org/matomo/issues/6385
44,955,608
6,385
[ "matomo-org", "matomo" ]
Reproduce: [URL](http://demo.piwik.org/index.php?module=API&method=Actions.getPageUrls&format=XML&idSite=36&period=day&date=yesterday&flat=0&token_auth=anonymous&filter_limit=100&token_auth=anonymous&filter_limit=100&token_auth=anonymous&filter_limit=100&idSubtable=8) Expected to see `Content-type` of XML and got text...
Content-type set to text/plain when requesting &idSubtable
https://api.github.com/repos/matomo-org/matomo/issues/6384/comments
0
2014-10-05T22:26:25Z
2014-10-14T23:30:54Z
https://github.com/matomo-org/matomo/issues/6384
44,931,424
6,384
[ "matomo-org", "matomo" ]
This is the same problem as issue #6295, except I do have the Contents plugin installed and enabled. It shows up on the "Plugins" screen, and a system check runs fine, and core:update tells me there's nothing to do. But when I run my nightly archive, I still see the error: <pre> Column not found: 1054 Unknown column '...
Update does not detect the newly available DB schema upgrades
https://api.github.com/repos/matomo-org/matomo/issues/6383/comments
9
2014-10-03T15:36:18Z
2014-10-07T01:35:52Z
https://github.com/matomo-org/matomo/issues/6383
44,815,515
6,383
[ "matomo-org", "matomo" ]
This is a proposition from Piwik PRO enterprise client: I would like to add a Metric to the Returning Visits report: Unique New Visitor We have the following Metrics: - Unique Returning Visitors - Unique visitors The delta should be the Unique New visitors. I think this is a valuable metric for Piwik stats. We hav...
Add Unique New Visitor stat
https://api.github.com/repos/matomo-org/matomo/issues/6381/comments
0
2014-10-03T13:25:41Z
2024-09-13T09:08:44Z
https://github.com/matomo-org/matomo/issues/6381
44,802,399
6,381
[ "matomo-org", "matomo" ]
INFO [2014-10-03 10:44:00] [765f9] --------------------------- INFO [2014-10-03 10:44:00] [765f9] INIT INFO [2014-10-03 10:44:00] [765f9] Piwik is installed at: https://counts.domain.com/index.php INFO [2014-10-03 10:44:00] [765f9] Running Piwik 2.7.0 as Super User ERROR [2014-10-03 10:44:00] [765f9] Got invalid respon...
archive.php Error: does not seem to be pointing to a Piwik server.
https://api.github.com/repos/matomo-org/matomo/issues/6379/comments
2
2014-10-03T10:48:47Z
2014-10-04T09:49:34Z
https://github.com/matomo-org/matomo/issues/6379
44,791,305
6,379
[ "matomo-org", "matomo" ]
I have Piwik behind a load balancing proxy and am using the database for session storage. My `config.ini.php` contains the following important bits: ``` [General] force_ssl = 1 assume_secure_protocol = 1 session_save_handler = "dbtable" force_ssl_login = 1 proxy_client_headers[] = "HTTP_X_CLUSTER_CLIENT_IP" trusted_ho...
Cannot use DB sessions and a Proxy
https://api.github.com/repos/matomo-org/matomo/issues/6377/comments
3
2014-10-02T23:38:59Z
2024-09-13T09:08:45Z
https://github.com/matomo-org/matomo/issues/6377
44,752,127
6,377
[ "matomo-org", "matomo" ]
In https://github.com/piwik/piwik/blob/master/core/testMinimumPhpVersion.php#L93 code 500 is assumed if no other headers are present. However, when comparing Apache2 + php5 mod vs nginx + php-fpm it turns out that invalid request throws 200 code on apache and 500 on nginx. This causes difficulties while trying to find ...
Only set error 500 headers when there is an internal server error (Database failure)
https://api.github.com/repos/matomo-org/matomo/issues/6375/comments
2
2014-10-02T15:14:02Z
2024-09-13T09:08:45Z
https://github.com/matomo-org/matomo/issues/6375
44,698,700
6,375
[ "matomo-org", "matomo" ]
**Steps to reproduce:** 0) login to Piwik instance. 1) go to Settings -> Websites 2) click View tracking code for one of the sites 3) click on "Dashboard" link in top menu **Result:** `The parameter 'period' isn't set in the Request, and a default value wasn't provided.` _View tracking code_ URL needs to be fixed, be...
The parameter 'period' isn't set in the Request, and a default value wasn't provided.
https://api.github.com/repos/matomo-org/matomo/issues/6374/comments
0
2014-10-02T12:18:37Z
2014-10-03T03:40:08Z
https://github.com/matomo-org/matomo/issues/6374
44,680,019
6,374
[ "matomo-org", "matomo" ]
**Steps to reproduce:** - create a website and user, add view privileges to this website, - create a segment (works), - change setting enable_create_realtime_segments = 0, - try to create a segment (pre processed by default). **Outcome:** Please contact Support to make these changes on your behalf. To update (or crea...
When real time segments are disabled, still allow 'view' users to create pre-processed
https://api.github.com/repos/matomo-org/matomo/issues/6373/comments
0
2014-10-02T12:10:59Z
2014-10-14T01:23:27Z
https://github.com/matomo-org/matomo/issues/6373
44,679,497
6,373
[ "matomo-org", "matomo" ]
The goal of this issue is to let Piwik Super Users configure a custom JavaScript snippet of code that would automatically be appended to the[/piwik.js](demo.piwik.org/piwik.js) tracking code served by the Piwik tracking server(s). **Proposed solution** - we build a new plugin "CustomPiwikJs" - this plugin would be ope...
Allow admin users to customise the piwik.js code served by Piwik
https://api.github.com/repos/matomo-org/matomo/issues/6372/comments
5
2014-10-02T11:55:00Z
2014-10-21T03:56:51Z
https://github.com/matomo-org/matomo/issues/6372
44,676,820
6,372
[ "matomo-org", "matomo" ]
The goal of this issue is to discuss the potentially amazing new feature of providing Heatmaps for Piwik. This is follow up to the long & now locked original issue heatmap issue: #5493 Feel free to comment here with any idea on how Heatmap could be done!
Heatmap plugin for Piwik + Click + Scroll maps
https://api.github.com/repos/matomo-org/matomo/issues/6371/comments
36
2014-10-02T11:47:32Z
2024-09-13T09:08:46Z
https://github.com/matomo-org/matomo/issues/6371
44,676,330
6,371
[ "matomo-org", "matomo" ]
**Example use case:** - archiving completes without any errors, - there's missing data for one of periods (e.g. week) ore for one of 100 defined segments. It's only one case, but that is something that happens really often on production servers and is random. I know that the main goal should be to improve Piwik platfo...
Add a task that validates archiving process
https://api.github.com/repos/matomo-org/matomo/issues/6370/comments
3
2014-10-02T09:01:49Z
2016-07-18T03:14:33Z
https://github.com/matomo-org/matomo/issues/6370
44,664,545
6,370
[ "matomo-org", "matomo" ]
API methods that return 'null' explicitly are rendered as {result: 'ok', message: 'success'} by API renderers, which I believe is incorrect.
If an API method returns 'null' it is interpreted as a success by API renderers.
https://api.github.com/repos/matomo-org/matomo/issues/6368/comments
2
2014-10-02T04:54:27Z
2014-10-02T05:32:41Z
https://github.com/matomo-org/matomo/issues/6368
44,650,892
6,368
[ "matomo-org", "matomo" ]
Just like the PiwikTracker being extracted into its own package, I believe it would be interesting to do the same for small and isolated components that are inside Piwik's code. The `Piwik\Unzip` component is a perfect candidate for that as it contains the following classes: - `UncompressInterface` - `Gzip` - `PclZip` ...
New component/decompress: extracted Piwik\Unzip into a separate package
https://api.github.com/repos/matomo-org/matomo/issues/6367/comments
3
2014-10-02T04:08:23Z
2014-10-14T00:07:27Z
https://github.com/matomo-org/matomo/issues/6367
44,648,856
6,367
[ "matomo-org", "matomo" ]
As title. Currently, scope variables are not included in the controller scope when controllerAs is used (so a directive's scope variables are not bound to the object created by controllerAs). This is fixed in angularjs 1.3 w/ the bindtoController attribute (see https://github.com/jesselpalmer/angular.js/commit/b8be80d...
when angularjs 1.3 is available and used in piwik, make sure bindtoController is used for all directives w/ controllers
https://api.github.com/repos/matomo-org/matomo/issues/6365/comments
2
2014-10-02T01:27:13Z
2024-09-13T09:08:46Z
https://github.com/matomo-org/matomo/issues/6365
44,637,735
6,365
[ "matomo-org", "matomo" ]
It was suggested on the Piwik forum that I open this issue here as well. http://forum.piwik.org/read.php?2,120372,120568 I get an error when I pivot the widget at the Action -> Event page. I can't undo the pivot because the widget won't respond to any mouse clicks, or delete this widget since I didn't create it in the...
json_encode error when pivoting event widget
https://api.github.com/repos/matomo-org/matomo/issues/6364/comments
22
2014-10-01T21:55:15Z
2024-09-13T09:08:47Z
https://github.com/matomo-org/matomo/issues/6364
44,623,780
6,364
[ "matomo-org", "matomo" ]
Currently, the symbol of « folderization » is « / », but for page title, for me it's not a good choose. Example, Wordpress use « | », some website use « - », « > » or « » » (with escape around). For me / is just for path. And if title I use « part 1/3 | my website » for one page, « 3 | my website » is a child of « par...
Change the symbol of « folderization » for page titles
https://api.github.com/repos/matomo-org/matomo/issues/6363/comments
3
2014-10-01T21:41:58Z
2014-10-02T06:32:14Z
https://github.com/matomo-org/matomo/issues/6363
44,622,530
6,363
[ "matomo-org", "matomo" ]
Original discussion here --> http://forum.piwik.org/read.php?15,120294 The basic idea is to allow easy to use interface for all. I like the Piwik's new look and cool features like exporting data to multiple formats, exporting graphs to image and detailed table view. But these features are hidden is not obvious for so...
Footer icons displayed by default in the footer or in the header
https://api.github.com/repos/matomo-org/matomo/issues/6362/comments
13
2014-10-01T20:34:54Z
2024-09-13T10:56:06Z
https://github.com/matomo-org/matomo/issues/6362
44,615,547
6,362
[ "matomo-org", "matomo" ]
Like showing pie graph instead of table list using parameter "viewDataTable=graphPie" in src of iframe, Is it possible to change widget to hide ANNOTATIONS in Summary with Graph or show top 5 keyword when iframe is loaded? if there is where can I get the details and examples?
is it possible to set up parameters and details in widget iframe?
https://api.github.com/repos/matomo-org/matomo/issues/6361/comments
1
2014-10-01T17:50:58Z
2014-10-02T03:43:15Z
https://github.com/matomo-org/matomo/issues/6361
44,594,540
6,361
[ "matomo-org", "matomo" ]
All of the pages under http://piwik.org/docs/ return 404 errors. This makes it difficult to read the documentation.
All documentation on the website is broken
https://api.github.com/repos/matomo-org/matomo/issues/6360/comments
1
2014-10-01T16:58:34Z
2014-10-02T03:46:52Z
https://github.com/matomo-org/matomo/issues/6360
44,588,666
6,360
[ "matomo-org", "matomo" ]
I'm wondering is there any particular reason why in method https://github.com/piwik/piwik/blob/master/plugins/UsersManager/API.php#L239 exception is thrown in case current user is super-admin ? This is public method, which could be useful for pulling out for example default idSite while configuring some features. Howe...
Make UsersManager.getSitesAccessFromUser work for SuperUsers
https://api.github.com/repos/matomo-org/matomo/issues/6359/comments
3
2014-10-01T15:10:58Z
2015-03-15T23:40:07Z
https://github.com/matomo-org/matomo/issues/6359
44,574,784
6,359
[ "matomo-org", "matomo" ]
https://github.com/piwik/piwik/blob/master/plugins/MultiSites/angularjs/dashboard/dashboard.directive.html#L3 http://piwik.org/docs/manage-websites/#all-websites-dashboard
Oudated link: 404
https://api.github.com/repos/matomo-org/matomo/issues/6358/comments
2
2014-10-01T13:08:57Z
2014-10-02T02:36:12Z
https://github.com/matomo-org/matomo/issues/6358
44,561,113
6,358
[ "matomo-org", "matomo" ]
As title. Instead of using the AssetManager events, we can load javascripts/stylesheets via entries in plugin.json, ie: ``` stylesheets: [ "stylesheets/thing.less", ... ], javascripts: [ ... ] ``` CC @mattab @tsteur Do you think this will cause problems?
get javascripts and stylesheets to merge/serve from plugin manifest (plugin.json) instead of event
https://api.github.com/repos/matomo-org/matomo/issues/6357/comments
7
2014-10-01T12:21:07Z
2016-05-06T00:12:48Z
https://github.com/matomo-org/matomo/issues/6357
44,557,081
6,357
[ "matomo-org", "matomo" ]
after updating to to 2.8b2 there seem to be a problem with data processing timeout. In dashboard there are several different messages for this same problem. ![2014-10-01_07h23_43](https://cloud.githubusercontent.com/assets/5681880/4470806/ea668392-492d-11e4-82d3-f361ae76e8bc.png)
different error messages in dashboard for same problem
https://api.github.com/repos/matomo-org/matomo/issues/6356/comments
3
2014-10-01T05:44:08Z
2014-10-14T10:56:32Z
https://github.com/matomo-org/matomo/issues/6356
44,530,333
6,356
[ "matomo-org", "matomo" ]
after updating to 2.8b2, got lots of errors in dashboard "please increase the timeout value in seconds in Settings > General Settings" please see attachments before updating this problem never exists: - it's our tiny testing site - the server has no load is 2.8 somewhat slower?? ![2014-10-01_07h23_43](https://clou...
2.8 slower?
https://api.github.com/repos/matomo-org/matomo/issues/6355/comments
1
2014-10-01T05:39:44Z
2014-10-02T02:26:20Z
https://github.com/matomo-org/matomo/issues/6355
44,530,159
6,355
[ "matomo-org", "matomo" ]
after updating to 2.8b2, got lots of errors in dashboard "please increase the timeout value in seconds in Settings > General Settings" => but: in Settings > General Settings there is no setting visible with the name "timeout value"
error messages point to none existing place
https://api.github.com/repos/matomo-org/matomo/issues/6354/comments
4
2014-10-01T05:30:04Z
2024-09-13T09:08:48Z
https://github.com/matomo-org/matomo/issues/6354
44,529,642
6,354
[ "matomo-org", "matomo" ]
It might be useful to try adding Piwik to [Scrutinizer-CI](https://scrutinizer-ci.com/). It's a SaaS that analyzes PHP projects with several standard quality tools. It's free for open source projects.
Scrutinizer-CI
https://api.github.com/repos/matomo-org/matomo/issues/6353/comments
3
2014-10-01T00:43:20Z
2014-10-28T02:01:49Z
https://github.com/matomo-org/matomo/issues/6353
44,516,656
6,353
[ "matomo-org", "matomo" ]
I am trying to show iframe report in customer's website, without setting anonymous up active(not analytics information open to public), is it possible to use widget in customer's website, like using token?
is it possible to use token for widget?
https://api.github.com/repos/matomo-org/matomo/issues/6352/comments
1
2014-09-30T15:39:20Z
2014-09-30T21:56:56Z
https://github.com/matomo-org/matomo/issues/6352
44,461,981
6,352
[ "matomo-org", "matomo" ]
Users calculated using UserID feature are currently calculated same as unique visitors in Piwik. That means, that the same setting is applied as for unique visitors (also period to calculate). Piwik user that does not use UserID feature and wants to have unique visitors yearly report, has to execute very heavy SQL quer...
UserID and Piwik performance
https://api.github.com/repos/matomo-org/matomo/issues/6351/comments
1
2014-09-30T14:06:05Z
2014-09-30T22:01:42Z
https://github.com/matomo-org/matomo/issues/6351
44,449,470
6,351
[ "matomo-org", "matomo" ]
in travis, use debug logging, but instead of outputting it to travis console, store the logs as a build artifact. Should aid in diagnosing build failures. Would be nice to have a link directly to the log file in the travis output (as is done w/ the diffviewer in UI tests).
use debug logging in travis and store logs as artifacts
https://api.github.com/repos/matomo-org/matomo/issues/6350/comments
1
2014-09-30T13:44:42Z
2016-07-08T03:32:33Z
https://github.com/matomo-org/matomo/issues/6350
44,446,607
6,350
[ "matomo-org", "matomo" ]
It is possible to generate a test via `./console generate:test`. So far it is possible to generate a unit, database and integration test case. It would be nice to have the possibility to choose "command" as well. This would make it much easier to write tests for a command and the easier it is, the more likely we are wr...
Command to generate a template for testing commands
https://api.github.com/repos/matomo-org/matomo/issues/6349/comments
4
2014-09-30T13:24:26Z
2024-09-13T09:08:48Z
https://github.com/matomo-org/matomo/issues/6349
44,443,233
6,349
[ "matomo-org", "matomo" ]
A Super User has a lot of power and with it comes a lot of responsibility. The goal of this issue is to create a new config setting eg. `secure_mode` that is disabled by default. When enabled it will limit some of the powers of Super Users. In particular it will prevent: - uploading custom plugin via .zip upload - ...
Create a Secure Mode that removes some features from Piwik to increase security
https://api.github.com/repos/matomo-org/matomo/issues/6348/comments
1
2014-09-30T12:32:57Z
2024-09-13T09:08:49Z
https://github.com/matomo-org/matomo/issues/6348
44,435,643
6,348
[ "matomo-org", "matomo" ]
The goal of this issue is to create a new config file setting to enable `autocomplete=off` on all password fields in Piwik. Steps - New config setting - Applies to Login form, Password reset form, and other password field in Manage users admin screen Reasoning behind the request: In february this year someone made...
New config setting to set autocomplete=off to password fields in Piwik
https://api.github.com/repos/matomo-org/matomo/issues/6347/comments
5
2014-09-30T12:13:39Z
2024-09-13T09:08:49Z
https://github.com/matomo-org/matomo/issues/6347
44,433,129
6,347
[ "matomo-org", "matomo" ]
The goal of this issue is to create a new config setting that when set to 1 it will prevent Super Users from seeing other users' token_auth. **Steps** - Introduce new setting - when the setting is enabled, the admin page `Manage users` will only show the first few letters of the token_auth. - Add new FAQ to publicise ...
New config setting to prevent Super Users from seeing other users' token_auth
https://api.github.com/repos/matomo-org/matomo/issues/6346/comments
3
2014-09-30T11:57:24Z
2016-12-05T11:48:48Z
https://github.com/matomo-org/matomo/issues/6346
44,430,947
6,346
[ "matomo-org", "matomo" ]
Hi guys, Recently I updated my Piwik to 2.7.0 and works fine, but a possible bug appeared here. I use img tag because I inject tag img before body with apache mod_substitute or mod_sed and works fine. Since I updated to 2.7.0, img tag not working, then I was comparing with another img tag that I have other pages. N...
img tag no tracking
https://api.github.com/repos/matomo-org/matomo/issues/6345/comments
1
2014-09-30T11:47:39Z
2014-09-30T22:46:37Z
https://github.com/matomo-org/matomo/issues/6345
44,429,825
6,345
[ "matomo-org", "matomo" ]
Today I've did a git pull master branch from scratch, then followed installation process and at the end I'm not able to login inside the fresh installation. So I've checked out Tag 2.7.0 and it worked flawless. There are no errors inside apache's errorlog.
Broken login in master head
https://api.github.com/repos/matomo-org/matomo/issues/6344/comments
1
2014-09-30T10:37:48Z
2014-09-30T22:29:20Z
https://github.com/matomo-org/matomo/issues/6344
44,423,058
6,344
[ "matomo-org", "matomo" ]
The goal of this issue is to include a new small feature in piwik.js that will let French users of Piwik respect the best standards of privacy according according to [CNIL recommendations](http://www.cnil.fr/fileadmin/documents/approfondir/dossier/internet/Configuration_piwik.pdf). When Piwik is configured to be comp...
Piwik users do not need cookie consent in France: make Piwik privacy enabled.
https://api.github.com/repos/matomo-org/matomo/issues/6341/comments
5
2014-09-30T01:51:38Z
2020-05-13T21:12:24Z
https://github.com/matomo-org/matomo/issues/6341
44,379,830
6,341
[ "matomo-org", "matomo" ]
As title. I find the PHP code (controller & otherwise) that uses QuickForm to be confusing & bloated. Would be good to switch to vue.js code for it.
remove QuickForm use and replace w/ vue.js
https://api.github.com/repos/matomo-org/matomo/issues/6339/comments
1
2014-09-29T23:03:55Z
2024-09-13T09:08:50Z
https://github.com/matomo-org/matomo/issues/6339
44,368,116
6,339
[ "matomo-org", "matomo" ]
found an explanation http://stackoverflow.com/a/6114588/3759928 Two possible fixes - disable home directory encryption in Linux - we fix the test so they are less than 144 characters
When pulling Piwik sourcode via Git we get: git fatal failed to stat File name too long
https://api.github.com/repos/matomo-org/matomo/issues/6337/comments
1
2014-09-29T22:33:45Z
2014-09-30T07:06:40Z
https://github.com/matomo-org/matomo/issues/6337
44,365,831
6,337
[ "matomo-org", "matomo" ]
Hi Team, I am unable to install the Login Ldap plugin manually in piwiki, I downloaded the zip file and extracted it in plugins folder, still I am not able to install, I have uninstalled it previously an old version, Can you please help me on the same. Regards, Bhanu.
Unable To Install LoginLdap Plugin
https://api.github.com/repos/matomo-org/matomo/issues/6336/comments
10
2014-09-29T20:10:38Z
2014-10-02T03:47:53Z
https://github.com/matomo-org/matomo/issues/6336
44,349,750
6,336
[ "matomo-org", "matomo" ]
http://demo-log-analytics.piwik.org/ is down, needs an upgrade
http://demo-log-analytics.piwik.org/ is down
https://api.github.com/repos/matomo-org/matomo/issues/6335/comments
1
2014-09-29T18:11:28Z
2014-09-29T21:56:31Z
https://github.com/matomo-org/matomo/issues/6335
44,329,603
6,335
[ "matomo-org", "matomo" ]
I just noticed the following in Piwik 2.7.0: ![s9](https://cloud.githubusercontent.com/assets/976924/4439963/f32e642e-47be-11e4-9f68-4fdd8ccc7785.png) You can see that _Realplayer_ is above _Director_ although it has a lower percentage and this is sorted by the percentage of the visitors. I assume that the sort is le...
Sorting seems to be lexical instead of numerical in Visitors → Settings → Plugins
https://api.github.com/repos/matomo-org/matomo/issues/6334/comments
2
2014-09-29T09:59:02Z
2014-11-10T03:06:47Z
https://github.com/matomo-org/matomo/issues/6334
44,276,347
6,334
[ "matomo-org", "matomo" ]
Hi all. Could you please assist with the issue below. We have some troubles with displaying visitors statistic in PIWIK. When we in the filter choose "All Visits" we will see: Custom Variable Name "Action" -> Custom Variable Value "Search". ![image_1](https://cloud.githubusercontent.com/assets/8955725/4439236/37783d34-...
Custom Variables not tracked on Site Searches requests
https://api.github.com/repos/matomo-org/matomo/issues/6333/comments
21
2014-09-29T08:51:56Z
2024-09-13T09:08:51Z
https://github.com/matomo-org/matomo/issues/6333
44,270,690
6,333
[ "matomo-org", "matomo" ]
Really strange issue. On a dashboard view inside a widget when you click on "Display a table with more metrics" icon and then close the popup, only single column is shown hiding rest of the report. And similarly on Visitor Browser widget, clicking the same button, the footer draw icon appears on top of the text. Origin...
Widget - Table content disappears when "Display a table with more metrics" icon is clicked
https://api.github.com/repos/matomo-org/matomo/issues/6330/comments
1
2014-09-29T06:28:41Z
2024-09-13T09:08:51Z
https://github.com/matomo-org/matomo/issues/6330
44,261,243
6,330
[ "matomo-org", "matomo" ]
Seen on Piwk.pro (Piwik 2.6.1.) ![2014-09-28_piwik_password_field](https://cloud.githubusercontent.com/assets/1004261/4436001/57540aa2-4761-11e4-8840-b52a09d5a452.png) Thanks!
When creating a new user, the password should not be visible, but stars
https://api.github.com/repos/matomo-org/matomo/issues/6329/comments
2
2014-09-28T22:47:47Z
2024-09-13T09:08:52Z
https://github.com/matomo-org/matomo/issues/6329
44,244,330
6,329
[ "matomo-org", "matomo" ]
Hi there, I'dlike to recommend a fix for the 750 folder which must be 755 to work. It does in fresh installations, but upgrades from say 2.4 to 2.7 do not fix the problem. As I fixed it, i cant remember exactly, but I guess it was /plugins/ZenMode/angularjs Maybe the setup script can check and either fix or tell the u...
HTML files not served in UI (404 error), detect & let user know how to fix folder permissions
https://api.github.com/repos/matomo-org/matomo/issues/6328/comments
3
2014-09-28T22:08:02Z
2024-09-13T09:08:52Z
https://github.com/matomo-org/matomo/issues/6328
44,243,345
6,328
[ "matomo-org", "matomo" ]
CHANGELOG.md contains a broken link https://github.com/piwik/piwik/blob/3a6ca2319d4ee570f2258dc7d4b9ad229bc7b443/CHANGELOG.md the broken link is http://developer.piwik.org/api-reference/Piwik/Auth on the line: Read the documentation for the Auth interface to learn more.
broken link for Auth
https://api.github.com/repos/matomo-org/matomo/issues/6327/comments
1
2014-09-28T20:31:54Z
2014-09-29T03:25:36Z
https://github.com/matomo-org/matomo/issues/6327
44,240,983
6,327
[ "matomo-org", "matomo" ]
If I go to index.php?module=MultiSites&action=index&idSite=1&period=week&date=yesterday the range shown is the same of index.php?module=MultiSites&action=index&idSite=1&period=week&date=today (ends today, not yesterday as parameter states).
period=week&date=yesterday ends today
https://api.github.com/repos/matomo-org/matomo/issues/6326/comments
1
2014-09-28T17:13:48Z
2014-09-28T22:21:05Z
https://github.com/matomo-org/matomo/issues/6326
44,235,795
6,326
[ "matomo-org", "matomo" ]
In the list, the selected element in not encoded correctly. Example with a quote : http://ikilote.net/Galeries/Autres/Divers/Piwik_Nom.png
Bad encoding title in the list
https://api.github.com/repos/matomo-org/matomo/issues/6325/comments
3
2014-09-28T15:47:09Z
2015-04-17T02:16:54Z
https://github.com/matomo-org/matomo/issues/6325
44,233,836
6,325
[ "matomo-org", "matomo" ]
The goal of this issue is to let Piwik admins easily disable all outgoing HTTP requests which makes Piwik much faster to load on a server that cannot access the Internet. ## Edit: feature is available, [click to see our FAQ](https://matomo.org/faq/troubleshooting/faq_16646/) Imagine the use case of an Intranet w...
New setting to disable all outgoing http requests from a Piwik server
https://api.github.com/repos/matomo-org/matomo/issues/6324/comments
10
2014-09-28T10:23:02Z
2018-08-28T18:10:17Z
https://github.com/matomo-org/matomo/issues/6324
44,226,128
6,324
[ "matomo-org", "matomo" ]
when i want to access to piwik i see this error: `Mysqli prepare error: SELECT command denied to user 'piwik'@'localhost' for column 'idsite' in table 'piwik_report'` i try to login with username and password that stored in "config/config.ini.php" file via phpmyadmin and execute this query: `SELECT * FROM piwik_repor...
empty result for piwik_report
https://api.github.com/repos/matomo-org/matomo/issues/6319/comments
11
2014-09-27T08:19:01Z
2014-10-21T23:04:49Z
https://github.com/matomo-org/matomo/issues/6319
44,159,042
6,319
[ "matomo-org", "matomo" ]
The Login controller executes login related logic that is not relevant to rendering content to serve the user. This behaviour should be moved to the Auth class and includes: - Checking the password's validity in Controller::logme(). - Hashing password value in Controller::login(). - generateHash (for password reset fun...
Refactor Auth logic to login's Auth class and new PasswordResetter class from login controller
https://api.github.com/repos/matomo-org/matomo/issues/6318/comments
2
2014-09-27T01:44:57Z
2014-10-14T00:03:21Z
https://github.com/matomo-org/matomo/issues/6318
44,124,542
6,318
[ "matomo-org", "matomo" ]
When updating using core:update, instead of showing the instructions when running it (the "Database Upgrade Required" message), it shows nothing until the update is completed and **then** shows the message. This is kind of confusing, instructions should be shown before because it can take a long time to complete upda...
core:update displays instructions -after- updating
https://api.github.com/repos/matomo-org/matomo/issues/6317/comments
6
2014-09-27T01:13:28Z
2014-11-07T02:19:56Z
https://github.com/matomo-org/matomo/issues/6317
44,121,103
6,317
[ "matomo-org", "matomo" ]
http://developer.piwik.org/api-reference/tracking-javascript#user-id and some other pages document people should use username and email address for userid. That is a serious security flaw and will lead to dataprotection troubles. Normally login forms and personal data must always posted/transfered via SSL protected for...
UserId: email and username will cause serious data protection problems
https://api.github.com/repos/matomo-org/matomo/issues/6316/comments
4
2014-09-26T21:38:38Z
2014-09-30T23:58:06Z
https://github.com/matomo-org/matomo/issues/6316
44,108,858
6,316
[ "matomo-org", "matomo" ]
new installation causes warning: Anything I can do to get it fixed? Warning: shell_exec() [function.shell-exec]: Unable to execute 'stat -f -c "%T" /proc 2>/dev/null' in /home/luzhajka/luzhajka.com/docs/stats-info/core/CliMulti/Process.php on line 216 Backtrace --> #0 Piwik\Error::errorHandler(...) called at [:] #1...
Warning: shell_exec() [function.shell-exec]: Unable to execute 'stat -f -c "%T" /proc 2>/dev/null'
https://api.github.com/repos/matomo-org/matomo/issues/6314/comments
0
2014-09-26T16:13:09Z
2014-10-01T00:00:31Z
https://github.com/matomo-org/matomo/issues/6314
44,078,808
6,314
[ "matomo-org", "matomo" ]
It would be nice to have possibility of recognizing when one session is actually continous, regardless visitor_id has changed. Example use case: - user surfs website in logged out state - user logs in, continues surfing (page passes user_id to tracking code) - use logs out and continues to surf (but without user_id t...
When a User Id is set, try to attach User ID to existing visit before user logged in
https://api.github.com/repos/matomo-org/matomo/issues/6313/comments
6
2014-09-26T14:50:39Z
2014-12-28T22:09:27Z
https://github.com/matomo-org/matomo/issues/6313
44,069,733
6,313
[ "matomo-org", "matomo" ]
Currently when running unit tests we setup the full webserver and python package and others that are not required for the job of running the unit tests. The goal of this issue is to make this Unit tests CI job faster by skipping some initialisation in the travis.yml and scripts. Refs #5940
Improve CI tests speed: do not setup webserver and un-used packages in Unit tests
https://api.github.com/repos/matomo-org/matomo/issues/6312/comments
2
2014-09-26T10:53:56Z
2024-09-13T09:08:53Z
https://github.com/matomo-org/matomo/issues/6312
44,046,004
6,312
[ "matomo-org", "matomo" ]
Currently Piwik allows to track not only Websites, but also mobile apps, etc. In future it would be great to have possiblity to remove 'Website' word from i.e. generated files for scheduled reports, beacuse processed reports don't always concern website. Possibly there could be new field in Website definition, where w...
Remove "Website" word from scheduled email reports
https://api.github.com/repos/matomo-org/matomo/issues/6309/comments
6
2014-09-26T09:06:06Z
2014-10-07T06:15:43Z
https://github.com/matomo-org/matomo/issues/6309
44,031,697
6,309
[ "matomo-org", "matomo" ]
Currently pivot feature is available only in UI (via configureViewDataTable), while it would be great to also give such possibility in API. Very useful use-case would be to use such feature to allow row-evolution graphs for pivoted columns. Each label to plot would be another pivoted column. Also there could be "other"...
Allow pivoting on API call level (enable RowEvolutions for pivoted columns)
https://api.github.com/repos/matomo-org/matomo/issues/6308/comments
2
2014-09-26T08:51:15Z
2024-09-13T09:08:53Z
https://github.com/matomo-org/matomo/issues/6308
44,029,602
6,308
[ "matomo-org", "matomo" ]
Hi, After moving to version 2.7.0 I am getting this error : "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'log_link_visit_action.idaction_content_name'........" I can still retrieve data prior to my migration, but can't after the migration to this new version. I don't know what I can do to solve this issue...
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'log_link_visit_action.idaction_content_name'
https://api.github.com/repos/matomo-org/matomo/issues/6307/comments
1
2014-09-26T08:44:14Z
2014-09-26T10:21:30Z
https://github.com/matomo-org/matomo/issues/6307
44,028,474
6,307
[ "matomo-org", "matomo" ]
Hello, I can't move widgets in the dashboard in Safari on iPad3. This might be a bug. I can move simply the widgets with the mouse in a browser on the desktop mac. I don't use the Piwik app on the iPad. Best Thobie
can't move widgets in the dashboard in Safari on iPad3
https://api.github.com/repos/matomo-org/matomo/issues/6306/comments
3
2014-09-26T03:33:08Z
2024-09-13T09:08:54Z
https://github.com/matomo-org/matomo/issues/6306
43,996,068
6,306
[ "matomo-org", "matomo" ]
The tool would execute during travis builds (once per entire build) and use special fixtures that provide meaningful data for screenshots. Plugins would provide the special fixtures and instructions on what elements to take screenshots of, what to do before taking the screenshots, etc. The tool could use the existing ...
create script to automatically generate screenshots for plugins that will be displayed on plugins.piwik.org
https://api.github.com/repos/matomo-org/matomo/issues/6305/comments
1
2014-09-26T01:44:48Z
2015-11-25T23:30:02Z
https://github.com/matomo-org/matomo/issues/6305
43,988,034
6,305
[ "matomo-org", "matomo" ]
statistics for "events" is getting better and better :-) Would be awesome to have also the possibility to see which events were triggered most on a special site: show a site name/url and below the events triggered with a number e.g. example.com/subpage-example-1 event 1 (147) event 2 (187) event 3 (2) example.com/s...
event usage per site
https://api.github.com/repos/matomo-org/matomo/issues/6302/comments
1
2014-09-25T15:14:42Z
2024-09-13T09:08:54Z
https://github.com/matomo-org/matomo/issues/6302
43,930,553
6,302
[ "matomo-org", "matomo" ]
overlapping provider name in visitor log piwik 2.7 please see attachment ![2014-09-25_17h04_50](https://cloud.githubusercontent.com/assets/5681880/4406856/c78b3eec-44c5-11e4-8293-6ac7b9bcb10a.png)
Visitor log: overlapping provider name
https://api.github.com/repos/matomo-org/matomo/issues/6301/comments
2
2014-09-25T15:08:20Z
2024-09-13T09:08:55Z
https://github.com/matomo-org/matomo/issues/6301
43,929,816
6,301
[ "matomo-org", "matomo" ]
Meaning dataTable.js & co Might be also worth replacing graphs with D3 in case it is hard to migrate jqplot using angular but I reckon there is a library for that. See also #6037 and #6283
Replace most part of visualizations by AngularJS
https://api.github.com/repos/matomo-org/matomo/issues/6299/comments
2
2014-09-25T12:38:53Z
2024-09-13T09:08:55Z
https://github.com/matomo-org/matomo/issues/6299
43,914,282
6,299
[ "matomo-org", "matomo" ]
Would be nice if piwik's upgrade dialog would provide a checkbox preference that allows user to optionally perform a full database dump before the upgrade is performed. Since sometimes the automatic upgrade process fails for some reason (see for example https://github.com/piwik/piwik/issues/6280, and some users (inclu...
Add checkbox preference to perform full database dump before performing a upgrade
https://api.github.com/repos/matomo-org/matomo/issues/6297/comments
1
2014-09-25T11:08:50Z
2014-09-26T01:50:08Z
https://github.com/matomo-org/matomo/issues/6297
43,906,341
6,297
[ "matomo-org", "matomo" ]
See http://forum.piwik.org/read.php?2,120340 > I implemented content tracking on one of my websites. Now I see a lot of 'empty' visits in the visiters log. These occur next to the normal logs. Even since the visitor ID is identical the user gets logged as a new visit so the visitor count increased with 50%. > > The ...
Visitors having empty visits when using content tracking
https://api.github.com/repos/matomo-org/matomo/issues/6296/comments
5
2014-09-25T11:01:47Z
2014-10-02T12:56:35Z
https://github.com/matomo-org/matomo/issues/6296
43,905,714
6,296
[ "matomo-org", "matomo" ]
I have a piwik server that is internal. All of the external websites use the piwik.php proxy instructions as found here. https://github.com/piwik/piwik/issues/2019 I also need to add the PiwikTracker.php in order to track bots as well. How can these be combined? I am using the bot tracker plugin. On Piwik 2.7
PiwikTracker.php and Piwik.php proxy
https://api.github.com/repos/matomo-org/matomo/issues/6293/comments
1
2014-09-24T16:03:52Z
2014-09-25T04:10:11Z
https://github.com/matomo-org/matomo/issues/6293
43,782,811
6,293