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" ]
Reproducible on [demo](http://demo.piwik.org/index.php?module=API&method=ImageGraph.get&idSite=7&apiModule=Actions&apiAction=getPageUrls&period=year&date=2003-01-01,2012-12-31&filter_sort_column=nb_hits&columns=nb_hits&idSite=1&language=en&width=60&height=88&fontSize=18&aliasedGraph=0&legendFontSize=18&showMetricTitle=...
Division by zero in pChart pDraw.class.php class
https://api.github.com/repos/matomo-org/matomo/issues/3791/comments
3
2013-03-04T10:32:32Z
2014-07-08T10:12:21Z
https://github.com/matomo-org/matomo/issues/3791
37,354,505
3,791
[ "matomo-org", "matomo" ]
Since [3013](3013) the Row Evolution API can be called to retrieve the top N label evolutions. As suggested in [3158#comment:12](3158), when there are less than 5 labels for the requested period, "top up" the labels list by requesting the report for the current year of data.
Less restricive Top N Row Evolutions
https://api.github.com/repos/matomo-org/matomo/issues/3790/comments
1
2013-03-04T10:27:13Z
2014-07-08T10:12:21Z
https://github.com/matomo-org/matomo/issues/3790
37,354,504
3,790
[ "matomo-org", "matomo" ]
See http://forum.piwik.org/read.php?2,94828
Misplaced icons when report spans on multiple pages
https://api.github.com/repos/matomo-org/matomo/issues/3789/comments
2
2013-03-04T09:42:32Z
2014-07-08T10:12:20Z
https://github.com/matomo-org/matomo/issues/3789
37,354,503
3,789
[ "matomo-org", "matomo" ]
Configuring Piwik in Log import mode, I found many visits coming from a Netscape browser, but "Netscape" never occurs in my logs. So I wrote a little logger into UserAgentParser.php, to find out what was identified as Natscape, here's the result: ``` Mozilla/5.0 (compatible; Ezooms/1.0; ezooms.bot@gmail.com) Mozilla/5...
Detect Netscape browsers as "bots"
https://api.github.com/repos/matomo-org/matomo/issues/3788/comments
6
2013-03-04T00:24:04Z
2014-07-08T10:12:20Z
https://github.com/matomo-org/matomo/issues/3788
37,354,502
3,788
[ "matomo-org", "matomo" ]
per title. Otherwise users might think it's OK, but in fact it won't necessarily work as expected.
Tracking API setVisitorId should throw exception if the visitor ID is not an hexadecimal string
https://api.github.com/repos/matomo-org/matomo/issues/3787/comments
1
2013-03-03T01:26:35Z
2014-07-08T10:12:20Z
https://github.com/matomo-org/matomo/issues/3787
37,354,501
3,787
[ "matomo-org", "matomo" ]
I'm using MultiSites.getAll for the "All websites dashboard" in new Piwik Mobile app to have same behavior as in Piwik (if MultiSites is enabled by user in settings defaultReport). If one calls MultiSites.getAll the API will remove websites having 0 visitors. See: https://github.com/piwik/piwik/blob/master/plugins/Mul...
MultiSites.getAll: Add option to not remove sites that have no visits
https://api.github.com/repos/matomo-org/matomo/issues/3786/comments
11
2013-03-02T15:16:02Z
2014-07-08T10:12:20Z
https://github.com/matomo-org/matomo/issues/3786
37,354,498
3,786
[ "matomo-org", "matomo" ]
A green flag appears with the name of the goal, but no revenue data. Automatic goals based on url matching, work fine and revenue is shown on Visitor Log.
Revenue should be displayed for Manual tracked goals in Visitor Log
https://api.github.com/repos/matomo-org/matomo/issues/3785/comments
2
2013-03-01T15:24:04Z
2024-09-13T09:12:13Z
https://github.com/matomo-org/matomo/issues/3785
37,354,497
3,785
[ "matomo-org", "matomo" ]
We should fix the bug, and ideally add integration tests covering this use case (ie. request with a segment, and a grouping of eg. 3 (default being Piwik_transitions::$limitBeforeGrouping == 5))
Transitions API getTransitionsForPage ignores $segment and $limitBeforeGrouping
https://api.github.com/repos/matomo-org/matomo/issues/3784/comments
1
2013-03-01T09:11:20Z
2014-07-08T10:12:19Z
https://github.com/matomo-org/matomo/issues/3784
37,354,496
3,784
[ "matomo-org", "matomo" ]
Hi, Apologies if this is already reported / fixed, I did look but only found a reference to it having been reported but no fix. Anyway... The archiver can fail with newer versions of PHP due to a bug in curl see: https://bugs.php.net/bug.php?id=64177&edit=1 The problem is in the curl_multi_close() function but it o...
cron archiver curl error - patch attached
https://api.github.com/repos/matomo-org/matomo/issues/3783/comments
2
2013-02-28T16:37:21Z
2014-07-08T10:12:19Z
https://github.com/matomo-org/matomo/issues/3783
37,354,495
3,783
[ "matomo-org", "matomo" ]
If browser archiving is disabled, if you request period=range Piwik will return the sum of pre-archived data to build this date range. If the pre-archived data is not available, period=range might return zeros, or only some of the data that was processed. Proposal: - when period=range, and browser archiving enabled,...
Period=range returns wrong results if browser archiving is disabled
https://api.github.com/repos/matomo-org/matomo/issues/3782/comments
3
2013-02-28T07:40:47Z
2014-07-08T10:12:19Z
https://github.com/matomo-org/matomo/issues/3782
37,354,494
3,782
[ "matomo-org", "matomo" ]
Hi, I'm using the method "UsersManager.getUserPreference" via API to request a user's "defaultReport" preference. Depending on this I'll either display the "All Websites Dashboard" or the selected Website when a user opens the mobile app. Same behavior as in Piwik. My problem: After a fresh Piwik installation the API...
getUserPreference bug: "defaultReport" preference is "false" by default
https://api.github.com/repos/matomo-org/matomo/issues/3781/comments
7
2013-02-27T19:32:08Z
2014-07-08T10:12:19Z
https://github.com/matomo-org/matomo/issues/3781
37,354,492
3,781
[ "matomo-org", "matomo" ]
In new Piwik Mobile App I'd like to integrate a "Flatten" button. But "flatten" does not always makes sense, for instance in case of "VisitsSummary.get". I'd like to display the button only if a report "supports flatten". So, I need this information in metadata. I've seen there's a (new?) flag "constantRowsCount". May...
Add flag "supports flatten" to metadata API
https://api.github.com/repos/matomo-org/matomo/issues/3780/comments
1
2013-02-27T18:53:19Z
2024-09-13T09:12:14Z
https://github.com/matomo-org/matomo/issues/3780
37,354,491
3,780
[ "matomo-org", "matomo" ]
See attachment. When having lots of goals, the submenu does not expand. Maybe it makes sense to display goals in a DropDown when having more than X goals?
Submenu does not expand when having lots of goals
https://api.github.com/repos/matomo-org/matomo/issues/3779/comments
2
2013-02-27T09:11:28Z
2014-07-08T10:12:19Z
https://github.com/matomo-org/matomo/issues/3779
37,354,490
3,779
[ "matomo-org", "matomo" ]
Amazon S3 buckets can be used to store static websites, in which case they can produce access logs in a format specific to Amazon (documented here: http://docs.aws.amazon.com/AmazonS3/latest/dev/LogFormat.html). It would be nice for Piwik's "import_logs.py" script to be able to parse that format. Keywords: log analysis...
Add Amazon S3 log format to import_logs.py
https://api.github.com/repos/matomo-org/matomo/issues/3778/comments
3
2013-02-26T14:45:54Z
2014-07-08T10:12:18Z
https://github.com/matomo-org/matomo/issues/3778
37,354,489
3,778
[ "matomo-org", "matomo" ]
I have a few goals set up and I've been tracking with them for a few months now. 1: go to the "Goals Overview" page. 2: in the "Conversions overview by type of visit" section click on "Custom Variables". 3: Expand one of your custom variables to show stats for each value. The stats for each value of my custom variab...
bug in goals overview page
https://api.github.com/repos/matomo-org/matomo/issues/3777/comments
1
2013-02-26T08:37:04Z
2014-07-08T10:12:18Z
https://github.com/matomo-org/matomo/issues/3777
37,354,488
3,777
[ "matomo-org", "matomo" ]
In order to set a custom visitor Id, the parameter cid is used in PiwikTracker.php (see [https://github.com/piwik/piwik/blob/ce63a9fbc4727df77a351fc55a641693d10a4f5c/libs/PiwikTracker/PiwikTracker.php#L1047]). However, it cannot be used to distinguish Visitors as distinct. _Steps to reproduce_: - Hit URL http://www.ho...
Tracking Parameter 'cid' Custom Visitor ID, should be "enforced" when it is specified
https://api.github.com/repos/matomo-org/matomo/issues/3776/comments
13
2013-02-25T08:08:41Z
2024-01-29T22:21:59Z
https://github.com/matomo-org/matomo/issues/3776
37,354,487
3,776
[ "matomo-org", "matomo" ]
Starting Piwik 1.11 we will display exclusively the async code in the UI. Related to: #1845 The dev doc at: [Analytics JS](http://piwik.org/docs/javascript-tracking/) has already been updated with async code. For consistency we will upgrade all docs to Async code. _Please report here any mention of a "SYNC JS CODE" ...
Advertise Asynchronous JS code by default
https://api.github.com/repos/matomo-org/matomo/issues/3775/comments
3
2013-02-25T01:11:37Z
2014-07-08T10:12:18Z
https://github.com/matomo-org/matomo/issues/3775
37,354,486
3,775
[ "matomo-org", "matomo" ]
The code setting cookiesecure was not working, but was fixed https://github.com/piwik/piwik/commit/cd62e1d8bd45473827cdf67b51c3aa3016ff8cc8 I believe now there is a bug: not sharing cookies between http/https. we should therefore set cookieSecure functionnality to false in tracker.
tracker cookie secure
https://api.github.com/repos/matomo-org/matomo/issues/3774/comments
2
2013-02-22T21:27:44Z
2014-07-08T10:12:18Z
https://github.com/matomo-org/matomo/issues/3774
37,354,484
3,774
[ "matomo-org", "matomo" ]
Hi! I click on the Row Evolution icon, and the Row Evolution window appears. But when I click on the link "Pick a row to compare" nothing happens and the Row Evolution-window get closed. Before I could compare variables but not any longer. I have tested in IE 8 and Firefox 18.0.2. I'm enclosing a picture with a red cir...
Row Evolution - the link "Pick a row to compare" does not work
https://api.github.com/repos/matomo-org/matomo/issues/3773/comments
2
2013-02-22T11:23:19Z
2014-07-08T10:12:18Z
https://github.com/matomo-org/matomo/issues/3773
37,354,483
3,773
[ "matomo-org", "matomo" ]
Getting an error message within the transitions overlay "API returned an error: Segment parameter '-editor' does not appear to have a valid format." See our Crowdfunding site on demo.piwik.org. There's a page url named "custom-segments-editor" http://demo.piwik.org/index.php?module=CoreHome&action=index&date=2013-02-...
Annotations not working if Page URL contains or ends with "-editor"
https://api.github.com/repos/matomo-org/matomo/issues/3772/comments
1
2013-02-22T08:40:12Z
2014-07-08T10:12:18Z
https://github.com/matomo-org/matomo/issues/3772
37,354,482
3,772
[ "matomo-org", "matomo" ]
This task goal is to cleanup a bit since as the team has grown there has been some freedom in the style, but it's nicer for everyone to see/read one style. This ticket is multi task: - Setup perfect "reformat code" setup in PHPStorm (the [best PHP IDE on planet earth](http://www.jetbrains.com/phpstorm/)), and record...
Automatically reformat all source code in Piwik to follow updated coding standard
https://api.github.com/repos/matomo-org/matomo/issues/3771/comments
11
2013-02-22T07:22:14Z
2016-01-18T04:29:30Z
https://github.com/matomo-org/matomo/issues/3771
37,354,481
3,771
[ "matomo-org", "matomo" ]
LibreJS is a browser plugin that was created by the free software community to alert the user when a site serving JavaScript does not respect user's freedom. piwik.js is an example of a JavaScript file which causes LibreJS plugin to complain because piwik.js does not meet its criteria. To make sure that piwik.js meets ...
LibreJS compatibility for piwik.js: free/libre license notice
https://api.github.com/repos/matomo-org/matomo/issues/3770/comments
6
2013-02-21T23:55:21Z
2014-07-08T10:16:18Z
https://github.com/matomo-org/matomo/issues/3770
37,354,480
3,770
[ "matomo-org", "matomo" ]
After I upgraded piwik to 1.10.1, I get the following error on the login screen: Error: You can't access this resource as it requires an view access for at least one website. I am also including a screenshot of the page with the entire stack trace. The instance of Piwik I am using is self hosted and I have been usin...
Error messge appears on login page
https://api.github.com/repos/matomo-org/matomo/issues/3769/comments
2
2013-02-21T21:45:44Z
2014-07-08T10:12:17Z
https://github.com/matomo-org/matomo/issues/3769
37,354,479
3,769
[ "matomo-org", "matomo" ]
Just to be safe, we should display a note in the "Users" tab, when anonymous user has some access, in case users dont understand what it means.
Diplay a notice message when stats are publicly viewable
https://api.github.com/repos/matomo-org/matomo/issues/3768/comments
0
2013-02-21T21:18:58Z
2013-02-21T22:58:45Z
https://github.com/matomo-org/matomo/issues/3768
37,354,478
3,768
[ "matomo-org", "matomo" ]
AhrefsBot is recorded as visitor (at least via PHP API). Apache logs as follows: ``` 173.199.114.51 - - [21/Feb/2013:17:33:51 +0200] "GET /?t=contact&d=sales&id=70 HTTP/1.1" 200 2171 "-" "Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)" 173.199.114.51 - - [21/Feb/2013:17:33:52 +0200] "GET /?t=testd...
Add AhrefsBot to list of known bots
https://api.github.com/repos/matomo-org/matomo/issues/3767/comments
1
2013-02-21T16:48:33Z
2014-07-08T10:12:17Z
https://github.com/matomo-org/matomo/issues/3767
37,354,477
3,767
[ "matomo-org", "matomo" ]
[[Image(http://i.snag.gy/juRa7.jpg)]] There are visitors without browsers plugins. I suggest the tooltip should say: "no plugins enabled" or "without plugins" Thank you!! Keywords: tooltip, plugins
tooltip with no plugins enabled
https://api.github.com/repos/matomo-org/matomo/issues/3766/comments
2
2013-02-21T15:23:39Z
2014-07-08T10:12:16Z
https://github.com/matomo-org/matomo/issues/3766
37,354,475
3,766
[ "matomo-org", "matomo" ]
Especially the "pages"-widget table doesn't look very good. There is always a column somehow cut in the middle. The tables should only show full, uncut columns.
only show complete columns of tables in widgets
https://api.github.com/repos/matomo-org/matomo/issues/3765/comments
2
2013-02-21T15:17:45Z
2014-07-08T10:12:16Z
https://github.com/matomo-org/matomo/issues/3765
37,354,474
3,765
[ "matomo-org", "matomo" ]
Tried to add a widget to the dashboard from the iPad and Samsung Galaxy S2 / Android 4.0. It's not working on both devices. Once I'm trying to select a category via touch like "Visitors" from the "Widget & Dashboard" menu, the menu is closing immediately.
Adding widgets to the dashboard not possible on mobile devices
https://api.github.com/repos/matomo-org/matomo/issues/3763/comments
4
2013-02-18T20:49:28Z
2014-07-08T10:12:16Z
https://github.com/matomo-org/matomo/issues/3763
37,354,473
3,763
[ "matomo-org", "matomo" ]
in Russian translation found a typo, how to fix? Keywords: translation, typo
how fix typo translation?
https://api.github.com/repos/matomo-org/matomo/issues/3762/comments
4
2013-02-17T05:18:25Z
2014-08-03T11:24:38Z
https://github.com/matomo-org/matomo/issues/3762
37,354,472
3,762
[ "matomo-org", "matomo" ]
There is a bug, that the file general.php is not always re-created when it is not found. In a setup with 2 servers behind load balancer, one server could be querying the data from mysql at each tracking request. Instead the data should be written on disk on the first cache miss. Note: see also this related enhancement...
Tracker cache file general.php not generated when not found
https://api.github.com/repos/matomo-org/matomo/issues/3761/comments
2
2013-02-17T01:56:19Z
2014-07-08T10:12:16Z
https://github.com/matomo-org/matomo/issues/3761
37,354,471
3,761
[ "matomo-org", "matomo" ]
Reproduce: - Start on your dashboard - Click a returning visitor icon in the "Visitors in Real-time" section - You are presented a screen listing all visits by that visitor - Click the Dashboard tab - The "&segment=visitorId==..." filter persists in the URL, causing the dashboard to display only information about that ...
visitorID filter persists over views with no indication or controls in the UI
https://api.github.com/repos/matomo-org/matomo/issues/3760/comments
2
2013-02-16T20:11:29Z
2014-07-08T10:12:16Z
https://github.com/matomo-org/matomo/issues/3760
37,354,470
3,760
[ "matomo-org", "matomo" ]
Some distributions like Arch have `/usr/bin/python` point to `python3`, not Python 2.x. [Even more popular distributions are transitioning to do the same thing](https://wiki.ubuntu.com/Python/3). Currently, the `import-logs.py` script does not work under Python 3. As such, either it should be updated to support Python ...
import_logs.py needs upgrade to Python 3 or updated shebang line
https://api.github.com/repos/matomo-org/matomo/issues/3759/comments
8
2013-02-16T04:34:26Z
2015-03-12T21:01:48Z
https://github.com/matomo-org/matomo/issues/3759
37,354,469
3,759
[ "matomo-org", "matomo" ]
Google recently changed its icon. Its now completely blue. The icons in the search engine lists should also be updated. Keywords: google logo icon
Change Google Logo to the new icon
https://api.github.com/repos/matomo-org/matomo/issues/3758/comments
3
2013-02-16T00:21:52Z
2014-07-08T10:12:16Z
https://github.com/matomo-org/matomo/issues/3758
37,354,467
3,758
[ "matomo-org", "matomo" ]
Description: Make Piping one single line from the access.log into import_logs.py works but using the same command directly from apache nothing gets logged This is about the same issue as reported by ottodude125 (#3163) and elm (#3163). Piping one single line from the access.log into import_logs.py works but using the ...
Make Piping one single line from the access.log into import_logs.py work in apache
https://api.github.com/repos/matomo-org/matomo/issues/3757/comments
15
2013-02-15T02:19:50Z
2015-03-12T21:01:48Z
https://github.com/matomo-org/matomo/issues/3757
37,354,466
3,757
[ "matomo-org", "matomo" ]
Hello Piwik, We have been utilizing your Analytics platform for some time now and just wondered if we could suggest one additional feature to be added to the platform.Currently, when we fill out an actual form on our website this is considered to be a goal completion and a conversion (we have this setup correctly). T...
"Delete Option" under the "Visitor Log" area
https://api.github.com/repos/matomo-org/matomo/issues/3756/comments
3
2013-02-14T17:02:17Z
2014-07-08T10:12:15Z
https://github.com/matomo-org/matomo/issues/3756
37,354,465
3,756
[ "matomo-org", "matomo" ]
On Action -> Pages, if you click on a page to view the evolution, by default appears a graph of Pageviews in the last 30 days. If you change period, for example to 90 days, the new graph displays Unique Pageviews instead of Pageviews and when you click on "Unique Pageviews", it displays Pageviews data. On the attached...
Pageviews and Unique pageviews mixed in row evolution
https://api.github.com/repos/matomo-org/matomo/issues/3755/comments
4
2013-02-14T13:38:43Z
2014-07-08T10:12:15Z
https://github.com/matomo-org/matomo/issues/3755
37,354,464
3,755
[ "matomo-org", "matomo" ]
Piwik currently detects visitors from inside an iOS App (UIWebView) as Safari. This is not completely wrong, but there are some differences. And the UIWebView does not identify itself as Safari (see user agents on #3753). For me it would be important to know, if a user comes from the browser (webapp) or the native app...
Should Piwik really detect visitors from inside an iOS App (UIWebView) as Safari
https://api.github.com/repos/matomo-org/matomo/issues/3754/comments
3
2013-02-14T09:34:02Z
2014-07-08T10:12:15Z
https://github.com/matomo-org/matomo/issues/3754
37,354,463
3,754
[ "matomo-org", "matomo" ]
When a visitor comes from inside an iOS App (when a page is loaded into a UIWebView), Piwik detects the Browser as Safari, but the Version is detected wrong. ``` iOS 5.x: Safari 5.0 (should be 5.1) iOS 6.x: Safari 5.1 (should be 6.0) ``` Safari and UIWebView give mostly the same User Agent, but UIWebView is missing` ...
UserAgent detection inside iOS App (UIWebView) gives the wrong version number
https://api.github.com/repos/matomo-org/matomo/issues/3753/comments
4
2013-02-14T09:23:38Z
2014-07-08T10:12:14Z
https://github.com/matomo-org/matomo/issues/3753
37,354,462
3,753
[ "matomo-org", "matomo" ]
piwik 1.10.1 I have two goals defined. Under goals tab, clicking on "goal X" or "goal y" keeps showing the same total goals graph
cannot see single goals
https://api.github.com/repos/matomo-org/matomo/issues/3752/comments
7
2013-02-13T16:27:14Z
2014-07-08T10:12:14Z
https://github.com/matomo-org/matomo/issues/3752
37,354,460
3,752
[ "matomo-org", "matomo" ]
If login fails, Piwik (1.10.1) might give the user a link to click. If the link is clicked the following nonsensical error message is shown: Invalid Referer detected - check that your browser sends the Referer header. The link you would have been redirected to is: http://piwik.org/faq/how-to-install/#faq_98
Nonsensical "Invalid referer detected"
https://api.github.com/repos/matomo-org/matomo/issues/3751/comments
1
2013-02-11T17:14:55Z
2014-07-08T10:12:14Z
https://github.com/matomo-org/matomo/issues/3751
37,354,459
3,751
[ "matomo-org", "matomo" ]
Hi, when the Document Root of Piwik lies on a Network Share under Windows, the PDF Reports throw errors when using functions like imagettftext(), imagettfbbox(), etc: ``` Warning: imagettfbbox(): Could not find/open font in \\10.24.4.5\WWW-EXTRA$\piwik\current\piwik\libs\pChart2.1.3\class\pImage.class.php on line 211...
Scheduled reports: allow reading font from UNC share, preven "Could not find/open font"
https://api.github.com/repos/matomo-org/matomo/issues/3750/comments
2
2013-02-11T14:16:45Z
2024-09-13T09:12:14Z
https://github.com/matomo-org/matomo/issues/3750
37,354,457
3,750
[ "matomo-org", "matomo" ]
If I turn off the Actions plugin in Piwik 1.10.1, the Visitor overview will stall "loading data". You can see it here: http://ec2-54-228-7-91.eu-west-1.compute.amazonaws.com/piwik/ The database used there is not collected with the normal piwik javascript, and could be the culprit. I have replicated this bug on another...
Actions plugin has to be enabled for Visitor overview to work
https://api.github.com/repos/matomo-org/matomo/issues/3749/comments
3
2013-02-11T11:36:28Z
2014-07-08T10:12:14Z
https://github.com/matomo-org/matomo/issues/3749
37,354,456
3,749
[ "matomo-org", "matomo" ]
Currently it is not possible to use archive.php in an environment that requires authentication. So far no known workaround exists. This would be a great as well as important feature to have. 1) http://forum.piwik.org/read.php?2,100659,page=1#msg-100659 2) http://forum.piwik.org/read.php?2,100620,page=1#msg-100620 Keyw...
Allow authentication for archive.php
https://api.github.com/repos/matomo-org/matomo/issues/3748/comments
1
2013-02-11T00:38:47Z
2025-04-11T12:15:57Z
https://github.com/matomo-org/matomo/issues/3748
37,354,455
3,748
[ "matomo-org", "matomo" ]
isOverlaySession - stripping piwik.php from URL: won't handle the js/index.php proxy - protocol stripper won't handle a tracked page that was viewed offline (file:) injectOverlay - ditto on stripping piwik.php from URL
Check Overlay feature works with js/index.php proxy
https://api.github.com/repos/matomo-org/matomo/issues/3747/comments
2
2013-02-10T14:03:28Z
2024-09-13T09:12:15Z
https://github.com/matomo-org/matomo/issues/3747
37,354,454
3,747
[ "matomo-org", "matomo" ]
Reported in the forums: http://forum.piwik.org/read.php?2,99402,page=1#msg-100639 ``` Finally, someone found the problem: Drupals Piwik module was/is pushing the SiteId as string: _paq.push(["setSiteId", "2"]) However, Piwik checks it using !== against a number, which always fails because it's compared against a st...
Bug in overlay when using setSiteId with a string value..
https://api.github.com/repos/matomo-org/matomo/issues/3746/comments
1
2013-02-09T23:02:14Z
2014-07-08T10:12:13Z
https://github.com/matomo-org/matomo/issues/3746
37,354,453
3,746
[ "matomo-org", "matomo" ]
I was just going to release a new version of my python api for piwik when I realized that my analytics unit tests weren't working properly. It looks like having admin rights is now not enough to do things that need view access? I'm not sure if this is intentional, a potential bug in piwik, in my code, or even if there...
Analytics API no access when 'view' is required but user has 'admin' rights
https://api.github.com/repos/matomo-org/matomo/issues/3745/comments
1
2013-02-09T17:54:12Z
2014-08-03T11:21:15Z
https://github.com/matomo-org/matomo/issues/3745
37,354,452
3,745
[ "matomo-org", "matomo" ]
http://piwik.org/docs/tracking-api/#toc-tracking-api-php-client-reference which points to http://qa.piwik.org:8080/phpdocs/PiwikTracker/PiwikTracker.html gives 404
Generate automated API PHP Client Reference at: http://piwik.org/docs/tracking-api/#toc-tracking-api-php-client-reference
https://api.github.com/repos/matomo-org/matomo/issues/3744/comments
1
2013-02-08T22:14:19Z
2014-07-08T10:12:13Z
https://github.com/matomo-org/matomo/issues/3744
37,354,450
3,744
[ "matomo-org", "matomo" ]
Can PiWik process FTP logs that use the Method [cs-method] 'Sent'? The Bureau of Labor Statistics is currently using Urchin v5 & v7. v5 is used to get ftp.bls.gov metrics for pageviews and sessions; however, v5 doesn't provide visitor information. We use Javascript tracking for visitor tracking in v7. Can Piwik provid...
FTP log processing
https://api.github.com/repos/matomo-org/matomo/issues/3743/comments
1
2013-02-08T17:41:56Z
2014-07-08T10:12:13Z
https://github.com/matomo-org/matomo/issues/3743
37,354,449
3,743
[ "matomo-org", "matomo" ]
We are tracking visitors at our site since yesterday. I can successfully view browser and browserversion stats initially (data is filtered by default by current week). However, when I selected to display data from yesterday to today only (date range), the following is observed: - initial display of browser stats work...
Display of browser versions fails when filtering by date range
https://api.github.com/repos/matomo-org/matomo/issues/3742/comments
4
2013-02-08T11:37:46Z
2014-07-08T10:12:13Z
https://github.com/matomo-org/matomo/issues/3742
37,354,448
3,742
[ "matomo-org", "matomo" ]
This ticket should serve as a placeholder ticket for discussion and future changes related to Piwik 2.0. With Piwik 2.0 in sight we should raise the minimum PHP version to 5.3. PHP 5.1 has EOL'd more than 7 years ago, and PHP 5.2 more than 2 years ago. [[http://php.net/eol.php]] PHP 5.3 introduced several interesting...
Upgrade Piwik 2.0 codebase to PHP 5.3!
https://api.github.com/repos/matomo-org/matomo/issues/3741/comments
11
2013-02-07T13:56:15Z
2014-07-08T10:13:13Z
https://github.com/matomo-org/matomo/issues/3741
37,354,447
3,741
[ "matomo-org", "matomo" ]
I have set up a user on a dashboard that contains 5 websites the user only has access to one website. When the user sets up a scheduled email report the set up shows that they can report on only one website which is the one they have access to. when the report is selected to send the dashboard details and is sent strai...
Scheduled report for single user showing complete dashboard
https://api.github.com/repos/matomo-org/matomo/issues/3740/comments
2
2013-02-07T11:52:06Z
2014-07-08T10:12:12Z
https://github.com/matomo-org/matomo/issues/3740
37,354,446
3,740
[ "matomo-org", "matomo" ]
This is in Piwik version 1.10.1. If you deactivate the UserCountry plugin, then try to track a campaign using the "pk_campaign" URL argument, this error shows up in the logs: PHP Fatal error: Class 'Piwik_UserCountry_LocationProvider' not found in /srv/www/piwik/core/Tracker/Visit.php on line 665 The referrer does ...
Turning off UserCountry plugin prevents Campaigns from being tracked
https://api.github.com/repos/matomo-org/matomo/issues/3739/comments
2
2013-02-06T20:29:55Z
2014-07-08T10:12:12Z
https://github.com/matomo-org/matomo/issues/3739
37,354,445
3,739
[ "matomo-org", "matomo" ]
The LanguagesManager-Plugin is vulnerable to Cross Site Request Forgery. The saveLanguage-Function is not checking the token_auth-Variable, nor there is any Protection against CSRF. A short PoC-Script: <html><head><title>Piwik CRSF PoC</title> </head> <body> <form name="test" action="http://local...
CSRF in LanguagesManager-Plugin
https://api.github.com/repos/matomo-org/matomo/issues/3738/comments
1
2013-02-06T15:44:25Z
2014-07-08T10:12:12Z
https://github.com/matomo-org/matomo/issues/3738
37,354,444
3,738
[ "matomo-org", "matomo" ]
Piwik 1.10.1, Opera 12.02 build 1578 (Windows 7, Linux) Demo page: http://piwik.textual.ru/ When I click on lines that are supposed to expand (domain names and search queries, for example), nothing happens. When I click on a cog (configuration icon) everything but the header disappears. Everything worked fine on Piw...
UI elements are not clickable in Opera browser
https://api.github.com/repos/matomo-org/matomo/issues/3737/comments
3
2013-02-06T12:15:44Z
2014-07-08T10:12:12Z
https://github.com/matomo-org/matomo/issues/3737
37,354,443
3,737
[ "matomo-org", "matomo" ]
There are still a few references to SVN in the code. Especially the development environment is recognized by the .svn folder in PIWIK_ROOT. A simple $ grep -R .svn . shows some more references.
Remove references of .svn in code
https://api.github.com/repos/matomo-org/matomo/issues/3736/comments
6
2013-02-05T21:24:29Z
2014-07-08T10:12:12Z
https://github.com/matomo-org/matomo/issues/3736
37,354,442
3,736
[ "matomo-org", "matomo" ]
Details can be found here on the forum: http://forum.piwik.org/read.php?2,99826,99896#msg-99896 Basically once a funnel is created for a given site the graphing of visit fails even though visitor data is collected and can be viewed. Keywords: funnel,plugin
graphing of visits fails when using funnel plugin
https://api.github.com/repos/matomo-org/matomo/issues/3735/comments
1
2013-02-05T10:43:45Z
2016-12-07T01:31:26Z
https://github.com/matomo-org/matomo/issues/3735
37,354,441
3,735
[ "matomo-org", "matomo" ]
Add new reports to the SEO widget to make it even more useful! Typical API response from MajesticSEO is: ``` {"ResponseCode":"OK","IndexType":"Historic","Data":[{"TrustFlow":"64","ItemType":"RootDomain","ExtBackLinks":"219449160","Item":"piwik.org","Status":"Found","CitationFlow":"72","RefDomains":"88716"}]} ``` ...
integrate MajesticSEO in SEO report
https://api.github.com/repos/matomo-org/matomo/issues/3734/comments
7
2013-02-05T09:32:30Z
2014-07-08T10:12:12Z
https://github.com/matomo-org/matomo/issues/3734
37,354,439
3,734
[ "matomo-org", "matomo" ]
Reported by email > I recently discovered an Cross Site Request Forgery-Flaw in the source code of the Piwik Code (Version 1.10.1). The flaw is located in the LanguagesManager-Plugin, here is the vulnerable part of code (Controller.php): public function saveLanguage() > The function does not check if the logged in use...
User change language should check for token (reported by Merlin Mayr)
https://api.github.com/repos/matomo-org/matomo/issues/3733/comments
2
2013-02-05T09:17:13Z
2014-07-08T10:12:12Z
https://github.com/matomo-org/matomo/issues/3733
37,354,438
3,733
[ "matomo-org", "matomo" ]
In the report pages, after clicking "Next" from the navigation, the page will go to the next page automatically till the end, and send many ajax requests. I'm using Firefox 18
the report will go to the next page again and again in Firefox
https://api.github.com/repos/matomo-org/matomo/issues/3732/comments
1
2013-02-05T07:02:42Z
2014-07-08T10:12:11Z
https://github.com/matomo-org/matomo/issues/3732
37,354,437
3,732
[ "matomo-org", "matomo" ]
The blue-ish color on the login form doesn't really fit well into the colorset Piwik is using elsewhere. The only places where the same color is used is the date picker and the notification layer on the top right. I created a mockup for a new login form. It uses the color of the "i" in Piwik with 40% alpha transparenc...
Redesign login form
https://api.github.com/repos/matomo-org/matomo/issues/3731/comments
6
2013-02-04T18:26:52Z
2014-07-08T10:12:11Z
https://github.com/matomo-org/matomo/issues/3731
37,354,436
3,731
[ "matomo-org", "matomo" ]
Piwik-Version: 1.10.1 After the login the backend dahsboard doesnt load in IE 7 neither do the other tabs when selecting them. Reproduceable with IE9 development tools using IE7 browser mode. Keywords: IE7 Bug
Piwik doesnt load in IE 7
https://api.github.com/repos/matomo-org/matomo/issues/3730/comments
1
2013-02-04T17:38:57Z
2014-07-08T10:12:11Z
https://github.com/matomo-org/matomo/issues/3730
37,354,435
3,730
[ "matomo-org", "matomo" ]
The row evolution feature would be **much** more useful if one could switch to normalized visitor data. The perfect example is the comparison of browser version over time, which by now is not doable using Piwik alone All we would need to do is to divide the absolute number of visits by the total number of visits for ...
Show normalized visit stats in RowEvolution
https://api.github.com/repos/matomo-org/matomo/issues/3729/comments
4
2013-02-04T14:11:57Z
2024-09-13T09:12:15Z
https://github.com/matomo-org/matomo/issues/3729
37,354,434
3,729
[ "matomo-org", "matomo" ]
Empty directories cannot be tracked by Git (since it tracks content, and not file system structure). https://git.wiki.kernel.org/index.php/GitFaq#Can_I_add_empty_directories.3F It is quite common to add an empty ".gitkeep" file to a directory if the directory should be available after checkout. Please make all sure ...
Switch to Git removed empty directories
https://api.github.com/repos/matomo-org/matomo/issues/3728/comments
1
2013-02-04T01:18:53Z
2014-07-08T10:12:11Z
https://github.com/matomo-org/matomo/issues/3728
37,354,433
3,728
[ "matomo-org", "matomo" ]
The Domain age is showing 2years for my domain which was first registered in 2002 shoud be 10yrs. another domain registered with me is showing 11 should be 13yrs old this was registered in 2000 these have been checked with Nominet-whois which are showing the correct age. There seems some inaccuracy? in the data being s...
SEO Domain age is incorrect
https://api.github.com/repos/matomo-org/matomo/issues/3727/comments
4
2013-02-03T22:25:38Z
2014-07-08T10:12:11Z
https://github.com/matomo-org/matomo/issues/3727
37,354,432
3,727
[ "matomo-org", "matomo" ]
Browser language setting is already tracked for every visitor. That data should also be available within the frontend.
Display browser language of the visitors
https://api.github.com/repos/matomo-org/matomo/issues/3726/comments
15
2013-02-03T21:22:10Z
2014-07-08T10:12:10Z
https://github.com/matomo-org/matomo/issues/3726
37,354,431
3,726
[ "matomo-org", "matomo" ]
It would be nice to have some kind of automatically generated disclaimer ("This site uses PIWIK web analytics...") which pays attention to local PIWIK settings (e.g. anonymize IP enabled/disabled). This could be added to the privacy manager plugin in a text area from where it can be copied and pasted into the tracked w...
Generate a Disclaimer explaining analytics data tracking and privacy
https://api.github.com/repos/matomo-org/matomo/issues/3725/comments
4
2013-02-02T23:16:06Z
2024-09-13T09:12:16Z
https://github.com/matomo-org/matomo/issues/3725
37,354,430
3,725
[ "matomo-org", "matomo" ]
I've upgraded from 1.8.3 to 1.10.1. The iframe-based opt-out mechanism, which used to work flawlessly for me, stopped working. Checking or unchecking the tickbox shown in the iframe causes the tickbox to immediately revert to its prior state (so neither can you opt-in nor can you opt-out). To be precise, I have sever...
Opt-out Mechanisms Stopped Working After Upgrade
https://api.github.com/repos/matomo-org/matomo/issues/3724/comments
2
2013-02-02T10:56:01Z
2014-07-08T10:12:10Z
https://github.com/matomo-org/matomo/issues/3724
37,354,429
3,724
[ "matomo-org", "matomo" ]
Add the avility to customize the email text reports when sending and report email. That should be also aplicable for scheduled repots. Ideally there should be two levels of customization: 1. System level. It applies for all the reports sent by the system. 2. Website level. When you define a new report you should be...
Customize Email report text
https://api.github.com/repos/matomo-org/matomo/issues/3723/comments
5
2013-02-01T18:20:53Z
2024-09-13T09:12:16Z
https://github.com/matomo-org/matomo/issues/3723
37,354,428
3,723
[ "matomo-org", "matomo" ]
It would be awesome if the build was running automatically for all pull requests. we would know, when reviewing a pull request, if the code is relatively safe. Ideally Travis would notify in the pull request page the build result, (and link contributors to the doc explaining how to run tests). Started in [7826] Non...
Setup Travis CI to run our test suite on each pull request automatically
https://api.github.com/repos/matomo-org/matomo/issues/3722/comments
27
2013-02-01T02:55:14Z
2015-04-22T21:32:17Z
https://github.com/matomo-org/matomo/issues/3722
37,354,427
3,722
[ "matomo-org", "matomo" ]
Yes, [we're moving to github](https://github.com/piwik/piwik) for GIT and pull requests, and will keep using Trac for all ticket management. Tasks: - install trac plugin - [mailing list piwik-git is setup ](http://piwik.org/participate/development-process/#toc-mailing-lists) - Close down http SVN server + return info...
Migrate Piwik from SVN to GIT and GitHub!
https://api.github.com/repos/matomo-org/matomo/issues/3721/comments
5
2013-02-01T00:37:11Z
2014-07-08T10:12:09Z
https://github.com/matomo-org/matomo/issues/3721
37,354,426
3,721
[ "matomo-org", "matomo" ]
The following strings are bots/spiders that are being registered in the Not-Bots section when using log import. Using Piwik 1.10.1 Baiduspider/2.0 Baiduspider-image Ezooms/1.0; ezooms.bot@gmail.com Sosospider/2.0; JikeSpider
Bots/spiders detected as Not-Bot
https://api.github.com/repos/matomo-org/matomo/issues/3720/comments
5
2013-01-31T17:58:52Z
2014-08-03T11:24:38Z
https://github.com/matomo-org/matomo/issues/3720
37,354,424
3,720
[ "matomo-org", "matomo" ]
Hi, I am using a namecheap api so I have list of domain available and I need get website state of each domain. And I need to imlement in PHP. Please help me for how can get state. Thanks, Paras Patel Keywords: API
I have multiple domain list and i want get state of each domain in php
https://api.github.com/repos/matomo-org/matomo/issues/3719/comments
1
2013-01-31T15:55:56Z
2014-08-03T11:21:15Z
https://github.com/matomo-org/matomo/issues/3719
37,354,423
3,719
[ "matomo-org", "matomo" ]
Piwik does not work in IE 7 and 8. The top menu shows but nothing happens when I click on any tab and reports. The widgets do not show, see enclosed picture. This happened after the latest upgrade. Piwik works in FireFox but my organisation uses IE as a standard browser. It would be lovely if you could fix this bug. Th...
Piwik does not work in Internet Explorer 7 and 8
https://api.github.com/repos/matomo-org/matomo/issues/3718/comments
7
2013-01-30T10:42:18Z
2014-07-08T10:12:11Z
https://github.com/matomo-org/matomo/issues/3718
37,354,421
3,718
[ "matomo-org", "matomo" ]
I use Internal Search like this piwikTracker.trackSiteSearch( $("#inputCat1").val(), "Category1", 0 ) piwikTracker.trackSiteSearch( $("#inputCat2").val(), "Category2", 0 ) I see the reports like this keyword1 50 keyword2 20 keyword3 10 Category1 45 Category2 35 I think it would be useful to see them h...
Show internal search keywords results grouped by search category
https://api.github.com/repos/matomo-org/matomo/issues/3717/comments
5
2013-01-30T01:56:39Z
2024-09-13T09:12:17Z
https://github.com/matomo-org/matomo/issues/3717
37,354,420
3,717
[ "matomo-org", "matomo" ]
Hello, I have 500+ (and growing over time) websites with long urls and names (important fact). Since a few days ago I cannot view the "all websites" page anymore - it returns a empty result. I've done some debugging and managed to see that its a Smarty related issue. Specifically with the MultiSites/templates/index.tp...
All websites html rendering fails with many websites
https://api.github.com/repos/matomo-org/matomo/issues/3715/comments
5
2013-01-28T16:32:10Z
2014-08-03T11:24:38Z
https://github.com/matomo-org/matomo/issues/3715
37,354,419
3,715
[ "matomo-org", "matomo" ]
I have configured the siteSearch in the backend, its on. Tried with both default values and not default values. My tracking script http://bin.cakephp.org/view/1165081023 The docs say dont use piwikTracker.trackPageView(); which I skip, but have tried with it. Also without the enableLinkTracking(); Piwik is making a ...
siteSearch via js does not work
https://api.github.com/repos/matomo-org/matomo/issues/3714/comments
1
2013-01-27T22:51:07Z
2014-07-08T10:12:07Z
https://github.com/matomo-org/matomo/issues/3714
37,354,418
3,714
[ "matomo-org", "matomo" ]
Changeset [7793] introduced regression in Admin menu. The bug it meant to fix on the login page is now present in most admin pages. Yellow backtrace is visible on e.g. Websites, Users, User settings since the Controller only calls` setBasicVariablesView($view)` and doesn't assign` $view->topMenu` (General settings is ...
Changeset #7793 introduced regression
https://api.github.com/repos/matomo-org/matomo/issues/3713/comments
2
2013-01-27T01:49:47Z
2014-07-08T10:12:07Z
https://github.com/matomo-org/matomo/issues/3713
37,354,416
3,713
[ "matomo-org", "matomo" ]
The data is loaded incorrectly (only shows a few hours, not all 24) i.imgur[dot]com/63Jq33z.png Clicking on the chart icon it reloads correctly i.imgur[dot]com/3NEwER1.png
Incorrect data loaded on server time widget
https://api.github.com/repos/matomo-org/matomo/issues/3712/comments
1
2013-01-26T15:50:27Z
2014-07-08T10:12:06Z
https://github.com/matomo-org/matomo/issues/3712
37,354,415
3,712
[ "matomo-org", "matomo" ]
Data does not load correctly when traffic start getting high image on imgur J6cmANz.png (apparently all posts with imgur are spam) This is the second site I have had this problem and they both only started once there was around 2k visits per month. Removing the widget and adding it again will show correctly for a wh...
Missing data on visits overview
https://api.github.com/repos/matomo-org/matomo/issues/3711/comments
6
2013-01-26T15:43:50Z
2014-07-08T10:12:06Z
https://github.com/matomo-org/matomo/issues/3711
37,354,412
3,711
[ "matomo-org", "matomo" ]
Hello everybody, I noticed that the anonimzeIP plugin does not anonymize/mask IPv6 addresses. The plugin should mask the last 3 bytes of an IP address. It works well for IPv4 addresses, but not for IPv6 addresses. The newest (10.0.1) version of piwik was used. Maybe someone could take a look at this plugin. Regard...
Anonymize IP should anonymize IPv6 addresses
https://api.github.com/repos/matomo-org/matomo/issues/3710/comments
7
2013-01-25T22:39:08Z
2014-07-08T10:12:06Z
https://github.com/matomo-org/matomo/issues/3710
37,354,411
3,710
[ "matomo-org", "matomo" ]
it would be fantastic to include the delivery time of products in addEcommerceItem(), setEcommerceView() and even in setEcommerceView(). One could analyse if products how many products are viewed with a certain delivery time and how they convert in comparison to products with another delivery time. See ticket:2448#com...
E-Commerce Payment
https://api.github.com/repos/matomo-org/matomo/issues/3709/comments
1
2013-01-25T21:49:42Z
2014-07-08T10:12:06Z
https://github.com/matomo-org/matomo/issues/3709
37,354,410
3,709
[ "matomo-org", "matomo" ]
If you schedule the archiving of Piwik by cron jobs in a regular basis time, if you got a lot of data to archive during the period the script keeps more than one time. That's ilogical because there is more than one process calculating the same data. Example output of msqyl showprocesslist: | 119784 | piwik | ...
Running archive.php concurrently should process different websites
https://api.github.com/repos/matomo-org/matomo/issues/3708/comments
3
2013-01-25T19:11:35Z
2014-07-08T10:12:06Z
https://github.com/matomo-org/matomo/issues/3708
37,354,409
3,708
[ "matomo-org", "matomo" ]
Around May 2012 (Piwik version 1.6 if I'm right) Internet Explorer 9 users complained that the pie and bar graphs were not visible anymore. It seemed that Compatibilty View (which causes IE9 to run as IE7) solved the problem. In Piwik version 1.10 this trick didn't work anymore. The pie and bar graphs were not visible...
Piwik Widgets in IFRAME in Internet Explorer
https://api.github.com/repos/matomo-org/matomo/issues/3707/comments
2
2013-01-25T10:21:29Z
2014-07-08T10:12:07Z
https://github.com/matomo-org/matomo/issues/3707
37,354,407
3,707
[ "matomo-org", "matomo" ]
Currently, reports are sent as early as possible : when the selected period (day, week or month) is over. Add a new field in the report creation form to specify at which hour the report should be sent. This is particularly useful for SMS reports that are currently being sent around midnight. Depends on #3704
Scheduled report : select at which hour reports should be sent
https://api.github.com/repos/matomo-org/matomo/issues/3706/comments
10
2013-01-24T10:52:47Z
2014-07-08T10:12:29Z
https://github.com/matomo-org/matomo/issues/3706
37,354,406
3,706
[ "matomo-org", "matomo" ]
Could you add SearchableText or searchabletext for the internal Search ? Plone work with this key. example: http://plone.org/@@search?SearchableText=test Keywords: Search
SearchableText for internal Serach
https://api.github.com/repos/matomo-org/matomo/issues/3705/comments
1
2013-01-24T09:36:30Z
2014-07-08T10:12:05Z
https://github.com/matomo-org/matomo/issues/3705
37,354,405
3,705
[ "matomo-org", "matomo" ]
1. Task parameters It is currently not possible to schedule the execution of a method with parameters, see [TaskScheduler.php#L98](http://dev.piwik.org/trac/browser/tags/1.10.1/core/TaskScheduler.php#L98) This is required to be able to send PDF/HTML/SMS at different times, see #3706. In a first iteration, only one p...
Task Scheduler Improvements
https://api.github.com/repos/matomo-org/matomo/issues/3704/comments
9
2013-01-23T11:30:43Z
2014-07-08T10:12:05Z
https://github.com/matomo-org/matomo/issues/3704
37,354,403
3,704
[ "matomo-org", "matomo" ]
SEO widget is not showing domain age with the following settings: 1. piwik is installed with a sub-domain, (eg. abc.xxx.com) 2. curl is used 3. open_basedir is set It seems that sendHttpRequestBy in core/Http.php is not handling the redirection header when open_basedir is set and curl is used.
Refactor core/Http.php into subclasses
https://api.github.com/repos/matomo-org/matomo/issues/3703/comments
2
2013-01-23T06:48:31Z
2014-08-03T11:24:38Z
https://github.com/matomo-org/matomo/issues/3703
37,354,402
3,703
[ "matomo-org", "matomo" ]
In Opera 12.xx, all the descriptions of charts (numbers, names etc.) are cut of on both the X and the Y axis, looks like an overlay problem with the chart itself. Other browsers (IE, Firefox) are fine with them.
opera 12.xx: Descriptions in charts are cut off
https://api.github.com/repos/matomo-org/matomo/issues/3702/comments
2
2013-01-22T19:36:59Z
2024-09-13T09:12:17Z
https://github.com/matomo-org/matomo/issues/3702
37,354,401
3,702
[ "matomo-org", "matomo" ]
If the transitions plugin is disabled you are getting a javascript error on most pages in the piwik ui: ``` ReferenceError: DataTable_RowActions_Transitions is not defined ...createInstance:function(dataTable){return new DataTable_RowActions_Overlay(dataT... ``` (Version 1.10.1)
Disabled Transitions Plugin leads to javascript error
https://api.github.com/repos/matomo-org/matomo/issues/3701/comments
9
2013-01-22T12:21:18Z
2016-02-10T01:22:12Z
https://github.com/matomo-org/matomo/issues/3701
37,354,400
3,701
[ "matomo-org", "matomo" ]
While testing page overlay I got a SSL error message that could be fixed by manually changing the default tracking code. ''var pkBaseURL = (("https:" == document.location.protocol) ? "https://" : "**https**://"); Earlier I had to apply a similiar modification to the noscript code: _<img src="__https__://" style="...
Standard tracking code in SSL setup
https://api.github.com/repos/matomo-org/matomo/issues/3700/comments
1
2013-01-22T09:19:44Z
2014-07-08T10:12:04Z
https://github.com/matomo-org/matomo/issues/3700
37,354,398
3,700
[ "matomo-org", "matomo" ]
The update produces wrong .htaccess Files Apache 2.2.22 (Ubuntu) The apache error.log contains many of the following messages /var/www/piwik/themes/.htaccess: Satisfy not allowed here After commenting the line with "Satisfy any" the error is gone <IfModule mod_access_compat> Allow from all </IfModule> # Satisf...
Piwik 1.10.1
https://api.github.com/repos/matomo-org/matomo/issues/3699/comments
1
2013-01-21T13:14:13Z
2014-07-08T10:12:04Z
https://github.com/matomo-org/matomo/issues/3699
37,354,397
3,699
[ "matomo-org", "matomo" ]
I downloaded piwik.php from: http://piwik.org/faq/how-to/#faq_132 I have verified the Piwik url and Piwik auth token are correct. The following error shows up in the Apache error log: "PHP Fatal error: Only variables can be passed by reference in /location/to/piwik.php on line 112" Anyone else using the latest prox...
Changeset 7780 and proxy piwik.php script
https://api.github.com/repos/matomo-org/matomo/issues/3698/comments
1
2013-01-21T06:21:59Z
2014-08-03T11:21:15Z
https://github.com/matomo-org/matomo/issues/3698
37,354,396
3,698
[ "matomo-org", "matomo" ]
Hi, I'm a french user of Piwik, and I see that some Internet Service Provider names are not really relevant, or up to date : for example, "[Wanadoo](http://en.wikipedia.org/wiki/Wanadoo)" is now commonly named "Orange", "[Proxad](http://en.wikipedia.org/wiki/Proxad)" is better known as "Free", and "Coucou-networks" as ...
Improve and/or update ISP names
https://api.github.com/repos/matomo-org/matomo/issues/3697/comments
7
2013-01-21T00:46:34Z
2014-07-08T10:12:04Z
https://github.com/matomo-org/matomo/issues/3697
37,354,395
3,697
[ "matomo-org", "matomo" ]
In order to access the page overlay feature we had to enable Piwik to be accessed from oursite.com/piwik/ as well (to avoid problems with accessing a frame which has a different domain), instead of piwik.oursite.com. However the tracker still makes use of piwik.oursite.com and for some reason when we load the tracker ...
Page Overlay recognize tracker on any approved domain
https://api.github.com/repos/matomo-org/matomo/issues/3696/comments
1
2013-01-20T23:13:04Z
2014-07-08T10:12:03Z
https://github.com/matomo-org/matomo/issues/3696
37,354,394
3,696
[ "matomo-org", "matomo" ]
This is based on following thread http://forum.piwik.org/read.php?2,99724 When importing log data, entries do not have the visitor ID passed from 1st party cookie. Detecting returning visitors is done via a sql lookup trying to match visitors in the past. Piwik only looks back visit_standard_length secnods by default....
Allow to define the time to look back to define a returning visitor
https://api.github.com/repos/matomo-org/matomo/issues/3695/comments
3
2013-01-20T21:43:01Z
2014-07-08T10:12:03Z
https://github.com/matomo-org/matomo/issues/3695
37,354,393
3,695
[ "matomo-org", "matomo" ]
Reported in: http://forum.piwik.org/read.php?2,99604,page=1#msg-99775 There are 8 mini-graphs under the main graph on the Ecommerce & Goals tab. 5 of those mini-graphs match a metric named under "Metrics to plot" of the main graph. Clicking any of those 5 mini-graphs causes the "Metrics to plot" of the main graph to c...
Ecommerce abandoned carts sparklines should reload graph on click
https://api.github.com/repos/matomo-org/matomo/issues/3694/comments
1
2013-01-20T07:55:52Z
2014-07-08T10:12:03Z
https://github.com/matomo-org/matomo/issues/3694
37,354,392
3,694
[ "matomo-org", "matomo" ]
The ecommerce widget in the dashboard does not respect the selected time period anymore (1.10.1) Please see attached screenshots.
dashboard: ecommerce widget does not respect selected time period
https://api.github.com/repos/matomo-org/matomo/issues/3693/comments
11
2013-01-19T11:34:07Z
2014-07-08T10:12:03Z
https://github.com/matomo-org/matomo/issues/3693
37,354,391
3,693
[ "matomo-org", "matomo" ]
_Piwik_ does not display keyword for paid trafic when the referer URL is like: hxxp:// **www.googleadservices.com** /pagead/aclk ?sa=L &ai=CHCbuwQtTOY615UJbFF4H3PDwD-3NjqgD9cuNxSCJ5_DZBOi0CoAHB587vA8gAKCTuMQl3ZlMPnN2tfjQavu3F1jU9OySABAenmLEQACdP0H1h49ianw17PEStnXpYBgBAakC0aeEUZhRtj6qBrHAgAEAEgtlQoA1DptJpKYK **&ohos...
Add googleadservices.com in core/DataFiles/SearchEngines.php
https://api.github.com/repos/matomo-org/matomo/issues/3692/comments
2
2013-01-19T09:56:26Z
2014-07-08T10:16:25Z
https://github.com/matomo-org/matomo/issues/3692
37,354,389
3,692
[ "matomo-org", "matomo" ]
I'm using the force_ssl_login option to force the login screen to use SSL. Now I want to use the new overlay feature and am confronted with a message that "The Page Overlay session couldn't be launched yet." From the faq I see that this happens because piwik uses SSL and the overlayed site does not support it. I tried...
Setting force_ssl_login breaks overlay on non SSL Sites
https://api.github.com/repos/matomo-org/matomo/issues/3691/comments
9
2013-01-19T08:43:00Z
2014-07-08T10:12:52Z
https://github.com/matomo-org/matomo/issues/3691
37,354,388
3,691
[ "matomo-org", "matomo" ]
In the `Log` component, `addWriteToFile` method, as in: https://github.com/piwik/piwik/blob/master/core/Log.php#L56 the set formatter is `$this->screenFormatter`. Shouldn't that be `$this->fileFormatter` instead?
Log component: use fileFormatter when writing to file
https://api.github.com/repos/matomo-org/matomo/issues/3690/comments
3
2013-01-18T17:32:57Z
2014-07-08T10:12:02Z
https://github.com/matomo-org/matomo/issues/3690
37,354,387
3,690