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" ]
If URL-Segments are getting longer their are sometimes problems with not having enough room to show them and their neighbour columns e.g. in dashboard entry page widget please see attachment making it possible to break urls to new lines e.g. at places like -,_,/ etc. would solves this.
make linebreak in urls possible to prevent not enough room probs
https://api.github.com/repos/matomo-org/matomo/issues/4794/comments
3
2014-03-03T23:27:11Z
2014-07-08T10:15:10Z
https://github.com/matomo-org/matomo/issues/4794
37,355,489
4,794
[ "matomo-org", "matomo" ]
Test ticket - seems like I can't post, I get a 500 spam error everytime?
Test
https://api.github.com/repos/matomo-org/matomo/issues/4793/comments
1
2014-03-03T17:46:06Z
2014-08-03T11:21:09Z
https://github.com/matomo-org/matomo/issues/4793
37,355,488
4,793
[ "matomo-org", "matomo" ]
At this time the tables with lots of numbers in it looks a bit messed up. Please see attachment. To clean it a little bit, make look more professional and in the same step better readable we should think of - using always the same number of fractional digits in each column - aligning numbers horizontal in one column ...
Align numbers to the right of the columns
https://api.github.com/repos/matomo-org/matomo/issues/4789/comments
2
2014-03-03T12:55:43Z
2015-06-19T02:54:28Z
https://github.com/matomo-org/matomo/issues/4789
37,355,487
4,789
[ "matomo-org", "matomo" ]
For a better look of the printed dashboard, I created a stylesheet specially for printed pages, because with the default style, printed pages don't look nice (images get split across pages). I created a git-patchfile to fix the style of printed pages. The patchfile is in the attachment .
Add print stylesheet to morpheus theme
https://api.github.com/repos/matomo-org/matomo/issues/4788/comments
4
2014-03-03T10:53:05Z
2024-09-13T09:11:10Z
https://github.com/matomo-org/matomo/issues/4788
37,355,485
4,788
[ "matomo-org", "matomo" ]
In import_logs.py I added an additional line that includes the azw3 file extension: ``` DOWNLOAD_EXTENSIONS = ( <default filetypes> 'azw3 epub mobi' ).split() ``` The reports generated from this script will mark epub and mobi as file downloads, but not azw3.
import_logs.py doesn't acknowledge azw3 as download
https://api.github.com/repos/matomo-org/matomo/issues/4786/comments
3
2014-03-03T04:58:31Z
2014-07-08T10:15:10Z
https://github.com/matomo-org/matomo/issues/4786
37,355,483
4,786
[ "matomo-org", "matomo" ]
I'm using MySQL 5.6 I've noticed most of the query in the archiving phase uses something like log_link_visit_action.server_time >= 'XXX' AND log_link_visit_action.server_time &lt;= 'XXX' So I've made some test and concluded that server_time BETWEEN date( 'XXX') AND date('XXX') is a bit faster. In gist some examp...
SQL use BEETWEN date() instead of AND ''
https://api.github.com/repos/matomo-org/matomo/issues/4785/comments
2
2014-03-02T02:00:00Z
2025-06-11T15:21:36Z
https://github.com/matomo-org/matomo/issues/4785
37,355,482
4,785
[ "matomo-org", "matomo" ]
http://developer.piwik.org/api-reference/reporting-api#SegmentEditor There's a link to "Segmentation documentation" http://developer.piwik.org/reporting-api/segmentation But it gives a 404. Keywords: 404
Bad link for Segment Editor API
https://api.github.com/repos/matomo-org/matomo/issues/4781/comments
1
2014-02-28T22:28:26Z
2014-07-08T10:15:09Z
https://github.com/matomo-org/matomo/issues/4781
37,355,481
4,781
[ "matomo-org", "matomo" ]
Since everything seems to be fixed with the (beta/RC)-Version in the mid of February now all the viewable Scheduled Tasks/Cron-Jobs (for Geoip update etc ) have stopped working again (and are in the past) please see attachment
Scheduled Tasks/Cron stopped working
https://api.github.com/repos/matomo-org/matomo/issues/4780/comments
29
2014-02-28T11:10:08Z
2015-08-19T15:30:15Z
https://github.com/matomo-org/matomo/issues/4780
37,355,480
4,780
[ "matomo-org", "matomo" ]
Made i screen recording to describe the bug: (6+ mb) https://dl.dropboxusercontent.com/u/419108/Multiple_Row_Evolution_Bug_When_Changing_Row_numbers.mov What did i do: in e-commerce goals, i open products row evolution, "pick a row to compare", picking another product, then under graph i get undefined in "rows to dis...
Multiple Row Evolution Bug When Changing Rows To Display
https://api.github.com/repos/matomo-org/matomo/issues/4779/comments
3
2014-02-28T06:25:25Z
2024-09-13T09:11:12Z
https://github.com/matomo-org/matomo/issues/4779
37,355,479
4,779
[ "matomo-org", "matomo" ]
When period = range, the evolution graph show daily data. When exporting the data below a graph (eg. in XML or JSON) then the result set should also contain "daily data". Currently it shows the sum of all data.
When period=range, exporting data below an evolution graph should export data per day
https://api.github.com/repos/matomo-org/matomo/issues/4777/comments
1
2014-02-27T23:15:51Z
2014-07-08T10:15:08Z
https://github.com/matomo-org/matomo/issues/4777
37,355,478
4,777
[ "matomo-org", "matomo" ]
There are many cases where a Pivot table functionality would help get very powerful insights from the data. This feature lets you create Pivot table, so for example you can see "For each Page URL, list all Referrers used" (each referrer is a new column in the Actions table). We need to add a new button to let user na...
Custom Reports / Pivot table with selectable dimension
https://api.github.com/repos/matomo-org/matomo/issues/4776/comments
7
2014-02-27T22:15:59Z
2024-09-13T09:11:12Z
https://github.com/matomo-org/matomo/issues/4776
37,355,477
4,776
[ "matomo-org", "matomo" ]
At this time there are two different types /colours on mouse hover messages "grey old school" and "black new" seem to be no matter what the function is: info / link... e.g. on dashboard please see attachments having these "similar" looking or "function orientated" styled (different look for different function same look...
Make all tooltips in Piwik look the same
https://api.github.com/repos/matomo-org/matomo/issues/4775/comments
5
2014-02-27T19:24:19Z
2024-09-13T09:11:13Z
https://github.com/matomo-org/matomo/issues/4775
37,355,476
4,775
[ "matomo-org", "matomo" ]
people often use the mouse cursor as a reading help. Especially reading tables is very exhausting. We could enhanced readability of the Piwik's tables by highlighting the complete row of a table on mouse hover please see attachment
highlight complete rows on mouse hover
https://api.github.com/repos/matomo-org/matomo/issues/4774/comments
3
2014-02-27T18:56:20Z
2014-07-08T10:15:08Z
https://github.com/matomo-org/matomo/issues/4774
37,355,475
4,774
[ "matomo-org", "matomo" ]
I cloned piwik-dev-environment from github. Upon "vagrant up" the following error occurs: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type php::module at /tmp/vagrant-puppet-1/modules-0/piwik/manifests/php.pp:20 on node piwik-precise64 Maybe it is related to the following git error...
problem with puppet in vagrant
https://api.github.com/repos/matomo-org/matomo/issues/4773/comments
2
2014-02-27T18:48:47Z
2014-07-08T10:15:08Z
https://github.com/matomo-org/matomo/issues/4773
37,355,474
4,773
[ "matomo-org", "matomo" ]
there is a problem with to long provider names please see attached screenshot taken from piwik demo.
tiny: problem with to long provider names
https://api.github.com/repos/matomo-org/matomo/issues/4772/comments
4
2014-02-27T18:36:55Z
2024-09-13T09:11:13Z
https://github.com/matomo-org/matomo/issues/4772
37,355,473
4,772
[ "matomo-org", "matomo" ]
Tracking self-defined goals, it would be very handy to keep a good overview if there is a possibility to have own symbols/icons for self-defined goals (comparable to the e-commerce icons...) equal to "Definition of own symbols/Icons for Custom Events" #4770 please see there for more details
Allow to customize icon image for Goals
https://api.github.com/repos/matomo-org/matomo/issues/4771/comments
0
2014-02-27T18:08:02Z
2024-09-13T09:11:14Z
https://github.com/matomo-org/matomo/issues/4771
37,355,472
4,771
[ "matomo-org", "matomo" ]
To keep a good overview even if you make use of lots of custom event tracking on your site, it would be great if there is a possibility to have own symbols/Icons for different kind of actions or even values in piwik's statistics (comparable to the e-commerce Icons...) I do not have any idea at the moment how to implem...
Allow to customize icon images for Custom Events
https://api.github.com/repos/matomo-org/matomo/issues/4770/comments
3
2014-02-27T17:55:58Z
2024-09-13T09:11:14Z
https://github.com/matomo-org/matomo/issues/4770
37,355,471
4,770
[ "matomo-org", "matomo" ]
Onsite-Link targets position have room for improvement on example http://developer.piwik.org/api-reference/PHP-Piwik-Tracker#dotrackevent please see attachment
tiny: Optimizes link target position on "api-reference"
https://api.github.com/repos/matomo-org/matomo/issues/4769/comments
5
2014-02-27T17:11:48Z
2024-09-13T09:11:15Z
https://github.com/matomo-org/matomo/issues/4769
37,355,470
4,769
[ "matomo-org", "matomo" ]
The goal of this ticket is to discuss how we could improve the speed and efficiency of the custom date range report aggregation. Currently, archiving custom date ranges is slow.
Custom date range reports are slow: how to make them archive faster?
https://api.github.com/repos/matomo-org/matomo/issues/4768/comments
6
2014-02-27T09:29:52Z
2015-03-30T00:34:15Z
https://github.com/matomo-org/matomo/issues/4768
37,355,468
4,768
[ "matomo-org", "matomo" ]
after imputing a months worth of server log files it only took a minute or two for the widgets on the dashboard to load up. with that in mind i put the rest of a years log files into piwik and nothing is loading, so i was wondering if there was any way to check if it was still ticking over or if it had just gotten stuc...
widgets on the dashboard are loading infinitly
https://api.github.com/repos/matomo-org/matomo/issues/4762/comments
3
2014-02-26T14:07:06Z
2014-08-03T11:24:19Z
https://github.com/matomo-org/matomo/issues/4762
37,355,467
4,762
[ "matomo-org", "matomo" ]
Would be great if one could track from which type of customer the oder was made: 1. order without customer registration (no customer account is created) 2. oder with new customer registration (customer registration is made for this order/directly before) 3. customer has already a customer account e.g. from an order in ...
Ecommerce analytics: order with customer registration or without
https://api.github.com/repos/matomo-org/matomo/issues/4760/comments
2
2014-02-26T09:36:32Z
2024-09-13T09:11:15Z
https://github.com/matomo-org/matomo/issues/4760
37,355,466
4,760
[ "matomo-org", "matomo" ]
Feature request: track shipping type of [Ecommerce interactions](http://piwik.org/docs/ecommerce-analytics/) See also #3646
Ecommerce analytics: track shipping type (express, 7 days, etc)
https://api.github.com/repos/matomo-org/matomo/issues/4758/comments
0
2014-02-26T04:38:16Z
2024-09-13T09:11:16Z
https://github.com/matomo-org/matomo/issues/4758
37,355,465
4,758
[ "matomo-org", "matomo" ]
Instead of using 12 months in year2006, year2007 etc. we should instead use the YEAR archive for this year. This would result in much faster date ranges for very long periods. See this test: https://github.com/piwik/piwik/blob/master/tests/PHPUnit/Unit/Period/RangeTest.php#L600 See also related #3611
Date range longer than 1 year, should use the yearly reports instead of 12 months reports
https://api.github.com/repos/matomo-org/matomo/issues/4757/comments
4
2014-02-26T00:28:41Z
2015-03-22T22:35:06Z
https://github.com/matomo-org/matomo/issues/4757
37,355,464
4,757
[ "matomo-org", "matomo" ]
when loading Visitors > Overview, the graph at the top of the page has a Metrics picker. This metrics picker uses API.get to get the list of metrics available to display. When the picker calls API.get, if we are currently looking at a custom date range (period=range) then the API.get will be triggered on all plugins AP...
Metrics picker in Graphs which uses API.get should not trigger archiving
https://api.github.com/repos/matomo-org/matomo/issues/4755/comments
1
2014-02-25T11:06:47Z
2014-07-08T10:15:07Z
https://github.com/matomo-org/matomo/issues/4755
37,355,463
4,755
[ "matomo-org", "matomo" ]
For periods that are Date ranges (period=range) and that are: - exactly one week - exactly one month - exactly one year then, if it has been pre-processed before, it should use the existing Week / month or year report. - index.php?module=API&method=API.get&idSite=1&period=week&date=2014-02-18&format=xml - index.php?mo...
Custom date range period of one week should use weekly archive when available
https://api.github.com/repos/matomo-org/matomo/issues/4754/comments
1
2014-02-25T10:42:09Z
2014-07-08T10:15:07Z
https://github.com/matomo-org/matomo/issues/4754
37,355,462
4,754
[ "matomo-org", "matomo" ]
When from the dashboard I look at Entry pages and Exit pages using the "simple table" (default) view, it shows me the number of entrances and exits. But if then I click on the bottom-left treemap icon, the visualization is wrong compared to the previous numbers. The visualization draws areas depending on the unique pag...
Treemap Visualisation: wrong metrics displayed for Entry pages and Exit pages
https://api.github.com/repos/matomo-org/matomo/issues/4751/comments
1
2014-02-25T02:10:32Z
2024-09-13T09:11:16Z
https://github.com/matomo-org/matomo/issues/4751
37,355,461
4,751
[ "matomo-org", "matomo" ]
Hello, I am currently attempting to integrate piwik with our current logging system. I am using the bulk tracking api, and submitting actions without any of these set (because i don't have them): _idvc, _viewts, and _idts It seems to me like piwik should still be smart enough to figure out all of these variables by ...
visit count not accruing when using bulk tracking api
https://api.github.com/repos/matomo-org/matomo/issues/4750/comments
2
2014-02-24T23:31:34Z
2024-09-13T09:11:17Z
https://github.com/matomo-org/matomo/issues/4750
37,355,460
4,750
[ "matomo-org", "matomo" ]
Browser: Chrome 33, Firefox 27 see screenshot
Apostrpohes (and maybe other special characters) are shown encoded in page tooltip
https://api.github.com/repos/matomo-org/matomo/issues/4749/comments
3
2014-02-24T22:18:00Z
2014-07-11T22:04:33Z
https://github.com/matomo-org/matomo/issues/4749
37,355,458
4,749
[ "matomo-org", "matomo" ]
When zooming to 150% in the browser, the pie charts are only partly visible. Particularly important on High-DPI displays, where 200% is the default.
Pie charts only partly visible with browser zoom
https://api.github.com/repos/matomo-org/matomo/issues/4748/comments
4
2014-02-24T22:11:16Z
2014-07-08T10:15:19Z
https://github.com/matomo-org/matomo/issues/4748
37,355,457
4,748
[ "matomo-org", "matomo" ]
I generate weekly reports for domain-a.com and domain-b.com each with different subscribers. The reports dot not have the same data in the table report. In the "Visits Summary" the chart is the same for both domain-a.com and domain-b.com while the chart should represent the visitors for domain-a.com in the report for ...
Same chart on reports for multiple domains
https://api.github.com/repos/matomo-org/matomo/issues/4747/comments
9
2014-02-24T14:32:30Z
2014-07-08T10:15:06Z
https://github.com/matomo-org/matomo/issues/4747
37,355,456
4,747
[ "matomo-org", "matomo" ]
How to reproduce: - Go to: http://demo.piwik.org and let Dashboard load - Click on "Actions" main menu - Click on "Dashboard" main menu - Click on Widgets & Dashboard selector. It does not expand. Expected: on click the widget selector should expand.
Widget selector does not expand on click (regression)
https://api.github.com/repos/matomo-org/matomo/issues/4742/comments
1
2014-02-23T23:30:42Z
2014-07-08T10:15:06Z
https://github.com/matomo-org/matomo/issues/4742
37,355,455
4,742
[ "matomo-org", "matomo" ]
When you create a new annotation via the Annotations API, a relative date "today" is not resolved to the actual date when the annotation is written, but continues to be shown on the current day. **Steps to reproduce:** curl "http://YOUR_PIWIK_DOMAIN/?module=API&\ method=Annotations.add&\ idSite=YOUR_SITE_ID&\ date=to...
Bug: Annotations API – "date=today" is not resolved to actual date
https://api.github.com/repos/matomo-org/matomo/issues/4741/comments
3
2014-02-23T14:16:21Z
2014-07-11T22:04:05Z
https://github.com/matomo-org/matomo/issues/4741
37,355,454
4,741
[ "matomo-org", "matomo" ]
On my MySQL installation 5.5.31-0+wheezy1-log (Debian) The query regarding the custom var aggregation are using thw wrong index. Here the Explain https://gist.github.com/RoyBellingan/9170698 The choosen index is a three column index idsite config_id visit_last_action_time If a "hint" to use the index_idsite_datet...
Wrong Index choosen by MySQL
https://api.github.com/repos/matomo-org/matomo/issues/4740/comments
3
2014-02-23T13:26:28Z
2025-06-04T14:56:37Z
https://github.com/matomo-org/matomo/issues/4740
37,355,452
4,740
[ "matomo-org", "matomo" ]
Converting UI tests to JavaScript will confer many benefits including: - Clearer test output (& no travis timing issues). - Faster tests (we can setup just once for all tests & don't have to execute phantomjs multiple times). - Clearer test code (via Jasmine's BDD style output). Steps to complete: - ~~Move all of test...
move UI unit tests away from PHP code and run directly in phantomjs w/ jasmine testing framework
https://api.github.com/repos/matomo-org/matomo/issues/4739/comments
27
2014-02-22T20:47:37Z
2014-07-08T10:15:05Z
https://github.com/matomo-org/matomo/issues/4739
37,355,450
4,739
[ "matomo-org", "matomo" ]
Piwik could be used a drop-in analytics platform tracking many different properties, providing all analytics you need out of the box, or with plugins from the Marketplace. Piwik is already used as open analytics platform for web analytics by more than 1 million websites. Learn more: [What is Piwik?](http://piwik.org/w...
Build a generic Analytics platform: allow to measure 'Mobile App', 'Intranet Website', 'Wearable', 'Sensor' and more
https://api.github.com/repos/matomo-org/matomo/issues/4734/comments
4
2014-02-22T03:37:12Z
2024-09-13T09:11:18Z
https://github.com/matomo-org/matomo/issues/4734
37,355,449
4,734
[ "matomo-org", "matomo" ]
Android Apps deserve the right to use the power of the Piwik analytics platform. We would like to create a new open source Android SDK for Mobile Analytics for Piwik. iOS mobile app can already be tracked using [iOS apps analytics with Piwik](http://piwik.org/blog/2013/10/mobile-analytics-sdk-beta-release-of-piwik-ios...
Release a Android SDK for Piwik - Mobile App Analytics
https://api.github.com/repos/matomo-org/matomo/issues/4733/comments
12
2014-02-22T02:54:41Z
2015-01-05T04:53:44Z
https://github.com/matomo-org/matomo/issues/4733
37,355,448
4,733
[ "matomo-org", "matomo" ]
Hi Team I need some references on capturing download / upload details for all users based on date range . we have sharepoint portal in we used manage 2000 documents . Users used to upload and download these assets (doc/excel/docx/pdf/jpeg and more on ) . I see some options for download but not for any upload .. Assis...
capture Download / Upload details
https://api.github.com/repos/matomo-org/matomo/issues/4728/comments
2
2014-02-21T09:58:32Z
2014-08-03T11:21:09Z
https://github.com/matomo-org/matomo/issues/4728
37,355,447
4,728
[ "matomo-org", "matomo" ]
New versions of jQuery & jQueryUI have been released. We should update to the latest jQuery 1.11.0 jQueryUI 1.10.4 Maybe some plugins like jQPlot could be update, too
Update JQuery & JQueryUI
https://api.github.com/repos/matomo-org/matomo/issues/4723/comments
4
2014-02-20T08:51:22Z
2014-07-08T10:15:04Z
https://github.com/matomo-org/matomo/issues/4723
37,355,445
4,723
[ "matomo-org", "matomo" ]
Current version of the great custom alerts plugin can look at what has happened in a period in the past (e.g.24h) an identify a reason for an alert. But it can not recognize "the happening of defined things" live (near live) Having the possibility to set up a real "watch dog" functionality with live alert (maybe only...
custom alerts: live alert "watch dog" function
https://api.github.com/repos/matomo-org/matomo/issues/4722/comments
3
2014-02-19T17:56:34Z
2024-09-13T09:11:19Z
https://github.com/matomo-org/matomo/issues/4722
37,355,444
4,722
[ "matomo-org", "matomo" ]
The custom alerts plugin (http://plugins.piwik.org/CustomAlerts) is really great to receive notifications if "defined things" happen. At this time it's possible to got notification by email or sms. Often you are logged in in Piwik during daily web work... => so what would be better than having the possibility to get ...
custom alerts: in browser notification
https://api.github.com/repos/matomo-org/matomo/issues/4721/comments
7
2014-02-19T16:52:30Z
2014-08-03T11:21:09Z
https://github.com/matomo-org/matomo/issues/4721
37,355,443
4,721
[ "matomo-org", "matomo" ]
When I include today in a date range my visitor and visits numbers jump drastically even though I haven't had many visitors today. I've got a number of sites running on my installation and this holds true across them all. I've included a date range without (1) and with today (2-19-14) (2), along with today only stats...
Date range show too many visitors when you include today
https://api.github.com/repos/matomo-org/matomo/issues/4720/comments
6
2014-02-19T15:54:14Z
2014-07-08T10:15:03Z
https://github.com/matomo-org/matomo/issues/4720
37,355,442
4,720
[ "matomo-org", "matomo" ]
There seems to be an issue, when I create a segment so that only the page-titles of pages that contain a certain string inside the URL (for example pageUrl="_/cms/_" ) are displayed: The segment works, but it seems to affect the "avg. time on page" values in a strange way. For example: A certain Page shows without s...
Segment causes inconsistent average time on page
https://api.github.com/repos/matomo-org/matomo/issues/4719/comments
14
2014-02-19T15:27:37Z
2024-09-13T09:11:19Z
https://github.com/matomo-org/matomo/issues/4719
37,355,441
4,719
[ "matomo-org", "matomo" ]
the current recommend command to [upgrade Piwik](http://piwik.org/docs/update/) is: `````` php index.php -- "module=CoreUpdater" ``` instead let's add a new console command such as: `````` ./console coreadmin:update ``` this would: - run the Core upgrade and Plugins upgrades, - for each execute the changes in t...
New console command to update core and/or plugins
https://api.github.com/repos/matomo-org/matomo/issues/4711/comments
4
2014-02-19T10:53:59Z
2014-07-08T10:15:03Z
https://github.com/matomo-org/matomo/issues/4711
37,355,439
4,711
[ "matomo-org", "matomo" ]
Hi, all titles in my website has an ampersand in html &lt;title> tag. In Dashboard Widgets (e.g. Live View) the Ampersand is displayed as &amp; htmlentitie and not as &. List of all Places in Piwik: - Visitors in Real-time - View detailed visitor log - Visitor profile popup Keywords: backend displaying entities
Ampersand in page title is not displayed as & in Piwik Dashboard Widgets
https://api.github.com/repos/matomo-org/matomo/issues/4709/comments
5
2014-02-19T08:11:10Z
2014-07-08T10:15:03Z
https://github.com/matomo-org/matomo/issues/4709
37,355,438
4,709
[ "matomo-org", "matomo" ]
It was requested that we add support to parse Netscaler w3c logs. Some Load Balancers (Citrix Netscaler) use this w3c format. Here is a sample log format: ``` #Version: 1.0 #Software: Netscaler Web Logging(NSWL) #Date: 2014-02-18 11:55:13 #Fields: date time c-ip cs-username sc-servicename s-ip s-port cs-method cs-ur...
Log Analytics: add support for Netscaler w3c logs
https://api.github.com/repos/matomo-org/matomo/issues/4707/comments
3
2014-02-18T23:20:57Z
2014-12-09T04:24:48Z
https://github.com/matomo-org/matomo/issues/4707
37,355,437
4,707
[ "matomo-org", "matomo" ]
Hi, I'm trying to migrate an existing Piwik installation with HHVM but I'm getting the following Error when I click on some Menu Item. Ajax call URL: piwik/index.php?date=last7&module=Actions&action=indexEntryPageUrls&period=range&idSite=5 Error: > WARN Actions[19:45:51](2014-02-18) [1f164] Failed to get data from A...
Trying to add two strings values in DataTable\Row::sumRowArray
https://api.github.com/repos/matomo-org/matomo/issues/4706/comments
30
2014-02-18T21:39:18Z
2014-11-09T19:49:04Z
https://github.com/matomo-org/matomo/issues/4706
37,355,434
4,706
[ "matomo-org", "matomo" ]
Hi Updating of plugins works fine before 2.1 RC Now there seem to be no notification for new versions of plugins. Please see example in attachment. When is the status of a plugin (up to date / update available) checked? Login logout doesn't solve it
check for plugin updates - broken?
https://api.github.com/repos/matomo-org/matomo/issues/4703/comments
11
2014-02-18T07:14:47Z
2014-07-11T22:03:44Z
https://github.com/matomo-org/matomo/issues/4703
37,355,432
4,703
[ "matomo-org", "matomo" ]
From forum: ``` Trying to use one-click-update I got a "500 internal server error". Ignoring that I accessed "index.php" without params. PIWIK showed me that I have to update the DB, sounds like all could have worked. Clicking continue I got the message that I have to be logged in in order to update DBs. This is pret...
regression CLI update of Piwik: you must be logged in
https://api.github.com/repos/matomo-org/matomo/issues/4702/comments
2
2014-02-18T05:58:17Z
2014-07-11T22:03:18Z
https://github.com/matomo-org/matomo/issues/4702
37,355,431
4,702
[ "matomo-org", "matomo" ]
Ability to receive by email CSV report data, would be useful. Let's add CSV reports renderer equivalent to PDF and HTML. Also let's add some tests. Was proposed in Pull request https://github.com/piwik/piwik/pull/225
CSV format for Scheduled Email Reports
https://api.github.com/repos/matomo-org/matomo/issues/4701/comments
6
2014-02-18T04:00:59Z
2014-07-08T10:14:59Z
https://github.com/matomo-org/matomo/issues/4701
37,355,430
4,701
[ "matomo-org", "matomo" ]
Follow up from #4001 Regarding the [Overlay report](http://piwik.org/docs/page-overlay/): In case the Overlay report website does not load over HTTPS, could we default to HTTP for overlay report? Overlay opens in a new window, so we could: - open that new window over HTTP if we know the website is not https - redire...
If Overlay fails on HTTPS SSL websites, automatically fallback to HTTP
https://api.github.com/repos/matomo-org/matomo/issues/4700/comments
4
2014-02-17T22:08:28Z
2015-02-19T03:22:45Z
https://github.com/matomo-org/matomo/issues/4700
37,355,429
4,700
[ "matomo-org", "matomo" ]
I am running the archiving cron job every 5 minutes, but each query uses a 24 hour interval like this one: ``` ... WHERE log_link_visit_action.server_time >= '2014-02-16 22:00:00' AND log_link_visit_action.server_time <= '2014-02-17 21:59:59' AND log_link_visit_action.idsite = '1' AND log_link_visit_action.idaction_na...
Auto-archiving is slower than it could be
https://api.github.com/repos/matomo-org/matomo/issues/4699/comments
2
2014-02-17T20:50:11Z
2014-08-03T11:21:09Z
https://github.com/matomo-org/matomo/issues/4699
37,355,428
4,699
[ "matomo-org", "matomo" ]
To be able to see the ecommerce conversion visually in relation to the other Goals it would be helpful if the ecommerce Goal conversion would have a %-Value and the %-Sparkline next to it identically to the visualization of the other goals. Ideally aligned layout where the goal List has a table-like look. (spun of...
Add Ecommerce metrics (conversion, conversion rate) in 'Goals Overview'
https://api.github.com/repos/matomo-org/matomo/issues/4698/comments
5
2014-02-17T18:09:33Z
2024-09-13T09:11:20Z
https://github.com/matomo-org/matomo/issues/4698
37,355,426
4,698
[ "matomo-org", "matomo" ]
Running piwik 2.1 RC1 python 2.7.1 Discussing about thet problem for 4 weeks now in the forum ( http://forum.piwik.org/read.php?2,110277 ) I cannot get any solution and really think there is a bug in import_logs.py.I let you read all the details in the discussion mentioned above Here is a summarry with some test lo...
bug import_logs.py
https://api.github.com/repos/matomo-org/matomo/issues/4697/comments
8
2014-02-17T17:27:25Z
2014-07-08T10:14:58Z
https://github.com/matomo-org/matomo/issues/4697
37,355,423
4,697
[ "matomo-org", "matomo" ]
Currently it is possible to track campaigns from foreign Domains if the campaing-name and campaign-keyword are appended to the calling URL. This offers a great deal of flexibility because you can cross-reference campaigns to Goals and e-commerce. It would be great if it were possible for piwik to track such URLs with...
Allow "internal/same domain" campagin tracking
https://api.github.com/repos/matomo-org/matomo/issues/4696/comments
1
2014-02-17T14:44:01Z
2014-07-08T10:14:58Z
https://github.com/matomo-org/matomo/issues/4696
37,355,422
4,696
[ "matomo-org", "matomo" ]
requesting ScheduledReports.getReports with format=php returns 'Array' and produces a warning ``` Notice: Array to string conversion in core/dispatch.php on line 33 Backtrace --> #0 Piwik\Error::errorHandler(...) called at [core/dispatch.php:33] #1 require_once(...) called at [index.php:47] ``` Bug #4115 is i thin...
API response for format=php with multidimensional arrays doesn't work
https://api.github.com/repos/matomo-org/matomo/issues/4694/comments
1
2014-02-17T11:12:35Z
2014-08-03T11:21:09Z
https://github.com/matomo-org/matomo/issues/4694
37,355,421
4,694
[ "matomo-org", "matomo" ]
As part of our effort to introduce AngularJS in Piwik, we shall rewrite the [All Websites dashboard](http://piwik.org/docs/manage-websites/#all-websites-dashboard) using AngularJS. The rewrite will bring a few powerful benefits: - Introduce a modern JS library to Piwik: AngularJS, and introduce some best practises and...
Introduce AngularJS to Piwik Platform: rewrite All Websites selector to use AngularJS
https://api.github.com/repos/matomo-org/matomo/issues/4692/comments
1
2014-02-17T04:42:32Z
2014-07-11T22:02:36Z
https://github.com/matomo-org/matomo/issues/4692
37,355,420
4,692
[ "matomo-org", "matomo" ]
The goal of this ticket is to gather all good ideas on how we could use AngularJS within Piwik and make the most of it. - ~~Introduce AngularJS and define some best practices~~ - ~~Good / bad practices~~ - ~~When AngularJS can or should be used ~~ - ~~Some examples ~~ - ~~Links to some good blog posts / videos...
Bundle AngularJS with Piwik
https://api.github.com/repos/matomo-org/matomo/issues/4691/comments
29
2014-02-17T03:26:24Z
2014-07-08T10:16:35Z
https://github.com/matomo-org/matomo/issues/4691
37,355,416
4,691
[ "matomo-org", "matomo" ]
This is the email kickstart of the new AngularJS adventure! We'll do our best to make the most out of AngularJS & work as a team to make this a positive change. Thomas will get started on Benaka's suggestion. **Goal: integrate the website selector widget as an example of how to best use AngularJS.** It should have th...
Introduce AngularJS to Piwik, first step: Website Selector rewrite
https://api.github.com/repos/matomo-org/matomo/issues/4690/comments
2
2014-02-17T01:27:17Z
2014-07-11T22:02:05Z
https://github.com/matomo-org/matomo/issues/4690
37,355,415
4,690
[ "matomo-org", "matomo" ]
This was reported in the [forums](http://forum.piwik.org/read.php?2,109735) Notice: Undefined offset: 4 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 109 The bug appeared for two users when they changed "visit" scope custom variables to "page" scope custom variables. Instead, this shou...
Notice: Undefined offset: Y in core/DataArray.php on line 109
https://api.github.com/repos/matomo-org/matomo/issues/4687/comments
5
2014-02-16T21:33:54Z
2014-07-08T10:14:56Z
https://github.com/matomo-org/matomo/issues/4687
37,355,414
4,687
[ "matomo-org", "matomo" ]
I noticed that our tests suite is failing or log analytics importer: reproduce: # cd ~/misc/log-analytics/tests # ./run_tests.sh Output: - AttributeError: 'Options' object has no attribute 'force_lowercase_path' - ERROR: Testing parsin of format "icecast2" with junk appended to path The goal of this ticket is to hav...
Fix log analytics log parsing tests (regression)
https://api.github.com/repos/matomo-org/matomo/issues/4684/comments
1
2014-02-15T07:27:34Z
2014-07-08T10:14:56Z
https://github.com/matomo-org/matomo/issues/4684
37,355,413
4,684
[ "matomo-org", "matomo" ]
Parsing YML files from DevicesDetection plugin takes up to 100ms per Tracking API request. This was rather unacceptable performance... We want to move DevicesDetection to first class citizen in #3962 Stefan implemented a clever fix, to cache the parsed YML arrays in the tracker cache. This was done in: https://gith...
Tracking API speed improvement: cache parsed yaml in tracker cache (DevicesDetection)
https://api.github.com/repos/matomo-org/matomo/issues/4683/comments
2
2014-02-15T05:10:55Z
2014-07-08T10:14:56Z
https://github.com/matomo-org/matomo/issues/4683
37,355,412
4,683
[ "matomo-org", "matomo" ]
In Morpheus theme every second row of the tables in the security info page has white backgroud instead of green or yellow one. This makes it impossible to read text, which should have green background(due to the white font color). The problematic css is ``` .dataTable tr:nth-child(2n) td { background-color: rgb(2...
Morpheus theme makes tables in security settings partly unreadable
https://api.github.com/repos/matomo-org/matomo/issues/4682/comments
19
2014-02-14T19:14:03Z
2014-07-08T10:14:55Z
https://github.com/matomo-org/matomo/issues/4682
37,355,411
4,682
[ "matomo-org", "matomo" ]
In the Tracker class, the Tracker.getDatabaseConfig event is fired before the loading of the plugins. So, the DB config is initialized before we can change it with the Tracker.getDatabaseConfig event registered in a plugin Thierry
The Tracker.getDatabaseConfig event is fired before the loading of the plugins
https://api.github.com/repos/matomo-org/matomo/issues/4681/comments
2
2014-02-14T17:25:03Z
2014-07-08T10:14:55Z
https://github.com/matomo-org/matomo/issues/4681
37,355,410
4,681
[ "matomo-org", "matomo" ]
Some parts of Piwik are not loading correct. Precondition (to reproduce local): Setup Piwik with a website (e.g. ID 1). Grant anonymous view access to that website. Logout of Piwik and visit the Visitors Overview. The report shouldn't load. Reason: A NoAccessException is thrown which causes an error while loading th...
SegmentEditor API throws NoAccessException
https://api.github.com/repos/matomo-org/matomo/issues/4679/comments
2
2014-02-14T13:17:10Z
2014-07-08T10:14:55Z
https://github.com/matomo-org/matomo/issues/4679
37,355,409
4,679
[ "matomo-org", "matomo" ]
When trying to widgetize the VisitsSummary evolution graph an fatal error occurs: ``` Recoverable Error: Argument 1 passed to Piwik\Plugins\VisitsSummary\Controller::getEvolutionGraph() must be of the type array, boolean given in /srv/www/htdocs/piwik/plugins/VisitsSummary/Controller.php on line 42 ``` Error occurs ...
Fatal error in VisitsSummary\Controller::getEvolutionGraph()
https://api.github.com/repos/matomo-org/matomo/issues/4678/comments
1
2014-02-13T23:11:27Z
2014-07-08T10:14:55Z
https://github.com/matomo-org/matomo/issues/4678
37,355,408
4,678
[ "matomo-org", "matomo" ]
Use case: [browser archiving](http://piwik.org/docs/setup-auto-archiving/) is disabled, but users can still create Segments processed in real time. When users create segments this can add huge load on the database servers, especially if users create lots of segments or if the websites tracked are huge. Task: - Let's...
New config setting to disable Creation of real time segments by non Super Users
https://api.github.com/repos/matomo-org/matomo/issues/4675/comments
1
2014-02-13T00:10:07Z
2014-07-08T10:14:54Z
https://github.com/matomo-org/matomo/issues/4675
37,355,407
4,675
[ "matomo-org", "matomo" ]
Hi. I think i have found a bug. It seems Piwik 2.0.3 does not show pages without titles in the UI at all. They do not show up in the Piwik UI anywhere that i could find (overview, visitor log, pages, etc). If you give the pages a title, they show up like normal. It does however seem like they get recorded to the data...
Piwik 2.0.3 ignores pages with no title in the UI
https://api.github.com/repos/matomo-org/matomo/issues/4674/comments
1
2014-02-12T21:36:14Z
2024-09-13T09:11:20Z
https://github.com/matomo-org/matomo/issues/4674
37,355,406
4,674
[ "matomo-org", "matomo" ]
Since todays update from beta to RC1, the cron does not work anymore and reports the following error: Error in the last Piwik archive.php run: The Piwik URL https://www.mydomain_name_replaced-here.de/piwik/index.php does not seem to be pointing to a Piwik server. Response was 'X-Powered-By: PHP/5.4.25 Set-Cookie: PIW...
Cron does not run under 2.1 RC1 regression
https://api.github.com/repos/matomo-org/matomo/issues/4673/comments
5
2014-02-12T18:23:21Z
2014-07-08T10:14:54Z
https://github.com/matomo-org/matomo/issues/4673
37,355,404
4,673
[ "matomo-org", "matomo" ]
We have made some changes in the Log Analytics script. It now requires Python 2.7 to function. Please make sure you use at least Python 2.7 to use Log Analytics. We need 2.7 for this particular feature: http://docs.python.org/2/library/subprocess.html#subprocess.check_output see also #4668 where this requirement inc...
regression: Log Analytics now requires Python 2.7
https://api.github.com/repos/matomo-org/matomo/issues/4670/comments
8
2014-02-12T02:08:27Z
2014-07-08T10:14:54Z
https://github.com/matomo-org/matomo/issues/4670
37,355,403
4,670
[ "matomo-org", "matomo" ]
I get this error from Master 95c5a975 (2.0.4-B12) when I visit the Dashboard using the Dashboard link in the top-nav menu. Multisite module still works fine. --- A fatal error occurred The following error just broke Piwik (v2.0.4-b12): Call to undefined method Twig_TokenStream::nextIf() in /opt/piwik/core/View/Rende...
Call to undefined method Twig_TokenStream::nextIf in core/View/RenderTokenParser.php line 43
https://api.github.com/repos/matomo-org/matomo/issues/4669/comments
2
2014-02-11T17:27:43Z
2014-07-08T10:14:54Z
https://github.com/matomo-org/matomo/issues/4669
37,355,402
4,669
[ "matomo-org", "matomo" ]
Since I upgrade to 2.04b7 aI get the following errror mesage as I run import_logs.py. Now I run piwik 2.7b11 and the eror is always there. You wil find below the command I execute and the output I get For information I get the same bug with all logfiles .. means logfile independent.. I tried to remove several op...
piwik 2.04b7 error in import_logs.py
https://api.github.com/repos/matomo-org/matomo/issues/4668/comments
3
2014-02-11T17:00:08Z
2014-07-08T10:14:54Z
https://github.com/matomo-org/matomo/issues/4668
37,355,401
4,668
[ "matomo-org", "matomo" ]
Although it's possible to analyze ecommerce conversion from various other Places in Piwik, it would be nice to be able to trigger a Goal on "trackEcommerceOrder". Why? The Goals overview is one of the best high-level overviews of how your website performs and e-Commerce orders are a very relevant measure of perfor...
show percentage and %-Sparkline next to ecommerce Goal in Goal Overview
https://api.github.com/repos/matomo-org/matomo/issues/4666/comments
4
2014-02-11T10:44:36Z
2014-08-03T11:21:09Z
https://github.com/matomo-org/matomo/issues/4666
37,355,400
4,666
[ "matomo-org", "matomo" ]
Hello, I'm fighting a bit with keeping the Goal IDs consistent across a set of websites that are using the identical Javascript and Webfront implementation (I'm tracking some goals manually from an ajax application). As I can't choose the ID when creating a new Goal, I have to keep a strict click-flow when creati...
Allow to track Goals by Name instead of Goal ID
https://api.github.com/repos/matomo-org/matomo/issues/4665/comments
2
2014-02-11T10:39:12Z
2024-09-13T09:11:21Z
https://github.com/matomo-org/matomo/issues/4665
37,355,399
4,665
[ "matomo-org", "matomo" ]
The devicePixelRatio detection in https://github.com/piwik/piwik/blob/master/js/piwik.js#L2242 makes a simple assumption that only Apple Retina devices have a physical screen resolution that differs from the logical (CSS pixel) resolution. That leads to the issue that e.g. most Android hi-res devices aren't correc...
piwik.JS: devicePixelRatio detection covers only Apple devices
https://api.github.com/repos/matomo-org/matomo/issues/4663/comments
6
2014-02-11T10:20:45Z
2024-09-13T09:11:21Z
https://github.com/matomo-org/matomo/issues/4663
37,355,398
4,663
[ "matomo-org", "matomo" ]
Tasks seem to be running fine (fixed by #4612) but only the last run is shown instead of the next one. (in tasktime table plugin) Please see attachments
tasktime table plugin: shows only tasks from the past (instead of next)
https://api.github.com/repos/matomo-org/matomo/issues/4661/comments
8
2014-02-11T07:10:01Z
2014-07-08T10:14:53Z
https://github.com/matomo-org/matomo/issues/4661
37,355,397
4,661
[ "matomo-org", "matomo" ]
If you have cofigured a goal that's triggered serverside via "external Link", that goal is triggered by tracking any event. Events aren't mapped to any goals because you can't do that yet. I have set up an empty Piwik website profile with nothing but that goal configured: Goal config: - external link - url contains...
Custom Events should not trigger a conversion for Goal defined as matching an "Outlink"
https://api.github.com/repos/matomo-org/matomo/issues/4659/comments
4
2014-02-10T13:06:04Z
2014-07-08T10:14:52Z
https://github.com/matomo-org/matomo/issues/4659
37,355,396
4,659
[ "matomo-org", "matomo" ]
In case we are in production mode (merged assets is enabled) and there is a plugin upgrade/downgrade/uninstall we should regenerate the merged Noncore JS / CSS if needed.
Invalidate merged Noncore JS / CSS in case of any plugin update/downgrade/uninstall
https://api.github.com/repos/matomo-org/matomo/issues/4655/comments
17
2014-02-10T02:41:21Z
2014-07-11T22:01:39Z
https://github.com/matomo-org/matomo/issues/4655
37,355,394
4,655
[ "matomo-org", "matomo" ]
Please update currencies in piwik/core/DataFiles/Currencies.php. Estonia and Latvia have Euros (). Kroons and Lats are not in use anymore. Also the URL mentioned in comments doesn't exists: http://www.iso.org/iso/currency_codes_list-1.html You can find updated info in: http://en.wikipedia.org/wiki/List_of_circulating_...
Update currencies
https://api.github.com/repos/matomo-org/matomo/issues/4654/comments
1
2014-02-10T00:47:35Z
2014-07-08T10:14:52Z
https://github.com/matomo-org/matomo/issues/4654
37,355,393
4,654
[ "matomo-org", "matomo" ]
Our index.php should be compatible with older PHP versions such as PHP 4 and PHP 5.1 and PHP 5.2. Currently it spits out a PARSE error when it hits the "use" statement. Instead, let's rewrite the index.php so that is is parsable by Php4 and early php5. This will prevent a lot of user frustration and support requests. ...
If server is not using at least PHP 5.3, make sure Piwik displays a useful error message
https://api.github.com/repos/matomo-org/matomo/issues/4653/comments
1
2014-02-08T23:12:06Z
2014-07-08T10:14:52Z
https://github.com/matomo-org/matomo/issues/4653
37,355,392
4,653
[ "matomo-org", "matomo" ]
For several month no new scheduled taks are set/ execute within our piwik this could be seen 1) via the task timetable plugin: all dates are in the past (see attachment): 2) and it could also observed on "Setup automatic updates of GeoIP databases": The updater was last run on 2013-10-10. Today there is Piwik 2.04B11...
tasks scheduled in the past are not running as expected
https://api.github.com/repos/matomo-org/matomo/issues/4652/comments
3
2014-02-08T10:54:50Z
2014-07-08T10:15:09Z
https://github.com/matomo-org/matomo/issues/4652
37,355,391
4,652
[ "matomo-org", "matomo" ]
The config option disable_merged_assets only affects JS includes. This is obvious when comparing \Piwik\AssetManager::getJsInclusionDirective() to \Piwik\AssetManager::getCssInclusionDirective(). I'm not sure whether this was done on purpose. - If yes, the source documentation needs to be adjusted in various places (...
disable_merged_assets does not work for CSS
https://api.github.com/repos/matomo-org/matomo/issues/4646/comments
2
2014-02-07T14:06:20Z
2014-07-08T10:14:51Z
https://github.com/matomo-org/matomo/issues/4646
37,355,389
4,646
[ "matomo-org", "matomo" ]
It appears that there is bug in Goals API method get. When trying to run a segmented query on this method I get error "Table 'log_conversion', can't be joined for segmentation". How to reproduce: - make a fresh install of Piwik - track some visits and conversions (I used visitor generator, and then manually triggered ...
[2.0.3] Bug in Goals API method get() with segment visitConvertedGoalId
https://api.github.com/repos/matomo-org/matomo/issues/4642/comments
1
2014-02-07T11:18:56Z
2014-07-08T10:14:51Z
https://github.com/matomo-org/matomo/issues/4642
37,355,388
4,642
[ "matomo-org", "matomo" ]
Sorry I do not know if its possible from the technical site, but it would be very helpful to find & fix problems (e.g.with not running tasks see attachment) if you could see - who starts/ set a task (was it piwik core or a plugin?) - first run ever (e.g. after installing a plugin) - last run - which cron type runs the...
tasks timetable plugin: show task starter/owner, used cron type etc
https://api.github.com/repos/matomo-org/matomo/issues/4638/comments
3
2014-02-06T11:25:33Z
2014-07-08T10:14:51Z
https://github.com/matomo-org/matomo/issues/4638
37,355,387
4,638
[ "matomo-org", "matomo" ]
When using the` getLastVisitDetails` from the Live API, it looks like there is no way to get the timestamp of each actionDetails for the moment (only the servertimePretty). It would be great to add the timestamp/server-time; ``` [...] <actionDetails> <row> <type>action</type> <url>...</url> <pageTitle>Piwik For...
add timestamp to ActionDetails in the Live.API
https://api.github.com/repos/matomo-org/matomo/issues/4634/comments
1
2014-02-06T07:47:14Z
2024-09-13T09:11:22Z
https://github.com/matomo-org/matomo/issues/4634
37,355,386
4,634
[ "matomo-org", "matomo" ]
The goal of this ticket is to create a mechanism to let user view the Visitor Log report filtered to only show visitors matching a given criteria that the Piwik user is interested in. In particular, in each datatable report that supports it, eg. in the Browsers table, next to the labels eg. "Firefox 33" there is an ic...
New icon in all reports: let me segment by visitors matching this row's criteria
https://api.github.com/repos/matomo-org/matomo/issues/4633/comments
14
2014-02-06T04:47:49Z
2015-02-16T04:20:03Z
https://github.com/matomo-org/matomo/issues/4633
37,355,385
4,633
[ "matomo-org", "matomo" ]
After Upgrading from Piwik 2.0.4-b9 to Piwik 2.0.4-b10 all widgets on the dashboard do show the error Fatal error: Class Piwik\Db\Schema\Myisam contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Piwik\Db\SchemaInterface::createTable) in /htdocs/analyse/core/Db/Schema...
Fatal Error in Widgets after Update to 2.0.4-b10 regression
https://api.github.com/repos/matomo-org/matomo/issues/4632/comments
3
2014-02-05T22:50:20Z
2014-07-08T10:14:51Z
https://github.com/matomo-org/matomo/issues/4632
37,355,383
4,632
[ "matomo-org", "matomo" ]
This ticket goal is to fix the installer in the use case of reinstalling over the same DB and reusing Piwik tables, as to not lose any data. Use case: - Currently running Piwik 2.0.3 - Delete config file - Upload latest Piwik 2.0.4 - Go through install and set the same DB as before. - Click "Reuse existing tables" - N...
Installation: when upgrading from 2.0.3 and reusing existing tables during install, sql error
https://api.github.com/repos/matomo-org/matomo/issues/4631/comments
9
2014-02-05T13:11:26Z
2014-07-11T22:01:21Z
https://github.com/matomo-org/matomo/issues/4631
37,355,382
4,631
[ "matomo-org", "matomo" ]
I periodically run /misc/cron/archive.php and save outut messages. I found that now in 2.0.4-b8 (from 2.0.3 on ) I have following error message: INFO [22:58:02](2014-02-04) [9fbeb] Error: Encountered unsupported archive type 'dat.gz.'. task,output GeoIPAutoUpdater.update,ERROR: Encountered unsupported archive type 'da...
Encountered unsupported archive type 'dat.gz.'.
https://api.github.com/repos/matomo-org/matomo/issues/4629/comments
5
2014-02-05T01:29:19Z
2016-03-17T13:40:12Z
https://github.com/matomo-org/matomo/issues/4629
37,355,381
4,629
[ "matomo-org", "matomo" ]
This bug was found thanks to user report in http://forum.piwik.org/read.php?2,110277 The [Log Import & Analytics parsing script](http://piwik.org/log-analytics/) provides an option: --enable-bots but it is currently buggy and won't track bots in all cases.
Log Analytics --enable-bots does not enable bots tracking
https://api.github.com/repos/matomo-org/matomo/issues/4628/comments
1
2014-02-04T21:48:04Z
2014-07-08T10:14:50Z
https://github.com/matomo-org/matomo/issues/4628
37,355,380
4,628
[ "matomo-org", "matomo" ]
Reported in forums: http://forum.piwik.org/read.php?2,110595 This occurs when the trusted_hosts is set incorrectly eg http://domain.example.com/ instead of simply domain.example.com
Warning: preg_match(): Unknown modifier '/' in Url.php on line 245
https://api.github.com/repos/matomo-org/matomo/issues/4626/comments
1
2014-02-04T20:05:12Z
2014-07-08T10:14:50Z
https://github.com/matomo-org/matomo/issues/4626
37,355,379
4,626
[ "matomo-org", "matomo" ]
Our tracking API is fully documented at: [Tracking API - tracking users analytics](http://developer.piwik.org/api-reference/tracking-api) It is also fully featured, and yet still a bit unstructured. Because we have added parameters one after the other when they were needed for useful features, now we realize that they...
Tracking API: provide a new JSON Tracker API
https://api.github.com/repos/matomo-org/matomo/issues/4625/comments
6
2014-02-04T19:21:45Z
2024-09-13T10:10:59Z
https://github.com/matomo-org/matomo/issues/4625
37,355,377
4,625
[ "matomo-org", "matomo" ]
Recently the reports have changed to combine items after a certain number of rows. This makes for a far more responsive UX which is good. However, there is no way to get to all combined items separately. The Actions > Downloads report combines all downloads of files that have been download less than 80 times last ye...
Reports should allow to get all items
https://api.github.com/repos/matomo-org/matomo/issues/4624/comments
1
2014-02-04T17:04:09Z
2014-08-03T11:24:19Z
https://github.com/matomo-org/matomo/issues/4624
37,355,376
4,624
[ "matomo-org", "matomo" ]
I am in the process of configuring my piwik installation to work with Cloudflare so I have set a client-ip configuration. Currently this is missing something so that the form security check of the login form fails. I once accidentally used the wrong user when checking the login and that gave an error user or password i...
Login Form security is checked after the pw is verified
https://api.github.com/repos/matomo-org/matomo/issues/4623/comments
2
2014-02-04T14:14:25Z
2014-07-08T10:14:50Z
https://github.com/matomo-org/matomo/issues/4623
37,355,374
4,623
[ "matomo-org", "matomo" ]
At some point we should drop IE8 support. As of January 2014 there are only ~10% of all users using IE8. On Piwik.org, we are seeing 1.3% using IE8. Reasons: - This is causing extra work for cross browser testing, development, troubleshooting. - Since we are considering using AngularJS, and their latest version 1.3...
Drop IE8 support
https://api.github.com/repos/matomo-org/matomo/issues/4620/comments
37
2014-02-04T04:21:34Z
2015-08-20T13:39:53Z
https://github.com/matomo-org/matomo/issues/4620
37,355,373
4,620
[ "matomo-org", "matomo" ]
Hello, Here is how URCHIN tells you to how to format your logs for apache usuage in the httpd.conf file LogFormat "%h %v %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Cookie}i\"" Here is the problem 1) it doesn't show any referral data 2) It doesn't show User Agent (Vistor Browser is Unknown) Attached ...
Log Analytics: Detect standard Urchin log format not detected
https://api.github.com/repos/matomo-org/matomo/issues/4619/comments
3
2014-02-04T02:36:32Z
2015-03-12T21:01:48Z
https://github.com/matomo-org/matomo/issues/4619
37,355,372
4,619
[ "matomo-org", "matomo" ]
As reported in: http://forum.piwik.org/read.php?5,106526 Example: http://demo.piwik.org/index.php?module=Widgetize&action=iframe&moduleToWidgetize=Referers&actionToWidgetize=getKeywordsForPage&idSite=7&period=day&date=2011-02-15&disableLink=1
DisplayTopKeywords only shows a single character
https://api.github.com/repos/matomo-org/matomo/issues/4618/comments
1
2014-02-03T16:30:32Z
2014-07-08T10:14:49Z
https://github.com/matomo-org/matomo/issues/4618
37,355,371
4,618
[ "matomo-org", "matomo" ]
Suggested by Stefan from the Piwik team, see this pull request: https://github.com/piwik/piwik/pull/213 there are lots of improvements: - added device detection for samsung SHV models 80e9750 - fixed device detection for some lenovo devices a247898 - fixed device detection for asus transformer pads e05162d - a...
Various improvements to Devices Detection algorithm
https://api.github.com/repos/matomo-org/matomo/issues/4617/comments
1
2014-02-03T07:41:09Z
2014-07-08T10:14:49Z
https://github.com/matomo-org/matomo/issues/4617
37,355,370
4,617
[ "matomo-org", "matomo" ]
I find it is wrong to display the full token_auth in the users listing. Here is a proposal to make users listing more "safe" to preying eyes. - By default display only first characters eg. f4373c5.... - On click on the cell, display the full token_auth - Once expanded, if clicked again, it re-toggles back into truncat...
Admin UI: mitigate the display of token_auth on screen
https://api.github.com/repos/matomo-org/matomo/issues/4616/comments
2
2014-02-03T05:23:07Z
2014-10-08T02:45:34Z
https://github.com/matomo-org/matomo/issues/4616
37,355,369
4,616
[ "matomo-org", "matomo" ]
See attached files, the text should not wrap. 1) Settings > Geolocate, the text wraps on next line after this radio: ![extra_wrapping_on_geolocate_button](https://cloud.githubusercontent.com/assets/466765/4605529/cc51fc70-51e7-11e4-9e7f-40015f5c3f1c.png) 2) In Scheduled report, scheduled to mobile phone, when having...
remove extra line break and indentation in Admin UI
https://api.github.com/repos/matomo-org/matomo/issues/4615/comments
3
2014-02-03T05:21:24Z
2024-09-13T09:11:22Z
https://github.com/matomo-org/matomo/issues/4615
37,355,368
4,615
[ "matomo-org", "matomo" ]
Let's remove visualphpunit from the codebase, as nobody is using it at present.
Remove visualphpunit
https://api.github.com/repos/matomo-org/matomo/issues/4614/comments
1
2014-02-03T05:18:04Z
2014-07-08T10:14:49Z
https://github.com/matomo-org/matomo/issues/4614
37,355,367
4,614