issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
262k
issue_title
stringlengths
1
1.02k
issue_comments_url
stringlengths
53
116
issue_comments_count
int64
0
2.49k
issue_created_at
stringdate
1999-03-17 02:06:42
2025-06-23 11:41:49
issue_updated_at
stringdate
2000-02-10 06:43:57
2025-06-23 11:43:00
issue_html_url
stringlengths
34
97
issue_github_id
int64
132
3.17B
issue_number
int64
1
215k
[ "matomo-org", "matomo" ]
i have also a problem with very high load. on my mysql server i see lots of querys like the following one, and each one is running over 1 minute .... SELECT idvisitor, visit_last_action_time, visit_first_action_time, idvisit, ...
Performance regression in tracker for high traffic website
https://api.github.com/repos/matomo-org/matomo/issues/2944/comments
8
2012-02-17T15:19:33Z
2014-07-08T10:09:19Z
https://github.com/matomo-org/matomo/issues/2944
37,353,467
2,944
[ "matomo-org", "matomo" ]
Occurs using a SSL secured PIWIK installation. - Windows Server 2008 R2, x64 - IIS7, PHP 5.3 The archive.php script fails displaying an error: curl:SSL3_GET_SERVER_CERTIFICATE SSL certificate problem, verify that the CA cert is OK. The following hack solves this issue: curl_setopt ($ch, CURLOPT_SSL_VERIFYHOST, 0); c...
Fix SSL issue in archive.php
https://api.github.com/repos/matomo-org/matomo/issues/2943/comments
11
2012-02-17T10:26:51Z
2014-07-08T10:09:18Z
https://github.com/matomo-org/matomo/issues/2943
37,353,464
2,943
[ "matomo-org", "matomo" ]
When i click "all websites", i got following error: ``` Url: index.php?module=MultiSites&action=index&idSite=1&period=day&date=yesterday "Das Datumsformat muss YYYY-MM-DD, or 'today' or 'yesterday' oder eine andere, von der Funktion strtotime untersttzte Zeichenkette sein. (Besuchen Sie http://php.net/strtotime fr nh...
piwik 1.7 - date format error on "all websites"
https://api.github.com/repos/matomo-org/matomo/issues/2942/comments
1
2012-02-17T07:28:28Z
2014-07-08T10:09:17Z
https://github.com/matomo-org/matomo/issues/2942
37,353,463
2,942
[ "matomo-org", "matomo" ]
Warning: getimagesize(plugins/UserSettings/images/os/Others.gif) [href='function.getimagesize'>function.getimagesize</a>](<a): failed to open stream: No such file or directory in plugins/ImageGraph/StaticGraph/HorizontalBar.php on line 200 at demo.piwik.org/index.php?module=API&method=ImageGraph.get&idSite=7&ap...
Warning: getimagesize(plugins/UserSettings/images/os/Others.gif) failed to open stream
https://api.github.com/repos/matomo-org/matomo/issues/2941/comments
1
2012-02-17T02:21:04Z
2014-07-08T10:09:17Z
https://github.com/matomo-org/matomo/issues/2941
37,353,461
2,941
[ "matomo-org", "matomo" ]
When enable_framed_logins=1 Login can be made from the iframe. However the iframe redirects to a Piwik page which is prevented to load, since enable_framed_pages=0 by default. Therefore I propose to - deprecate enable_framed_logins - for BC, enable_framed_logins=1 is similar to enable_framed_pages=1 - only use enab...
deprecate enable_framed_logins
https://api.github.com/repos/matomo-org/matomo/issues/2940/comments
1
2012-02-16T23:09:41Z
2014-07-08T10:09:17Z
https://github.com/matomo-org/matomo/issues/2940
37,353,460
2,940
[ "matomo-org", "matomo" ]
Hi, not sure whether it's a bug. When requesting "Actions - Main metrics" via metadata api, some values are "false" instead of 0? See http://demo.piwik.org/index.php?idSite=3&date=2012-2-15&filter_sort_column=nb_pageviews&apiModule=Actions&apiAction=get&period=day&filter_limit=30&module=API&token_auth=anonymous&forma...
Metadata - "Actions - Main metrics" - value is false instead of 0
https://api.github.com/repos/matomo-org/matomo/issues/2939/comments
2
2012-02-16T21:57:45Z
2014-07-08T10:09:17Z
https://github.com/matomo-org/matomo/issues/2939
37,353,458
2,939
[ "matomo-org", "matomo" ]
When sending email reports the From: attribute is not specified. Some SMTP servers reject with a "From address not verified" error. Please add "From" attribute when sending reports by email. Keywords: email, reports
Email Reports
https://api.github.com/repos/matomo-org/matomo/issues/2938/comments
2
2012-02-16T17:02:16Z
2014-07-08T10:09:17Z
https://github.com/matomo-org/matomo/issues/2938
37,353,457
2,938
[ "matomo-org", "matomo" ]
In config.ini.php,I have added both: ``` [General] enable_framed_logins = 1 enable_framed_settings = 1 ``` I have also just used enable_framed_logins = 1, but it is no longer working.
enable_framed_logins =1 not working
https://api.github.com/repos/matomo-org/matomo/issues/2937/comments
1
2012-02-16T16:05:40Z
2014-07-08T10:09:17Z
https://github.com/matomo-org/matomo/issues/2937
37,353,456
2,937
[ "matomo-org", "matomo" ]
In config.ini.php,I have added both: [General] enable_framed_logins = 1 enable_framed_settings = 1 I have also just used enable_framed_logins = 1, but it is no longer working.
enable_framed_logins =1 not working
https://api.github.com/repos/matomo-org/matomo/issues/2936/comments
1
2012-02-16T16:04:53Z
2014-08-03T11:21:21Z
https://github.com/matomo-org/matomo/issues/2936
37,353,455
2,936
[ "matomo-org", "matomo" ]
The last big missing functionnality not yet tested is our Installation process, as well as the update process. Let's add screenshot tests for: - Installer process - Upgrade to GIT repo from 1.0 The result will be that we always know whether installation + update to latest Piwik work. This will result in more agility...
Write Installer/Updater screenshot tests
https://api.github.com/repos/matomo-org/matomo/issues/2935/comments
17
2012-02-16T13:04:30Z
2014-10-12T01:42:41Z
https://github.com/matomo-org/matomo/issues/2935
37,353,454
2,935
[ "matomo-org", "matomo" ]
See #2921 phase 1
Pre-minify jqplot library and plugins
https://api.github.com/repos/matomo-org/matomo/issues/2934/comments
2
2012-02-15T14:50:31Z
2014-07-08T10:09:16Z
https://github.com/matomo-org/matomo/issues/2934
37,353,452
2,934
[ "matomo-org", "matomo" ]
The search box does not work when you include a slash sign /. When your site is complex it is useful to search for an exact url, for example: mydomain/mycategory/subcategory1/page1 or mydomain/mycategory/subcategory2/page1. An example: I go to the report Pages and use the search box. When I use the search box I sear...
In Behavior > Pages report, I want to search for a full URL (or any URL path) and find the URL(s)
https://api.github.com/repos/matomo-org/matomo/issues/2933/comments
1
2012-02-15T08:51:59Z
2024-09-13T09:12:50Z
https://github.com/matomo-org/matomo/issues/2933
37,353,451
2,933
[ "matomo-org", "matomo" ]
If you leave Piwik open and logged in, anyone accessing the computer could change the email address or the password. Changing email address would allow to "reset" the password. Therefore, as an extra security measure, we should require the old password to change the password or the email address. When changing other...
When changing password or email address, require to type old password
https://api.github.com/repos/matomo-org/matomo/issues/2932/comments
3
2012-02-15T05:01:13Z
2018-11-29T21:31:55Z
https://github.com/matomo-org/matomo/issues/2932
37,353,449
2,932
[ "matomo-org", "matomo" ]
It should automatically convert to string if value is int/float.
JS tracker: setCustomVariable does not work when the value is an int/float
https://api.github.com/repos/matomo-org/matomo/issues/2931/comments
1
2012-02-14T22:19:40Z
2014-07-08T10:09:16Z
https://github.com/matomo-org/matomo/issues/2931
37,353,448
2,931
[ "matomo-org", "matomo" ]
Reference: https://bugs.webkit.org/show_bug.cgi?id=54783 This is now only a "Safari sucks" issue. #2929 actually fixes this issue on Chrome, so Chrome sucketh less.
Safari - link tracking doesn't work when target=_self; investigate a workaround
https://api.github.com/repos/matomo-org/matomo/issues/2930/comments
2
2012-02-14T04:00:15Z
2024-09-13T09:12:51Z
https://github.com/matomo-org/matomo/issues/2930
37,353,447
2,930
[ "matomo-org", "matomo" ]
I hate Chrome. !http://cl.ly/E9j8/o !http://forums.thedailywtf.com/forums/p/24374/253985.aspx
Chrome: Too much time spent in unload handler.
https://api.github.com/repos/matomo-org/matomo/issues/2929/comments
3
2012-02-13T22:46:32Z
2014-07-08T10:09:16Z
https://github.com/matomo-org/matomo/issues/2929
37,353,446
2,929
[ "matomo-org", "matomo" ]
I have put the unifont.ttf on demo.piwik.org Now all graphs are generated with this font. The text is not as pretty as the standard built in ttf font. We should therefore only use the unicode font when it is needed (for Japanese, Russian, Chinese, etc.). See screenshots
Unifont.ttf font should only be used for the languages that need it
https://api.github.com/repos/matomo-org/matomo/issues/2928/comments
6
2012-02-13T20:03:40Z
2014-07-08T10:09:16Z
https://github.com/matomo-org/matomo/issues/2928
37,353,445
2,928
[ "matomo-org", "matomo" ]
In the description about Piwik, it is written as, ``` Piwik is a downloadable, open source (GPL licensed) real time web analytics software program ``` In fact all GPL licensed softwares are called as Free or Libre software. Opensource is a totally different concept and contradicts with the concept of GPL or free/libr...
Misinformation in homepage
https://api.github.com/repos/matomo-org/matomo/issues/2927/comments
5
2012-02-13T19:25:00Z
2014-07-08T10:09:15Z
https://github.com/matomo-org/matomo/issues/2927
37,353,444
2,927
[ "matomo-org", "matomo" ]
for example: index.php?module=API&method=Goals.getItemsName&format=XML&idSite=16&period=week&date=2012-02-12&expanded=1&idGoal=ecommerceOrder&filter_limit=100&token_auth= returns: ``` <result> <row><label>XXXXXX</label><revenue>76</revenue><quantity>4</quantity><orders>4</orders><avg_price>19</avg_price><avg_quantit...
Ecommerce API: some numbers have .0 where as others are rounded
https://api.github.com/repos/matomo-org/matomo/issues/2925/comments
1
2012-02-13T11:26:55Z
2014-07-08T10:09:15Z
https://github.com/matomo-org/matomo/issues/2925
37,353,443
2,925
[ "matomo-org", "matomo" ]
See screenshot.
PDF report: when a number is large, it is displayed in exp notation ie 1.46129e+06 instead of 1461290
https://api.github.com/repos/matomo-org/matomo/issues/2924/comments
2
2012-02-13T10:56:02Z
2014-07-08T10:09:15Z
https://github.com/matomo-org/matomo/issues/2924
37,353,442
2,924
[ "matomo-org", "matomo" ]
This is a planning/discussion ticket: Background: - Piwik uses Reflection to expose a REST API. - Piwik uses phpdoc tags (e.g., @param), but these do not influence runtime behaviour. Example from Actions/API.php: ``` /** * Returns the list of metrics (pages, downloads, outlinks) * ...
PHP Annotations
https://api.github.com/repos/matomo-org/matomo/issues/2923/comments
1
2012-02-13T04:48:35Z
2014-07-08T10:09:15Z
https://github.com/matomo-org/matomo/issues/2923
37,353,441
2,923
[ "matomo-org", "matomo" ]
Regressions - Back button does not work anymore in Chrome. The #fragment displays the previous fragment but the menu is not loaded - When clicking on the link "Websites" below the graph in the Referrers > Overview page, the "website" report loads OK, but it is not colored orange in the menu
Back button does not work when using Chrome browser
https://api.github.com/repos/matomo-org/matomo/issues/2922/comments
11
2012-02-13T03:55:59Z
2019-10-17T19:59:17Z
https://github.com/matomo-org/matomo/issues/2922
37,353,439
2,922
[ "matomo-org", "matomo" ]
This is a planning ticket. Phase 1 - ~~We're currently using jqplot (to replace OpenFlashCharts). There is ~460K of unminified JavaScript in libs/jqplot.~~ - ~~We should use a concatenated & minified version, instead of deferring this to the AssetManager. (YUIcompressed to about 180K.)~~ - We should sync up with ups...
Revisit JavaScript graphing libraries
https://api.github.com/repos/matomo-org/matomo/issues/2921/comments
2
2012-02-13T00:44:52Z
2014-08-03T11:24:49Z
https://github.com/matomo-org/matomo/issues/2921
37,353,438
2,921
[ "matomo-org", "matomo" ]
Currently all the values with decimals (average actions per visit) have a floating decimal. I.e. they will display 4.2 or 5.8, but if they are an integer it will just show 4 or 5, whereas it should display 4.0 or 5.0 to be consistent. Keywords: decimals, UI, user experience
Decimal values should have fixed points
https://api.github.com/repos/matomo-org/matomo/issues/2920/comments
4
2012-02-12T21:52:02Z
2014-07-08T10:09:14Z
https://github.com/matomo-org/matomo/issues/2920
37,353,437
2,920
[ "matomo-org", "matomo" ]
This is my first plugin. It's a plugin which brings in the Quantcast data of the current site being viewed in your Piwik install. File has screenshot as well. To enable, just place in your plugin folder and activate. New Widget will be found under Visitors to add to your dashboard. Keywords: Quantcast, third-party-plug...
New Plugin To Import Quantcast Demographic Data
https://api.github.com/repos/matomo-org/matomo/issues/2919/comments
3
2012-02-12T04:42:25Z
2014-08-03T11:24:49Z
https://github.com/matomo-org/matomo/issues/2919
37,353,436
2,919
[ "matomo-org", "matomo" ]
Currently, there is a setting force_ssl_login that forces the login details to be submitted over https. However, since the token_auth is confidential, and sometimes passed in URLs (API requests, ajax requests done in the admin screens, etc.) it is desired to have a setting that would ensure that Piwik can ONLY be used...
New setting force_ssl that will ensure that Piwik is only used over https SSL
https://api.github.com/repos/matomo-org/matomo/issues/2918/comments
2
2012-02-11T12:56:01Z
2014-07-08T10:09:14Z
https://github.com/matomo-org/matomo/issues/2918
37,353,435
2,918
[ "matomo-org", "matomo" ]
Piwik is installed on a https (ssl) environment. Everything is ssl, however there is 1 file that always gives a 404: http://piwik.[that should be https://piwik.[url](url]/themes/default/images/logo-header.png)/themes/default/images/logo-header.png there is no http server listening on port 80 so this gives a 404. I foun...
logo-header.png ssl problem
https://api.github.com/repos/matomo-org/matomo/issues/2916/comments
2
2012-02-10T13:23:41Z
2014-08-03T11:24:49Z
https://github.com/matomo-org/matomo/issues/2916
37,353,434
2,916
[ "matomo-org", "matomo" ]
When a user logs in via the Login form, set a session cookie flag that the user is fully authenticated. Conversely, when a user comes in via a remember me cookie, the flag won't be set again. In the following scenarios, if the user is not fully authenticated: - change password - user should either login again, or be ...
Fully authenticated session flag
https://api.github.com/repos/matomo-org/matomo/issues/2915/comments
1
2012-02-10T12:57:48Z
2014-07-08T10:09:14Z
https://github.com/matomo-org/matomo/issues/2915
37,353,433
2,915
[ "matomo-org", "matomo" ]
Broker would dispatch jobs to external workers, eg - gearman - zeromq Or processed in the current request, as it is now. The goal is to unblock the current request and allow tasks to run out-of-band. Use cases: - tracker triggered archiving - tracker triggered reports - asset management - alerts
Broker abstraction for scheduled tasks
https://api.github.com/repos/matomo-org/matomo/issues/2914/comments
1
2012-02-10T05:18:34Z
2014-07-08T10:09:14Z
https://github.com/matomo-org/matomo/issues/2914
37,353,432
2,914
[ "matomo-org", "matomo" ]
The general use case is an operation that is deferred because it entails lengthy computation and/or network latency. Examples: - #134 - disabling provider plugin's gethostbyaddr - #1652 - lat/long to region Would this be a pre-archiving task, or part of archiving?
Deferred data enrichment
https://api.github.com/repos/matomo-org/matomo/issues/2913/comments
4
2012-02-10T05:03:03Z
2014-07-08T10:09:14Z
https://github.com/matomo-org/matomo/issues/2913
37,353,431
2,913
[ "matomo-org", "matomo" ]
as per [request](http://forum.piwik.org/read.php?3,85428)
When exporting data, the "search" filter should be maintained if it was set
https://api.github.com/repos/matomo-org/matomo/issues/2912/comments
1
2012-02-08T20:46:03Z
2014-07-08T10:09:13Z
https://github.com/matomo-org/matomo/issues/2912
37,353,430
2,912
[ "matomo-org", "matomo" ]
``` Mozilla/5.0 (Linux; U; Android 4.0.1; en-us; Galaxy Nexus Build/ITL41F) AppleWebKit/535.7 (KHTML, like Gecko) CrMo/16.0.912.75 Mobile Safari/535.7 ```
Chrome Mobile UA detection
https://api.github.com/repos/matomo-org/matomo/issues/2911/comments
1
2012-02-08T12:40:56Z
2014-07-08T10:09:13Z
https://github.com/matomo-org/matomo/issues/2911
37,353,429
2,911
[ "matomo-org", "matomo" ]
Piwik Version : 1.6 Today i think i found a bug in piwik ecommerce: A customer buys an article , for example => 2x ITEM XYZ, price 1 Euro In the product SKU and under the point productname it is listed correct. 2x ITEM XYZ , amount: 2,00, price 1 Euro, total price 2 Euro But under total receipts it is only coun...
Ecommerce and amount >1
https://api.github.com/repos/matomo-org/matomo/issues/2910/comments
2
2012-02-07T02:35:53Z
2014-07-08T10:09:13Z
https://github.com/matomo-org/matomo/issues/2910
37,353,428
2,910
[ "matomo-org", "matomo" ]
Regression in UI, visible in 1.7b9 on demo: http://demo.piwik.org/ the widgets can't be dragged and dropped anymore.
trunk regression: widgets can't be dragged and moved in dashboard
https://api.github.com/repos/matomo-org/matomo/issues/2909/comments
2
2012-02-06T23:46:20Z
2014-07-08T10:09:13Z
https://github.com/matomo-org/matomo/issues/2909
37,353,427
2,909
[ "matomo-org", "matomo" ]
We would like to enable a new set of integration tests which call all known widgets, record output HTML in processed/ and then compare to expected/*.html files. This will help us detect regressions in the Javascript/HTML rather than at the API level which we currently relying on. This ticket will keep track of this w...
QA: Enable Widgets HTML compare integration tests
https://api.github.com/repos/matomo-org/matomo/issues/2908/comments
15
2012-02-06T17:15:53Z
2014-07-08T10:09:13Z
https://github.com/matomo-org/matomo/issues/2908
37,353,426
2,908
[ "matomo-org", "matomo" ]
I suspect my commit is the regression with php 5.3.10 (parse_str differences)
trunk: revert r5703 and refactor
https://api.github.com/repos/matomo-org/matomo/issues/2907/comments
2
2012-02-06T13:09:09Z
2014-07-08T10:09:12Z
https://github.com/matomo-org/matomo/issues/2907
37,353,425
2,907
[ "matomo-org", "matomo" ]
I have noticed in my Visitors log that some users are being counted as multiple unique users. Their IP addresses seem to change each time, but tracking each user by IP address alone is not an efficient method of tracking for this very reason. Piwik needs to be able to track a user across the site even if their IP addre...
Users are being counted multiple times for each pageview.
https://api.github.com/repos/matomo-org/matomo/issues/2906/comments
2
2012-02-04T23:48:56Z
2014-07-08T10:09:12Z
https://github.com/matomo-org/matomo/issues/2906
37,353,424
2,906
[ "matomo-org", "matomo" ]
rekonq browser (default KDE browser) is tracked as "safari 5.0"
rekonq browser misrecognized as safari
https://api.github.com/repos/matomo-org/matomo/issues/2905/comments
5
2012-02-04T14:51:13Z
2014-07-08T10:09:12Z
https://github.com/matomo-org/matomo/issues/2905
37,353,423
2,905
[ "matomo-org", "matomo" ]
If you use FB comments feature (maybe you shouldn't btw!) then it would make Piwik reports ugly, because often the 2 parameters appear in the Piwik URL reports. I propose to add the exclusion of these parameters by default.
Automatically remove URL parameters fb_comment_id and fb_xd_fragment
https://api.github.com/repos/matomo-org/matomo/issues/2904/comments
1
2012-02-04T04:38:07Z
2014-07-08T10:09:12Z
https://github.com/matomo-org/matomo/issues/2904
37,353,422
2,904
[ "matomo-org", "matomo" ]
To make it consistent with our cookie naming. See new FAQ: [What are the cookies created by Piwik?](http://piwik.org/faq/general/#faq_146)
Change (the optional, disabled by default) third party cookie name from "piwik_visitor" to "_pk_uid"
https://api.github.com/repos/matomo-org/matomo/issues/2903/comments
1
2012-02-04T04:33:35Z
2014-07-08T10:09:12Z
https://github.com/matomo-org/matomo/issues/2903
37,353,421
2,903
[ "matomo-org", "matomo" ]
AS per ULD recommendations we need to - ensure that the IP is anonymized before hashing/heuristics. - it should still be anonymized AFTER we tested for IP exclusion or we would break this feature - While we are at it, should we disable "Provider" plugin, when anonymization is enabled? because, if we do DNS reverse lo...
Ensure that IP is anonymized before the heuristic is applied
https://api.github.com/repos/matomo-org/matomo/issues/2902/comments
7
2012-02-04T00:29:11Z
2016-12-09T01:31:51Z
https://github.com/matomo-org/matomo/issues/2902
37,353,420
2,902
[ "matomo-org", "matomo" ]
I see there is a fix on Piwik 0.2.33, FIXED #589 Piwik fails to properly decode and store some chinese keywords (eg. from baidu.com). But I still see some url with chinese keywords are decoded wrong. take below link for example, the keywords are ?, but in piwik they become "?", see also in attached screenshot file. ht...
piwik cannot decode chinese keywords properly sometime from baidu.com
https://api.github.com/repos/matomo-org/matomo/issues/2901/comments
6
2012-02-03T10:58:20Z
2014-07-08T10:09:11Z
https://github.com/matomo-org/matomo/issues/2901
37,353,418
2,901
[ "matomo-org", "matomo" ]
reported in [forum post](http://forum.piwik.org/read.php?2,85168,page=1#msg-85270) This is because at https://github.com/piwik/piwik/blob/master/misc/proxy-hide-piwik-url/piwik.php#L101 we simply read REMOTE_ADDR but should also read other parameters that we know could contain IP?
When running piwik proxy php to hide footprint, IP address is not set correctly when the website being tracked is behind proxy
https://api.github.com/repos/matomo-org/matomo/issues/2900/comments
6
2012-02-02T23:08:17Z
2014-07-08T10:09:11Z
https://github.com/matomo-org/matomo/issues/2900
37,353,417
2,900
[ "matomo-org", "matomo" ]
See bug report: http://forum.piwik.org/read.php?2,83913,page=1#msg-85244 the green/red percentages are not working anymore, recent regression.
trunk: ALl websites "evolution" percentages are broken
https://api.github.com/repos/matomo-org/matomo/issues/2899/comments
1
2012-02-02T00:36:51Z
2014-07-08T10:09:11Z
https://github.com/matomo-org/matomo/issues/2899
37,353,416
2,899
[ "matomo-org", "matomo" ]
Reported in [forum post](http://forum.piwik.org/read.php?2,85236) This is definitely a bug, easiest solution would be to copy files over? What are the files needed to copy appart from W75?
trunk: Unable to get image: stats/plugins/UserSettings/images/os/W75.gif
https://api.github.com/repos/matomo-org/matomo/issues/2898/comments
2
2012-02-02T00:31:00Z
2014-07-08T10:09:11Z
https://github.com/matomo-org/matomo/issues/2898
37,353,415
2,898
[ "matomo-org", "matomo" ]
Piwik Version : 1.6 I've tried to use the e-commerce tracking as described in the documentation (http://piwik.org/docs/ecommerce-analytics/). The documentation and that ticket (#2659) tell us that we can assign multiple categories to products, but it seems that it actually doesn't work via the piwikTracker.setEcommer...
Ecommerce: Tracking multiple Product categories on an ecommerce page view does not work
https://api.github.com/repos/matomo-org/matomo/issues/2897/comments
5
2012-02-01T17:58:05Z
2014-07-08T10:09:11Z
https://github.com/matomo-org/matomo/issues/2897
37,353,412
2,897
[ "matomo-org", "matomo" ]
http://demo.piwik.org/index.php?module=CoreAdminHome&action=optOut Hi, I hate Iframes, because they can't adapt to the screen size of the user. Is there another possibillity to inform the user about his state and peform an Opt Out/In without an iframe? This would be great =)
Opt Out without an Iframe
https://api.github.com/repos/matomo-org/matomo/issues/2896/comments
8
2012-01-31T23:39:37Z
2016-06-15T15:36:20Z
https://github.com/matomo-org/matomo/issues/2896
37,353,411
2,896
[ "matomo-org", "matomo" ]
Currently Piwik reports - Browser family, Gecko VS Webkit VS IE vs Opera: useful for web developers since the engine impact the way pages are rendered - Browser versions: FF 8, IE 7, etc. Useful to know exactly what browsers are used It would be nice to also provide **Browser marketshare: FF Vs IE Vs Opera Vs Chrome V...
New reports: Browser and Operating system market shares
https://api.github.com/repos/matomo-org/matomo/issues/2895/comments
13
2012-01-31T21:52:40Z
2014-07-08T10:10:00Z
https://github.com/matomo-org/matomo/issues/2895
37,353,409
2,895
[ "matomo-org", "matomo" ]
In Goals > report > conversions by server time. Conversions are recorded in the wrong hour of day when the timezone is set.
Goals conversions by Server time wrong timezone conversion
https://api.github.com/repos/matomo-org/matomo/issues/2894/comments
1
2012-01-31T09:45:46Z
2014-07-08T10:09:10Z
https://github.com/matomo-org/matomo/issues/2894
37,353,408
2,894
[ "matomo-org", "matomo" ]
I can't choose the "Report date by defaults" in the "Settings" of my "Dashboard". All is stuck on "Yesterday."
Default Date choice imposseble
https://api.github.com/repos/matomo-org/matomo/issues/2893/comments
6
2012-01-30T19:07:40Z
2014-07-08T10:09:10Z
https://github.com/matomo-org/matomo/issues/2893
37,353,407
2,893
[ "matomo-org", "matomo" ]
The idea described in this ticket is to use the metadata found in the HTML page being tracked, extract the page's image, and then report this image in the API output, and use it in the Piwik reports to make them look better. = Implementation Proposal = - Track for the Image set in the og:image meta tag, each blog pos...
Track og:image meta and display images of categories and blog posts
https://api.github.com/repos/matomo-org/matomo/issues/2892/comments
0
2012-01-30T05:27:08Z
2024-09-13T09:12:51Z
https://github.com/matomo-org/matomo/issues/2892
37,353,406
2,892
[ "matomo-org", "matomo" ]
Referrer spam is a menace today, but simply blacklisting the URLs or the IP addresses will bound to fail. How about a dynamic blacklist? This is how I foresee it to work. Essentially, there is a "score table" to keep scores of the domain of each referring URL. The better behaved the URL, the higher the score. The wors...
Dynamic Referrer Spam Blacklist
https://api.github.com/repos/matomo-org/matomo/issues/2891/comments
2
2012-01-28T08:25:19Z
2014-07-08T10:09:09Z
https://github.com/matomo-org/matomo/issues/2891
37,353,405
2,891
[ "matomo-org", "matomo" ]
It would be nice to visualize in one glance, which websites tracking seem to not work. - We could for example say that tracking works if there was at least 1 hit in the last 24 hours ? or today only? - The icon could be displayed below the name for a given website. - If tracking not working, link the icon to a FAQ ex...
Add "Tracker status" icon in the Settings > Website list
https://api.github.com/repos/matomo-org/matomo/issues/2890/comments
1
2012-01-28T06:38:55Z
2024-09-13T09:12:52Z
https://github.com/matomo-org/matomo/issues/2890
37,353,404
2,890
[ "matomo-org", "matomo" ]
The goal of this issue is to display the Disclaimer #3725 about data collection in the iFrame opt-out feature of Piwik. ([user guide](http://piwik.org/docs/privacy/)). It is a great opportunity to re-use the opt-out iframe useful functionality to inform users about how the data collected by Piwik. Requires: - Generate...
Explain in opt-out iframe what data privacy measures are in place in Piwik
https://api.github.com/repos/matomo-org/matomo/issues/2889/comments
4
2012-01-28T00:07:25Z
2014-11-17T06:23:23Z
https://github.com/matomo-org/matomo/issues/2889
37,353,403
2,889
[ "matomo-org", "matomo" ]
Our security policy aims to make security a principal design behind Piwik. One aspect that bugs me currently is that good old brute force attacks could be vector of penetration in Piwik (if eg. attacker knows the login). We should provide a core mechanism that would lock out, for 30min for example, a user after N fai...
Lock down accounts by IP after N failed attemps at logging
https://api.github.com/repos/matomo-org/matomo/issues/2888/comments
41
2012-01-26T23:04:10Z
2019-02-14T03:45:14Z
https://github.com/matomo-org/matomo/issues/2888
37,353,402
2,888
[ "matomo-org", "matomo" ]
Since this is a normal thing to do in Piwik, changing date in the calendar while widgets are loading should not display "Oops" message.
When calendar is clicked before all widgets loaded, do not display "Oops..." message
https://api.github.com/repos/matomo-org/matomo/issues/2887/comments
2
2012-01-26T00:20:52Z
2014-07-08T10:09:09Z
https://github.com/matomo-org/matomo/issues/2887
37,353,401
2,887
[ "matomo-org", "matomo" ]
http://www.123-find.com/?q=deportazione%20degli%20ebrei%20in%20babilonia "www.123-find.com" => array( "123-find", "q"),
Other search engine
https://api.github.com/repos/matomo-org/matomo/issues/2886/comments
2
2012-01-25T07:40:57Z
2014-07-08T10:09:09Z
https://github.com/matomo-org/matomo/issues/2886
37,353,399
2,886
[ "matomo-org", "matomo" ]
~~"websearch.4shared.com" => array( "4shared", "q", "results?q={k}"), ~~ --> added as InfoSpace powered "www.123-find.com" => array( "123-find", "q"), ~~"search.imesh.com" => array( "imesh", "q", "web?q={k}"),~~ --> added ~~"searchya.com" => array( "searchya", "q", "?q={k}"),~~ --> added as InfoSpace powered "sear...
New search engines
https://api.github.com/repos/matomo-org/matomo/issues/2885/comments
39
2012-01-25T07:39:05Z
2014-07-08T10:13:36Z
https://github.com/matomo-org/matomo/issues/2885
37,353,395
2,885
[ "matomo-org", "matomo" ]
See attached screenshots, these URLs are ugly (this is becoming the norm with Google referral URLs!). Google Plus should pass us the referral used on the plus website, but instead passes these meaningless URLs from which we can at least extract the destination URL and display it alone instead of the full plus URL. ht...
rewrite into friendly format the URLs from plus.url.google.com
https://api.github.com/repos/matomo-org/matomo/issues/2884/comments
2
2012-01-25T01:43:18Z
2014-07-08T10:09:06Z
https://github.com/matomo-org/matomo/issues/2884
37,353,393
2,884
[ "matomo-org", "matomo" ]
"search.imesh.com" => array( "imesh", "q", "web?q={k}"), "searchya.com" => array( "searchya", "q", "?q={k}"), "search.handycafe.com" => array( "handycafe", "q", "search?q=cristianesimo{k}"), "search.imesh.com" => array( "imesh", "q", "web?q={k}"),
more more search engines
https://api.github.com/repos/matomo-org/matomo/issues/2883/comments
0
2012-01-24T10:16:14Z
2012-01-24T15:30:54Z
https://github.com/matomo-org/matomo/issues/2883
37,353,392
2,883
[ "matomo-org", "matomo" ]
"search.imesh.com" => array( "imesh", "q", "web?q={k}"), "searchya.com" => array( "searchya", "q", "?q={k}"), "search.handycafe.com" => array( "handycafe", "q", "search?q=cristianesimo{k}"),
more more search engines
https://api.github.com/repos/matomo-org/matomo/issues/2882/comments
1
2012-01-24T10:16:09Z
2014-07-08T10:09:06Z
https://github.com/matomo-org/matomo/issues/2882
37,353,391
2,882
[ "matomo-org", "matomo" ]
e.g., package.json 1) sanity checked against Piwik_Plugin::getInformation() 2) allows detailed information to be loaded independently of the class 3) would be used by plugin repository and in-app plugin installer 4) could store dependency information; i.e., used to load plugins (and register observers) in the right...
Specification: Plugin package description
https://api.github.com/repos/matomo-org/matomo/issues/2881/comments
5
2012-01-23T21:40:20Z
2014-07-08T10:09:06Z
https://github.com/matomo-org/matomo/issues/2881
37,353,390
2,881
[ "matomo-org", "matomo" ]
Barriers to implementation: - no password is sent; so, no password is stored; so, breaks token auth - the VerifiedEmail protocol contains only the host domain (and possibly port) for the relying party (i.e., Piwik); it doesn't include the path, so it's broken if piwik is installed in a subdirectory Keywords: interesti...
BrowserID support
https://api.github.com/repos/matomo-org/matomo/issues/2880/comments
2
2012-01-23T16:10:55Z
2014-07-08T10:09:06Z
https://github.com/matomo-org/matomo/issues/2880
37,353,389
2,880
[ "matomo-org", "matomo" ]
http://find.tdc.dk/google.php?1&q=luis+ladaria&searcharea=world&offset=40 "find.tdc.dk" => array( "find", "q", "google.php?1&q={k}"),
one more search engine
https://api.github.com/repos/matomo-org/matomo/issues/2879/comments
1
2012-01-23T11:06:27Z
2014-08-03T11:21:21Z
https://github.com/matomo-org/matomo/issues/2879
37,353,388
2,879
[ "matomo-org", "matomo" ]
"www.crawler.com" => array( "crawler", "q", "search/results1.aspx?q={k}"),
another search engine
https://api.github.com/repos/matomo-org/matomo/issues/2878/comments
1
2012-01-23T11:04:03Z
2014-08-03T11:21:21Z
https://github.com/matomo-org/matomo/issues/2878
37,353,387
2,878
[ "matomo-org", "matomo" ]
I installed Piwik 1.6 on a Windows 2008 R2 Server, running IIS 7.5. I have set 'display_errors' to 'Off', but on the Settings/Security tab I always see the message _display_errors is enabled. This is not recommended on "production" servers, as it could reveal sensitive information. You should consider disabling this fe...
'display_errors' property on IIS 7.5
https://api.github.com/repos/matomo-org/matomo/issues/2877/comments
1
2012-01-23T01:55:53Z
2014-08-03T11:25:30Z
https://github.com/matomo-org/matomo/issues/2877
37,353,385
2,877
[ "matomo-org", "matomo" ]
"index.gomeo.com" => array( "gomeo", "key", "{k}"),
one more search engine still unrecognized
https://api.github.com/repos/matomo-org/matomo/issues/2876/comments
1
2012-01-22T10:09:18Z
2014-08-03T11:21:20Z
https://github.com/matomo-org/matomo/issues/2876
37,353,384
2,876
[ "matomo-org", "matomo" ]
"isearch.avg.com" => array( "isearch", "q", "search?q={k}"), "search.softonic.com" => array( "softonic", "q", "MON00023/tb_v1?q={k}"), "int.search-results.com" => array( "search-results", "q", "web?q={k}"),
unrecognized search engines
https://api.github.com/repos/matomo-org/matomo/issues/2875/comments
1
2012-01-20T17:47:21Z
2014-07-08T10:09:05Z
https://github.com/matomo-org/matomo/issues/2875
37,353,383
2,875
[ "matomo-org", "matomo" ]
https://github.com/vipsoft/DBObsecurity Keywords: third-party-plugin
Database password encryption / fetch from environment variable
https://api.github.com/repos/matomo-org/matomo/issues/2874/comments
2
2012-01-20T15:31:05Z
2014-07-08T10:09:05Z
https://github.com/matomo-org/matomo/issues/2874
37,353,381
2,874
[ "matomo-org", "matomo" ]
Hallo, There seems to be a bug in the goal tracking when the visitor arrives trough a campaign. The goal gets attributed to the referring domain and not the campaign. This seesm to happen when you trigger the goal manually. If I track an external link for example the goal is attributed to the campaign. In Visitor Log ...
Goal not attributed to campaign when triggered manually
https://api.github.com/repos/matomo-org/matomo/issues/2873/comments
5
2012-01-20T10:56:45Z
2014-07-08T10:09:05Z
https://github.com/matomo-org/matomo/issues/2873
37,353,380
2,873
[ "matomo-org", "matomo" ]
If you have created a few goals the admin interface is completely cluttered due to the subnavigation is not ment to display more than a few links. Keywords: gui, ux, navigation, goals, user expirience
Display goals subnavigation as dropdown when goals do not fit on screen
https://api.github.com/repos/matomo-org/matomo/issues/2872/comments
3
2012-01-19T09:42:29Z
2014-07-08T10:12:19Z
https://github.com/matomo-org/matomo/issues/2872
37,353,379
2,872
[ "matomo-org", "matomo" ]
Add support for plugins to be able to load their own config files. This allows plugins to be increasingly self-contained in their own folder. - modify ExamplePlugin to add config folder - default config file name will be local.config.php
Add plugin-specific config loader
https://api.github.com/repos/matomo-org/matomo/issues/2871/comments
2
2012-01-19T06:16:21Z
2014-07-08T10:09:05Z
https://github.com/matomo-org/matomo/issues/2871
37,353,378
2,871
[ "matomo-org", "matomo" ]
You can find the datebase password in the config.ini.php. Can you pls let piwik encrypt this password? Thanks =)
Add plugin hook to set/modify database connection info
https://api.github.com/repos/matomo-org/matomo/issues/2870/comments
5
2012-01-17T23:32:40Z
2014-07-08T10:09:05Z
https://github.com/matomo-org/matomo/issues/2870
37,353,377
2,870
[ "matomo-org", "matomo" ]
In the SEO ranking widget I used to enter another site url and get the corresponding ranking values. Sinces 1.6 update it doesn't work any more: - I write the url in the text box - I hit the "rank" button - the values for my site are shown
SEO ranking widget doesn't show other sites' ranking any more
https://api.github.com/repos/matomo-org/matomo/issues/2869/comments
4
2012-01-17T09:37:52Z
2014-07-08T10:09:05Z
https://github.com/matomo-org/matomo/issues/2869
37,353,376
2,869
[ "matomo-org", "matomo" ]
Based on the developer preview, look for "Windows NT 6.2".
Windows 8 detection
https://api.github.com/repos/matomo-org/matomo/issues/2868/comments
1
2012-01-15T23:47:22Z
2014-07-08T10:09:26Z
https://github.com/matomo-org/matomo/issues/2868
37,353,375
2,868
[ "matomo-org", "matomo" ]
E.g. Yandex and Google query (search) strings are processed correctly.
Wrong charset for mail.ru query string
https://api.github.com/repos/matomo-org/matomo/issues/2867/comments
4
2012-01-15T17:48:27Z
2014-07-08T10:09:04Z
https://github.com/matomo-org/matomo/issues/2867
37,353,374
2,867
[ "matomo-org", "matomo" ]
Using the default javascript tracking code with Piwik (1.5.1 and 1.6), sometimes page title is not recorded, the following text is shown instead [HTMLImageElement](object). For instance, this happens when I am visiting the website. I can see the request send to Piwik and it contains ... _viewts 1326571313 actio...
document.title is overridden by element with id=title or name=title
https://api.github.com/repos/matomo-org/matomo/issues/2866/comments
9
2012-01-14T22:31:09Z
2014-07-08T10:09:04Z
https://github.com/matomo-org/matomo/issues/2866
37,353,372
2,866
[ "matomo-org", "matomo" ]
The name of the country Sweden is wrongly translated to Spanish as Suiza, it should be Suecia.
Wrong translation of country name
https://api.github.com/repos/matomo-org/matomo/issues/2865/comments
2
2012-01-13T14:35:13Z
2014-08-03T11:21:20Z
https://github.com/matomo-org/matomo/issues/2865
37,353,371
2,865
[ "matomo-org", "matomo" ]
None
trunk: test against php 5.3.9 and 5.4.0rc5
https://api.github.com/repos/matomo-org/matomo/issues/2864/comments
1
2012-01-11T22:54:44Z
2014-07-08T10:09:04Z
https://github.com/matomo-org/matomo/issues/2864
37,353,370
2,864
[ "matomo-org", "matomo" ]
Hi, I want to download the mobile project but I cannot get access with TortoiseSvn
Problem to get to the mobile svn
https://api.github.com/repos/matomo-org/matomo/issues/2863/comments
1
2012-01-10T10:19:28Z
2014-08-03T11:21:20Z
https://github.com/matomo-org/matomo/issues/2863
37,353,369
2,863
[ "matomo-org", "matomo" ]
Hello, when using the 1.7 beta release the graphs in the report are simply scaled larger when the page is rotated, instead of being redrawn like they are in the HTML report. Please compare the two reports attached (HTML - printed to PDF and the Original PDF report) to see the differences between the quality in the gra...
trunk: Email Report Graphs Pixelated
https://api.github.com/repos/matomo-org/matomo/issues/2862/comments
5
2012-01-08T06:42:44Z
2014-07-08T10:09:03Z
https://github.com/matomo-org/matomo/issues/2862
37,353,368
2,862
[ "matomo-org", "matomo" ]
Reported in [forum post](http://forum.piwik.org/read.php?2,84457)
Warning: Invalid argument supplied for foreach() in Admin.php on line 55
https://api.github.com/repos/matomo-org/matomo/issues/2861/comments
1
2012-01-08T04:27:37Z
2014-07-08T10:09:03Z
https://github.com/matomo-org/matomo/issues/2861
37,353,367
2,861
[ "matomo-org", "matomo" ]
It would be nice to be able to generate a Yearly PDF/HTML Report. Requested in [forum](http://forum.piwik.org/read.php?2,84492).
Email reports to support "Yearly" reports
https://api.github.com/repos/matomo-org/matomo/issues/2860/comments
3
2012-01-08T03:31:06Z
2024-09-13T09:12:52Z
https://github.com/matomo-org/matomo/issues/2860
37,353,366
2,860
[ "matomo-org", "matomo" ]
Per title, error was: Unable to get image: /home/www/plugins/UserSettings/images/os/Others.gif' Instead of trying to load Others.gif the codepath should avoid putting an image for this row and the PDF would then simply not load any icon for the last row "Others".
trunk: truncated reports result in error loading "Others.gif" instead of not showing an image for the truncated row
https://api.github.com/repos/matomo-org/matomo/issues/2859/comments
1
2012-01-08T01:34:43Z
2014-07-08T10:09:03Z
https://github.com/matomo-org/matomo/issues/2859
37,353,365
2,859
[ "matomo-org", "matomo" ]
add interactivity to the API page: - choose module and method - change parameters - show constructed URL - AJAX preview
Piwik - REST API Explorer
https://api.github.com/repos/matomo-org/matomo/issues/2858/comments
0
2012-01-06T18:26:47Z
2024-09-13T09:12:53Z
https://github.com/matomo-org/matomo/issues/2858
37,353,364
2,858
[ "matomo-org", "matomo" ]
Just header template changes. Don't use html5-specific elements yet ... don't want to get into semantic debate yet.
Change html markup from xhtml4 to html5
https://api.github.com/repos/matomo-org/matomo/issues/2857/comments
7
2012-01-06T13:31:10Z
2024-09-13T09:12:53Z
https://github.com/matomo-org/matomo/issues/2857
37,353,363
2,857
[ "matomo-org", "matomo" ]
User defined reports based on custom variables, where metadata is stored in database. - see Community plugin #1436 - see HTML5 feature detection plugin #1166
CustomVariables: Widget Factory
https://api.github.com/repos/matomo-org/matomo/issues/2856/comments
0
2012-01-06T13:24:31Z
2014-08-03T11:25:30Z
https://github.com/matomo-org/matomo/issues/2856
37,353,362
2,856
[ "matomo-org", "matomo" ]
I have a campaign which gives, in its keywords reports, some weirdness: in some hits a "?pk_campaign" suffix is shown in the report, as the image I'm attacching shows.
Campaign keyword filtering
https://api.github.com/repos/matomo-org/matomo/issues/2855/comments
5
2012-01-05T23:43:40Z
2014-07-08T10:09:03Z
https://github.com/matomo-org/matomo/issues/2855
37,353,361
2,855
[ "matomo-org", "matomo" ]
Hi Most (not all) of the ecommerce orders going through Piwik are being recorded as both orders AND abandoned carts. I'll attach a screenshot. If it matters, I'm using PiwikTracker.php and not the JS API. (I wanted to post this on the forum first incase I was doing something wrong, but didn't receive the confirmatio...
Completed ecommerce orders are also showing as abandoned cart
https://api.github.com/repos/matomo-org/matomo/issues/2854/comments
8
2012-01-05T16:29:30Z
2014-07-08T10:09:02Z
https://github.com/matomo-org/matomo/issues/2854
37,353,360
2,854
[ "matomo-org", "matomo" ]
If an order comes in via the xtcModified webshop, the shopping cart of the customer will be displayed as an "abandoned cart" in Piwik though the customer actually checked out and placed the order! This has happened one time so far now with a spanish customer, who obviously used translate.google.com during checkout in ...
xtcModified shopping carts that become orders sometimes displayed as abandoned carts
https://api.github.com/repos/matomo-org/matomo/issues/2853/comments
1
2012-01-05T12:29:34Z
2014-08-03T11:25:30Z
https://github.com/matomo-org/matomo/issues/2853
37,353,359
2,853
[ "matomo-org", "matomo" ]
The visits by server time vertical bars graph for the current day is plotted in a different way than the visits by local time one: - the local time visits graph plots all the 24 hours - the server time visits graph plots only the hours that have passed I think it would be better that the two graphs plot all the 24 hou...
Visits by server time vertical bars
https://api.github.com/repos/matomo-org/matomo/issues/2852/comments
7
2012-01-05T10:11:25Z
2014-08-03T11:25:30Z
https://github.com/matomo-org/matomo/issues/2852
37,353,358
2,852
[ "matomo-org", "matomo" ]
To reduce ongoing maintenance and set some acceptance criteria for new additions. At the same time, potentially improve attribution stats. If the referrer contains a well-known keyword parameter (eg 'q', 'query'), automatically treat as a searchengine. (Be careful here...too many recognized parameters increases the ...
Generic search engine detection
https://api.github.com/repos/matomo-org/matomo/issues/2850/comments
0
2012-01-04T17:53:31Z
2024-09-13T09:12:54Z
https://github.com/matomo-org/matomo/issues/2850
37,353,357
2,850
[ "matomo-org", "matomo" ]
In the "Visitors in real time" widget some visits from search engine has a "from SearchEnging - "search terms" #N" heading, but the SearchEngine link connects to the found page, not to the search itself. I note that where the #N parameter isn't shown the link correctly takes to the search. I cannot understand whether...
Incorrect link in "Visitors in real time" widget
https://api.github.com/repos/matomo-org/matomo/issues/2849/comments
1
2012-01-04T13:54:00Z
2014-07-08T10:09:02Z
https://github.com/matomo-org/matomo/issues/2849
37,353,356
2,849
[ "matomo-org", "matomo" ]
I saw in the comments of [1411](1411) that the PowerShell script for archiving needed to be updated to match the latest archive.sh The attached file does that as well as a few other improvements. Here is the summary of changes: - Added test for the existence of the INI file so that script will fail if the INI file lo...
Update PowerShell script to match archive.sh
https://api.github.com/repos/matomo-org/matomo/issues/2848/comments
6
2012-01-04T05:15:15Z
2014-07-08T10:09:02Z
https://github.com/matomo-org/matomo/issues/2848
37,353,355
2,848
[ "matomo-org", "matomo" ]
Hi, I'm using Firefox 9.0.1 with default setting and Piwik 1.6 French version. I can't see my visits in log visiteur with this browser and maybe with precedent version ( today i've the latest).
piwik.js: setDoNotTrack() broken
https://api.github.com/repos/matomo-org/matomo/issues/2847/comments
4
2012-01-02T10:01:36Z
2014-07-08T10:09:01Z
https://github.com/matomo-org/matomo/issues/2847
37,353,353
2,847
[ "matomo-org", "matomo" ]
Proposing Yubico integration initially since I already have a Yubikey. Can look into other vendors later.
Two factor authentication login: new GoogleAuthenticator plugin on Marketplace!
https://api.github.com/repos/matomo-org/matomo/issues/2846/comments
18
2012-01-01T06:58:45Z
2016-10-05T21:29:41Z
https://github.com/matomo-org/matomo/issues/2846
37,353,352
2,846
[ "matomo-org", "matomo" ]
When one goes to the Goals page in IE 7 they get the "Error on Page" indicator in the status bar at the bottom and none of the links for viewing by type work. For example, if you want to view goals by custom varaibles the link doesn't work. I looked at the page in FireFox and it works there so this seems to be an iss...
javascript error on Goals page in IE 7 due to unexpected comma
https://api.github.com/repos/matomo-org/matomo/issues/2845/comments
2
2011-12-31T01:45:49Z
2014-07-08T10:09:01Z
https://github.com/matomo-org/matomo/issues/2845
37,353,351
2,845
[ "matomo-org", "matomo" ]
When calling to CustomVariables.getCustomVariablesValuesFromNameId the call fails with a Fatal error that says: Fatal error: Call to undefined method Piwik_DataTable_Array::deleteColumn() in C:\inetpub\wwwroot\piwik\plugins\CustomVariables\API.php on line 87 The URL I was using to call was: index.php?module=API&metho...
CustomVariables.getCustomVariablesValuesFromNameId fails
https://api.github.com/repos/matomo-org/matomo/issues/2844/comments
2
2011-12-30T23:37:08Z
2014-07-08T10:09:01Z
https://github.com/matomo-org/matomo/issues/2844
37,353,350
2,844
[ "matomo-org", "matomo" ]
I tried to install Piwik and I got following error: Debug enabled - Input parameters: &lt;br/>array ( ) General_ExceptionConfigurationFileNotFound And this exception raised another exception "No entry is registered for key 'logger_exception'" I looked on google for some solution but nothing found. Does anyone know w...
General_ExceptionConfigurationFileNotFound
https://api.github.com/repos/matomo-org/matomo/issues/2843/comments
1
2011-12-30T23:08:52Z
2014-08-03T11:25:30Z
https://github.com/matomo-org/matomo/issues/2843
37,353,349
2,843
[ "matomo-org", "matomo" ]
On a certain site in our Piwik, some users are particularly happy with their F5 buttons. They reload the page that lists the new forum posts, sometimes dozens of times in a row, waiting for new messages to arrive. Since I couldn't find a de-duplication feature in Piwik, I hacked one in jQuery. It does its work uncondi...
Visitor Log: De-duplicate repeated page views
https://api.github.com/repos/matomo-org/matomo/issues/2840/comments
4
2011-12-26T21:47:04Z
2014-07-08T10:09:00Z
https://github.com/matomo-org/matomo/issues/2840
37,353,348
2,840