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"
] | Currently, many admin features use ajax requests with GET parameters. Parameters can include the token_auth and therefore is sensitive information. The requests to piwik are usually logged in the apache/nginx/iis access logs.
Let's do a quick audit of the piwik source code, and change all these requests to POST, post... | UI: use POST request instead of get to avoid parameters logging | https://api.github.com/repos/matomo-org/matomo/issues/3359/comments | 44 | 2012-09-05T07:36:14Z | 2014-07-08T10:11:34Z | https://github.com/matomo-org/matomo/issues/3359 | 37,354,002 | 3,359 |
[
"matomo-org",
"matomo"
] | Internet providers are used in Piwik to detect the user's countries. For example if the hostname is x.y.z.free.fr we know the user uses french internet connection.
However in many cases the reverse dns lookups return .net, .com. .org domains which don't give the country information. Piwik then guesses "USA" which is i... | When not using GeoIP, use Providers list to better guess countries | https://api.github.com/repos/matomo-org/matomo/issues/3358/comments | 1 | 2012-09-05T01:10:30Z | 2014-07-08T10:11:08Z | https://github.com/matomo-org/matomo/issues/3358 | 37,354,001 | 3,358 |
[
"matomo-org",
"matomo"
] | I resubmitted Piwik (1.8.3) to the Web App Gallery.
For consistency with the other platform-specific builds (QNAP & ASUStor), the WAG-specific build stuff should be moved to a separate script.
We can also remove the WebAppGallery at http://builds.piwik.org/WebAppGallery.
| misc/package/build.sh - move WAG support to separate script | https://api.github.com/repos/matomo-org/matomo/issues/3357/comments | 3 | 2012-09-03T21:04:15Z | 2014-07-08T10:11:08Z | https://github.com/matomo-org/matomo/issues/3357 | 37,354,000 | 3,357 |
[
"matomo-org",
"matomo"
] | reported in forum: http://forum.piwik.org/read.php?2,93134
| SMS reports not working on php 5.2.x | https://api.github.com/repos/matomo-org/matomo/issues/3356/comments | 1 | 2012-09-02T15:27:58Z | 2014-07-08T10:11:07Z | https://github.com/matomo-org/matomo/issues/3356 | 37,353,999 | 3,356 |
[
"matomo-org",
"matomo"
] | Scheduled reports include stats from sites a user doesn't have any access to in the All Websites section.
I have confirmed this happens with newly created users as well. It also only happens in the scheduled reports, sending them manually does not include the disallowed data.
This is really bad, I had to disable all ... | Email Reports "All websites" includes other users sites | https://api.github.com/repos/matomo-org/matomo/issues/3355/comments | 5 | 2012-08-31T14:34:44Z | 2014-07-08T10:11:07Z | https://github.com/matomo-org/matomo/issues/3355 | 37,353,998 | 3,355 |
[
"matomo-org",
"matomo"
] | Regression, due to the use of filter_var function.
Reported in http://forum.piwik.org/read.php?2,93073
| Scheduled reports not sent in old PHP versions <5.2 | https://api.github.com/repos/matomo-org/matomo/issues/3354/comments | 1 | 2012-08-31T06:10:37Z | 2014-07-08T10:11:07Z | https://github.com/matomo-org/matomo/issues/3354 | 37,353,997 | 3,354 |
[
"matomo-org",
"matomo"
] | We're using Piwik 1.8.3 and detected an ajax bug which causes errors on displaying data.
When your on page "ecommerce & goals" and watching the conversions by visitors of products. First view is totally correct. When clicking on abandoned carts tab, also the view is still correct, but when clicking on ecommerce orders... | Ecommerce Orders vs. abandoned carts - Ajax Bug | https://api.github.com/repos/matomo-org/matomo/issues/3353/comments | 2 | 2012-08-30T10:04:49Z | 2014-07-08T10:11:07Z | https://github.com/matomo-org/matomo/issues/3353 | 37,353,996 | 3,353 |
[
"matomo-org",
"matomo"
] | Reference: https://github.com/amdjs/amdjs-api/wiki/AMD
| Add "Asynchronous Module Definition" (AMD) support (piwik.js) | https://api.github.com/repos/matomo-org/matomo/issues/3352/comments | 4 | 2012-08-28T17:42:08Z | 2014-07-08T10:11:07Z | https://github.com/matomo-org/matomo/issues/3352 | 37,353,995 | 3,352 |
[
"matomo-org",
"matomo"
] | When dropping the archive database my piwik installation is only archiving weekly reports for the most recent week, if I try to go back to earlier weeks there is no data shown. Daily, Monthly, and Yearly work as intended.
Using Piwik 1.8.3
Im running archiving via cronjob
| Weekly archive of old files | https://api.github.com/repos/matomo-org/matomo/issues/3351/comments | 4 | 2012-08-27T16:58:49Z | 2014-08-03T11:24:42Z | https://github.com/matomo-org/matomo/issues/3351 | 37,353,994 | 3,351 |
[
"matomo-org",
"matomo"
] | Horizontal and vertical bars should have a maximum width to avoid drawing huge bars when few of them are displayed.
| ImageGraph: maximum bar width | https://api.github.com/repos/matomo-org/matomo/issues/3350/comments | 1 | 2012-08-27T16:48:01Z | 2024-09-13T09:12:36Z | https://github.com/matomo-org/matomo/issues/3350 | 37,353,993 | 3,350 |
[
"matomo-org",
"matomo"
] | As explained on the forum (http://forum.piwik.org/read.php?2,92955), there is a weird behaviour when using getUsersAccessFromSite when there is only on user who has rights on a website.
Expected output, with only one user (named admin):
```
[{"admin":"view"}]
```
Actual output:
```
$ curl 'http://www.myinternaltest... | getUsersAccessFromSite has a different behaviour if only one member | https://api.github.com/repos/matomo-org/matomo/issues/3349/comments | 3 | 2012-08-27T15:29:15Z | 2014-07-08T10:11:07Z | https://github.com/matomo-org/matomo/issues/3349 | 37,353,992 | 3,349 |
[
"matomo-org",
"matomo"
] | The current Visit Duration Tracking is okay, but it works only if the visitor views more than one page (0 actions = 0s).
My suggestion is to track the **Visit Duration via JavaScript**, like Google Analytics & Co.
- Normally Visit, JavaScript is active
- after 10 seconds: JS Request, Visit Duration + 10 seconds...
- a... | New Visit Duration Tracking with JavaScript | https://api.github.com/repos/matomo-org/matomo/issues/3348/comments | 1 | 2012-08-27T14:41:45Z | 2014-07-08T10:11:06Z | https://github.com/matomo-org/matomo/issues/3348 | 37,353,991 | 3,348 |
[
"matomo-org",
"matomo"
] | I use piwik with import_logs.py script.
python piwik/misc/log-analytics/import_logs.py --url=https://piwik.me.fr/ --idsite=1 --show-progress --recorders=4 --enable-http-errors --enable-http-redirects --enable-static --enable-bots /var/log/lighttpd/access.log.1
But piwik.me.fr is protected by password.
Can you add two... | Authentication for piwik kog importer | https://api.github.com/repos/matomo-org/matomo/issues/3347/comments | 2 | 2012-08-27T12:19:29Z | 2014-08-03T11:21:15Z | https://github.com/matomo-org/matomo/issues/3347 | 37,353,989 | 3,347 |
[
"matomo-org",
"matomo"
] | Reported in the forum: http://forum.piwik.org/read.php?2,92787
| division by zero error in import_logs.py when monitor thread runs immediately after start time is recorded | https://api.github.com/repos/matomo-org/matomo/issues/3346/comments | 1 | 2012-08-26T00:53:58Z | 2014-07-08T10:11:06Z | https://github.com/matomo-org/matomo/issues/3346 | 37,353,988 | 3,346 |
[
"matomo-org",
"matomo"
] | Hi,
I've noticed Dashboard > List of Keywords sometimes contains long strings, which hides the Visit column. See attached image.
Maybe it's possible to use "text-overflow: ellipsis;" instead of "white-space: nowrap;" ? I just tried, but failed creating anything that worked.
| Dashboard > List of Keywords : keywords too long, hide overflow or wrap | https://api.github.com/repos/matomo-org/matomo/issues/3345/comments | 2 | 2012-08-25T15:46:05Z | 2014-07-08T10:11:06Z | https://github.com/matomo-org/matomo/issues/3345 | 37,353,987 | 3,345 |
[
"matomo-org",
"matomo"
] | There are interesting data points that Piwik gathers via the first party cookies, which are currently in the Database and API outputs but not in the UI.
This ticket is about making sure the visitor log (and possibly Live widget, but it has less space), will display all info available in the API output.
In particular... | Display "First Visit N days ago", "Last visit N days ago", in Live! widget and Visitor log | https://api.github.com/repos/matomo-org/matomo/issues/3344/comments | 1 | 2012-08-25T14:11:10Z | 2014-08-03T11:25:50Z | https://github.com/matomo-org/matomo/issues/3344 | 37,353,986 | 3,344 |
[
"matomo-org",
"matomo"
] | Currently there is no easy way in Piwik to view all visits for a particular visitor who may be returning multiple times to the site.
I propose to expose this interesting information in Piwik:
- In Live! widget and the Visitor Log, the Returning Visitor icon could be linked, and when click, open a popover with the last... | Live: Returning visitor to open last visits for this visitor, in Visitor Log & Last visits widget | https://api.github.com/repos/matomo-org/matomo/issues/3343/comments | 14 | 2012-08-25T14:08:37Z | 2014-08-03T11:25:50Z | https://github.com/matomo-org/matomo/issues/3343 | 37,353,983 | 3,343 |
[
"matomo-org",
"matomo"
] | As the title says, the archive.php script should be tested.
| Add an integration test for archive.php script | https://api.github.com/repos/matomo-org/matomo/issues/3342/comments | 1 | 2012-08-25T12:11:50Z | 2014-07-08T10:11:05Z | https://github.com/matomo-org/matomo/issues/3342 | 37,353,982 | 3,342 |
[
"matomo-org",
"matomo"
] | It would be great to have current tags for PIWIK in git, too. Is it possible to import them from svn?
| Please update tags in git | https://api.github.com/repos/matomo-org/matomo/issues/10/comments | 1 | 2012-08-23T14:07:41Z | 2014-09-26T16:13:09Z | https://github.com/matomo-org/matomo/issues/10 | 6,409,250 | 10 |
[
"matomo-org",
"matomo"
] | Use case: The canvas legend of pie charts doesn't make sense, actually. Currently a canvas legend with the word "visits" is shown.
This patch prepares piwik to customize plot parameters. Plot parameters that should be allowed to be customized need to be added to Piwik_ViewDataTable::init() to the protected $plotPropert... | Allow customization of jqPlot parameters - show/hide canvasLegend | https://api.github.com/repos/matomo-org/matomo/issues/3341/comments | 7 | 2012-08-23T12:50:47Z | 2014-07-08T10:11:05Z | https://github.com/matomo-org/matomo/issues/3341 | 37,353,980 | 3,341 |
[
"matomo-org",
"matomo"
] | On one of the sites running piwik outlinks are not registering when the link is a flash file. Sample:
```
<a href="http://piwik.org/">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="200px" height="... | Problem registering banner outlinks | https://api.github.com/repos/matomo-org/matomo/issues/3340/comments | 1 | 2012-08-21T17:07:42Z | 2014-08-03T11:24:50Z | https://github.com/matomo-org/matomo/issues/3340 | 37,353,979 | 3,340 |
[
"matomo-org",
"matomo"
] | It seems the file tmp/templates_c/.htaccess is updated on every piwik index.php call.
piwik shouldn't Probably even need to read this file at all.
for saving useless I/O to the disk, we should check why and make sure the file is not written.
| File tmp/tempates_c/.htaccess is updated on each piwik load | https://api.github.com/repos/matomo-org/matomo/issues/3339/comments | 3 | 2012-08-21T08:51:52Z | 2014-07-08T10:11:05Z | https://github.com/matomo-org/matomo/issues/3339 | 37,353,978 | 3,339 |
[
"matomo-org",
"matomo"
] | Make the following changes the english translations:
- capitalize most widget titles
- Clarify 2 messages in settings:
- Database settings > Regularly delete old visitor logs from the database
- Database settings > Regularly delete old reports from the database
- change "evolution last month" to "evolution last 12... | Task: usability text changes in very visible Piwik UI texts and labels | https://api.github.com/repos/matomo-org/matomo/issues/3338/comments | 2 | 2012-08-20T22:31:01Z | 2014-07-08T10:11:05Z | https://github.com/matomo-org/matomo/issues/3338 | 37,353,977 | 3,338 |
[
"matomo-org",
"matomo"
] | Follow-up on #2708
Here are ideas on how to encourage the use of the new MobileMessaging plugin :
- When installing Piwik, give the possibility to activate the plugin by adding the following option : "[ ] Enable Text Message Reports on Mobile Phone"
- In the report listing, for the super user only, without being too v... | MobileMessaging list of improvements | https://api.github.com/repos/matomo-org/matomo/issues/3337/comments | 10 | 2012-08-20T11:31:49Z | 2014-07-08T10:11:05Z | https://github.com/matomo-org/matomo/issues/3337 | 37,353,975 | 3,337 |
[
"matomo-org",
"matomo"
] | It would be useful for a user to see at once all the scheduled reports across all websites.
In the screen, the website selector moves from being displayed on the right, to being displayed in the content of the page.
The option "Filter reports to the website [ WEBSITE SELECTOR ]" is displayed.
By default, it show rep... | List of Scheduled reports: add "View Reports Across All Websites" feature | https://api.github.com/repos/matomo-org/matomo/issues/3336/comments | 2 | 2012-08-20T11:17:47Z | 2017-01-22T06:19:07Z | https://github.com/matomo-org/matomo/issues/3336 | 37,353,974 | 3,336 |
[
"matomo-org",
"matomo"
] | In the Visitor Log, we could display the last visit date in the "Returning visitor" icon's tooltip.
We could for example display "Previous Visit 6 days before (on March 22nd)".
This was requested in the [forum](http://forum.piwik.org/read.php?2,92645)
| Visitor Log: display last visit date in Returning visitor tooltip | https://api.github.com/repos/matomo-org/matomo/issues/3335/comments | 1 | 2012-08-20T10:33:30Z | 2014-08-03T11:25:50Z | https://github.com/matomo-org/matomo/issues/3335 | 37,353,973 | 3,335 |
[
"matomo-org",
"matomo"
] | Password reset process is a fairly common experience for all piwik users. We could simplify the workflow by removing the 4 steps process in email but simply leave url, and by hiding the input field on the password reset.
| Revamped "I forgot my password" screen for a simple and usable solution | https://api.github.com/repos/matomo-org/matomo/issues/3334/comments | 11 | 2012-08-19T15:36:36Z | 2014-07-08T10:11:04Z | https://github.com/matomo-org/matomo/issues/3334 | 37,353,971 | 3,334 |
[
"matomo-org",
"matomo"
] | As the new BB10 OS keeps on comming, RIM released the new BB10 User Agent String:
```
Mozilla/5.0 (BB10; <Device Model>) AppleWebKit/<WebKit Version> (KHTML, like Gecko) Version/<BB Version #> Mobile Safari/<WebKit Version>
```
Explanation:
- 1.Mozilla/5.0 Mostly customary, historically used to indicate Mozilla compa... | Add BlackBerry 10 User Agent String | https://api.github.com/repos/matomo-org/matomo/issues/3333/comments | 1 | 2012-08-17T16:36:19Z | 2014-07-08T10:11:04Z | https://github.com/matomo-org/matomo/issues/3333 | 37,353,970 | 3,333 |
[
"matomo-org",
"matomo"
] | Awesome feature: [Analytics Previous / next pages](http://piwik.org/docs/transitions/)
For each page URL, this plugin reports the top X
- previous pages
- following pages
- outlinks
- downloads
- campaigns
- search engine keywords
- external websites
The information is given in a popover which can be launched via a t... | Transitions: reports about previous and following actions for each page URL | https://api.github.com/repos/matomo-org/matomo/issues/3332/comments | 107 | 2012-08-17T16:15:12Z | 2014-07-08T10:11:26Z | https://github.com/matomo-org/matomo/issues/3332 | 37,353,958 | 3,332 |
[
"matomo-org",
"matomo"
] | I have several profiles/ accounts in Piwik and before the 1.8.3 upgrade I could pick a profile in the box next to Web site. Now I can not click on any name there, nor can I type in a search for a profile. I use the browser Internet Explorer 7, but it works in FF. Still it would be great if you could fix this small bug ... | Can not choose in the field Web site in IE 7 | https://api.github.com/repos/matomo-org/matomo/issues/3331/comments | 6 | 2012-08-17T14:25:13Z | 2014-07-08T10:10:58Z | https://github.com/matomo-org/matomo/issues/3331 | 37,353,957 | 3,331 |
[
"matomo-org",
"matomo"
] | Based on the discussions in #766, this ticket is the place for code that limits the number of results returned from MySQL.
The idea is to create a class that wraps an arbitrary SQL query with more SQL that limits the number of results while grouping the rest to "Others" and allows for some more fancy things that can b... | "Ranking Query" to decrease archiving memory consumption and transfered data between MySQL and PHP | https://api.github.com/repos/matomo-org/matomo/issues/3330/comments | 24 | 2012-08-17T10:25:32Z | 2014-07-08T10:10:59Z | https://github.com/matomo-org/matomo/issues/3330 | 37,353,954 | 3,330 |
[
"matomo-org",
"matomo"
] | I think can be great if Piwik can has a plug-in that shows the percentage of clicks in relation of a link.
This is the "In-Page analytics" function in Google: https://www.youtube.com/watch?v=Nl8GW3M_2h0
| Plugin: In-Page analytics | https://api.github.com/repos/matomo-org/matomo/issues/3329/comments | 0 | 2012-08-16T15:15:20Z | 2012-08-16T18:47:47Z | https://github.com/matomo-org/matomo/issues/3329 | 37,353,953 | 3,329 |
[
"matomo-org",
"matomo"
] | Piwik version 1.8.3. Database version MySQL 5.x
For new users, who doesn't have any existent dashboards in a database table prefix_user_dashboard, attempt to create a new dashboard leads to an error.
Piwik_Dashboard_Controller::createNewDashboard method has sql query (183 line of the file) 'SELECT MAX(iddashboard)+1 ... | Error when creating new dashboard | https://api.github.com/repos/matomo-org/matomo/issues/3328/comments | 2 | 2012-08-16T13:04:27Z | 2014-07-08T10:10:57Z | https://github.com/matomo-org/matomo/issues/3328 | 37,353,952 | 3,328 |
[
"matomo-org",
"matomo"
] | There are widget types like MobileVsDesktop which add related reports. This patch adds a show_related_reports parameter which is set to true by default to not break current behavior. If widgets are requested related reports can be deactivated by passing show_related_reports=0 request parameter.
It allows to further cu... | Add show_related_reports request parameter to disable them in widgets | https://api.github.com/repos/matomo-org/matomo/issues/3327/comments | 3 | 2012-08-16T09:04:58Z | 2014-07-08T10:10:57Z | https://github.com/matomo-org/matomo/issues/3327 | 37,353,951 | 3,327 |
[
"matomo-org",
"matomo"
] | I found a ticket dealing with migration to git. This seems just to be a mirror. Is it possible to submit pull requests via github to fix bugs, too? Or is participation limited to svn patches?
It would be absolutely GREAT to help via github!
| Collaboration via github | https://api.github.com/repos/matomo-org/matomo/issues/5/comments | 5 | 2012-08-16T08:44:11Z | 2014-09-26T16:13:09Z | https://github.com/matomo-org/matomo/issues/5 | 6,259,474 | 5 |
[
"matomo-org",
"matomo"
] | Widgets like Last visit, list of keywords, best search engine, etc product the following error message. I had to turn of the privacy plugin
There is an error. Please report the message (Piwik 1.8.3) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).
Notice: Unde... | Undefined index: enable_auto_database_size_estimate | https://api.github.com/repos/matomo-org/matomo/issues/3326/comments | 1 | 2012-08-15T22:15:01Z | 2014-07-08T10:10:57Z | https://github.com/matomo-org/matomo/issues/3326 | 37,353,950 | 3,326 |
[
"matomo-org",
"matomo"
] | Piwik_Http::sendHttpRequest does not currently support [the POST method](http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5).
Required by #2708 to go around a Clockwork limitation.
| Support for POST in Piwik_Http::sendHttpRequest | https://api.github.com/repos/matomo-org/matomo/issues/3325/comments | 2 | 2012-08-15T21:22:31Z | 2016-01-27T01:17:54Z | https://github.com/matomo-org/matomo/issues/3325 | 37,353,949 | 3,325 |
[
"matomo-org",
"matomo"
] | Scheduled reports (PDF, HTML, SMS) are currently not part of the integration test suite.
Questions to address :
- which format should be tested, in particular, PDF might be trickier (see attached example files)
- whether graphs (images) should be included
- which information should be removed, e.g: dates
- which perio... | Include scheduled reports in integration tests | https://api.github.com/repos/matomo-org/matomo/issues/3324/comments | 1 | 2012-08-15T21:00:57Z | 2014-07-08T10:10:57Z | https://github.com/matomo-org/matomo/issues/3324 | 37,353,948 | 3,324 |
[
"matomo-org",
"matomo"
] | Scheduled reports (PDF, HTML, SMS) are currently not part of the integration test suite.
Questions to address :
- which format should be tested, in particular, PDF might be trickier (see attached example files)
- whether graphs (images) should be included
- which information should be removed, e.g: dates
- which perio... | Include scheduled reports in integration tests | https://api.github.com/repos/matomo-org/matomo/issues/3323/comments | 26 | 2012-08-15T21:00:07Z | 2014-10-12T01:42:43Z | https://github.com/matomo-org/matomo/issues/3323 | 37,353,947 | 3,323 |
[
"matomo-org",
"matomo"
] | When trying to download a PDF report, I get this:
Strict Notice: Imagick::clone method is deprecated and it's use should be avoided in www/libs/tcpdf/tcpdf.php on line 7880
Backtrace -->
#0 Piwik_ErrorHandler(...) called at [Imagick->clone(...) called at [www/libs/tcpdf/tcpdf.php:7880](:]#1)#2 TCPDF->ImagePngAlpha(.... | Cannot generate PDF reports on 1.8.3 (Imagick) | https://api.github.com/repos/matomo-org/matomo/issues/3322/comments | 5 | 2012-08-15T20:35:25Z | 2014-07-08T10:10:56Z | https://github.com/matomo-org/matomo/issues/3322 | 37,353,946 | 3,322 |
[
"matomo-org",
"matomo"
] | Since it is now possible to [import data bulk in Piwik using the Tracking API, bulk mode](http://piwik.org/docs/tracking-api/reference/#toc-advanced-bulk-tracking-requests), we have reused it in the [log parsing and tracking](http://piwik.org/log-analytics/)
See the commits after: #3163
| Log Analytics: huge performance improvements by using Bulk Tracking API | https://api.github.com/repos/matomo-org/matomo/issues/3321/comments | 1 | 2012-08-15T17:07:23Z | 2014-07-08T10:10:55Z | https://github.com/matomo-org/matomo/issues/3321 | 37,353,945 | 3,321 |
[
"matomo-org",
"matomo"
] | There should be a way to conditionally notify the user of potential issues w/ their setup or of new features/UI changes so there is less confusion when they use Piwik and things don't work as expected. Such notifications should:
- be very noticeable, but not intrusive
- be dismissable if the user doesn't want to see th... | Add notifications that can be shown to describe new features/potential problems etc. | https://api.github.com/repos/matomo-org/matomo/issues/3320/comments | 2 | 2012-08-15T14:33:46Z | 2014-07-08T10:10:55Z | https://github.com/matomo-org/matomo/issues/3320 | 37,353,944 | 3,320 |
[
"matomo-org",
"matomo"
] | see #3314
| Write a how-to on setting-up a Piwik development environment from scratch using Composer, Vagrant and Puppet | https://api.github.com/repos/matomo-org/matomo/issues/3319/comments | 2 | 2012-08-14T21:07:26Z | 2014-07-08T10:10:55Z | https://github.com/matomo-org/matomo/issues/3319 | 37,353,943 | 3,319 |
[
"matomo-org",
"matomo"
] | Hi there,
There is a small bug affecting our Piwik's deployments with custom logo.
Internally we are using a Vhost on our VPN : piwik.ourcompany.com but to connect to Piwik but for our customers we are using a reverse proxy in www.ourcustomer.com/piwik/
Putting a reverse proxy allow us to remove warning from browse... | Custom Logo and reverse proxy with patch | https://api.github.com/repos/matomo-org/matomo/issues/3318/comments | 7 | 2012-08-13T17:18:15Z | 2014-07-08T10:10:55Z | https://github.com/matomo-org/matomo/issues/3318 | 37,353,941 | 3,318 |
[
"matomo-org",
"matomo"
] | Use case:
Using Widgetize-Plugin to display certain widgets on a website:
```
<div id="widgetIframe">
<iframe width="100%"
height="350"
src="http://host/piwik/index.php?module=Widgetize&action=iframe&columns[]=nb_visits,nb_pageviews&moduleToWidgetize=VisitsSummary&actionToWidgetize=getEvolutionGraph&idSite... | Plugins API: let plugins customize datatable footer icons | https://api.github.com/repos/matomo-org/matomo/issues/3317/comments | 8 | 2012-08-13T16:39:33Z | 2014-07-08T10:13:08Z | https://github.com/matomo-org/matomo/issues/3317 | 37,353,939 | 3,317 |
[
"matomo-org",
"matomo"
] | Use case:
Using Widgetize-Plugin to display certain widgets on a website:
```
<div id="widgetIframe">
<iframe width="100%"
height="350"
src="http://host/piwik/index.php?module=Widgetize&action=iframe&columns[]=nb_visits,nb_pageviews&moduleToWidgetize=VisitsSummary&actionToWidgetize=getEvolutionGraph&idSite=... | Option to disable seriesPicker for jqPlot | https://api.github.com/repos/matomo-org/matomo/issues/3316/comments | 7 | 2012-08-13T16:20:01Z | 2014-07-08T10:10:55Z | https://github.com/matomo-org/matomo/issues/3316 | 37,353,936 | 3,316 |
[
"matomo-org",
"matomo"
] | According to our Piwik system, 100.5% of our visitors use the plugin "Cookies", i.e. have Cookies enabled. I don't know if it is a display or calculation error but a number greater than 100% seems slightly strange.
| More than 100% of the visitors use Cookies. | https://api.github.com/repos/matomo-org/matomo/issues/3315/comments | 7 | 2012-08-12T22:15:11Z | 2014-07-08T10:10:54Z | https://github.com/matomo-org/matomo/issues/3315 | 37,353,934 | 3,315 |
[
"matomo-org",
"matomo"
] | DONE! :-) See: [Get started with Piwik development Piwik Puppet Module + Vagrant](http://piwik.org/blog/2012/08/get-started-with-piwik-development-with-puppet-and-vagrant/)
We should support Composer ( http://getcomposer.org ) and add our repository to http://packagist.org/
We should also add a Vagrant/Puppet config... | Add support for Composer, Vagrant and Puppet | https://api.github.com/repos/matomo-org/matomo/issues/3314/comments | 56 | 2012-08-12T16:02:35Z | 2014-07-08T10:10:55Z | https://github.com/matomo-org/matomo/issues/3314 | 37,353,928 | 3,314 |
[
"matomo-org",
"matomo"
] | This is a problem of the evolution graph I encountered while developing a plugin with Piwik 1.8.2.
The problem is that an evolution graph with its footer disabled fails to process changes in the rows/columns to display.
To reproduce this bug, modify the method getEvolutionGraph in Piwik_Referers_Controller. After the... | ViewDataTable disableFooter breaks RowPicker in evolution graph | https://api.github.com/repos/matomo-org/matomo/issues/3313/comments | 2 | 2012-08-10T14:39:25Z | 2014-08-03T11:24:50Z | https://github.com/matomo-org/matomo/issues/3313 | 37,353,927 | 3,313 |
[
"matomo-org",
"matomo"
] | Hi
As per subject. When I record a tracking with a past date (for example 08/08/2012) on today (09/08/2012), Piwik will group the today records with the past date record regardless whether the 'cid' is set or not.
Please refer to the attached example for details.
Regards
Hao
| visitor log display of unique visitors, when record a past datetime using 'cdt' | https://api.github.com/repos/matomo-org/matomo/issues/3312/comments | 7 | 2012-08-10T01:18:17Z | 2014-07-08T10:12:18Z | https://github.com/matomo-org/matomo/issues/3312 | 37,353,924 | 3,312 |
[
"matomo-org",
"matomo"
] | The preFetchBlob method in Piwik_Archive_Single uses LIKE '$name%' to select subtable blobs w/ the main blob. Sometimes this can result in selecting the wrong blobs. For example, selecting blobs for 'Actions_actions' will select blobs for 'Actions_actions_url*' as well. This shouldn't happen.
| Piwik_Archive_Single::preFetchBlob can select extra unnecessary blobs | https://api.github.com/repos/matomo-org/matomo/issues/3311/comments | 2 | 2012-08-09T08:55:21Z | 2014-07-08T10:10:51Z | https://github.com/matomo-org/matomo/issues/3311 | 37,353,923 | 3,311 |
[
"matomo-org",
"matomo"
] | I have the latest piwik 1.8.2 installed using the piwik.js from this install, it loads and works perfectly in firefox 14 and IE9, but in chrome 20+ it fails to load, with no real error given.
I am attaching screenshots that show the same page in chrome and in firefox. As you can see chrome fails to load piwik, but fi... | Chrome 20+ won't load piwik.js | https://api.github.com/repos/matomo-org/matomo/issues/3310/comments | 3 | 2012-08-09T03:31:47Z | 2014-07-08T10:10:50Z | https://github.com/matomo-org/matomo/issues/3310 | 37,353,922 | 3,310 |
[
"matomo-org",
"matomo"
] | solution for the issue discussed here: http://forum.piwik.org/read.php?2,87411
problem summary: visits are assigned to the last customer to log in to the site using piwik tracking when two or more customers are using the same computer during the lifetime of a piwik cookie
solution summary: I replaced the uuid based ... | visitor differentiation based on a custom variable | https://api.github.com/repos/matomo-org/matomo/issues/3309/comments | 3 | 2012-08-08T13:56:55Z | 2014-07-08T10:10:50Z | https://github.com/matomo-org/matomo/issues/3309 | 37,353,921 | 3,309 |
[
"matomo-org",
"matomo"
] | As requested by matt, here's the patch for the Live plugin, which adds sound to the Visitors in real time widget.
There forum thread where this patch originated is here: http://forum.piwik.org/read.php?2,91743
(Apologies if the patch isn't in accordance with the format required by piwik's process, I'm new around here... | Add sound on new visit and on click | https://api.github.com/repos/matomo-org/matomo/issues/3308/comments | 10 | 2012-08-07T17:18:48Z | 2024-09-13T09:12:36Z | https://github.com/matomo-org/matomo/issues/3308 | 37,353,919 | 3,308 |
[
"matomo-org",
"matomo"
] | See [and [6702](6701]) - suggested by Takeshi from [jPiwik Japan](http://ja.piwik.org/) !
| Japanese Graphs: support more characters, enable kozgopromedium font in tcpdf libs | https://api.github.com/repos/matomo-org/matomo/issues/3307/comments | 1 | 2012-08-07T13:51:08Z | 2014-07-08T10:10:50Z | https://github.com/matomo-org/matomo/issues/3307 | 37,353,918 | 3,307 |
[
"matomo-org",
"matomo"
] | It would be nice to be able to filter out rows from the API response.
For example: filter=visits>15 or filter=bounceRate<0.3 or filter=avgTimeOnPage>50
It was requested in the [forums](http://forum.piwik.org/read.php?2,92100)
This would be a new GET parameter. Technically we could also allow this functionnality t... | Add option to filter out rows from the API result set | https://api.github.com/repos/matomo-org/matomo/issues/3306/comments | 0 | 2012-08-07T07:09:39Z | 2024-09-13T09:12:37Z | https://github.com/matomo-org/matomo/issues/3306 | 37,353,917 | 3,306 |
[
"matomo-org",
"matomo"
] | Right now there's an issue w/ Piwik where if there are two many columns in a datatable, the datatable will overlap w/ adjacent elements. Limiting the number of columns a datatable can show will solve this, but will also limit the usefulness of Piwik. There should be a feature that allows DataTables to contain any numbe... | Create UX abstraction that allows users to view many, many DataTable columns w/o destroying the layout | https://api.github.com/repos/matomo-org/matomo/issues/3305/comments | 1 | 2012-08-07T03:52:20Z | 2016-07-08T03:42:37Z | https://github.com/matomo-org/matomo/issues/3305 | 37,353,916 | 3,305 |
[
"matomo-org",
"matomo"
] | Currently, for users to generate graphs with unicode characters (japanese, chinese, arabic, etc.) users need to [http://piwik.org/faq/how-to-install/#faq_142
upload on their server the unitfont.ttf as explained in this faq]
Obviously this is not user friendly.. it's not even explained in the UI, so users will have to... | Automatically download the unicode font when it is needed the first time | https://api.github.com/repos/matomo-org/matomo/issues/3304/comments | 0 | 2012-08-07T00:03:15Z | 2024-09-13T09:12:37Z | https://github.com/matomo-org/matomo/issues/3304 | 37,353,915 | 3,304 |
[
"matomo-org",
"matomo"
] | Reported by [Japanese translation team](http://ja.piwik.org/)
| i18n: enable translation of weeks and months labels in historical graphs | https://api.github.com/repos/matomo-org/matomo/issues/3303/comments | 1 | 2012-08-05T22:53:18Z | 2014-07-08T10:10:50Z | https://github.com/matomo-org/matomo/issues/3303 | 37,353,914 | 3,303 |
[
"matomo-org",
"matomo"
] | Add so when the user Opt-outs of Piwik tracking, it deletes all Piwik cookies stored on the users device (Apart from the piwik_ignore one)
| EU Cookie law | https://api.github.com/repos/matomo-org/matomo/issues/3302/comments | 2 | 2012-08-05T10:20:39Z | 2014-08-03T11:21:15Z | https://github.com/matomo-org/matomo/issues/3302 | 37,353,913 | 3,302 |
[
"matomo-org",
"matomo"
] | See [report/use case in forum](http://forum.piwik.org/read.php?2,92057)
| Embed dashboard should forward the &segment parameter | https://api.github.com/repos/matomo-org/matomo/issues/3301/comments | 1 | 2012-08-05T08:45:42Z | 2014-07-08T10:10:49Z | https://github.com/matomo-org/matomo/issues/3301 | 37,353,912 | 3,301 |
[
"matomo-org",
"matomo"
] | In:
http://demo.piwik.org/?module=API&method=API.getReportMetadata&idSites=&period=day&date=today&format=xml&token_auth=anonymous&hideColumns=metricsDocumentation
or http://demo.piwik.org/?module=API&method=API.getProcessedReport&idSite=7&period=day&date=today&apiModule=UserCountry&apiAction=getCountry&showTimer=1&fo... | New API parameter: hideColumns= to specify a list of columns not to return | https://api.github.com/repos/matomo-org/matomo/issues/3300/comments | 20 | 2012-08-03T13:40:58Z | 2014-07-08T10:10:49Z | https://github.com/matomo-org/matomo/issues/3300 | 37,353,910 | 3,300 |
[
"matomo-org",
"matomo"
] | Currently the Visitor Generator uses manual call to the DB, instead we should demonstrate best practise and use the recently introduced API to force old reports to be reprocessed, see: http://piwik.org/faq/how-to/#faq_155
| Visitor Generator to use API call instead of sql query - Best practise | https://api.github.com/repos/matomo-org/matomo/issues/3299/comments | 5 | 2012-08-03T07:52:33Z | 2014-07-08T10:10:49Z | https://github.com/matomo-org/matomo/issues/3299 | 37,353,909 | 3,299 |
[
"matomo-org",
"matomo"
] | Mozilla added a Mobile or Tablet token, e.g.,
Fennec on Android now identifies itself as:
```
Mozilla/5.0 (Android; Mobile; rv:15.0) Gecko/15.0 Firefox/15.0a1
```
No code changes proposed other than to add a test.
| Fennec User Agent obsolete | https://api.github.com/repos/matomo-org/matomo/issues/3298/comments | 3 | 2012-08-01T03:58:26Z | 2014-07-08T10:10:48Z | https://github.com/matomo-org/matomo/issues/3298 | 37,353,908 | 3,298 |
[
"matomo-org",
"matomo"
] | On http://piwik.org/docs/analytics-api/segmentation/
Change
"Segment Parametera in ..."
to
"Segment Parameters in ..."
Regards
| Typo on Segmentation Docu | https://api.github.com/repos/matomo-org/matomo/issues/3297/comments | 0 | 2012-07-31T14:36:19Z | 2012-08-26T14:41:47Z | https://github.com/matomo-org/matomo/issues/3297 | 37,353,907 | 3,297 |
[
"matomo-org",
"matomo"
] | ## Bug report via mail:
We've got an error on the dashboard, for the component which displays the number of visitor in a graph.
We get the error **_Fatal error: Call to a member function getFirstRow() on a non-object in /PathToWWW/piwik/plugins/VisitsSummary/Controller.php on line 115**_
It sometimes happen, sometime... | Fatal Error in VisitSummary Widget | https://api.github.com/repos/matomo-org/matomo/issues/3296/comments | 3 | 2012-07-31T13:17:53Z | 2014-07-08T10:10:48Z | https://github.com/matomo-org/matomo/issues/3296 | 37,353,906 | 3,296 |
[
"matomo-org",
"matomo"
] | When the "length of visits" widget is configured to display a pie chart (and only in that configuration), any resizing of the browser window causes the chart to vanish from the page.
Tested in Firefox 12, Opera 11.64, Chromium 11 and IE 9.
When that happens, hovering over the area where the pie chart should have been... | "Length of visits" pie chart disappears when browser window is resized | https://api.github.com/repos/matomo-org/matomo/issues/3295/comments | 10 | 2012-07-31T12:40:41Z | 2014-07-08T10:10:48Z | https://github.com/matomo-org/matomo/issues/3295 | 37,353,905 | 3,295 |
[
"matomo-org",
"matomo"
] | Hello everyone.
It will be very useful for me to see summary SE visits stats on All websites dashboard for every domain.
Keywords: se stats, se, serach engine, all websites dashbord
| Add 'SE visits' column to All websites Dashboard | https://api.github.com/repos/matomo-org/matomo/issues/3294/comments | 1 | 2012-07-31T11:59:23Z | 2014-07-08T10:10:48Z | https://github.com/matomo-org/matomo/issues/3294 | 37,353,904 | 3,294 |
[
"matomo-org",
"matomo"
] | As of version 1.8.2, widgets on the dashboard have three buttons minimize, maximize and close.
I suggest a fourth button be added. It would implement a "reload this widget" function.
There are several reasons why I am suggesting this additional button be added.
First, I've had times when the page loads but some wi... | Individual reloading of dashboard widgets | https://api.github.com/repos/matomo-org/matomo/issues/3293/comments | 7 | 2012-07-31T11:15:18Z | 2014-07-08T10:10:48Z | https://github.com/matomo-org/matomo/issues/3293 | 37,353,903 | 3,293 |
[
"matomo-org",
"matomo"
] | Reported in:
- when using <a href='http://external-website' class="piwik_download"> on an outlink, it should track a download and not an outlink
| Piwik.js: when using class="piwik_download" on an outlink, it should track a download and not an outlink | https://api.github.com/repos/matomo-org/matomo/issues/3292/comments | 2 | 2012-07-31T10:50:51Z | 2014-07-08T10:10:47Z | https://github.com/matomo-org/matomo/issues/3292 | 37,353,902 | 3,292 |
[
"matomo-org",
"matomo"
] | after the last update the source encounters an error.
```
Strict Notice: Non-static method
Piwik_Archive::makePeriodFromQueryParams() should not be called statically in
/usr/local/www/statsglobal/data/www/statsglobal.ru/core/Archive.php on line 212
```
correct this error you can change the function makePeriodFromQuer... | trunk regression Strict Notice: Non-static method Piwik_Archive::makePeriodFromQueryParams() should not be called statically in | https://api.github.com/repos/matomo-org/matomo/issues/3291/comments | 2 | 2012-07-31T04:04:49Z | 2014-07-08T10:10:47Z | https://github.com/matomo-org/matomo/issues/3291 | 37,353,901 | 3,291 |
[
"matomo-org",
"matomo"
] | It would be very useful to run unit tests in the browsers:
- No need to start console line and interpret the output which can be hard to read & understand
- Easier to debug (since debugger already setup to debug browser, but not necessarily to debug cli PHP)
- we tell new devs to visit piwik/tests/ which returns a page... | Setup VisualPHPUnit to run new PHPUnit tests in browser | https://api.github.com/repos/matomo-org/matomo/issues/3290/comments | 27 | 2012-07-31T03:33:29Z | 2014-07-08T10:10:47Z | https://github.com/matomo-org/matomo/issues/3290 | 37,353,899 | 3,290 |
[
"matomo-org",
"matomo"
] | Reported in [forums](http://forum.piwik.org/read.php?2,91794)
Innodb does not work well with OPTIMIZE statements, esp. on large tables. I suggest we do not run the OPTIMIZE statement when the table is Innodb.
Could we detect that the table is using Innodb?
The code is in optimizeTables() in /trunk/core/PluginsFuncti... | Do not run OPTIMIZE queries on innodb tables | https://api.github.com/repos/matomo-org/matomo/issues/3289/comments | 3 | 2012-07-31T00:57:29Z | 2014-07-08T10:10:46Z | https://github.com/matomo-org/matomo/issues/3289 | 37,353,898 | 3,289 |
[
"matomo-org",
"matomo"
] | Piwik Mysql tables use INT primary key, which cap at: 2^31-1=2147483647 when signed.
There was an ommission in log_link_visit_action where the primary key is not unsigned causing overflow to happen at 2 billion instead of 4 billion pages.
But, as part of this ticket, we should also figure out a strategy for "beyond 4... | Integer overflow: how to track more than 2 billion actions with PiwiK? | https://api.github.com/repos/matomo-org/matomo/issues/3288/comments | 15 | 2012-07-30T04:33:01Z | 2016-12-18T22:40:38Z | https://github.com/matomo-org/matomo/issues/3288 | 37,353,896 | 3,288 |
[
"matomo-org",
"matomo"
] | Synology NAS servers have a nice module system to install PHP software such as Wordpress, Drupal, Magento..
I suggested Piwik to Synology via a tweet (https://twitter.com/JulienMoumne/status/228444198687371265).
They replied to me with a private message :
```
Thank you for the suggestion. Please submit it to our Eng... | File a request to Synology for building a Piwik DSM Module | https://api.github.com/repos/matomo-org/matomo/issues/3287/comments | 3 | 2012-07-29T12:50:04Z | 2021-06-21T21:21:13Z | https://github.com/matomo-org/matomo/issues/3287 | 37,353,895 | 3,287 |
[
"matomo-org",
"matomo"
] | Reported in [forums](http://forum.piwik.org/read.php?2,91737,91737)
| Strict Notice: Only variables should be passed by reference in MySQLMetadataProvider.php on line 254 | https://api.github.com/repos/matomo-org/matomo/issues/3286/comments | 1 | 2012-07-29T10:05:48Z | 2014-07-08T10:10:46Z | https://github.com/matomo-org/matomo/issues/3286 | 37,353,894 | 3,286 |
[
"matomo-org",
"matomo"
] | Reported in [forum](http://forum.piwik.org/read.php?2,77440)
Proposal from Anthon:
``````
We just need to exclude visits with the X-Moz: prefetch (Mozilla), X-Purpose: preview (Safari, Opera), and X-Purpose: instant (Chrome) ```
something like
``````
$_SERVER["HTTP_X_PURPOSE"] == "preview" || $_SERVER['HTTP_X_MO... | Ignore Web browsers "Preview" http request | https://api.github.com/repos/matomo-org/matomo/issues/3285/comments | 4 | 2012-07-29T09:57:02Z | 2014-07-08T10:10:46Z | https://github.com/matomo-org/matomo/issues/3285 | 37,353,893 | 3,285 |
[
"matomo-org",
"matomo"
] | From forum http://forum.piwik.org/read.php?2,91715:
```
function is_Tor_exitnode() {
if (gethostbyname(ip_reverse($_SERVER['REMOTE_ADDR']).".".$_SERVER['SERVER_PORT'].".".ip_reverse($_SERVER['SERVER_ADDR']).".ip-port.exitlist.torproject.org")=="127.0.0.2") {
return true;
} else {
return false;
}
}
func... | Identify visits from Tor exit nodes | https://api.github.com/repos/matomo-org/matomo/issues/3284/comments | 6 | 2012-07-29T02:07:08Z | 2024-09-13T09:12:38Z | https://github.com/matomo-org/matomo/issues/3284 | 37,353,892 | 3,284 |
[
"matomo-org",
"matomo"
] | Hello to all,
How I can add a footer to Piwik?
I found some files here #5751 , but I don't know what I do with them. Is any plugin or a way to add footer?
Thank you for your answer
| How To Add a Footer | https://api.github.com/repos/matomo-org/matomo/issues/3283/comments | 1 | 2012-07-28T03:02:55Z | 2014-08-03T11:24:50Z | https://github.com/matomo-org/matomo/issues/3283 | 37,353,891 | 3,283 |
[
"matomo-org",
"matomo"
] | Currently Piwik has following time ranges
```
0-30s
30-60s
1-2 min
2-4 min
4-6 min
6-8 min
8-11 min
11-15 min
16+ min
```
Note: I notice a bug as it currently reports`
16+ min` but this should be`
15+ min`
This breakdown is OK but can be improved, it would be more rel... | Better Visits per visit duration time range breakdown | https://api.github.com/repos/matomo-org/matomo/issues/3282/comments | 1 | 2012-07-28T02:46:48Z | 2014-07-08T10:10:45Z | https://github.com/matomo-org/matomo/issues/3282 | 37,353,889 | 3,282 |
[
"matomo-org",
"matomo"
] | In the calendar, there is bug that colors the week overlapping 2 weeks. See attached screenshot.
The bug is a UI bug / JS only since the data and the Date displayed are correct.
| Calendar: Week is sometimes highlighted 1 day too early in the calendar only | https://api.github.com/repos/matomo-org/matomo/issues/3281/comments | 8 | 2012-07-27T10:46:33Z | 2014-07-08T10:10:45Z | https://github.com/matomo-org/matomo/issues/3281 | 37,353,887 | 3,281 |
[
"matomo-org",
"matomo"
] | Follow up to #3177, See also: #2000
We now have Benchmarking tests in trunk, which could be helpful in testing the speed of running archiving / api requests, and measure with Jenkins the result.
This task involves:
- look for performance reports plugins for Jenkins
- How could we feed data to the plugin
- What report... | Jenkins Report for Performance Benchmarks | https://api.github.com/repos/matomo-org/matomo/issues/3280/comments | 2 | 2012-07-27T01:53:09Z | 2014-07-08T10:10:45Z | https://github.com/matomo-org/matomo/issues/3280 | 37,353,886 | 3,280 |
[
"matomo-org",
"matomo"
] | QNAP's latest QPKG for Piwik is 1.4
We should look into packaging it.
See https://github.com/zeon/qpkg-piwik
and http://wiki.qnap.com/wiki/QPKG_Development_Guidelines
| Add build script for QNAP NAS package | https://api.github.com/repos/matomo-org/matomo/issues/3279/comments | 6 | 2012-07-26T06:26:11Z | 2014-07-08T10:10:45Z | https://github.com/matomo-org/matomo/issues/3279 | 37,353,885 | 3,279 |
[
"matomo-org",
"matomo"
] | ASUStor has inquired if we could build packages for them.
Summary:
- Ubuntu 11.10 build environment
- svn export Piwik into /usr/local/AppCentral/piwik/web/
- /usr/local/AppCentral/piwik/CONTROL contains a couple of icons, apkg-info, and config.json
- run build script ("apkg_build") to generate the .apk (Asus PacKage;... | Add build scripts for ASUStor App Central | https://api.github.com/repos/matomo-org/matomo/issues/3278/comments | 12 | 2012-07-26T06:24:47Z | 2014-07-08T10:10:44Z | https://github.com/matomo-org/matomo/issues/3278 | 37,353,884 | 3,278 |
[
"matomo-org",
"matomo"
] | Microsoft has pulled Piwik from the Web App Gallery. The Web Matrix deployment script uses a regex to get the database password. However, it's unable to parse the right "password" field in config.ini.php because the "[superuser]" section appears first. As a result, they can't deploy Piwik automatically.
Options:
- ... | Re-order global.ini.php sections to accommodate Web App Gallery + WebMatrix | https://api.github.com/repos/matomo-org/matomo/issues/3277/comments | 3 | 2012-07-26T06:16:37Z | 2014-07-08T10:10:44Z | https://github.com/matomo-org/matomo/issues/3277 | 37,353,883 | 3,277 |
[
"matomo-org",
"matomo"
] | I just installed the GeoIP plugin following the instructions in #5465
Everythink seems to work, but there's one issue:
When navigating to the Tab "Visitors->Locations & Providers" and clicking a country, the city list loads. Now, sometimes I get the wrong city list, e.g. I click on Germany and get the city list of Spai... | GeoIP: frontend randomly loads wrong city list | https://api.github.com/repos/matomo-org/matomo/issues/3276/comments | 1 | 2012-07-25T17:06:32Z | 2014-07-08T10:10:44Z | https://github.com/matomo-org/matomo/issues/3276 | 37,353,882 | 3,276 |
[
"matomo-org",
"matomo"
] | It would be useful to visualize a "Traffic by Day Of Week" graph, that would look at the last 7 \* N weeks to create a graph.
Follow up to Benaka patch in #3184
| New Report: Traffic by Day Of Week (Monday, Tuesday, etc.) | https://api.github.com/repos/matomo-org/matomo/issues/3275/comments | 27 | 2012-07-25T00:53:05Z | 2014-07-08T10:10:44Z | https://github.com/matomo-org/matomo/issues/3275 | 37,353,881 | 3,275 |
[
"matomo-org",
"matomo"
] | Suggested in [forum](http://forum.piwik.org/read.php?3,91403):
- in the real time visitors widget, in the tooltip that appears on the icon, display the time spent on the page (except last page for which we don't know the time spent)
- Also display the time spent on the tooltip over each page in the Visitor Log
| Real time widget and visitor log to display Time spent on page | https://api.github.com/repos/matomo-org/matomo/issues/3274/comments | 6 | 2012-07-22T07:51:05Z | 2014-07-08T10:10:43Z | https://github.com/matomo-org/matomo/issues/3274 | 37,353,879 | 3,274 |
[
"matomo-org",
"matomo"
] | None
| Update to jquery 1.7.2 and jquery ui 1.8.22 | https://api.github.com/repos/matomo-org/matomo/issues/3273/comments | 4 | 2012-07-19T20:56:18Z | 2014-07-08T10:10:43Z | https://github.com/matomo-org/matomo/issues/3273 | 37,353,877 | 3,273 |
[
"matomo-org",
"matomo"
] | Hi.
Problem is in \plugins\UsersManager\API.php, function userEmailExists
used for password recovery is not for anonymous user.
public function userEmailExists( $userEmail )
{
Piwik::checkUserIsNotAnonymous();
...
Keywords: password recovery email
| Password recovery by email not working | https://api.github.com/repos/matomo-org/matomo/issues/3272/comments | 1 | 2012-07-19T14:50:56Z | 2014-08-03T11:21:15Z | https://github.com/matomo-org/matomo/issues/3272 | 37,353,876 | 3,272 |
[
"matomo-org",
"matomo"
] | I'm using Piwik v.1.8.3-b1, revison 6513
In my daskboard I found this error:
Widgets: Frequency overview
Fatal error: Using $this when not in object context in /home/chuongdu/public_html/tracking/core/Visualization/Sparkline.php on line 81
In page Visiter/overview I also meet this error:
Report
Fatal error: Using... | Frequency overview: Fatal error | https://api.github.com/repos/matomo-org/matomo/issues/3271/comments | 1 | 2012-07-19T09:25:39Z | 2014-07-08T10:10:42Z | https://github.com/matomo-org/matomo/issues/3271 | 37,353,875 | 3,271 |
[
"matomo-org",
"matomo"
] | Per title: When a http requests fails (mysql fail or other exception) in archive.php mode, display errors in plain text, not html
Example html errors: https://www.dropbox.com/sh/zat1m6lqphndpny/wH6n4mDaD6/output0907.txt
we could detect we are running archive.php mode and switch to CLI style errors
| Import Logs script: when a http requests fails (mysql fail or other exception), display errors in plain text, not html | https://api.github.com/repos/matomo-org/matomo/issues/3270/comments | 1 | 2012-07-18T23:54:19Z | 2014-07-08T10:10:42Z | https://github.com/matomo-org/matomo/issues/3270 | 37,353,874 | 3,270 |
[
"matomo-org",
"matomo"
] | Is there any way you could make piwik only use RW database connections? The initial install would require RW+Admin but future access could use only RW?
Because SourceForge stopped providing their "HostedApps" I manually installed piwik to my project. Everything runs great except I have to use my admin user/password.... | RW-Only Database Connections | https://api.github.com/repos/matomo-org/matomo/issues/3269/comments | 1 | 2012-07-17T08:59:03Z | 2014-07-08T10:10:42Z | https://github.com/matomo-org/matomo/issues/3269 | 37,353,873 | 3,269 |
[
"matomo-org",
"matomo"
] | Currently Piwik links to external websites from the report. This results in the Piwik URL being leaked to the website that probably linked to us. This is not ideal. Instead, we should not link directly from the report to the external URL but instead link to the proxy script which will hide the referrer URL (Piwik URL ... | Link all external links via proxy script to avoid leaking Referer | https://api.github.com/repos/matomo-org/matomo/issues/3268/comments | 4 | 2012-07-17T06:57:45Z | 2014-10-17T01:10:37Z | https://github.com/matomo-org/matomo/issues/3268 | 37,353,871 | 3,268 |
[
"matomo-org",
"matomo"
] | Propose to replace the Dashboard Layouts
- 25/75 with 33/67
- 25/25/50 with 30/30/40
Can we keep backward compatibility if users currently use 25/75 or 25/25/50 and leave these old layouts working?
| New Updated Dashboard Layouts | https://api.github.com/repos/matomo-org/matomo/issues/3267/comments | 1 | 2012-07-16T08:00:42Z | 2014-07-08T10:10:42Z | https://github.com/matomo-org/matomo/issues/3267 | 37,353,870 | 3,267 |
[
"matomo-org",
"matomo"
] | With the dashboard widget embedded in a web page and the Last visit graph widget displayed, clicking in the sparklines area of that widget redirects me to the login page with the following request:
http://xxxxxxx.com/piwik/index.php?module=CoreHome&action=index&idSite=1&period=day&date=2012-06-25&segment=
I am using ... | Clicking Last Visit Graph in embedded dashboard redirects to login page | https://api.github.com/repos/matomo-org/matomo/issues/3266/comments | 1 | 2012-07-12T02:29:00Z | 2014-07-08T10:10:42Z | https://github.com/matomo-org/matomo/issues/3266 | 37,353,869 | 3,266 |
[
"matomo-org",
"matomo"
] | With firebug active I get the error message
piwikMenu is not defined Line 539
when clicking on the link "View detailed visitor log" of the Visitor Real Time widget. This happens when the dashboard widget is embedded into a web page. The "Loading Data" appears, but needless to say nothing else happens because the script... | Hide link to visitor log in embed widget (piwikMenu is not defined) | https://api.github.com/repos/matomo-org/matomo/issues/3265/comments | 3 | 2012-07-12T02:19:28Z | 2014-07-08T10:11:08Z | https://github.com/matomo-org/matomo/issues/3265 | 37,353,868 | 3,265 |
[
"matomo-org",
"matomo"
] | I have a lot of webpages on my piwik installation. They are all conected to eachother. So it would be nice to see the connections between the pages.
For example when I see somebody coming in from antother of my pages, I do not see on which pages he was there.
The maybe even a new category of entrys beside searchengines... | cross page tracking | https://api.github.com/repos/matomo-org/matomo/issues/3264/comments | 4 | 2012-07-10T17:33:47Z | 2014-07-08T10:10:42Z | https://github.com/matomo-org/matomo/issues/3264 | 37,353,867 | 3,264 |
[
"matomo-org",
"matomo"
] | This is a follow up of #3191.
Timo pointed out a core issue in the way `Piwik_DataTable` identifiers are handled by `Piwik_DataTable_Manager`.
In [Piwik_DataTable_Row->__destruct()](https://github.com/piwik/piwik/blob/master/core/DataTable/Row.php#L93), the **sub-**DataTable associated to the current `Piwik_DataTable... | Piwik_DataTable __destruct applied recursively when sub-datatables are not loaded | https://api.github.com/repos/matomo-org/matomo/issues/3263/comments | 5 | 2012-07-08T22:34:27Z | 2014-07-08T10:10:41Z | https://github.com/matomo-org/matomo/issues/3263 | 37,353,864 | 3,263 |
[
"matomo-org",
"matomo"
] | I have setting up piwik 1.7.1 (taken from my backup in my PC). After installing it successfully then i update it with version 1.8.2.
After adding my website, i am trying to access it via my piwik mobile 1.8, downloaded from the Google Play.
Here is my detail,
URL: http://piwik.webhostid.com
User: test
Pass: test1234
... | "Failed to parse response" Error with Piwik Mobile 1.8 when accessing Piwik 1.8.2 | https://api.github.com/repos/matomo-org/matomo/issues/3262/comments | 4 | 2012-07-07T17:21:08Z | 2014-08-03T11:21:15Z | https://github.com/matomo-org/matomo/issues/3262 | 37,353,862 | 3,262 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.