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"
] | Following a discussion about security:
One of the current best practices in Piwik is **escape everything on input**. But in general, best practices recommend:
- filter on input (e.g. cast to an integer if you expect an integer, but don't sanitize strings)
- escape on **output**
e.g. http://blog.ircmaxell.com/2011/03/... | Escape/sanitize strings on output rather than on input | https://api.github.com/repos/matomo-org/matomo/issues/6714/comments | 2 | 2014-11-23T20:23:02Z | 2015-06-02T22:55:05Z | https://github.com/matomo-org/matomo/issues/6714 | 49,837,697 | 6,714 |
[
"matomo-org",
"matomo"
] | I am getting the following error when trying to view "Ecommerce & Goals" -> "Ecommerce Log" inside the "ACTIONDETAILS" column. The displayed value is "Array". This prevents Ecommerce tracking from working.
```
There is an error. Please report the message (Piwik 2.9.1) and full backtrace in the Piwik forums (please do ... | Ecommerce Log shows error when there are abandoned carts and no conversion yet | https://api.github.com/repos/matomo-org/matomo/issues/6713/comments | 5 | 2014-11-23T09:33:20Z | 2014-11-27T05:17:58Z | https://github.com/matomo-org/matomo/issues/6713 | 49,819,827 | 6,713 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to:
- Fix the issue that the proxy script errors when the response is not 200 (now it is 204 since #6577)
- Add a test for the proxy script (we did not detect this bug because there's no test)
Reported [in forum](http://forum.piwik.org/read.php?2,122219)
> Now I have an entry in my PHP erro... | Proxy script fails after piwik.php returns 204 response | https://api.github.com/repos/matomo-org/matomo/issues/6712/comments | 9 | 2014-11-22T05:33:44Z | 2014-12-03T03:21:56Z | https://github.com/matomo-org/matomo/issues/6712 | 49,773,833 | 6,712 |
[
"matomo-org",
"matomo"
] | Hi!
I'm using Piwik on a webserver in an internal network that requires an HTTP proxy to reach the internet for outgoing requests (i.e. DMOZ data). So I configured the [proxy] settings which are working fine.
The problem I'm facing the the fact, that the Piwik console uses these proxy settings also for archive jobs (... | Proxy: Exclude-list for specified hosts | https://api.github.com/repos/matomo-org/matomo/issues/6711/comments | 2 | 2014-11-21T13:28:10Z | 2024-09-13T09:08:05Z | https://github.com/matomo-org/matomo/issues/6711 | 49,695,768 | 6,711 |
[
"matomo-org",
"matomo"
] | This is a follow up of a regression introduced in PR #6689 that Screenshot tests help catch!
In commit: https://github.com/piwik/piwik-ui-tests/commit/81e01e6c9f0e5c8938a725a416bc6c7c7d265436
The screenshot `expected-ui-screenshots/Overlay_row_evolution.png` is actually a regression as the data shows `0` instead of... | Row Evolution regression when time displayed as HH:MM:SS | https://api.github.com/repos/matomo-org/matomo/issues/6710/comments | 2 | 2014-11-21T10:10:59Z | 2014-12-18T03:38:16Z | https://github.com/matomo-org/matomo/issues/6710 | 49,679,378 | 6,710 |
[
"matomo-org",
"matomo"
] | In some cases archiving process is crashing because of reaching memory limit.
It's not always possible to just increase RAM limit for PHP process.
Therefore it would be a good to have reusable diagnostic tool, telling which plugin is depleting limit so it can be improved.
Goal of this ticket is to discuss such tool sp... | Provide better information regarding memory usage by each plugin | https://api.github.com/repos/matomo-org/matomo/issues/6708/comments | 7 | 2014-11-21T08:47:30Z | 2014-12-18T03:37:19Z | https://github.com/matomo-org/matomo/issues/6708 | 49,672,455 | 6,708 |
[
"matomo-org",
"matomo"
] | Segementing data is nice! It would be even better if it would be possible to **segment on Operating System families**
| Feature Request: segmenting on Operating System families | https://api.github.com/repos/matomo-org/matomo/issues/6707/comments | 5 | 2014-11-21T06:38:33Z | 2024-09-13T09:08:05Z | https://github.com/matomo-org/matomo/issues/6707 | 49,663,163 | 6,707 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to improve the automated email sent on new Piwik versions, to link to the changelog for this particular version.
The URL for the changelog is always the same and looks like: `http://piwik.org/changelog/piwik-x-y-z/` eg. http://piwik.org/changelog/piwik-2-9-0/
We should link to the changelog... | Add link to changelog in the email sent to Piwik admin for new releases | https://api.github.com/repos/matomo-org/matomo/issues/6706/comments | 0 | 2014-11-21T06:29:44Z | 2015-02-16T04:23:36Z | https://github.com/matomo-org/matomo/issues/6706 | 49,662,387 | 6,706 |
[
"matomo-org",
"matomo"
] | The goal of this issue is that in the scheduled reports, when there are zero `Users` tracked in a given period, we should not display the `Users: 0` row in the Visits summary report,
Current behavior:
.
There is no data for this report but live visitor work.
https://WWWWW/index.php?period=range&idSite=9&segment=&date=last30&format=json&showRawMetrics=1&module=API&method=Live.getLastVisitsDetails&filter_limit=100&showColumns=... | in realtime map, display warning if there are no visits because of missing latitude/longitude | https://api.github.com/repos/matomo-org/matomo/issues/6704/comments | 28 | 2014-11-20T19:11:58Z | 2024-09-13T09:08:06Z | https://github.com/matomo-org/matomo/issues/6704 | 49,605,572 | 6,704 |
[
"matomo-org",
"matomo"
] | When piwik is running behind a proxy that terminates ssl (in my case cloudfront (terminates ssl) -> elb -> instance ). I will get the following error trying to load the real time map:
```
[blocked] The page at 'https://<removed>/piwik/index.php?module=CoreHome&action=index&i…serCountryMap&action=realtimeWorldMap&idSit... | When Real time map is loaded over https, it does not always load the SVG files over ssl | https://api.github.com/repos/matomo-org/matomo/issues/6703/comments | 17 | 2014-11-20T15:45:41Z | 2015-11-16T21:50:17Z | https://github.com/matomo-org/matomo/issues/6703 | 49,569,859 | 6,703 |
[
"matomo-org",
"matomo"
] | The request returns a 500 HTTP code and the following:-
```
There is an error. Please report the message (Piwik 2.9.1) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).
Recoverable Error: Argument 1 passed to twig_split_filter() must be an instance of Twig_Envi... | Visitor profiles no longer work piwik 2.9.1 | https://api.github.com/repos/matomo-org/matomo/issues/6702/comments | 5 | 2014-11-20T15:45:07Z | 2024-09-13T09:08:07Z | https://github.com/matomo-org/matomo/issues/6702 | 49,569,765 | 6,702 |
[
"matomo-org",
"matomo"
] | Currently an admin of Piwik has to click on the user menue and then on any subitem of the menue to see if third-party plugins need to be updated. Even then this note is just a tiny number in brackets right of the Plugin menue item. I believe that it will be great to have the notification prominently at the same spot as... | Make update notification for plugins more visible | https://api.github.com/repos/matomo-org/matomo/issues/6701/comments | 4 | 2014-11-20T13:59:08Z | 2024-09-13T09:08:07Z | https://github.com/matomo-org/matomo/issues/6701 | 49,553,744 | 6,701 |
[
"matomo-org",
"matomo"
] | Hello,
I report strange behavior about a "Vistor log" widget on dashboard.
The step to reproduce is as follows.
1.Go to http://demo.piwik.org
2.Add a widget "Live! > Visitor Log".
3.Click "Change the visualization or configure the report" icon.
4.Set "Rows to display" as 25,50 or a larger number.
5.Click "mini... | Minimization of a ”Visitor log" widget will collapse a display. | https://api.github.com/repos/matomo-org/matomo/issues/6700/comments | 1 | 2014-11-20T08:03:12Z | 2024-09-13T09:08:08Z | https://github.com/matomo-org/matomo/issues/6700 | 49,507,828 | 6,700 |
[
"matomo-org",
"matomo"
] | When [importing logs in Piwik](http://piwik.org/docs/log-analytics-tool-how-to/) and when Piwik is configured to use [SSL by default](http://piwik.org/faq/how-to/faq_91/), if you specify `--url=http://piwik.example.org` then Piwik will fail with this error:
```
2014-11-20 11:40:10,643: [DEBUG] Error when connecting to... | When importing logs, if --url= is set to HTTP url and Piwik is forced to use SSL then importing logs fails | https://api.github.com/repos/matomo-org/matomo/issues/6699/comments | 1 | 2014-11-19T22:53:12Z | 2015-03-12T21:01:49Z | https://github.com/matomo-org/matomo/issues/6699 | 49,465,144 | 6,699 |
[
"matomo-org",
"matomo"
] | i found that piwik can't track when visitor use maxthon browser to visit system,How to track the Maxthon browser access? a lot of china browser have the same bug
Maxthon version is v4.4.3.2000
i use google to follow network,it is normal,i can see "piwik.php?ation_name.....",but i can't find record in mysql database.
| How to track the china browser access,like Maxthon | https://api.github.com/repos/matomo-org/matomo/issues/6697/comments | 2 | 2014-11-19T10:04:40Z | 2024-09-13T09:08:08Z | https://github.com/matomo-org/matomo/issues/6697 | 49,360,195 | 6,697 |
[
"matomo-org",
"matomo"
] | Several users in the german forum reported the following error while updating to 2.9.0:
Error trying to execute the query 'INSERT INTO piwik_sequence (name, value) VALUES ('piwik_archive_numeric_2010_01', 508)'.
The error was: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'piwik_archive_numeri... | Error in update script 2.9.0-b7 | https://api.github.com/repos/matomo-org/matomo/issues/6696/comments | 4 | 2014-11-19T08:53:23Z | 2014-12-04T19:27:41Z | https://github.com/matomo-org/matomo/issues/6696 | 49,350,287 | 6,696 |
[
"matomo-org",
"matomo"
] | currently the `git:pull` console command is only viewable when Piwik development mode is enabled. However we officially document [how to deploy Piwik from git in this FAQ](http://piwik.org/faq/how-to-install/faq_18271/) and it mentions `console git:pull` command. So this issue will keep Backward compatibility.
| show the console `git:pull` command whenever Piwik is deployed from git | https://api.github.com/repos/matomo-org/matomo/issues/6695/comments | 0 | 2014-11-19T07:21:46Z | 2014-11-19T07:25:41Z | https://github.com/matomo-org/matomo/issues/6695 | 49,341,592 | 6,695 |
[
"matomo-org",
"matomo"
] | It was reported that the All Websites dashboard appearing in Scheduled Reports is limited to the first 100 websites. The goal of this issue is to set instead to show all websites that the user has access to.
Maybe it won't work so well for users who have 10,000 websites or more but a default of showing all data for ... | Scheduled reports: All websites report should display all websites not just top 100 | https://api.github.com/repos/matomo-org/matomo/issues/6694/comments | 0 | 2014-11-19T06:52:14Z | 2014-11-19T06:58:06Z | https://github.com/matomo-org/matomo/issues/6694 | 49,339,477 | 6,694 |
[
"matomo-org",
"matomo"
] | This issue is to keep track of some of the UI screenshot tests that randomly fail. Hopefully we can solve of some of those issues and identify best practise for future UI tests.
Note that we already had to disable a few tests because they failed randomly. They are marked with `it.skip` there are listed here: https://g... | Some UI screenshot tests fail at random | https://api.github.com/repos/matomo-org/matomo/issues/6693/comments | 22 | 2014-11-19T03:26:28Z | 2024-09-13T09:08:09Z | https://github.com/matomo-org/matomo/issues/6693 | 49,324,310 | 6,693 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to simplify the flow for users to install new plugins via the Marketplace and/or Uploading ZIP. I propose to remove the current page:

and instead offerin... | Marketplace menu link should link to Marketplace directly | https://api.github.com/repos/matomo-org/matomo/issues/6692/comments | 0 | 2014-11-19T00:58:34Z | 2014-11-19T02:26:18Z | https://github.com/matomo-org/matomo/issues/6692 | 49,315,455 | 6,692 |
[
"matomo-org",
"matomo"
] | TravisCI does not call this test, but running the testsuite locally OneVisitorNoKeywordSpecifiedTest fails.
Backtracking the code: the test works in v2.8.3 and fails in v2.9.0-b1. Investigating some more it seems to fail after merging PR #6420
@sgiehl do you have any insights on why the test might fail? The code is c... | OneVisitorNoKeywordSpecifiedTest fails since v2.9.0-b1 | https://api.github.com/repos/matomo-org/matomo/issues/6686/comments | 0 | 2014-11-17T18:34:25Z | 2014-11-17T19:48:20Z | https://github.com/matomo-org/matomo/issues/6686 | 49,127,657 | 6,686 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to add a new screenshot test:
- in the last step have one of the boxes un-checked (modifies the last screenshot test).
- add a new screenshot test: after the form is submitted. this will ensure that we catch if the form submit fails like in #6684 (if the install succeeds we can take a screensh... | Installation: add new screenshot test for the final step form submit | https://api.github.com/repos/matomo-org/matomo/issues/6685/comments | 0 | 2014-11-17T07:11:15Z | 2014-11-18T00:27:59Z | https://github.com/matomo-org/matomo/issues/6685 | 49,051,333 | 6,685 |
[
"matomo-org",
"matomo"
] | Reported in this [forum post](http://forum.piwik.org/read.php?2,121967)
**Problem**
I'm running a custom script to import data in a very specific way. Historical visits are logged properly, however I can't get them to show up in reports on the Visitors or Actions tabs. I've tried the command line reprocessing, dropp... | Importing historical data via the API doesn't show in Piwik | https://api.github.com/repos/matomo-org/matomo/issues/6683/comments | 3 | 2014-11-17T01:50:53Z | 2014-12-19T02:31:36Z | https://github.com/matomo-org/matomo/issues/6683 | 49,024,883 | 6,683 |
[
"matomo-org",
"matomo"
] | `Tagalog` /təˈɡɑːlɒɡ/[6](Tagalog: [tɐˈɡaːloɡ]) is an Austronesian language spoken as a first language by a quarter of the population of the Philippines and as a second language by the majority.[7] It is the first language of the Philippine region IV (CALABARZON and MIMAROPA), of Bulacan and of Metro Manila. Its standar... | New Language for Piwik: Tagalog | https://api.github.com/repos/matomo-org/matomo/issues/6682/comments | 1 | 2014-11-17T00:23:14Z | 2014-11-17T00:23:38Z | https://github.com/matomo-org/matomo/issues/6682 | 49,021,816 | 6,682 |
[
"matomo-org",
"matomo"
] | Following error occurs on installation of Piwik 2.9.0. (On http://.../index.php?action=tablesCreation&module=Installation)
Fatal error: Call to private method Piwik\Plugins\Installation\Controller::hasEnoughTablesToReuseDb() from context '' in /.../plugins/Installation/Controller.php on line 204
Notes:
- The installa... | Fatal error on installation: Call to private method | https://api.github.com/repos/matomo-org/matomo/issues/6680/comments | 3 | 2014-11-15T22:32:08Z | 2014-11-16T01:47:45Z | https://github.com/matomo-org/matomo/issues/6680 | 48,935,065 | 6,680 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to create a task to automatically delete the old scheduled reports from the `tmp/assets/` folder.
Piwik creates the scheduled reports to be downloaded and or sent by email. I think it can be useful to access the reports after the fact on the server in this tmp folder. So maybe we could create... | Task to automatically delete the scheduled reports files from the server | https://api.github.com/repos/matomo-org/matomo/issues/6678/comments | 1 | 2014-11-15T10:50:54Z | 2019-07-01T05:43:49Z | https://github.com/matomo-org/matomo/issues/6678 | 48,896,520 | 6,678 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to develop automatic mirroring of our public git repositories in both organisations Piwik and PiwikPro into git.piwik.org subdomain. This will involve using latest version of gitlist and develop sync script to mirror repos from github orgs automatically when we create new ones.
Why is it impo... | Discontinue git.piwik.org service | https://api.github.com/repos/matomo-org/matomo/issues/6676/comments | 3 | 2014-11-15T08:41:34Z | 2024-09-13T09:08:10Z | https://github.com/matomo-org/matomo/issues/6676 | 48,887,581 | 6,676 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to make the Plugin description page on the Marketplace look the same as on Github.
In the [Marketplace](http://plugins.piwik.org/) when [distributing a plugin](http://developer.piwik.org/guides/distributing-your-plugin) we recommend to write useful documentation. Because plugins are hosted on... | Support Markdown in the Marketplace for plugin descriptions | https://api.github.com/repos/matomo-org/matomo/issues/6675/comments | 2 | 2014-11-14T11:31:32Z | 2014-11-17T00:06:16Z | https://github.com/matomo-org/matomo/issues/6675 | 48,775,988 | 6,675 |
[
"matomo-org",
"matomo"
] | Similarly we detect `pk_kwd` as alias to `pk_keyword` and `piwik_keyword` and `utm_term` let's add a short alias for campaign parameter: `pk_cpn`
| Detect pk_cpn as an alias to pk_campaign and utm_campaign | https://api.github.com/repos/matomo-org/matomo/issues/6674/comments | 0 | 2014-11-14T11:05:29Z | 2014-11-14T11:11:53Z | https://github.com/matomo-org/matomo/issues/6674 | 48,772,962 | 6,674 |
[
"matomo-org",
"matomo"
] | Is there a (non-HTML-parsing hack) way to verify release ZIP or the files within?
| Verify checksum | https://api.github.com/repos/matomo-org/matomo/issues/6673/comments | 3 | 2014-11-14T10:40:44Z | 2014-11-14T11:20:38Z | https://github.com/matomo-org/matomo/issues/6673 | 48,770,057 | 6,673 |
[
"matomo-org",
"matomo"
] | For bigger instances it’s very slow to process custom ranges on the fly. However, Piwik gives possibility to choose some custom ranges as default dates after logging in (i.e. last7, previous7 etc). It would be a nice feature to allow pre-processing for those specific ranges during daily archiving. Also it would be nic... | Pre-process custom date ranges when users have selected them as their default date range | https://api.github.com/repos/matomo-org/matomo/issues/6672/comments | 2 | 2014-11-14T10:14:22Z | 2014-12-23T23:24:42Z | https://github.com/matomo-org/matomo/issues/6672 | 48,766,970 | 6,672 |
[
"matomo-org",
"matomo"
] | In Piwik 2.9.0 (also in 2.8.3), on the Websites Management page, two language strings are missing, producing errors as follows:
(a) (two occurrences on the page)
The string SitesManager_AddSite was not loaded in javascript. Make sure it is added in the Translate.getClientSideTranslationsKey hook.
(b) (displayed in ca... | Piwik 2.9.0: Missing language strings on Websites Management page | https://api.github.com/repos/matomo-org/matomo/issues/6670/comments | 1 | 2014-11-13T23:21:03Z | 2014-11-14T01:53:28Z | https://github.com/matomo-org/matomo/issues/6670 | 48,708,672 | 6,670 |
[
"matomo-org",
"matomo"
] | I had Installed 2.8.3 from the Piwik debian repository. Used web interface for all configuring and have never even looked at the contens of the /usr/share/piwik directory on this server.
Tried auto-updating to 2.9 again using the web interface when it prompted me to upgrade. (If I am not supposed to mix deb-and-web-in... | Upgrading Debian packaged Piwik 2.8.3->2.9 breakage. “config/global.php doesn’t exist ” | https://api.github.com/repos/matomo-org/matomo/issues/6669/comments | 5 | 2014-11-13T22:32:38Z | 2014-11-20T03:13:02Z | https://github.com/matomo-org/matomo/issues/6669 | 48,701,656 | 6,669 |
[
"matomo-org",
"matomo"
] | If you refresh (F5) the page, solves the problem.
I found a javascript error:
Uncaught TypeError: Cannot read property 'substr' of undefined
broadcast.propagateAjax( $(item).attr('href').substr(1) ); (menu.js line 43)
$(item).attr('href') return undefined
| Menu: loading page for a custom plugin's menu triggers javascript error | https://api.github.com/repos/matomo-org/matomo/issues/6666/comments | 8 | 2014-11-13T16:53:34Z | 2024-09-13T09:08:11Z | https://github.com/matomo-org/matomo/issues/6666 | 48,660,919 | 6,666 |
[
"matomo-org",
"matomo"
] | I just upgraded to piwik 2.9 and now I get the following message in the sites admin panel
> The string Actions_SubmenuSitesearch was not loaded in javascript. Make sure it is added in the Translate.getClientSideTranslationKeys hook.
What shoul I do ?
.
**Explanation**
in the log importer we do not properly put all the requests for a given v... | when trust_visitors_cookies = 1 is used, replaying logs cause discrepencies | https://api.github.com/repos/matomo-org/matomo/issues/6664/comments | 0 | 2014-11-13T11:41:16Z | 2014-11-14T02:49:51Z | https://github.com/matomo-org/matomo/issues/6664 | 48,626,726 | 6,664 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to implement a new console command letting us display the list of plugins currently enabled on this instance.
`./console core:plugin list`
| Console command to list activated plugins | https://api.github.com/repos/matomo-org/matomo/issues/6663/comments | 0 | 2014-11-13T10:40:10Z | 2014-11-13T10:40:52Z | https://github.com/matomo-org/matomo/issues/6663 | 48,621,318 | 6,663 |
[
"matomo-org",
"matomo"
] | I would like to get PIWIK from bower
Bower install piwik brings following structure. If i don't oversee it, there are essential PIWIK files missing (compared to the content shipped with the zip download of PIWIK).
 for actions (folder/folder/page)? How?
original post #2137 is published 4th of March 2011
Respectfully,
A
| PDF/HTML Reports: Expand Actions reports (and some others) by choice (x) (ex #2137) | https://api.github.com/repos/matomo-org/matomo/issues/6655/comments | 3 | 2014-11-12T21:13:51Z | 2024-09-13T09:08:12Z | https://github.com/matomo-org/matomo/issues/6655 | 48,563,227 | 6,655 |
[
"matomo-org",
"matomo"
] | during Report creation [x] checkbox I found, trying every box, that:
"Statistics included", "Visitors", (x) "Provider" cause next debug output:
```
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<result><error message="API returned an error: Tryi... | error message="API returned an error: Trying to add two strings in DataTable\Row::sumRowArray | https://api.github.com/repos/matomo-org/matomo/issues/6654/comments | 1 | 2014-11-12T19:42:00Z | 2014-11-13T00:26:30Z | https://github.com/matomo-org/matomo/issues/6654 | 48,553,152 | 6,654 |
[
"matomo-org",
"matomo"
] | Hi
We Received following request:
"We would like to be able to set a privacy policy per site.
At the moment this setting is instance wide, however in a shared environment this is not flexible enough."
| Privacy options applied for single site (anonymise IP, opt-out, etc.) | https://api.github.com/repos/matomo-org/matomo/issues/6653/comments | 9 | 2014-11-12T13:46:18Z | 2025-06-04T22:40:05Z | https://github.com/matomo-org/matomo/issues/6653 | 48,511,534 | 6,653 |
[
"matomo-org",
"matomo"
] | Ciao,
I was following the [Tests developers guide](http://developer.piwik.org/guides/automated-tests) trying to run Core tests on latest master branch.
I've followed all the instructions on resolving dependencies (composer, imagemagick, phantomjs) but when tests are done, I got back hundreds of errors (only 5 failures... | Red flag running Core unit tests, either on Jessie and Precise | https://api.github.com/repos/matomo-org/matomo/issues/6651/comments | 6 | 2014-11-12T09:48:53Z | 2024-09-13T09:08:12Z | https://github.com/matomo-org/matomo/issues/6651 | 48,491,340 | 6,651 |
[
"matomo-org",
"matomo"
] | Although no changes are made to piwik application, Unique Visitor Records are being dropped by more than 50% in piwik_log_visit table since 1st october 2014.
Backend mySql Query:
SELECT
date(a.visit_first_action_time) as Visitday
,count(distinct custom_var_v1) as DistinctVisitor
FROM piwik413.piwik_log_vis... | Visit Records have dropped by more than 50% since 1st October 2014 | https://api.github.com/repos/matomo-org/matomo/issues/6650/comments | 2 | 2014-11-12T04:47:46Z | 2024-09-13T09:08:13Z | https://github.com/matomo-org/matomo/issues/6650 | 48,472,541 | 6,650 |
[
"matomo-org",
"matomo"
] | Visit , Vistor data from the backend doesn't reconcile with data in UI.
Date DbCount UICount
9/1/2014 2277 2262
9/2/2014 3029 3004
9/3/2014 2843 2852
9/4/2014 2756 2514
9/5/2014 2480 2514
9/6/2014 102 ... | Data in Piwik UI does not match with data present in its Backend Database | https://api.github.com/repos/matomo-org/matomo/issues/6649/comments | 1 | 2014-11-12T04:35:44Z | 2014-12-01T05:26:30Z | https://github.com/matomo-org/matomo/issues/6649 | 48,471,987 | 6,649 |
[
"matomo-org",
"matomo"
] | This metadata is used only by the Actions API and is only handled by getProcessedReport and Visualization.php. Handling it in "raw" API consumers makes mostly complicates the consumer code for small functionality that is only used by a handful of reports. Instead, the logic can be moved to Report metadata classes. The ... | Remove DataTable::EMPTY_COLUMNS_METADATA_NAME metadata | https://api.github.com/repos/matomo-org/matomo/issues/6646/comments | 0 | 2014-11-11T23:42:43Z | 2024-09-13T10:56:11Z | https://github.com/matomo-org/matomo/issues/6646 | 48,451,070 | 6,646 |
[
"matomo-org",
"matomo"
] | If you use a reverse proxy to host Piwik at `https://www.example.com/analytics/index.php`, piwik will attempt to request `https://www.example.com/plugins/Morpheus/images/logo.svg`. Similarly, when you log in, it will redirect to `https://www.example.com/index.php`.
Is there a way to specify a url prefix for redirects ... | Some URLs not resolved appropriately behind proxy | https://api.github.com/repos/matomo-org/matomo/issues/6644/comments | 18 | 2014-11-11T23:09:23Z | 2018-01-23T23:29:51Z | https://github.com/matomo-org/matomo/issues/6644 | 48,448,220 | 6,644 |
[
"matomo-org",
"matomo"
] | Currently plugins are expected to by in the `Piwik\Plugin` namespace.
This is not really ideal as it defeats the purpose of namespaces:
- risk of clashes/conflicts between different vendors releasing a similar plugin
- no separation of code between vendors/projects
It would be better if, for example, Piwik PRO plugin... | Use custom namespace for plugins? | https://api.github.com/repos/matomo-org/matomo/issues/6643/comments | 4 | 2014-11-11T22:32:19Z | 2016-05-06T00:01:04Z | https://github.com/matomo-org/matomo/issues/6643 | 48,444,768 | 6,643 |
[
"matomo-org",
"matomo"
] | Piwik makes use of the `IGNORE` clause in `ALTER TABLE`, which has been removed as of MySQL 5.7.
There may be other incompatibilities between piwik and MySQL 5.7. The deprecated and removed features can be found at https://dev.mysql.com/doc/refman/5.7/en/mysql-nutshell.html .
See #6623 for how the incompatibilities m... | MySQL 5.7+ support | https://api.github.com/repos/matomo-org/matomo/issues/6642/comments | 15 | 2014-11-11T16:16:02Z | 2015-12-18T03:13:26Z | https://github.com/matomo-org/matomo/issues/6642 | 48,401,711 | 6,642 |
[
"matomo-org",
"matomo"
] | Currently Piwik adds a delay on clicks in order to ensure the links are tracked properly. As Chrome has now shipped navigator.sendBeacon can we get it to use this instead of the delay if the browser supports it?
| Use navigator.sendBeacon by default and minimise the tracker pause from 500ms to 100ms | https://api.github.com/repos/matomo-org/matomo/issues/6641/comments | 13 | 2014-11-11T15:09:02Z | 2018-12-06T02:41:15Z | https://github.com/matomo-org/matomo/issues/6641 | 48,393,780 | 6,641 |
[
"matomo-org",
"matomo"
] | Currently migrations are carried out by running core:update command.
However it maybe should also be possible to split updates into two flows. One should be db migration and other would be to perform some additional logic.
Possible use case:
- Piwik admin wants to update his instance with separate DB server,
- does --... | Handling migrations in Piwik | https://api.github.com/repos/matomo-org/matomo/issues/6640/comments | 6 | 2014-11-11T14:57:59Z | 2024-09-13T09:08:13Z | https://github.com/matomo-org/matomo/issues/6640 | 48,392,560 | 6,640 |
[
"matomo-org",
"matomo"
] | Currently first archiving after midnight in site timezone will create definite archive for previous period. However this logic contains slight error - it is possible that single visit will have visit_last_action_time set to 23:59:00 at the moment of archiving. However after archiving will complete incorporating this si... | Change time when definite archives can be created | https://api.github.com/repos/matomo-org/matomo/issues/6639/comments | 1 | 2014-11-11T14:50:57Z | 2024-09-13T09:08:14Z | https://github.com/matomo-org/matomo/issues/6639 | 48,391,820 | 6,639 |
[
"matomo-org",
"matomo"
] | Current archiving flow can bring certaing ammount of problems when archiving segments on instances which are 2-3-4 years old. During normal flow of cron archiving, there will always be only last 2 years processed. Adding new segment(s) can bring up two following problems for archive process:
- if at any time archiving ... | Computation load after adding new segments on long existing Piwik instance | https://api.github.com/repos/matomo-org/matomo/issues/6638/comments | 4 | 2014-11-11T14:42:04Z | 2015-03-09T03:48:02Z | https://github.com/matomo-org/matomo/issues/6638 | 48,390,908 | 6,638 |
[
"matomo-org",
"matomo"
] | The goal of this issue is that when piwik is served via several frontends and the file cache is invalidated (eg. when any of its values is updated or when piwik is upgraded), then the file cache should be deleted/refreshed on each of the frontend servers automatically.
For this maybe we can set a option flag in the db... | in multiple frontends setup, the cache file is not up to date on all frontends | https://api.github.com/repos/matomo-org/matomo/issues/6637/comments | 22 | 2014-11-11T11:45:42Z | 2014-12-17T23:09:11Z | https://github.com/matomo-org/matomo/issues/6637 | 48,375,890 | 6,637 |
[
"matomo-org",
"matomo"
] | After update to 2.9.0-b8 Piwik stopped tracking. In my logs the following error notice occured:
2014/11/10 17:58:31 [error] 4069#0: *127577 FastCGI sent in stderr: "PHP message: PHP Fatal error: Cannot redeclare geoip_country_code_by_name() in /var/www/vhosts/xxxxxxx/libs/MaxMindGeoIP/geoip.inc on line 1593" while re... | geoip.inc error in 2.9.0-b8 [Cannot redeclare geoip_country_code_by_name()] | https://api.github.com/repos/matomo-org/matomo/issues/6636/comments | 7 | 2014-11-11T10:59:50Z | 2014-11-13T04:05:29Z | https://github.com/matomo-org/matomo/issues/6636 | 48,372,274 | 6,636 |
[
"matomo-org",
"matomo"
] | Either on each test run or only if it doesn't exist yet. To make this useful we should replace `REMOTE_ADDR`, `HTTP_HOST` and `REQUEST_URI` automatically. I think we have at least the URI in `SettingsPiwik`? Not sure about the rest. If not, maybe we could read them from config?
Currently, a developer has to prepare t... | Move phpunit.xml.dist to phpunit.xml in PHPUnit bootstrap or when executing tests | https://api.github.com/repos/matomo-org/matomo/issues/6635/comments | 19 | 2014-11-11T03:51:39Z | 2015-02-23T01:45:46Z | https://github.com/matomo-org/matomo/issues/6635 | 48,345,225 | 6,635 |
[
"matomo-org",
"matomo"
] | Currently we have:
- `UnitTests`
- `IntegrationTests`
- `SystemTests`
But in `./console tests:run` we give `unit`, `integration` or `system` as shortcuts, which is confusing when using both the console and PHPUnit.
So how about renaming them to `unit`, `integration` and `system`?
| Simplify test suite names | https://api.github.com/repos/matomo-org/matomo/issues/6634/comments | 4 | 2014-11-11T01:18:34Z | 2016-10-05T21:21:34Z | https://github.com/matomo-org/matomo/issues/6634 | 48,336,467 | 6,634 |
[
"matomo-org",
"matomo"
] | Currently, it is possible to execute tests by "testsuite", "group" and "file/dir":
`./console tests:run --testsuite unit --file tests/PHPUnit/file.php groupName`
The argument is currently interpreted as a group. I'd suggest to make this argument a bit smarter.
- [x] If argument is unit, integration, system, plugins ... | Make our test runner a bit smarter | https://api.github.com/repos/matomo-org/matomo/issues/6633/comments | 2 | 2014-11-11T00:52:35Z | 2024-09-13T09:08:14Z | https://github.com/matomo-org/matomo/issues/6633 | 48,334,738 | 6,633 |
[
"matomo-org",
"matomo"
] | There should be a way to switch from POST bulk requests to GET.
**Example scenario**
Users want to migrate Piwik to new infrastructure without losing data.
**Outcome**
There won't be possibility to replay the gap from logs because access log will contain POST requests without needed parameters.
| Content tracking - replay from logs | https://api.github.com/repos/matomo-org/matomo/issues/6630/comments | 7 | 2014-11-10T15:56:29Z | 2024-09-13T09:08:15Z | https://github.com/matomo-org/matomo/issues/6630 | 48,279,360 | 6,630 |
[
"matomo-org",
"matomo"
] | ###### Steps to reproduce
- Add "Browser Versions" widget to dashboard
- maximize widget
- sort any column in any direction
- close maximized View
###### Expected result
Table in dashboard widget is still sortable and shows all columns
###### actual result
Last column "unique users" disappeared
tested with: Chrome 3... | Sorting tables in maximized widgets breaks rendering in dashboard | https://api.github.com/repos/matomo-org/matomo/issues/6629/comments | 2 | 2014-11-10T08:34:40Z | 2024-09-13T09:08:15Z | https://github.com/matomo-org/matomo/issues/6629 | 48,240,875 | 6,629 |
[
"matomo-org",
"matomo"
] | If a page title has a slash in it - piwik will list a sub page of this page, with the second part of the title after the slash. Slash seems like to be not encoded and piwik gets it as a sub directory ...
| Page Title with slash in it | https://api.github.com/repos/matomo-org/matomo/issues/6628/comments | 3 | 2014-11-10T08:33:48Z | 2014-11-11T00:25:09Z | https://github.com/matomo-org/matomo/issues/6628 | 48,240,820 | 6,628 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to add support for GeoIP PECL to geo locate IPv6 addresses.
in #3581 and #6574 we've added [geo location capability](http://piwik.org/docs/geo-locate/) to IPv6 addresses. It works for GeoIP (Php) and for GeoIP (HTTP Server Module). However the feature is not yet added to the PECL extension a... | Geo location ipv6 for PECL extension | https://api.github.com/repos/matomo-org/matomo/issues/6624/comments | 4 | 2014-11-09T22:37:54Z | 2024-09-13T09:08:16Z | https://github.com/matomo-org/matomo/issues/6624 | 48,216,541 | 6,624 |
[
"matomo-org",
"matomo"
] | Fresh install (2.8.3) in a docker container with linked mysql database.
```
Error in Piwik (tracker): Error query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'location_provider' in 'field list'
In query: INSERT INTO piwik_log_visit (idvisitor, ...
```
An attempt to deactiv... | Column not found location_provider - Alter ignore was removed in MySQL 5.7.5 | https://api.github.com/repos/matomo-org/matomo/issues/6623/comments | 7 | 2014-11-09T22:23:54Z | 2015-12-15T20:45:27Z | https://github.com/matomo-org/matomo/issues/6623 | 48,216,084 | 6,623 |
[
"matomo-org",
"matomo"
] | Current issues with the logger:
1. static methods + singleton
2. global config not overridable by environment (unless I missed how to do that): e.g. in CLI we might want to log to stdout but in HTTP API we don't want to log into the JSON response #6612
3. backends are hardcoded and can't be customized (e.g. logging to ... | Refactor the logger to a PSR-3 compatible logger | https://api.github.com/repos/matomo-org/matomo/issues/6622/comments | 7 | 2014-11-09T22:12:57Z | 2014-12-21T22:31:38Z | https://github.com/matomo-org/matomo/issues/6622 | 48,215,752 | 6,622 |
[
"matomo-org",
"matomo"
] | See #6435
I think most of the issues related to German locale (or any other locale that uses a comma instead of a dot to separate decimal values) are fixed but it is hard to tell as most parts of the code are not really covered by tests.
After working on #6435 there can be only one conclusion the more I think about... | Make sure Piwik tracks and archives correct data with any locale | https://api.github.com/repos/matomo-org/matomo/issues/6620/comments | 6 | 2014-11-09T20:00:15Z | 2024-09-13T09:08:17Z | https://github.com/matomo-org/matomo/issues/6620 | 48,211,658 | 6,620 |
[
"matomo-org",
"matomo"
] | Average generation time is a highly interesting metric in many regards -
p.e. when choosing the right set of server / CDN, or to get an idea how quick the page is perceived by your visitors depending on their location.
When checking average generation time several times a day, I also noticed it seems to vary on cert... | Offer details for average generation time evaluation | https://api.github.com/repos/matomo-org/matomo/issues/6619/comments | 1 | 2014-11-09T14:01:30Z | 2024-09-13T09:08:17Z | https://github.com/matomo-org/matomo/issues/6619 | 48,202,047 | 6,619 |
[
"matomo-org",
"matomo"
] | es werden keine Summen bei den Warenkörben angezeigt.
Piwik 2.8.3

| Piwik ecommerce shows no sales | https://api.github.com/repos/matomo-org/matomo/issues/6618/comments | 7 | 2014-11-09T07:38:47Z | 2024-09-13T09:08:18Z | https://github.com/matomo-org/matomo/issues/6618 | 48,194,576 | 6,618 |
[
"matomo-org",
"matomo"
] | Hello.
Yesterday, we lost connectivity to our stats Piwik server. When we started investigating the issue, we realized that the hard drive had literally 0MB free. We were surprised, because we have a website with moderate traffic.
Actually, with further investigation, we have seen that the database was not taking mor... | Humongous file in /tmp/climulti | https://api.github.com/repos/matomo-org/matomo/issues/6617/comments | 3 | 2014-11-07T15:06:08Z | 2014-11-17T04:21:44Z | https://github.com/matomo-org/matomo/issues/6617 | 48,090,900 | 6,617 |
[
"matomo-org",
"matomo"
] | Currently, the rainbow of folders in the "Visitors in real time" widget, while pretty, doesn't provide much information.
It would be very useful to be able to assign colours to various pages based upon a set of rules. We could have one colour for blog posts or categories or product pages, etc. These colours could also... | Unique page colours for real-time visitor log | https://api.github.com/repos/matomo-org/matomo/issues/6616/comments | 7 | 2014-11-07T12:18:13Z | 2024-09-13T09:08:18Z | https://github.com/matomo-org/matomo/issues/6616 | 48,076,061 | 6,616 |
[
"matomo-org",
"matomo"
] | I installed Maxmind GeoIp database in order to retrieve the Organization details. However, the organization doesn't have its own field and simply replaces the provider. How can I keep the two informations separate?
Otherwise, is it possible to hide the provider and only show the organization when available?
![screen s... | Separate Provider & Organization in Visitors Log | https://api.github.com/repos/matomo-org/matomo/issues/6615/comments | 15 | 2014-11-07T10:32:35Z | 2024-09-13T09:08:19Z | https://github.com/matomo-org/matomo/issues/6615 | 48,068,389 | 6,615 |
[
"matomo-org",
"matomo"
] | Using Piwik in a packaged chrome app produces the following error when including the piwik.js:
"beforeunload is not available in packaged apps"
Please see https://gist.github.com/dareid/eaf87732c5f79e0dfef1 as an example, load this into chrome as a unpacked extension (also demonstrates #6577)
| beforeunload is not available in packaged apps | https://api.github.com/repos/matomo-org/matomo/issues/6614/comments | 7 | 2014-11-07T07:47:11Z | 2024-09-13T09:08:19Z | https://github.com/matomo-org/matomo/issues/6614 | 48,056,832 | 6,614 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to implement a new feature in Piwik that will let you import a custom data file (eg. `CSV` format) that contains extra information about either your users, your content and your products. When importing this data you tell Piwik how to match it to your people and content and then Piwik will aut... | Custom Data Import (dimension widening) | https://api.github.com/repos/matomo-org/matomo/issues/6613/comments | 4 | 2014-11-07T05:38:34Z | 2024-09-13T09:08:20Z | https://github.com/matomo-org/matomo/issues/6613 | 48,050,158 | 6,613 |
[
"matomo-org",
"matomo"
] | Currently WARN level logs are logged to the screen: https://github.com/piwik/piwik/blob/master/config/global.ini.php#L54-L61
This is causing problems, for example `core:archive` command errors with:
```
ERROR CoreConsole[2014-10-26 23:59:53] [7ece2] Got invalid
response from API request:
http://demo.piwik.org/index.p... | Change default logger level from WARNING to ERROR | https://api.github.com/repos/matomo-org/matomo/issues/6612/comments | 6 | 2014-11-07T03:22:37Z | 2014-11-09T22:13:38Z | https://github.com/matomo-org/matomo/issues/6612 | 48,043,741 | 6,612 |
[
"matomo-org",
"matomo"
] | See #6607
Plugins, even our plugins shipped with core, should ideally not add any config entries to `/config/global.ini.php`. Sometimes plugins can maybe use the [Settings API](http://developer.piwik.org/guides/piwik-configuration) instead of a config but this is not always possible or not always wanted see ThaDafins... | Let plugins provide their own config | https://api.github.com/repos/matomo-org/matomo/issues/6609/comments | 3 | 2014-11-06T22:25:19Z | 2024-09-13T09:08:20Z | https://github.com/matomo-org/matomo/issues/6609 | 48,023,015 | 6,609 |
[
"matomo-org",
"matomo"
] | Hi,
given the interest for my feature request on the Piwik Forum (http://forum.piwik.org/t/list-of-visitors-profiles/13943), I was asked there to place a feature request here.
What I'd love to display is a list of the visitors that are identified with User IDs, with the following specifications:
- I want to see all th... | Introduce list of visitors identified with User IDs searchable and segmentable | https://api.github.com/repos/matomo-org/matomo/issues/6608/comments | 7 | 2014-11-06T14:50:22Z | 2024-09-13T09:08:21Z | https://github.com/matomo-org/matomo/issues/6608 | 47,969,791 | 6,608 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to investigate our uses of sub-modules and ultimately get rid of them to use a better way instead.
**What do we use submodules for?**
SM or submodules are a feature of git that we use at Piwik to keep track of
1. Plugins officially supported by core team: CustomAlerts, PleineLune, SecurityIn... | Eliminate plugins submodules | https://api.github.com/repos/matomo-org/matomo/issues/6605/comments | 28 | 2014-11-06T11:51:12Z | 2016-10-04T19:48:43Z | https://github.com/matomo-org/matomo/issues/6605 | 47,953,630 | 6,605 |
[
"matomo-org",
"matomo"
] | Have 92 visitors referred from ixquick.com. These are not showing up in the search engine report. There are no visitors from ixquick, according to that report.
| Ixquick not listed as search engine | https://api.github.com/repos/matomo-org/matomo/issues/6604/comments | 2 | 2014-11-06T09:35:59Z | 2024-09-13T09:08:21Z | https://github.com/matomo-org/matomo/issues/6604 | 47,940,928 | 6,604 |
[
"matomo-org",
"matomo"
] | Hi,
API reporting features adds an extra column to the export, like the following:
http://demo.piwik.org/index.php?module=API&method=DevicesDetection.getOsVersions&format=TSV&idSite=7&period=day&date=yesterday&expanded=0&translateColumnNames=0&showColumns=label,nb_visits
What I expected was an export with 2 columns, ... | reporting API DevicesDetection.getOSVersions using showcolumns adds an extra column | https://api.github.com/repos/matomo-org/matomo/issues/6602/comments | 12 | 2014-11-05T21:12:41Z | 2024-09-13T09:08:22Z | https://github.com/matomo-org/matomo/issues/6602 | 47,888,653 | 6,602 |
[
"matomo-org",
"matomo"
] | This issue is also related to #6576 - following @tsteur hint I have tested the insights functionality and would like to contribute some things about "insights" that should get a revision IMO.
There is two things which I see as problematic:
First, there really needs to be a default exclusion of "low populated"-data.
... | Improve "insights" usability | https://api.github.com/repos/matomo-org/matomo/issues/6600/comments | 7 | 2014-11-05T12:00:54Z | 2024-09-13T10:10:57Z | https://github.com/matomo-org/matomo/issues/6600 | 47,828,569 | 6,600 |
[
"matomo-org",
"matomo"
] | I got an error today after adding Custom Variables and upgrading to Piwik 2.8.3 (although I think the variables and upgrade themselves may be unrelated and it was just some MySQL corruption):
```
Notice: Undefined offset: 2 in /srv/app/piwik-2.8.3_RELEASE_2014-11-03_03.05.42.605263/core/DataArray.php on line 102
... | Notice: Undefined offset: 2 in piwik/core/DataArray.php on line 102 | https://api.github.com/repos/matomo-org/matomo/issues/6599/comments | 0 | 2014-11-05T06:36:35Z | 2014-11-15T11:36:05Z | https://github.com/matomo-org/matomo/issues/6599 | 47,804,682 | 6,599 |
[
"matomo-org",
"matomo"
] | If a website is marked as invalidated via `CoreAdminHome.invalidateArchivedReports` API, and if the next `core:archive` command run fails when processing this website, then Piwik will believe the website was reprocessed and will remove it from the list of websites to reprocess.
Instead, when archiving has failed when ... | When a site ID was invalidated via API CoreAdminHome.invalidateArchivedReports, it should be reprocessed even when day archiving fails at first | https://api.github.com/repos/matomo-org/matomo/issues/6598/comments | 0 | 2014-11-05T05:53:53Z | 2014-11-26T23:53:35Z | https://github.com/matomo-org/matomo/issues/6598 | 47,802,247 | 6,598 |
[
"matomo-org",
"matomo"
] | As reported on [a StackOverflow question](http://stackoverflow.com/questions/26540504/php-not-detected-in-piwik), Piwik complains that PHP 5.3.3 is not greater than required PHP 5.3.3.
Here is the comparison function:
``` php
$piwik_minimumPHPVersion = '5.3.3';
$piwik_currentPHPVersion = PHP_VERSION;
$minimumPhpInval... | Piwik 2.8 cannot be installed on PHP 5.3.3 | https://api.github.com/repos/matomo-org/matomo/issues/6595/comments | 2 | 2014-11-04T21:48:05Z | 2014-11-12T20:53:41Z | https://github.com/matomo-org/matomo/issues/6595 | 47,770,403 | 6,595 |
[
"matomo-org",
"matomo"
] | **Problem:** If there is a segment selected (in our case "Page URL contains /ch/"), here will be no results on the Ecommerce Page (but there should be some results there).
That problem exists in version 2.4.1, but also in the newest version (2.8.3).
Maybe important: We use a cronjob to archive our reports.
Thanks fo... | PageURL Segmentation fails on the ecommerce page | https://api.github.com/repos/matomo-org/matomo/issues/6593/comments | 2 | 2014-11-04T11:24:10Z | 2015-09-11T20:35:01Z | https://github.com/matomo-org/matomo/issues/6593 | 47,702,794 | 6,593 |
[
"matomo-org",
"matomo"
] | It would be nice if piwik would get a multi-client capability.
It should enhance the maintainability.
Instead of updating a Piwik-Instance per client it should be possible to only update one instance for all clients.
| multi-client capability | https://api.github.com/repos/matomo-org/matomo/issues/6592/comments | 3 | 2014-11-04T10:01:11Z | 2024-09-13T09:08:23Z | https://github.com/matomo-org/matomo/issues/6592 | 47,695,829 | 6,592 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to remove a step from the [auto update one click mechanism](http://piwik.org/docs/update/), namely the step "Creating Backup Of Configuration File" as it is not useful IMO.
| Remove auto update step "Creating Backup Of Configuration File" | https://api.github.com/repos/matomo-org/matomo/issues/6588/comments | 0 | 2014-11-04T03:11:42Z | 2014-11-04T03:12:45Z | https://github.com/matomo-org/matomo/issues/6588 | 47,673,445 | 6,588 |
[
"matomo-org",
"matomo"
] | Similar to the `Common` class the [Piwik\Piwik class](http://developer.piwik.org/api-reference/Piwik/Piwik) class is a huge collection of random methods that actually do not belong in this class. In #6585 we will move methods that are related to user or user permissions into different class(es). We should do the same f... | Split methods from Piwik\Piwik and Piwik\Common into different classes | https://api.github.com/repos/matomo-org/matomo/issues/6586/comments | 0 | 2014-11-04T01:17:11Z | 2024-09-13T10:56:11Z | https://github.com/matomo-org/matomo/issues/6586 | 47,666,830 | 6,586 |
[
"matomo-org",
"matomo"
] | Currently, the [Piwik\Piwik class](http://developer.piwik.org/api-reference/Piwik/Piwik) contains many methods to verify user permissions such as `(check|has|is)(UserHasSuperUserAccess|UserHasSomeAdminAccess)`, `getCurrentUserLogin` and many more. Similar to the `Common` class it is only a huge collection of random met... | Move methods that verify user permissions from Piwik into another class | https://api.github.com/repos/matomo-org/matomo/issues/6585/comments | 2 | 2014-11-04T01:05:09Z | 2024-09-13T10:56:10Z | https://github.com/matomo-org/matomo/issues/6585 | 47,666,087 | 6,585 |
[
"matomo-org",
"matomo"
] | When trying to use LogImporter with a custom config file, the script doesnt seem to read the config file properly.
| Log Import: `php /home/piwik/docroot/misc/cron/updatetoken.php` failed with error: PHP Fatal error: Uncaught exception 'Exception' with message 'General_ExceptionConfigurationFileNotFound' | https://api.github.com/repos/matomo-org/matomo/issues/6584/comments | 0 | 2014-11-03T23:19:43Z | 2024-09-13T09:08:23Z | https://github.com/matomo-org/matomo/issues/6584 | 47,658,318 | 6,584 |
[
"matomo-org",
"matomo"
] | Usually one should always recreate the OmniFixture that is used by UI tests when changing anything in a fixture, tracker or archiver. As the past weeks/month has shown this does not really work very well. Basically nobody does it. Therefore we should somehow automate the generation. Not sure how. Maybe on travis with a... | Automate creation of OmniFixture for UI tests | https://api.github.com/repos/matomo-org/matomo/issues/6582/comments | 3 | 2014-11-03T21:25:21Z | 2014-11-03T21:45:21Z | https://github.com/matomo-org/matomo/issues/6582 | 47,646,424 | 6,582 |
[
"matomo-org",
"matomo"
] | There is [a FAQ entry](http://piwik.org/faq/how-to/faq_60/) how broken URLs/missing pages can be tracked. It suggests tweaking the tracked page title to contain the page title, HTTP referer and page URL.
This looks a bit hackish to me, so I figured out how custom variables and segmentation could also be used to achiev... | [RFC] Best way to track 404 errors? | https://api.github.com/repos/matomo-org/matomo/issues/6580/comments | 3 | 2014-11-03T07:27:04Z | 2024-09-13T09:08:24Z | https://github.com/matomo-org/matomo/issues/6580 | 47,568,955 | 6,580 |
[
"matomo-org",
"matomo"
] | from #5052 and according to our values to bring better privacy by default in Piwik #6160 we would like to change the default IP anonimisation from 1 byte to 2 bytes.
| When activating IP anonimisation, anonimise two bytes by default | https://api.github.com/repos/matomo-org/matomo/issues/6579/comments | 0 | 2014-11-03T01:11:14Z | 2014-11-03T23:39:10Z | https://github.com/matomo-org/matomo/issues/6579 | 47,556,260 | 6,579 |
[
"matomo-org",
"matomo"
] | since 2010 i've been using piwik and got used that every month 2 tables are created
prefix_archive_numeric_2014_11 & prefix_archive_blob_2014_11 weren't created this month
i'm using the latest version of piwik
i'm a missing an important change in piwik ?
| archive tables are not created anymore | https://api.github.com/repos/matomo-org/matomo/issues/6578/comments | 2 | 2014-11-02T12:43:17Z | 2024-09-13T09:08:24Z | https://github.com/matomo-org/matomo/issues/6578 | 47,535,599 | 6,578 |
[
"matomo-org",
"matomo"
] | As [performance is now a priority](http://piwik.org/blog/2014/10/announcement-piwik-focus-reliability-performance-security/), I’d like to suggest something that should be investigated
Piwik’s gif image is [very small](https://github.com/piwik/piwik/issues/543). However, no content (HTTP/1.1 204 No Content) is even sma... | Performance enhancement: Return HTTP 204 instead of GIF for JavaScript tracking | https://api.github.com/repos/matomo-org/matomo/issues/6577/comments | 13 | 2014-11-02T00:02:31Z | 2014-11-14T00:18:18Z | https://github.com/matomo-org/matomo/issues/6577 | 47,521,706 | 6,577 |
[
"matomo-org",
"matomo"
] | It is a great option to be able to "Open row evolutions" from the data tables of dashboard widgets.
It does however take some time to do that -
a usecase:
I have changed something about the project I am tracking, and now I want to make sure it really works on all browsers - I will check if there are significant peaks ... | Feature request: "Significant changes"-indicator/widget | https://api.github.com/repos/matomo-org/matomo/issues/6576/comments | 4 | 2014-11-01T20:30:55Z | 2024-09-13T09:08:25Z | https://github.com/matomo-org/matomo/issues/6576 | 47,516,166 | 6,576 |
[
"matomo-org",
"matomo"
] | When looking at the "Visitors in Real Time" widget, every refresh issues two seperate http requests, one for the 24h/30min chart at the top of the widget and one for the content table.
Grouping those two into one request would save a lot of hits & transfer time.
When adding the "Real time visitor count" widget to my d... | Make Real time Live widget faster: one bulk HTTP request instead of two | https://api.github.com/repos/matomo-org/matomo/issues/6575/comments | 1 | 2014-11-01T19:45:00Z | 2024-09-13T09:08:25Z | https://github.com/matomo-org/matomo/issues/6575 | 47,514,998 | 6,575 |
[
"matomo-org",
"matomo"
] | sfqzerfq
| dsfqsfsd | https://api.github.com/repos/matomo-org/matomo/issues/6573/comments | 0 | 2014-11-01T08:48:36Z | 2014-11-01T10:42:53Z | https://github.com/matomo-org/matomo/issues/6573 | 47,499,165 | 6,573 |
[
"matomo-org",
"matomo"
] | Hi,
in the past I received some error messages during the archive job, like:
"Adding a subtable to the row, but it already has a subtable associated."
I created an issue report for this (#5087) and was referred to #4528.
Today I noticed that there was a code change in Piwik 2.8.3 which may
lead to more information ab... | Row with label '-1' ... has already a subtable id=... but it was not loaded. | https://api.github.com/repos/matomo-org/matomo/issues/6569/comments | 1 | 2014-10-31T08:47:55Z | 2024-09-13T09:08:26Z | https://github.com/matomo-org/matomo/issues/6569 | 47,371,975 | 6,569 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.