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 no description is entered I get following error: ``` The required variable 'description' is not correct or has not been found in the API Request. ``` Could this message be replaced with a nicer message, e.g. desription must be entered...
PDF: no description entered
https://api.github.com/repos/matomo-org/matomo/issues/1525/comments
1
2010-07-29T11:51:43Z
2014-07-08T10:03:25Z
https://github.com/matomo-org/matomo/issues/1525
37,351,743
1,525
[ "matomo-org", "matomo" ]
Google's SSL Search is available here https://encrypted.google.com and should be added to searchengines datafile. Regards
Add searchengine: encrypted.google.com
https://api.github.com/repos/matomo-org/matomo/issues/1524/comments
2
2010-07-29T10:01:18Z
2014-07-08T10:03:25Z
https://github.com/matomo-org/matomo/issues/1524
37,351,741
1,524
[ "matomo-org", "matomo" ]
Main ticket is #409 Quick fixes (ensuring Piwik never produces an error) was made in [2777]
Fix "Size of a request header field exceeds server limit"
https://api.github.com/repos/matomo-org/matomo/issues/1523/comments
0
2010-07-29T04:15:34Z
2010-07-29T04:15:38Z
https://github.com/matomo-org/matomo/issues/1523
37,351,740
1,523
[ "matomo-org", "matomo" ]
The quick fix in r2764 deals with a specific malformed response by Feedburner. We need to handle this more generally. Proposal: - create a simplexml wrapper class - handle errors as described in http://ca.php.net/manual/en/simplexml.examples-errors.php Note: SimpleXML is used by the ExampleFeedburner and SEO plugins...
Create SimpleXML wrapper that handles errors
https://api.github.com/repos/matomo-org/matomo/issues/1522/comments
0
2010-07-28T23:09:47Z
2014-07-08T10:12:12Z
https://github.com/matomo-org/matomo/issues/1522
37,351,739
1,522
[ "matomo-org", "matomo" ]
For the 1.0 release, the response from: ``` http://api.piwik.org/1.0/getLatestVersion ``` should be frozen as 1.0. The url in core/UpdateCheck.php should change to: ``` http://api.piwik.org/2.0/getLatestVersion ``` This will allow us to: - clean up some of the code (e.g., remove any deprecated methods, obsolete co...
Don't allow pre-1.0 to upgrade past 1.0.
https://api.github.com/repos/matomo-org/matomo/issues/1521/comments
2
2010-07-28T20:52:04Z
2014-07-08T10:03:25Z
https://github.com/matomo-org/matomo/issues/1521
37,351,738
1,521
[ "matomo-org", "matomo" ]
Yesterday, I updated PHP from 5.2 to 5.3(.3), and updated piwik too. Piwik updated database and everything looked like good, I logged in, checked settings.. everything was fine. Today, everything is wrong. If I have a session (I didn't logged out) I have an error in title. The full error message you can find here: [ht...
Exception: Requested website was not loaded. in ../webstat/core/Site.php on line 62
https://api.github.com/repos/matomo-org/matomo/issues/1520/comments
6
2010-07-28T09:01:58Z
2014-07-08T10:03:25Z
https://github.com/matomo-org/matomo/issues/1520
37,351,737
1,520
[ "matomo-org", "matomo" ]
option_name is varchar(64) but can contain the "option_name" + login. the login can be up to 100 car. => modify option_name to varchar(255) to avoid some errors...
option_name column too short for possible values
https://api.github.com/repos/matomo-org/matomo/issues/1519/comments
4
2010-07-28T02:45:37Z
2014-07-08T10:03:24Z
https://github.com/matomo-org/matomo/issues/1519
37,351,736
1,519
[ "matomo-org", "matomo" ]
Hello, After logging in and viewing the Dashboard page, no widgets load and the Add Widget button does nothing. JS console shows the following error: > TypeError: Result of expression 'widgetParameters' [undefined] is not an object. > Other pages seem to load ok.
After 0.6.4 upgrade, Dashboard page empty
https://api.github.com/repos/matomo-org/matomo/issues/1518/comments
3
2010-07-27T00:13:24Z
2014-08-03T11:21:41Z
https://github.com/matomo-org/matomo/issues/1518
37,351,735
1,518
[ "matomo-org", "matomo" ]
It should be possible to hide the offset information for a table and the paginator controls independently. Keywords: viewDataTable, DataTable
function disableOffsetInformation in viewDataTable hides ales Paginator Controls
https://api.github.com/repos/matomo-org/matomo/issues/1517/comments
3
2010-07-26T20:45:26Z
2014-07-08T10:03:24Z
https://github.com/matomo-org/matomo/issues/1517
37,351,734
1,517
[ "matomo-org", "matomo" ]
The German translation is misleading. Piwik defines "visits" and "unique visitors" - the German translation always uses "Besucher". So a German user has numbers in the "Last visits graph" ("Grafik der letzten Besucher") and for example in the browser settings list, but the visits are visits and the settings are for uni...
Wrong translation for "visits"
https://api.github.com/repos/matomo-org/matomo/issues/1516/comments
4
2010-07-26T17:39:27Z
2014-07-08T10:03:24Z
https://github.com/matomo-org/matomo/issues/1516
37,351,733
1,516
[ "matomo-org", "matomo" ]
For the moment it is not possible to install Piwik on some Linux machines, if the session.save_handler 'mm' (Memory) is used. The problem lies in Session.php, where the session is initialized only for 'files'. As for type 'user' a manual switch to 'files' is made, I suggest doing the same for 'mm'. This worked in our...
PHP flag session.save_handler 'mm' doesn't work for Piwik
https://api.github.com/repos/matomo-org/matomo/issues/1515/comments
1
2010-07-25T20:23:24Z
2014-07-08T10:03:24Z
https://github.com/matomo-org/matomo/issues/1515
37,351,732
1,515
[ "matomo-org", "matomo" ]
This plugin adds a worldmap widget to your dashboard. The map is rendered in flash (swf size: 216kb) and has _no_ dependencies to other services like google maps. the plugin load the data via API call from UserCountry plugin. by now, the plugin is able to dsiplay the following data: - unique visitors - visits - actio...
UserCountryMap: zoomable world map of your visitors location
https://api.github.com/repos/matomo-org/matomo/issues/1514/comments
48
2010-07-25T18:33:34Z
2014-07-08T10:17:33Z
https://github.com/matomo-org/matomo/issues/1514
37,351,729
1,514
[ "matomo-org", "matomo" ]
I tried everything possible to make it work for calling the API via php. The request works fine if isend him via html request,but if i change to "build in", what means using the php version of calling the api, I get always the following message. ``` session has already been started by session.auto-start or session_sta...
Developer Call the API via PHP is not working: Session Start
https://api.github.com/repos/matomo-org/matomo/issues/1513/comments
1
2010-07-25T07:26:57Z
2014-08-03T11:21:41Z
https://github.com/matomo-org/matomo/issues/1513
37,351,728
1,513
[ "matomo-org", "matomo" ]
In Docs > Piwik Tracking API > Piwik Tracking API (Advanced users) > point 3, there is a code snippet for including the PiwikTracker.php. In line 4 it says PiwikTracker::$url which has to be PiwikTracker::$URL to work correctly always.
typo in Piwik API Documentation
https://api.github.com/repos/matomo-org/matomo/issues/1512/comments
2
2010-07-25T06:00:59Z
2014-07-08T10:03:22Z
https://github.com/matomo-org/matomo/issues/1512
37,351,727
1,512
[ "matomo-org", "matomo" ]
The fix in #1497 should be adapted for css files as well, because of the way css classes inherit styling. e.g. css reset has to be first
order of minified css files
https://api.github.com/repos/matomo-org/matomo/issues/1511/comments
1
2010-07-25T00:19:39Z
2014-07-08T10:03:22Z
https://github.com/matomo-org/matomo/issues/1511
37,351,725
1,511
[ "matomo-org", "matomo" ]
...and the following error message appears instead of the graphic : Fatal error: Cannot use object of type Piwik_DataTable_Row as array in /home/kunden/default/htdocs/piwik/piwik/plugins/Actions/Actions.php on line 480 site has about 2.000 visitors / day. Another site with much less visitors does not throw this error...
Cannot use object of type Piwik_DataTable_Row as array in Actions.php
https://api.github.com/repos/matomo-org/matomo/issues/1510/comments
2
2010-07-24T21:19:20Z
2014-07-08T10:03:22Z
https://github.com/matomo-org/matomo/issues/1510
37,351,724
1,510
[ "matomo-org", "matomo" ]
In config file, is stored mail server settings. The UI makes it easy to enable SMTP (disabled by default)
Add new settings to enable SMTP emails
https://api.github.com/repos/matomo-org/matomo/issues/1509/comments
1
2010-07-24T18:44:00Z
2014-07-08T10:17:01Z
https://github.com/matomo-org/matomo/issues/1509
37,351,723
1,509
[ "matomo-org", "matomo" ]
It regularly nearly crash my browser trying to load 10M of error message. Backtrace should be truncated after 1M.
when displayed on screen, errors/notice/warning should be truncated
https://api.github.com/repos/matomo-org/matomo/issues/1508/comments
1
2010-07-24T11:18:24Z
2014-07-08T10:03:22Z
https://github.com/matomo-org/matomo/issues/1508
37,351,722
1,508
[ "matomo-org", "matomo" ]
After upgrading to 0.6.5 via web interface (and also after a new manual installation) the web interface's stylesheet is gone and "Oops problem during the request, please try again."-message appears. Maybe the priority of this bug is even "critical". Apache Access Log says: ``` x.x.x.x - - [23/Jul/2010:21:11:54 +0200]...
Insufficient permissions on generated CSS and JS files
https://api.github.com/repos/matomo-org/matomo/issues/1507/comments
12
2010-07-23T21:43:46Z
2014-07-08T10:03:26Z
https://github.com/matomo-org/matomo/issues/1507
37,351,721
1,507
[ "matomo-org", "matomo" ]
but it should be of course
Regression: Add a goal, Goal revenue is not an INPUT form
https://api.github.com/repos/matomo-org/matomo/issues/1506/comments
1
2010-07-23T21:25:12Z
2014-07-08T10:03:21Z
https://github.com/matomo-org/matomo/issues/1506
37,351,720
1,506
[ "matomo-org", "matomo" ]
``` Warning: uasort() [<a href='function.uasort'>function.uasort</a>]: The argument should be an array in /srv/www/stellar-legends/stats/core/Menu/Abstract.php on line 147 Backtrace --> #0 Piwik_ErrorHandler(2, uasort() [<a href='function.uasort'>function.uasort</a>]: The argument should be an array, /srv/www/stellar-...
Error after Update
https://api.github.com/repos/matomo-org/matomo/issues/1505/comments
2
2010-07-23T20:53:27Z
2014-08-03T11:21:41Z
https://github.com/matomo-org/matomo/issues/1505
37,351,718
1,505
[ "matomo-org", "matomo" ]
Widget configuration should be memorized : Examples : - Date range always gaoes back to "day" view. In most of my websites, it is useless : I prefer the "week" or "month" view, but we have to configure it each times. Note : I accord with an other ticket saying that the widget "last visits graphics" should have an inde...
widget parameters not memorized
https://api.github.com/repos/matomo-org/matomo/issues/1504/comments
2
2010-07-23T13:28:24Z
2014-08-03T11:21:41Z
https://github.com/matomo-org/matomo/issues/1504
37,351,717
1,504
[ "matomo-org", "matomo" ]
During 0.6.4 setup and install, you are prompted for the "name" and "URL" of your website. After completing setup, if you go to Settings > Websites, you will find the URL has been set as example.com. reported in: http://forum.piwik.org/index.php?showtopic=12421 - reproduced
Regression: URL entered in install not recorded
https://api.github.com/repos/matomo-org/matomo/issues/1503/comments
1
2010-07-23T08:37:29Z
2014-07-08T10:03:21Z
https://github.com/matomo-org/matomo/issues/1503
37,351,715
1,503
[ "matomo-org", "matomo" ]
None
Piwik 1.0 is NOT available (yet)
https://api.github.com/repos/matomo-org/matomo/issues/1502/comments
6
2010-07-23T00:37:30Z
2014-07-08T10:03:21Z
https://github.com/matomo-org/matomo/issues/1502
37,351,714
1,502
[ "matomo-org", "matomo" ]
The add widget button is just non-functional and all widgets seem to have been lost since the 0.6.3->0.6.4 update
Can't load dashboard or add widgets to empty dashboard
https://api.github.com/repos/matomo-org/matomo/issues/1501/comments
7
2010-07-22T15:29:14Z
2014-07-08T10:03:20Z
https://github.com/matomo-org/matomo/issues/1501
37,351,713
1,501
[ "matomo-org", "matomo" ]
If I change the month and/or the year the datepicker closes. Only with IE8.
IE8: Datepicker issue
https://api.github.com/repos/matomo-org/matomo/issues/1500/comments
4
2010-07-22T15:24:23Z
2014-07-08T10:03:20Z
https://github.com/matomo-org/matomo/issues/1500
37,351,712
1,500
[ "matomo-org", "matomo" ]
If I click on the Link "Dashboard" in the top menu I see the all websites again.
Link "Dashboard" does not work
https://api.github.com/repos/matomo-org/matomo/issues/1499/comments
2
2010-07-22T15:21:47Z
2014-07-08T10:03:20Z
https://github.com/matomo-org/matomo/issues/1499
37,351,711
1,499
[ "matomo-org", "matomo" ]
If the json extension is disabled (e.g., --disable-json) or missing (e.g., for php 5.1.x, json is an optional PECL extension), the unit tests fail due to differences in the compatibility function. (One of the failures may be a bug.)
upgradephp - unit test failures
https://api.github.com/repos/matomo-org/matomo/issues/1498/comments
7
2010-07-22T14:55:28Z
2014-07-08T10:03:20Z
https://github.com/matomo-org/matomo/issues/1498
37,351,710
1,498
[ "matomo-org", "matomo" ]
Hallo , i've recently updated from piwik 6.3 . I've noticed that can be a problem for the index , with jQuery errors on "undefined $" that point to lines where are present options with international characters , for example thai . The configuration of my webserver is to output as default "UTF-8" encoding , so the Asi...
"undefined $" - jQuery errors
https://api.github.com/repos/matomo-org/matomo/issues/1497/comments
33
2010-07-22T09:52:04Z
2016-06-03T04:31:43Z
https://github.com/matomo-org/matomo/issues/1497
37,351,708
1,497
[ "matomo-org", "matomo" ]
I'm usign Piwik since a while and always do the updates. After the last one to version 0.6.4 I discovered something weird: [[Image(http://thehippo.de/~hippo/screenshot2.png)]] How is it possible to have 124% of all computer have installed the JavaPlugin?
Weird percentage of installations of a browser plugin (>100%)
https://api.github.com/repos/matomo-org/matomo/issues/1496/comments
5
2010-07-22T04:44:36Z
2014-07-08T10:09:20Z
https://github.com/matomo-org/matomo/issues/1496
37,351,706
1,496
[ "matomo-org", "matomo" ]
`````` Fatal error: Call to protected method HTML_QuickForm2_Renderer_Array::exportMethods() from context 'HTML_QuickForm2_Renderer_Proxy' in /var/www/html/piwik/libs/HTML/QuickForm2/Renderer/Proxy.php on line 113``` http://forum.piwik.org/index.php?showtopic=12211 ``````
0.6.4 - HTML_QuickForm2 incompatible with PHP 5.1.6
https://api.github.com/repos/matomo-org/matomo/issues/1495/comments
2
2010-07-22T04:36:51Z
2014-07-08T10:03:19Z
https://github.com/matomo-org/matomo/issues/1495
37,351,704
1,495
[ "matomo-org", "matomo" ]
Propose: use Piwik_Http see: http://forum.piwik.org/index.php?showtopic=12251
SEO - Alexa rank checker's use of simplexml requires allow_url_fopen = on
https://api.github.com/repos/matomo-org/matomo/issues/1494/comments
1
2010-07-22T04:35:40Z
2014-07-08T10:03:18Z
https://github.com/matomo-org/matomo/issues/1494
37,351,703
1,494
[ "matomo-org", "matomo" ]
Heya! After upgrading to 0.6.4 both of my installations have died: The merged asset : couldn't be parsed for getting the hashcode. Backtrace: #0 /dir/core/AssetManager.php(386): Piwik_AssetManager::getMergedAssetHash('css') #1 /dir/core/AssetManager.php(433): Piwik_AssetManager::removeMergedAsset('css') #2 /dir/plugi...
The merged asset : couldn't be parsed for getting the hashcode
https://api.github.com/repos/matomo-org/matomo/issues/1493/comments
4
2010-07-21T19:03:40Z
2014-07-08T10:03:18Z
https://github.com/matomo-org/matomo/issues/1493
37,351,702
1,493
[ "matomo-org", "matomo" ]
``` ... --- latest-0.6.3/piwik/core/Tracker/GoalManager.php Mon May 31 13:57:22 2010 +++ piwik-0.6.4-rc4/piwik/core/Tracker/GoalManager.php Tue Jun 29 12:06:58 2010 @@ -52,7 +52,7 @@ return $goal; } } - throw new Exception(Piwik_TranslateException('General_ExceptionGoalNotFoun...
[0.6.4-rc4] Minor localization regression?
https://api.github.com/repos/matomo-org/matomo/issues/1492/comments
1
2010-07-21T15:40:51Z
2014-08-03T11:21:41Z
https://github.com/matomo-org/matomo/issues/1492
37,351,701
1,492
[ "matomo-org", "matomo" ]
This is a followup to #1485 See existing functionnality in API.get\* methods from the API page. Metadata improvement list: - ~~include per goal conversions, revenue and conv. rate for each segment~~ - ~~add Column description (on hover) in the metadata~~ - add footer message - add Related Reports list (eg. see Actio...
API Report metadata Improvements list
https://api.github.com/repos/matomo-org/matomo/issues/1491/comments
4
2010-07-20T13:33:24Z
2024-09-13T09:13:09Z
https://github.com/matomo-org/matomo/issues/1491
37,351,700
1,491
[ "matomo-org", "matomo" ]
This ticket is a placeholder for all little bugs in the new design. - A click outside the website selector should close the website selector - The popover showing for Widget delete confirmation (see piwikHelper.windowModal JS) should be reused in other deletion confirmation such as - user deletion, - site deleti...
New design, list of improvements and small issues
https://api.github.com/repos/matomo-org/matomo/issues/1490/comments
15
2010-07-19T23:54:31Z
2014-07-08T10:17:01Z
https://github.com/matomo-org/matomo/issues/1490
37,351,699
1,490
[ "matomo-org", "matomo" ]
I noticed that the MultiSite dashboard shows up e.g. 10 visitors for today (July 19) but for week July 19 - 25 nothing. Same with pageviews and unique visitors. Seems that the week does not include today. Maybe tomorrow figures from today will be shown. Will check this.
MultiSites Day/Week
https://api.github.com/repos/matomo-org/matomo/issues/1489/comments
2
2010-07-19T23:20:03Z
2014-07-08T10:03:17Z
https://github.com/matomo-org/matomo/issues/1489
37,351,698
1,489
[ "matomo-org", "matomo" ]
The new UI doesn't look so good in IE8 (haven't tested IE7). Hovering the "About Piwik"-Box makes the box showing under the "Add Widgets" block (Resolution: 1024x768). For my local installation (latest trunk) the Website selector didn't work (showed only the current site and didn't let me select other websites). Look...
Regression in new UI
https://api.github.com/repos/matomo-org/matomo/issues/1488/comments
2
2010-07-19T01:44:04Z
2014-08-03T11:21:40Z
https://github.com/matomo-org/matomo/issues/1488
37,351,697
1,488
[ "matomo-org", "matomo" ]
See in the page: http://dev.piwik.org/trac/wiki/API/CallingTechniques The error: &lt;b>Fatal error&lt;/b>: Class 'Piwik_Session' not found in &lt;b>/home/www/piwik.org/demo/index.php&lt;/b> on line &lt;b>44&lt;/b>&lt;br /> Maybe autoloader doesn't search in the proper paths? any idea?
Using PHP classes to call API seems broken
https://api.github.com/repos/matomo-org/matomo/issues/1487/comments
2
2010-07-18T16:21:46Z
2014-07-08T10:03:17Z
https://github.com/matomo-org/matomo/issues/1487
37,351,696
1,487
[ "matomo-org", "matomo" ]
UPDATE January 26th: Custom Alerts plugin is now available in the Marketplace! Test it by [using the latest Piwik beta version](http://piwik.org/faq/how-to-update/faq_159/), and then installing the [Custom Alerts plugin](http://plugins.piwik.org/CustomAlerts) in one click: go to Piwik, click Settings then click Marketp...
New plugin: define Custom Alerts and receive email when triggered
https://api.github.com/repos/matomo-org/matomo/issues/1486/comments
52
2010-07-18T14:07:07Z
2014-07-08T10:17:00Z
https://github.com/matomo-org/matomo/issues/1486
37,351,691
1,486
[ "matomo-org", "matomo" ]
Required by various plugins, Custom Alerts, PDF generation, custom graph builder, etc. It should also be used by the Mobile Piwik eventually. Goal is to have each plugin define the list of API reports they offer: - group name - report name - api method & function to call to request data - list of metrics that will be...
Piwik plugins define their API metadata and returns ready to be displayed reports
https://api.github.com/repos/matomo-org/matomo/issues/1485/comments
7
2010-07-18T14:02:03Z
2014-07-08T10:17:01Z
https://github.com/matomo-org/matomo/issues/1485
37,351,690
1,485
[ "matomo-org", "matomo" ]
See complete report and proposed fix in http://forum.piwik.org/index.php?showtopic=11511
Bug in download tracking when no other page views
https://api.github.com/repos/matomo-org/matomo/issues/1484/comments
1
2010-07-16T23:58:38Z
2014-07-08T10:03:14Z
https://github.com/matomo-org/matomo/issues/1484
37,351,689
1,484
[ "matomo-org", "matomo" ]
Browser: Firefox 3.6 OS: Mac 10.x Sometimes if I want to edit a goal piwik does not store the changes and the spinner on the left side (shows that the system is bussy) is spinning long time without a response. After a click on "cancel" sometimes the changes are stored, sometimes not. After a logout it works fine for s...
Changes to goal plugin then loading... never stops
https://api.github.com/repos/matomo-org/matomo/issues/1483/comments
3
2010-07-16T11:58:48Z
2014-07-08T10:03:14Z
https://github.com/matomo-org/matomo/issues/1483
37,351,688
1,483
[ "matomo-org", "matomo" ]
Hi, I've found a bug trying to integrate Piwik with Django via Python-piwik. That one calls SitesManager.getJavascriptTag which is defined as return self::getCurrentScheme().'://'.self::getCurrentHost(). self::getCurrentScriptPath(); However, on my server, getCurrentHost is sub.domain.tld and getCurrentScriptPath is...
API produces wrong URLs
https://api.github.com/repos/matomo-org/matomo/issues/1482/comments
3
2010-07-16T02:13:48Z
2014-07-08T10:03:14Z
https://github.com/matomo-org/matomo/issues/1482
37,351,687
1,482
[ "matomo-org", "matomo" ]
On latest trunk I'm getting a login screen when clicking on the "Activate/Deactivate" link on any plugin. After logging in again the plugin is activated/deactivated as expected. If this behaviour is on purpose then I think there should be a way to activate/deactivate multiple plugins at once (checkbox + "Activate/Deac...
Activating plugin requires re-login.
https://api.github.com/repos/matomo-org/matomo/issues/1481/comments
3
2010-07-15T16:46:39Z
2014-07-08T10:03:14Z
https://github.com/matomo-org/matomo/issues/1481
37,351,685
1,481
[ "matomo-org", "matomo" ]
Just as the '%' matches 0 or more characters in a LIKE expression, the '_' matches any character in a LIKE expression. Create database with table prefix "piwik2". Delete the config.ini.php. Rerun installer this time using the table prefix "piwik_". After submitting the "database setup" form: ``` SQLSTATE[42S02]: Base...
getTablesInstalled: underscore in prefix matches any character
https://api.github.com/repos/matomo-org/matomo/issues/1480/comments
3
2010-07-15T16:41:33Z
2014-07-08T10:03:13Z
https://github.com/matomo-org/matomo/issues/1480
37,351,684
1,480
[ "matomo-org", "matomo" ]
The SEO plugin (got it on a regular install) isn't properly handling errors. Yesterday I did get "Cannot resolve host who.is", today I'm having a "curl_exec: connect() timed out" (see attachment).
SEO plugin doesn't catch errors.
https://api.github.com/repos/matomo-org/matomo/issues/1479/comments
3
2010-07-15T14:31:16Z
2014-07-08T10:03:13Z
https://github.com/matomo-org/matomo/issues/1479
37,351,683
1,479
[ "matomo-org", "matomo" ]
A table of contents with anchor links should be added to the API module list to find content faster. Also, we should add a short english description of what each API plugin can spefically do. This will make the [Analytics API](http://piwik.org/docs/analytics-api/reference/) page a bit more digestible.
Add a table of contents & quick description of each API in the API page
https://api.github.com/repos/matomo-org/matomo/issues/1478/comments
2
2010-07-14T16:40:00Z
2014-07-08T10:06:11Z
https://github.com/matomo-org/matomo/issues/1478
37,351,682
1,478
[ "matomo-org", "matomo" ]
I just noticed that there are thousands of files in tmp/sessions and the vast majority has a size of 0. Age of all files is at most around 16 days. Should these files really exist?
Session files in tmp/sessions with size 0
https://api.github.com/repos/matomo-org/matomo/issues/1477/comments
1
2010-07-14T12:00:44Z
2014-08-03T11:21:40Z
https://github.com/matomo-org/matomo/issues/1477
37,351,681
1,477
[ "matomo-org", "matomo" ]
When I try to promote a user to administrator for all sites by clicking on the red button and "apply to all websites" is selected above, it says "Done" and the button turns green. But if I click on the tab "users" again, the button is red again, and no rights were given. I am using 0.6.3. PS: Promoting to admin for a s...
Cannot set administrator for all sites in user manager
https://api.github.com/repos/matomo-org/matomo/issues/1476/comments
3
2010-07-14T08:29:49Z
2014-08-03T11:21:40Z
https://github.com/matomo-org/matomo/issues/1476
37,351,678
1,476
[ "matomo-org", "matomo" ]
Workflow improvement to optionally create db user if db admin (e.g., root) specified. - move database name and tables prefix between server and db user name - add db admin/password below db user/password; perhaps group with "Optional" label and border - add help text explaining that these fields are necessary to create...
Installation: create db user
https://api.github.com/repos/matomo-org/matomo/issues/1475/comments
3
2010-07-14T03:42:50Z
2014-08-03T11:30:04Z
https://github.com/matomo-org/matomo/issues/1475
37,351,677
1,475
[ "matomo-org", "matomo" ]
I am tracking actions from a flash application, so I use piwikTracker.setDocumentTitle(). To create an arborescent structure, I add slashes to the title. The data are well collected but the widget to view it is completely in panic : - lot of loading errors => have to refresh the webpage - truncated categories have no i...
Widget "Page titles" expanding sometimes bugs
https://api.github.com/repos/matomo-org/matomo/issues/1474/comments
9
2010-07-13T15:19:59Z
2014-07-08T10:08:34Z
https://github.com/matomo-org/matomo/issues/1474
37,351,675
1,474
[ "matomo-org", "matomo" ]
This provides mb_convert_encoding() which is used by Piwik_DataTable_Renderer_Csv and Piwik_DataTable_Renderer_Tsv. (This also explains why some of the tests were failing on hudson. I'm going to rebuild with --enable-mbstring.)
Installation - warning if mbstring extension not enabled
https://api.github.com/repos/matomo-org/matomo/issues/1473/comments
1
2010-07-13T04:39:50Z
2014-07-08T10:03:12Z
https://github.com/matomo-org/matomo/issues/1473
37,351,674
1,473
[ "matomo-org", "matomo" ]
As a follow up to #1153, the Super User password reset message wasn't implemented. WE should, as it is a comment support request, users don't understand why their password is not reseted, and often they just can't login in Piwik, causing troubles.
Super user password reset should alert user when config file not writable
https://api.github.com/repos/matomo-org/matomo/issues/1472/comments
1
2010-07-12T10:37:01Z
2014-07-08T10:03:12Z
https://github.com/matomo-org/matomo/issues/1472
37,351,673
1,472
[ "matomo-org", "matomo" ]
i.e., references to latest.zip and api.piwik.org This will allow us to test release updates. Build Server: - provide service which mimics api.piwik.org/1.0/getLatestVersion - serve up latest.zip (svn export trunk and bundle it up in a zip file) - restrict to local access (127.0.0.1) to prevent abuse Web test: - if c...
Configure PIWIK_URL and PIWIK_HOST in global.ini.php
https://api.github.com/repos/matomo-org/matomo/issues/1471/comments
1
2010-07-12T07:33:09Z
2014-07-08T10:03:44Z
https://github.com/matomo-org/matomo/issues/1471
37,351,672
1,471
[ "matomo-org", "matomo" ]
High priority/ Super useful projects - Restore PHPDoc of the PHP Tracker http://qa.piwik.org:8080/phpdocs/ - the page is currently 404 at: http://piwik.org/docs/tracking-api/ - Implement new Webtests to automatically test the installation, update, login. See #2935 Improvement ideas - Run code coverage during the tests...
Continuous Integration server improvements
https://api.github.com/repos/matomo-org/matomo/issues/1470/comments
44
2010-07-12T02:32:44Z
2014-07-08T10:11:51Z
https://github.com/matomo-org/matomo/issues/1470
37,351,668
1,470
[ "matomo-org", "matomo" ]
Pseudo-code: ``` already_reported = false ... if (fails filelength check) { message = 'File length mismatch' if (! already_reported) { read file convert CR LF to LF if (md5 sum passes) { message = 'File length mismatch. Please re-upload your files using BINARY mode.' ...
File integrity check errors when files not uploaded in binary mode
https://api.github.com/repos/matomo-org/matomo/issues/1469/comments
3
2010-07-08T16:34:24Z
2014-07-08T10:03:10Z
https://github.com/matomo-org/matomo/issues/1469
37,351,667
1,469
[ "matomo-org", "matomo" ]
Pressing the browser's back button, it's possible to submit another website, even a duplicate. Since this is intended to be the "first web site", subsequent submissions should be considered edits of the first site. Keywords: wishlist
Installer - should not allow adding second website
https://api.github.com/repos/matomo-org/matomo/issues/1468/comments
1
2010-07-08T06:30:17Z
2014-07-08T10:03:10Z
https://github.com/matomo-org/matomo/issues/1468
37,351,666
1,468
[ "matomo-org", "matomo" ]
We got some trouble with the translations returned by the API. In some languages the translations contain html-entities. As we do not use a browser engine to output and there is no native javascript or Titanium function to decode entities, those entities are currently displayed in mobile application. I guess the best...
Problem with html-entities in translation
https://api.github.com/repos/matomo-org/matomo/issues/1467/comments
19
2010-07-07T13:22:41Z
2014-07-08T10:03:10Z
https://github.com/matomo-org/matomo/issues/1467
37,351,664
1,467
[ "matomo-org", "matomo" ]
PHP 5.3.2 (from CLI): ``` PHP Fatal error: Multiple access type modifiers are not allowed in /PATH/TO/piwik/dev/trunk/core/Tracker/PiwikTracker.php on line 104 PHP Stack trace: PHP 1. {main}() /PATH/TO/piwik/dev/trunk/tests/all_tests.php:0 PHP 2. TestSuite->addFile() /PATH/TO/piwik/dev/trunk/tests/all_tests.php:5...
Unit test failure - PHP 5.2.13 and 5.3.2
https://api.github.com/repos/matomo-org/matomo/issues/1466/comments
7
2010-07-07T02:50:49Z
2014-07-08T10:03:09Z
https://github.com/matomo-org/matomo/issues/1466
37,351,662
1,466
[ "matomo-org", "matomo" ]
This ticket is a placeholder for improvements related to integration tests and tests in general. Check out existing tests ([Main.test.php](https://github.com/piwik/piwik/blob/master/tests/integration/Main.test.php) or [Integration.test.php](https://github.com/piwik/piwik/blob/master/plugins/ExampleAPI/tests/Integrati...
Integration testing: list of ideas of improvement
https://api.github.com/repos/matomo-org/matomo/issues/1465/comments
30
2010-07-06T23:59:37Z
2014-07-08T10:09:13Z
https://github.com/matomo-org/matomo/issues/1465
37,351,660
1,465
[ "matomo-org", "matomo" ]
If you ask piwik for visitors evolution, daily, weekly and montly screen show unique visitors, while yearly doesn't. That happens in the resume with graph widget.
Yearly evolution doesn't show unique visitos
https://api.github.com/repos/matomo-org/matomo/issues/1464/comments
6
2010-07-06T14:52:58Z
2014-07-08T10:03:08Z
https://github.com/matomo-org/matomo/issues/1464
37,351,659
1,464
[ "matomo-org", "matomo" ]
I've moved PHP Piwik logs in a separate file and I'm getting the error in the subject on any hit to the GeoIP plugin (v0.13) data: https://hostname/piwik/index.php?module=CoreHome&action=index&idSite=1&period=day&date=today#module=GeoIP&action=index&idSite=1&period=day&date=today The error seems not to have any funct...
[GeoIP] Call to undefined method Piwik_DataTable_Array::getFirstRow() in /path/to/piwik-0.6.3/core/ViewDataTable.php on line 871
https://api.github.com/repos/matomo-org/matomo/issues/1463/comments
2
2010-07-06T10:49:16Z
2014-07-08T10:03:07Z
https://github.com/matomo-org/matomo/issues/1463
37,351,658
1,463
[ "matomo-org", "matomo" ]
Do we properly handle: - malformed URLs, eg http:domain and http:/domain (which are auto-corrected by some browsers) - trailing period on tld, eg http://domain.tld./path
Investigate: URL irregularities
https://api.github.com/repos/matomo-org/matomo/issues/1462/comments
3
2010-07-04T20:07:24Z
2014-08-03T11:25:55Z
https://github.com/matomo-org/matomo/issues/1462
37,351,657
1,462
[ "matomo-org", "matomo" ]
On CI server: ``` "Error while creating the file: ../tmp/latest/LATEST ```
tmp/latest/LATEST: Unit test regression
https://api.github.com/repos/matomo-org/matomo/issues/1461/comments
2
2010-07-04T15:39:08Z
2014-07-08T10:03:07Z
https://github.com/matomo-org/matomo/issues/1461
37,351,656
1,461
[ "matomo-org", "matomo" ]
Ticket for http://forum.piwik.org/index.php?showtopic=11321 I haven't had the time to investigate this any deeper, but the number of people reporting that Piwik is not tracking any visits is increasing and we should take a look at it. **Quote from mutor:** _I am suspecting that the problem is that the tracking URL s...
Workaround broken mod_security rules causing Piwik to not track visits
https://api.github.com/repos/matomo-org/matomo/issues/1460/comments
19
2010-07-03T14:54:28Z
2014-07-08T10:17:38Z
https://github.com/matomo-org/matomo/issues/1460
37,351,655
1,460
[ "matomo-org", "matomo" ]
This ticket is a place-holder for all SEO Analytics feature requests. We've narrowed down scope of this ticket and here are the specifications for Piwik 1.X: - SEO data points (Pagerank, page indexed,etc.) should be each recorded as "archive_numeric" fields (all of them being "integer" values). - The "seo archiving" c...
Improve SEO analytics in Piwik
https://api.github.com/repos/matomo-org/matomo/issues/1459/comments
32
2010-07-03T10:47:32Z
2024-09-13T09:13:10Z
https://github.com/matomo-org/matomo/issues/1459
37,351,652
1,459
[ "matomo-org", "matomo" ]
Just started appearing now that it's currently 20:34 EST (now 00:34 UTC). ``` Fail: ../tests/core/ArchiveProcessing.test.php -> Test_Piwik_ArchiveProcessing -> test_init_today -> Equal expectation fails because [Integer: 1278118800] differs from [Integer: 1278117098] by 1702 at [/home/apang/work/piwik/dev/trunk/tests/...
ArchiveProcessing: timezone issues
https://api.github.com/repos/matomo-org/matomo/issues/1458/comments
29
2010-07-03T02:35:55Z
2014-07-08T10:06:15Z
https://github.com/matomo-org/matomo/issues/1458
37,351,650
1,458
[ "matomo-org", "matomo" ]
referenced in core/Log/Error.php
Notice: undefined constant E_EXCEPTION
https://api.github.com/repos/matomo-org/matomo/issues/1457/comments
1
2010-07-03T01:09:10Z
2014-07-08T10:03:04Z
https://github.com/matomo-org/matomo/issues/1457
37,351,649
1,457
[ "matomo-org", "matomo" ]
It is nice, that it's adjustable to sort the API-responses as needed. Is there a reason why _filter_sort_column_ and _filter_sort_order_ have both to be given in a request to get it sorted. I would expect that sorting a column without a given order behaves like any database and orders _asc_ by default. It's not realy ...
Sorting in API without order
https://api.github.com/repos/matomo-org/matomo/issues/1456/comments
3
2010-07-02T22:14:08Z
2014-07-08T10:03:04Z
https://github.com/matomo-org/matomo/issues/1456
37,351,648
1,456
[ "matomo-org", "matomo" ]
Currently Piwik reports total number of actions, which includes page views, downloads and outlinks. While this stat is useful, it would also make sense to report specifically about each action, and have a sparkline+stat for each of the following - Page views - Downloads - Clicks on outlinks
Add sparklines and stat for Page views, Downloads and Outlinks separately
https://api.github.com/repos/matomo-org/matomo/issues/1454/comments
53
2010-06-29T15:20:02Z
2014-07-08T10:08:32Z
https://github.com/matomo-org/matomo/issues/1454
37,351,645
1,454
[ "matomo-org", "matomo" ]
One of our customers is using piwik on a high traffic website. To handle all the request there are two nodes with piwik behind a loadbalancer. There are some problems appearing with this system configuration. When changes are made to plugins, the settings are stored in the local config file. But this happens only on t...
problems with multi machine installation
https://api.github.com/repos/matomo-org/matomo/issues/1453/comments
5
2010-06-29T10:14:47Z
2014-07-08T10:03:02Z
https://github.com/matomo-org/matomo/issues/1453
37,351,644
1,453
[ "matomo-org", "matomo" ]
Some point in the near future, the Piwik installer tried to create the DB during the install. I just tried and installed Piwik and used a non existing DB but the installer doesn't create it anymore. I think it might have been when the adapters/DB files got refactored recently. Assigning high priority.
Regression: Installer doesn't try and create the DB anymore
https://api.github.com/repos/matomo-org/matomo/issues/1452/comments
1
2010-06-29T09:06:25Z
2014-07-08T10:03:02Z
https://github.com/matomo-org/matomo/issues/1452
37,351,643
1,452
[ "matomo-org", "matomo" ]
hello, i am experiencing some errors with the "Form security key" stuff when i want to login to piwik on my machine. I tracked down the error to the function "static public function getCurrentScriptName()" in Url.php The $_SERVER['REQUEST_URI'] on my machine is not set correctly. instead of just /path/to/piwik/index.p...
Apache+Rails: malformed REQUEST_URI
https://api.github.com/repos/matomo-org/matomo/issues/1451/comments
3
2010-06-28T14:41:21Z
2014-07-08T10:03:14Z
https://github.com/matomo-org/matomo/issues/1451
37,351,642
1,451
[ "matomo-org", "matomo" ]
See: http://modxcms.com/forums/index.php?topic=32891.msg295437#msg295437
Call to a member function on a non-object
https://api.github.com/repos/matomo-org/matomo/issues/1450/comments
20
2010-06-27T07:40:42Z
2014-07-08T10:03:02Z
https://github.com/matomo-org/matomo/issues/1450
37,351,639
1,450
[ "matomo-org", "matomo" ]
None
Zend Framework update to 1.10.6
https://api.github.com/repos/matomo-org/matomo/issues/1449/comments
2
2010-06-27T06:46:50Z
2014-07-08T10:03:01Z
https://github.com/matomo-org/matomo/issues/1449
37,351,638
1,449
[ "matomo-org", "matomo" ]
Command line reference: - http://technet.microsoft.com/en-us/library/bb490872.aspx Note: older versions of Windows (e.g., NT4) has setacl.exe.
Windows installation: should suggest cacls instead of chmod
https://api.github.com/repos/matomo-org/matomo/issues/1448/comments
1
2010-06-26T20:49:00Z
2014-07-08T10:03:01Z
https://github.com/matomo-org/matomo/issues/1448
37,351,637
1,448
[ "matomo-org", "matomo" ]
From http://forum.piwik.org/index.php?showtopic=11111 Patch attached.
Error in core/Tracker/Db/Mysqli.php
https://api.github.com/repos/matomo-org/matomo/issues/1447/comments
2
2010-06-26T15:53:41Z
2014-07-08T10:03:01Z
https://github.com/matomo-org/matomo/issues/1447
37,351,636
1,447
[ "matomo-org", "matomo" ]
This is related to #134, but is not duplicate. #134 is about bulk loading logs into Piwik, this ticket is a first step: - Propose non js tracking tag (simple image tag) in the 'display JS' page. Document limitations (missing parameters and bots tracked like normal users) - Clarify that &lt;noscript> still doesn't track...
Provide 'Non Javascript Tracking tag' and document Tracking push API to piwik.php
https://api.github.com/repos/matomo-org/matomo/issues/1446/comments
17
2010-06-25T15:37:04Z
2014-07-08T10:03:01Z
https://github.com/matomo-org/matomo/issues/1446
37,351,633
1,446
[ "matomo-org", "matomo" ]
On my Windows Apache instance whenever i try to enable a plugin with the new version 0.6.3 i receive an error saying that there is no method prefixtable(). Example: Fatal error: Call to undefined method Piwik::prefixtable() in xxxxxxxxxx\htdocs\piwik\plugins\GeoIP\GeoIP.php on line 41
undefined method Piwik::prefixtable()
https://api.github.com/repos/matomo-org/matomo/issues/1445/comments
3
2010-06-24T15:52:27Z
2014-07-08T10:03:00Z
https://github.com/matomo-org/matomo/issues/1445
37,351,632
1,445
[ "matomo-org", "matomo" ]
CSS styles are not the same on the feedback form when you access it from the dashboard or from an admin page.
CSS conflict in feedback form
https://api.github.com/repos/matomo-org/matomo/issues/1444/comments
5
2010-06-24T01:02:27Z
2014-07-08T10:03:00Z
https://github.com/matomo-org/matomo/issues/1444
37,351,630
1,444
[ "matomo-org", "matomo" ]
See existing test in LanguagesManager. The test could simply be extended to overwrite translation files, and remove these strings that don't match properly. Old files could be saved as $code.backup.php This would fix many small issues for Piwik users (link that doesn't display properly because the translator forgot o...
Remove from language files lines that don't have the correct number of %s parameters
https://api.github.com/repos/matomo-org/matomo/issues/1443/comments
1
2010-06-23T05:23:23Z
2014-07-08T10:03:00Z
https://github.com/matomo-org/matomo/issues/1443
37,351,629
1,443
[ "matomo-org", "matomo" ]
Follow-up to #1243: the current version of Piwik has been rejected from directory.fsf.org due to license issues: - license files are missing or incomplete (which we' will need to advise upstream) for some third-party components/libraries - the PEAR package, Html/Quickform is licensed under PHP 3.01 license and is GPL...
Replace Html Quickform for GPL compatibility
https://api.github.com/repos/matomo-org/matomo/issues/1442/comments
23
2010-06-23T02:44:04Z
2014-07-08T10:03:42Z
https://github.com/matomo-org/matomo/issues/1442
37,351,628
1,442
[ "matomo-org", "matomo" ]
Introduced by [2349] ?
Unit test regressions
https://api.github.com/repos/matomo-org/matomo/issues/1441/comments
2
2010-06-23T02:09:02Z
2014-07-08T10:02:59Z
https://github.com/matomo-org/matomo/issues/1441
37,351,626
1,441
[ "matomo-org", "matomo" ]
As mentioned in #1436, it would be nice if the update function (Piwik_Tracker_Visit::handleKnownVisit) would be hookable. Here is a patch to do so.
Make Piwik_Tracker_Visit::handleKnownVisit hookable
https://api.github.com/repos/matomo-org/matomo/issues/1440/comments
3
2010-06-22T21:19:06Z
2014-07-08T10:02:59Z
https://github.com/matomo-org/matomo/issues/1440
37,351,625
1,440
[ "matomo-org", "matomo" ]
In some environments, the command line php in the user's path may point to php-cgi. We can use the --no-header (or -q) flag to suppress the http response header. This is also accepted by php-cli (for compatibility; interestingly, there is no flag to enable headers in php-cli). In addition, we can add an explicit ch...
Handle archive.sh using php-cgi
https://api.github.com/repos/matomo-org/matomo/issues/1439/comments
1
2010-06-22T04:57:57Z
2014-07-08T10:02:59Z
https://github.com/matomo-org/matomo/issues/1439
37,351,624
1,439
[ "matomo-org", "matomo" ]
When a plugin is updated, smarty compiled templates are not necessarily deleted/reprocessed. We should purge smarty templates when - Update piwik - install/uninstall plugin
Smarty template_c files should be purged on plugin install/uninstall
https://api.github.com/repos/matomo-org/matomo/issues/1438/comments
3
2010-06-21T15:11:10Z
2014-07-08T10:05:22Z
https://github.com/matomo-org/matomo/issues/1438
37,351,623
1,438
[ "matomo-org", "matomo" ]
Hi, I'm using Piwik on a system with tr_TR.UTF-8 locale and this error shows up when running archiver: Fatal error: Class 'Piwik_Db_Adapter_MysqlI' not found in /my_path_to_piwik/piwik/core/Db/Adapter.php on line 41 And that line is: return 'Piwik_Db_Adapter_' . str_replace(' ', '_', ucwords(str_replace('_', ' ', str...
Fatal Error in archiver with Turkish locale
https://api.github.com/repos/matomo-org/matomo/issues/1437/comments
4
2010-06-21T12:45:44Z
2014-07-08T10:02:58Z
https://github.com/matomo-org/matomo/issues/1437
37,351,622
1,437
[ "matomo-org", "matomo" ]
I've developed a plugin (based on current trunk [2319]), which allows to track additional information about community users. It generates reports about: - usertype (user/guest) including evolution - users age-group - evolution of average age - gender (male, female, unknown) including evolution - user activity (list of ...
New Plugin: Demography reporting
https://api.github.com/repos/matomo-org/matomo/issues/1436/comments
30
2010-06-20T23:51:26Z
2014-08-03T11:21:40Z
https://github.com/matomo-org/matomo/issues/1436
37,351,619
1,436
[ "matomo-org", "matomo" ]
I just visited Piwik on _mySite.ext/piwik/_ and I had these errors: 0.6.2 Warning: Cannot modify header information - headers already sent by (output started at /var/www/piwik/core/Http.php:306) in /var/www/piwik/core/Controller.php on line 403 Backtrace --> #0 Piwik_ErrorHandler(2, Cannot modify header information -...
Warning: Cannot modify header information - headers already sent
https://api.github.com/repos/matomo-org/matomo/issues/1435/comments
1
2010-06-19T04:19:44Z
2014-07-08T10:02:57Z
https://github.com/matomo-org/matomo/issues/1435
37,351,618
1,435
[ "matomo-org", "matomo" ]
In #774, the first stable release of the Goal Tracking plugin was released in Piwik. We have other ideas of improvements to the plugin: **Create Goal options** - ~~Currently, only one goal conversion can be triggered per visit. Add an option, per goal, to allow recording multiple conversion per visit for this goal.~~ ...
Goal Tracking plugin list of feature requests
https://api.github.com/repos/matomo-org/matomo/issues/1434/comments
8
2010-06-18T14:59:37Z
2014-08-03T11:25:55Z
https://github.com/matomo-org/matomo/issues/1434
37,351,617
1,434
[ "matomo-org", "matomo" ]
I was looking into why a failed unit test doesn't fail the build and I noticed that we have been failing a unit test on bamboo.openx.org for a while now (circa r2091). &lt;span class="fail">Fail&lt;/span>: ../tests/core/ArchiveProcessing.test.php -&gt; Test_Piwik_ArchiveProcessing -&gt; test_init_today -&gt; Equal exp...
ArchiveProcessing unit test failing
https://api.github.com/repos/matomo-org/matomo/issues/1433/comments
7
2010-06-17T22:53:51Z
2014-07-08T10:02:56Z
https://github.com/matomo-org/matomo/issues/1433
37,351,616
1,433
[ "matomo-org", "matomo" ]
Wanted to synchronize Piwik and Drupal website users using API, but discovered that it is impossible, no diacritics and whitespace can be used for Piwik usernames. Keywords: wishlist
checkValidLoginString is too restrictive
https://api.github.com/repos/matomo-org/matomo/issues/1432/comments
1
2010-06-16T21:27:38Z
2014-07-08T10:02:56Z
https://github.com/matomo-org/matomo/issues/1432
37,351,615
1,432
[ "matomo-org", "matomo" ]
Flock released a new beta of its browser which is now based on Chromium and Webkit. User agent is: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Flock/3.0.0.3737 Chrome/4.1.249.1071 Safari/532.5
Flock now based on Chromium and Webkit
https://api.github.com/repos/matomo-org/matomo/issues/1431/comments
1
2010-06-16T14:57:16Z
2014-07-08T10:02:56Z
https://github.com/matomo-org/matomo/issues/1431
37,351,614
1,431
[ "matomo-org", "matomo" ]
Matt in revision 2304 you accidentally broke the VisitorGenerator plugin. See: http://dev.piwik.org/trac/changeset/2304 You removed value='yes' which is required to check if the user is aware of what he's doing.
VisitorGenerator broken
https://api.github.com/repos/matomo-org/matomo/issues/1430/comments
1
2010-06-16T07:58:23Z
2014-07-08T10:02:56Z
https://github.com/matomo-org/matomo/issues/1430
37,351,613
1,430
[ "matomo-org", "matomo" ]
I don't know if you guys can reproduce this but when using the latest trunk (r2307) I get a "Widget not found" for the "Last visits graph" on the Dashboard. If this change was made intentionally it should be reported prior or with the release (or maybe automatically be fixed for everyone in the database upgrade). Piw...
"Widget not found" in current trunk
https://api.github.com/repos/matomo-org/matomo/issues/1429/comments
4
2010-06-16T07:54:45Z
2014-08-03T11:30:04Z
https://github.com/matomo-org/matomo/issues/1429
37,351,612
1,429
[ "matomo-org", "matomo" ]
Because the reports are truncated after 500 rows by default (see config value datatable_archiving_maximum_rows_actions), there is more to display than what is currently displayed in [these reports](http://piwik.org/demo/index.php?module=CoreHome&action=index&idSite=1&period=month&date=2010-05-10#module=Actions&action=g...
The Actions > Page URLs and Page titles reports should have pagination
https://api.github.com/repos/matomo-org/matomo/issues/1428/comments
1
2010-06-15T12:29:51Z
2014-07-08T10:02:56Z
https://github.com/matomo-org/matomo/issues/1428
37,351,611
1,428
[ "matomo-org", "matomo" ]
The report stored with a name 'UserSettings_configuration' in the blob archive tables, is not truncated and can take up significant space in the DB. It should be truncated after 500 rows.
User settings configuration report table is not bounded
https://api.github.com/repos/matomo-org/matomo/issues/1427/comments
1
2010-06-15T11:41:49Z
2014-07-08T10:02:56Z
https://github.com/matomo-org/matomo/issues/1427
37,351,610
1,427
[ "matomo-org", "matomo" ]
Google added a webkit based browser to Google Earth User agent is: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Google Earth/5.2.1.1329 Safari/532.4
Google Earth 5.2 - embedded webkit browser
https://api.github.com/repos/matomo-org/matomo/issues/1426/comments
3
2010-06-14T22:22:37Z
2014-07-08T10:02:55Z
https://github.com/matomo-org/matomo/issues/1426
37,351,609
1,426
[ "matomo-org", "matomo" ]
The feedback popup content is loaded by default. Instead, the Feedback plugin controller should be called only when the 'Give us feedback!' link is clicked. Fixing this will save 1 http request ([see request](http://piwik.org/demo/index.php?module=Feedback&action=index&idSite=1&period=day&date=yesterday)).
Regression: feedback popup content is loaded by default
https://api.github.com/repos/matomo-org/matomo/issues/1425/comments
8
2010-06-14T12:22:27Z
2014-07-08T10:02:55Z
https://github.com/matomo-org/matomo/issues/1425
37,351,608
1,425