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"
] | By default PHP error messages and printDebug() output are displayed to all users accessing the admin or widgets. This can provide server information to malicious users. A new option should be added to config.ini.php to disable all error output to the browser. Additionally it would be useful to set this option separatel... | Post-1.0: use production server default for error messages | https://api.github.com/repos/matomo-org/matomo/issues/1124/comments | 5 | 2010-01-22T21:27:51Z | 2014-07-08T10:01:50Z | https://github.com/matomo-org/matomo/issues/1124 | 37,351,233 | 1,124 |
[
"matomo-org",
"matomo"
] | currently piwik is showing the webkit number for safari and not the versionnumber of Safari.
For most webmasters it would be better to see which version (Safari 4, 3 and so on) is used by his visitors.
http://en.wikipedia.org/wiki/Safari_version_history
| Safari: use product version numbers instead of those in the user agent string | https://api.github.com/repos/matomo-org/matomo/issues/1123/comments | 2 | 2010-01-22T19:09:38Z | 2014-07-08T10:01:52Z | https://github.com/matomo-org/matomo/issues/1123 | 37,351,232 | 1,123 |
[
"matomo-org",
"matomo"
] | For consistency (and to avoid E_STRICT warnings), public API functions should be declared as "static public". In many cases, it's simply "public" (or in some cases, implied).
Use of $this should be replaced with self::getInstance().
| plugins/*/API.php - E_STRICT cleanup | https://api.github.com/repos/matomo-org/matomo/issues/1122/comments | 6 | 2010-01-22T18:07:32Z | 2014-07-08T10:01:49Z | https://github.com/matomo-org/matomo/issues/1122 | 37,351,231 | 1,122 |
[
"matomo-org",
"matomo"
] | When I call
index.php?module=VisitTime&action=getVisitInformationPerServerTime&idSite=2&period=day&date=last30&token_auth=xxx&viewDataTable=generateDataChartVerticalBar
this resutls in an error message:
Fatal error: Call to undefined method Piwik_DataTable_Array::getColumn() in /Users/typo3felix/Sites/piwik/core/Vie... | Aggregate multi-column data over a date range | https://api.github.com/repos/matomo-org/matomo/issues/1121/comments | 5 | 2010-01-21T11:02:23Z | 2014-07-08T10:01:49Z | https://github.com/matomo-org/matomo/issues/1121 | 37,351,230 | 1,121 |
[
"matomo-org",
"matomo"
] | The Live! plugin is now bundled in Piwik core but disabled by default. Here is the list of bugs or changes that we would like to address for a public release:
## Live! widget todo list
Bugs
- reduce AJAX requests to make it faster. Fixes also problem with duping (race conditions in requests)
## Visitor log
- show Page... | Finish Live! plugin: bugs and small enhancements | https://api.github.com/repos/matomo-org/matomo/issues/1120/comments | 58 | 2010-01-20T07:59:21Z | 2014-07-08T10:16:42Z | https://github.com/matomo-org/matomo/issues/1120 | 37,351,227 | 1,120 |
[
"matomo-org",
"matomo"
] | See report in: http://forum.piwik.org/index.php?showtopic=4121
The old translation strings should be invalidated since the english string appears to have changed.
| Translation bug in the password recovery email | https://api.github.com/repos/matomo-org/matomo/issues/1119/comments | 1 | 2010-01-20T07:51:47Z | 2014-07-08T10:01:46Z | https://github.com/matomo-org/matomo/issues/1119 | 37,351,226 | 1,119 |
[
"matomo-org",
"matomo"
] | See report in: http://forum.piwik.org/index.php?showtopic=4381
The pie charts for browsers at least is not correct as it doesn't have a "Others" pie section to aggregate the 6-N row elements.
| Pie charts should always contain a catch-all "Others" element | https://api.github.com/repos/matomo-org/matomo/issues/1118/comments | 1 | 2010-01-20T07:41:18Z | 2014-07-08T10:03:30Z | https://github.com/matomo-org/matomo/issues/1118 | 37,351,225 | 1,118 |
[
"matomo-org",
"matomo"
] | The items in Piwik's sub menus become bold when you mouse over them. This is terrible, especially with non-English locales. The text jumps around, breaks the layout, and has a buggy feel.
Instead, I suggest simply changing the color of the text, or not doing anything at all (since the color of the cell behind the text... | do not use bold on hover "a" links in the submenus | https://api.github.com/repos/matomo-org/matomo/issues/1117/comments | 5 | 2010-01-20T04:50:29Z | 2014-07-08T10:01:46Z | https://github.com/matomo-org/matomo/issues/1117 | 37,351,224 | 1,117 |
[
"matomo-org",
"matomo"
] | Proposal:
The client is a Piwik plugin. The server, hosted at ActiveAnalytics.net during development, will be moved to plugins.piwik.org.
Offer delta releases which package only the changed files; the update script would remove any files deleted from the distro.
Related tickets:
- #607 - simpler way to install p... | Download and install plugins from (central) repository from within Piwik admin UI | https://api.github.com/repos/matomo-org/matomo/issues/1116/comments | 24 | 2010-01-19T02:37:17Z | 2014-08-03T11:26:00Z | https://github.com/matomo-org/matomo/issues/1116 | 37,351,220 | 1,116 |
[
"matomo-org",
"matomo"
] | If a single quote is used in a site name (Runner's Journey), the MultiSites screen does not show the list of sites. View Source shows all the information there, but a javascript "allSites is undefined" error is thrown. The single quote is messing with the javascript parsing.
| Single quote in site name, MultiSites screen does not show | https://api.github.com/repos/matomo-org/matomo/issues/1115/comments | 1 | 2010-01-18T19:37:26Z | 2014-07-08T10:01:44Z | https://github.com/matomo-org/matomo/issues/1115 | 37,351,219 | 1,115 |
[
"matomo-org",
"matomo"
] | On the Visitors --> Overview page, under Report, I am seeing a higher-than-expected number which is labeled as "actions (page views)". It appears as though this number is also including all non-pageview actions (e.g. exit links, downloads, etc.). Assuming this is true, would it be possible to relabel the "actions (page... | All actions incorrectly labeled as Page Views? (0.5.4) | https://api.github.com/repos/matomo-org/matomo/issues/1114/comments | 3 | 2010-01-18T19:26:45Z | 2014-07-08T10:01:44Z | https://github.com/matomo-org/matomo/issues/1114 | 37,351,218 | 1,114 |
[
"matomo-org",
"matomo"
] | The current German translation have many bugs and I've fixed some of them with the attached patch. The .patch file is only to review the changes of the strings.
I have also attached the latest de.php that fixes the code style bugs and therefore touches every line. Please commit the de.php to start working with a more ... | Fixes for German translation | https://api.github.com/repos/matomo-org/matomo/issues/1113/comments | 4 | 2010-01-16T15:54:47Z | 2014-08-03T11:22:01Z | https://github.com/matomo-org/matomo/issues/1113 | 37,351,217 | 1,113 |
[
"matomo-org",
"matomo"
] | ## ActiveIP2Country
The ActiveIP2Country plugin uses an IP-to-country database to determine the visitor's country. In contrast, Piwik normally guesses the visitor's country from his/her browser language and region.
Note: due to changes in IP block assignments, ActiveIP2Country does not attempt to correct earlier log... | Obsolete: ActiveIP2Country plugin: More accurate IP-to-Country reporting | https://api.github.com/repos/matomo-org/matomo/issues/1112/comments | 7 | 2010-01-16T08:46:47Z | 2014-08-03T11:26:00Z | https://github.com/matomo-org/matomo/issues/1112 | 37,351,215 | 1,112 |
[
"matomo-org",
"matomo"
] | This is a follow-up ticket to #1110.
To support IPv6 addresses will require data conversion in the database:
- IPv6 address are 128-bit. IP addresses are stored in the MySQL tables as 8-byte (64-bit) BIGINT UNSIGNED, or 4-byte (32-bit) INT UNSIGNED (as of r2237).
In php.net/ip2long, there's an implementation of ip2l... | IPv6 support | https://api.github.com/repos/matomo-org/matomo/issues/1111/comments | 25 | 2010-01-16T01:17:40Z | 2014-07-08T10:07:08Z | https://github.com/matomo-org/matomo/issues/1111 | 37,351,212 | 1,111 |
[
"matomo-org",
"matomo"
] | core/Common.php getIp() uses ip2long(). This only works for ipv4 addresses.
ipv6 addresses result in 0 (and are converted back as "0.0.0.0").
| Handle IPv4 mapped addresses; Detect IPv6 addresses at Installation | https://api.github.com/repos/matomo-org/matomo/issues/1110/comments | 3 | 2010-01-14T16:19:33Z | 2014-07-08T10:01:42Z | https://github.com/matomo-org/matomo/issues/1110 | 37,351,211 | 1,110 |
[
"matomo-org",
"matomo"
] | In core/Tracker/GoalManager.php:
if (Piwik_Tracker::isErrNo($e, '1062'))
Should be:
if(Piwik_Tracker::getDatabase()->isErrNo($e, '1062'))
| Undefined function error in goal manager | https://api.github.com/repos/matomo-org/matomo/issues/1109/comments | 1 | 2010-01-12T23:34:58Z | 2014-07-08T10:01:42Z | https://github.com/matomo-org/matomo/issues/1109 | 37,351,210 | 1,109 |
[
"matomo-org",
"matomo"
] | Note: Not the same as #1107.
If a webpage tracks a page and then immediately tracks a goal (e.g., is Java present) then the cookie data will not be set when the server is recording the goal, so it won't know that there is a new visit occurring.
One solution is when recognizeTheVisitor is called and action is null (... | Tracker: triggering goal shortly after visit starts results in new visit | https://api.github.com/repos/matomo-org/matomo/issues/1108/comments | 6 | 2010-01-12T23:30:47Z | 2014-07-08T10:05:08Z | https://github.com/matomo-org/matomo/issues/1108 | 37,351,209 | 1,108 |
[
"matomo-org",
"matomo"
] | The handleKnownVisit function in core/tracker/visit.php has a check which fall back to a new visit if no rows were changed in the database update, treating it as if the visit information was bogus and the visit wasn't in the database.
The problem is that if two visits from the same visitor happen within the same secon... | Tracker: consecutive goal conversions from same visitor create new visit | https://api.github.com/repos/matomo-org/matomo/issues/1107/comments | 7 | 2010-01-12T23:26:15Z | 2014-07-08T10:01:42Z | https://github.com/matomo-org/matomo/issues/1107 | 37,351,208 | 1,107 |
[
"matomo-org",
"matomo"
] | Hello
It's early in the morning and 6 google-visitors has been already there. Each visitor as used it's own search key and each search key is marked by a small triangle. Klicking into this trangle will open a reference to a search engine - here google.
Moving the Mouse to "tageslichtlampen depression" this intends t... | Search item list problems - items and references disordered | https://api.github.com/repos/matomo-org/matomo/issues/1106/comments | 8 | 2010-01-12T08:21:50Z | 2014-07-08T10:03:57Z | https://github.com/matomo-org/matomo/issues/1106 | 37,351,206 | 1,106 |
[
"matomo-org",
"matomo"
] | When trying to update I get this error:
Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
| Incompatible archive | https://api.github.com/repos/matomo-org/matomo/issues/1105/comments | 3 | 2010-01-11T20:10:56Z | 2014-08-03T11:22:00Z | https://github.com/matomo-org/matomo/issues/1105 | 37,351,205 | 1,105 |
[
"matomo-org",
"matomo"
] | Where the translation string contains multiple '%s' format specifiers, we should start numbering these to allow translations to reorder them, e.g., '%1$s %2$s'
| Numbered args in translations | https://api.github.com/repos/matomo-org/matomo/issues/1101/comments | 3 | 2010-01-08T15:28:45Z | 2014-07-08T10:01:41Z | https://github.com/matomo-org/matomo/issues/1101 | 37,351,204 | 1,101 |
[
"matomo-org",
"matomo"
] | this warning
Warning: Invalid argument supplied for foreach() in ..../piwik/plugins/Dashboard/Controller.php on line 151
shows up for each empty dashboard column; so if one column has a widget there are two warning messages, 2 widgets on 2 different columns gives only 1 warning - no widgets at all shows 3 messages.... | Warning messages on empty dashboard | https://api.github.com/repos/matomo-org/matomo/issues/1100/comments | 3 | 2010-01-05T17:38:21Z | 2014-07-08T10:01:41Z | https://github.com/matomo-org/matomo/issues/1100 | 37,351,203 | 1,100 |
[
"matomo-org",
"matomo"
] | Pseudo-code:
```
if mysql.server_version >= 5 and mysql.client_version < 5 then
warning re: incompatible mysql client libraries
endif
```
Some users report:
> Warning: mysqli_stmt::bind_result() [href='function.mysqli-stmt-bind-result'>function.mysqli-stmt-bind-result</a>](<a): Server returned ... | Add client version check to installer | https://api.github.com/repos/matomo-org/matomo/issues/1099/comments | 2 | 2010-01-05T16:58:01Z | 2014-07-08T10:01:41Z | https://github.com/matomo-org/matomo/issues/1099 | 37,351,202 | 1,099 |
[
"matomo-org",
"matomo"
] | We could add a meta refresh to the multi site page so that the page automatically refreshes every 5 min, making it easy to see how the set of websites is doing today.
| Auto refresh the MultiSites report page | https://api.github.com/repos/matomo-org/matomo/issues/1098/comments | 1 | 2010-01-04T11:29:41Z | 2014-07-08T10:02:11Z | https://github.com/matomo-org/matomo/issues/1098 | 37,351,201 | 1,098 |
[
"matomo-org",
"matomo"
] | Support issue: users who upload (eg recursive ftp put) an already extracted Piwik folder. Files missing or corrupt.
Enhancement:
- build script: generate file manifest with filesizes (and optional checksum)
- installation/upgrade: iterate thru manifest and verify integrity of installation
| Installer to check that all files are uploaded correctly during install / upgrades | https://api.github.com/repos/matomo-org/matomo/issues/1097/comments | 19 | 2010-01-01T17:13:43Z | 2014-07-08T10:02:10Z | https://github.com/matomo-org/matomo/issues/1097 | 37,351,199 | 1,097 |
[
"matomo-org",
"matomo"
] | The only example of this now is in the SecurityInfo plugin.
```
public function getInformation()
{
$info = array(
'name' => 'Security Information',
'description' => Piwik_Translate('SecurityInfo_PluginDescription'),
```
| Plugin getInformation() descriptions should be translateable | https://api.github.com/repos/matomo-org/matomo/issues/1096/comments | 1 | 2009-12-31T12:02:09Z | 2014-07-08T10:01:40Z | https://github.com/matomo-org/matomo/issues/1096 | 37,351,198 | 1,096 |
[
"matomo-org",
"matomo"
] | Currently, "effectiveTLDs.inc.php" is packaged in a .tgz archive and regenerated when the public version is updated:
*!http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/src/effective_tld_names.dat
In contrast, the dev version is updated more frequently:
*!http://mxr.mozilla.org/mozilla/source/netwerk/dns/s... | Public Suffix plugin enhancements | https://api.github.com/repos/matomo-org/matomo/issues/1095/comments | 1 | 2009-12-31T11:43:00Z | 2014-08-03T11:30:04Z | https://github.com/matomo-org/matomo/issues/1095 | 37,351,197 | 1,095 |
[
"matomo-org",
"matomo"
] | The update to 0.5 drops an index and defines a new one. On my server that fails with the error message "1142 INDEX command denied to user 'XXX'@'localhost'". My provider gave me permission to use the INDEX command but it still did not work.
The queries you use are
```
'CREATE INDEX index_type_hash ON ' . Piwik::prefi... | Update to 0.5: DB Update fails at INDEX | https://api.github.com/repos/matomo-org/matomo/issues/1094/comments | 1 | 2009-12-30T09:02:06Z | 2014-08-03T11:22:00Z | https://github.com/matomo-org/matomo/issues/1094 | 37,351,196 | 1,094 |
[
"matomo-org",
"matomo"
] | I think this is another side effect of #708. Do we want to offer a migration script or not?
http://forum.piwik.org/index.php?showtopic=3581
| Storing outlink url without protocol | https://api.github.com/repos/matomo-org/matomo/issues/1093/comments | 2 | 2009-12-27T19:45:53Z | 2024-06-06T06:57:42Z | https://github.com/matomo-org/matomo/issues/1093 | 37,351,195 | 1,093 |
[
"matomo-org",
"matomo"
] | Recurring support issue where sites have disabled this function. The installer should flag this.
| parse_ini_file in disable_functions | https://api.github.com/repos/matomo-org/matomo/issues/1092/comments | 2 | 2009-12-27T16:59:59Z | 2014-07-08T10:01:40Z | https://github.com/matomo-org/matomo/issues/1092 | 37,351,192 | 1,092 |
[
"matomo-org",
"matomo"
] | Here are a few simple modifications to make to the Feedback plugin:
- emails shouldn't be html entitied
- a sentence should explain to users that the email will be sent to the Piwik team
- on the top of the form, we should explain that support questions should be sent in the forums rather than by email.
- the message s... | Feedback plugin: small improvements | https://api.github.com/repos/matomo-org/matomo/issues/1091/comments | 14 | 2009-12-23T20:14:48Z | 2014-07-08T10:01:40Z | https://github.com/matomo-org/matomo/issues/1091 | 37,351,190 | 1,091 |
[
"matomo-org",
"matomo"
] | in the page with the tracking code the headline is at anytime the first domain name and not that domain name you choosed to display.
| Display javascript tag always show the name of the first website | https://api.github.com/repos/matomo-org/matomo/issues/1090/comments | 1 | 2009-12-21T09:54:02Z | 2014-07-08T10:01:39Z | https://github.com/matomo-org/matomo/issues/1090 | 37,351,189 | 1,090 |
[
"matomo-org",
"matomo"
] | In Piwik 0.5.4, log_action's name column is changed from "VARCHAR(255) NOT NULL" to simply "TEXT" (and allowing NULL).
Can you make the corresponding change to core/Piwik.php for new users?
| Schema inconsistency? | https://api.github.com/repos/matomo-org/matomo/issues/1089/comments | 1 | 2009-12-18T17:15:22Z | 2014-07-08T10:01:39Z | https://github.com/matomo-org/matomo/issues/1089 | 37,351,188 | 1,089 |
[
"matomo-org",
"matomo"
] | see attached mini patch.
| Remove output from 0.5.4 Update file | https://api.github.com/repos/matomo-org/matomo/issues/1088/comments | 2 | 2009-12-18T09:33:53Z | 2014-07-08T10:03:22Z | https://github.com/matomo-org/matomo/issues/1088 | 37,351,187 | 1,088 |
[
"matomo-org",
"matomo"
] | Reported on [the forum](http://forum.piwik.org/index.php?showtopic=3251)
if i was on the Dashboard of the new site on "today" and then i go to All sites, i am not able to select a date before today because the calendar doesn't offer any links on thoses days.
As a "workaround", i just need to go back to the dashboard,... | Multisites: date range selection in the calendar should be the largest possible, | https://api.github.com/repos/matomo-org/matomo/issues/1087/comments | 2 | 2009-12-17T16:14:11Z | 2014-07-08T10:01:39Z | https://github.com/matomo-org/matomo/issues/1087 | 37,351,186 | 1,087 |
[
"matomo-org",
"matomo"
] | In 0.5 we now have the Pages by URL report. When a URL is saved and is more than 255 characters, it will be truncated at 255 characters. Proposal is to
- truncate URL after 1k chars instead (should accomodate most use cases). Have the truncation limit in the config file.
- change the field log_action.name to TEXT
| Ability to save URLs longer than 255 characters | https://api.github.com/repos/matomo-org/matomo/issues/1086/comments | 1 | 2009-12-16T18:01:26Z | 2020-04-19T11:03:38Z | https://github.com/matomo-org/matomo/issues/1086 | 37,351,185 | 1,086 |
[
"matomo-org",
"matomo"
] | currently you can only see widget if you are logged in, or everyone can view your stats.
an optional public with some data (views today, unique today, views/unique yesterday and average in this month), maybe with as a txt output
| public widget | https://api.github.com/repos/matomo-org/matomo/issues/1085/comments | 1 | 2009-12-16T07:13:17Z | 2014-08-03T11:22:07Z | https://github.com/matomo-org/matomo/issues/1085 | 37,351,184 | 1,085 |
[
"matomo-org",
"matomo"
] | add an option for using the google chart api instead of flash.
| Optional Google Charts | https://api.github.com/repos/matomo-org/matomo/issues/1084/comments | 1 | 2009-12-16T07:10:39Z | 2014-07-08T10:01:39Z | https://github.com/matomo-org/matomo/issues/1084 | 37,351,183 | 1,084 |
[
"matomo-org",
"matomo"
] | Current design detects campaign_name in the referer as a parameter.
The first enhancement would allow regexp matching since some ad networks use SEF URLs, e.g.,
- !http://abc.yz/ad/123d/piwik.org/campaign_name/redir/http://abc.yz/jump/123
The second enhancement would extend the detection to the landing page URL since... | Campaign detection enhancements | https://api.github.com/repos/matomo-org/matomo/issues/1083/comments | 2 | 2009-12-16T05:51:03Z | 2014-08-03T11:22:07Z | https://github.com/matomo-org/matomo/issues/1083 | 37,351,182 | 1,083 |
[
"matomo-org",
"matomo"
] | http://forum.piwik.org/index.php?showtopic=2971&view=findpost&p=10951
IchBins reports:
```
PHP Fatal error: Cannot use object of type Piwik_DataTable_Row as array in /..../id/piwik/plugins/Actions/Actions.php on line 380
```
| Actions plugin: cannot use object of type Piwik_DataTable_Row as array | https://api.github.com/repos/matomo-org/matomo/issues/1082/comments | 36 | 2009-12-15T21:44:06Z | 2014-07-08T10:01:38Z | https://github.com/matomo-org/matomo/issues/1082 | 37,351,180 | 1,082 |
[
"matomo-org",
"matomo"
] | http://forum.piwik.org/index.php?showtopic=3071
| MultiSites log spam | https://api.github.com/repos/matomo-org/matomo/issues/1081/comments | 2 | 2009-12-15T21:42:01Z | 2014-07-08T10:01:37Z | https://github.com/matomo-org/matomo/issues/1081 | 37,351,179 | 1,081 |
[
"matomo-org",
"matomo"
] | Here's a patch updating Event_Dispatcher from http://pear.php.net/package/Event_Dispatcher/download/ to Version 1.1
| Update Event_Dispatcher to 1.1 | https://api.github.com/repos/matomo-org/matomo/issues/1080/comments | 3 | 2009-12-15T09:15:15Z | 2014-07-08T10:01:37Z | https://github.com/matomo-org/matomo/issues/1080 | 37,351,178 | 1,080 |
[
"matomo-org",
"matomo"
] | Still getting the same error. But this time database creation was successful. The screen showed certain warnings for the following:
1. Database client character set ->
Client connection to the database server is not set to UTF8 by default. This is not critical issue: Piwik should work correctly. However for consi... | Piwik installation fails in Database setup step (reference ticket #1076) | https://api.github.com/repos/matomo-org/matomo/issues/1079/comments | 5 | 2009-12-15T06:13:04Z | 2014-08-03T11:22:06Z | https://github.com/matomo-org/matomo/issues/1079 | 37,351,177 | 1,079 |
[
"matomo-org",
"matomo"
] | Currently, the multi sites dashboard page render takes 6 API requests (ie. 6 mysql SELECTs) for each website displayed. If a Piwik install has 1000 registered websites, the page load will simply fail, because the php page would try and execute 6,000 queries which is not a good idea.
Instead, only one request should b... | "All Websites dashboard" should load fast even when tracking hundreds of websites! MultiSites | https://api.github.com/repos/matomo-org/matomo/issues/1077/comments | 37 | 2009-12-14T20:50:55Z | 2014-07-08T10:07:35Z | https://github.com/matomo-org/matomo/issues/1077 | 37,351,175 | 1,077 |
[
"matomo-org",
"matomo"
] | I am using following versions:
apache_2.2.14-win32-x86-no_ssl,
mysql-5.1.39-win32,
php-5.2.11-win32-installer
Find below the error that i am getting when trying to proceed from database setup during piwik installation:
mysqli_stmt::bind_param() [mysqli-stmt.bind-param]: Number of variables doesn't match number of ... | Piwik installation fails in Database setup step | https://api.github.com/repos/matomo-org/matomo/issues/1076/comments | 2 | 2009-12-14T12:49:27Z | 2014-08-03T11:22:06Z | https://github.com/matomo-org/matomo/issues/1076 | 37,351,174 | 1,076 |
[
"matomo-org",
"matomo"
] | [Reported by DriverDan](http://forum.piwik.org/index.php?act=Post&CODE=02&f=2&t=2761&qpid=10191)
# Summary
The sql queries used in the archiving: https://github.com/piwik/piwik/blob/master/plugins/Actions/Actions.php#L135
are not bounded, ie. they select all the rows, and then loops over all the result set and proces... | Archiving is not bounded for the reports Pages by title, pages by URL, causing inefficient / broken archiving | https://api.github.com/repos/matomo-org/matomo/issues/1075/comments | 2 | 2009-12-13T22:09:37Z | 2014-07-08T10:01:34Z | https://github.com/matomo-org/matomo/issues/1075 | 37,351,173 | 1,075 |
[
"matomo-org",
"matomo"
] | Hi,
there are 4 lines of code missing in Version 0.5.1. to view the index.php?module=Live&action=index&idSite=1&period=day&date=today without error messages
File: /plugins/Live/Controller.php
The index()-Function need this vars:
$view->visitorsCountHalfHour = $this->getUsersInLastXMin(30);
$view->pisHalfhour = $thi... | Missing Parameter in live plugin | https://api.github.com/repos/matomo-org/matomo/issues/1074/comments | 2 | 2009-12-12T20:55:18Z | 2014-07-08T10:16:42Z | https://github.com/matomo-org/matomo/issues/1074 | 37,351,172 | 1,074 |
[
"matomo-org",
"matomo"
] | Hello
In Germany I've two URLs in a parallel use. It's contains an German Umlaut and so both URLs means the same.
The first URL is [Here characters ue in German are written as . The Punycode URL is [http://xnferienwohnung-mnsingen-6lc.de/](http://ferienwohnung-muensingen.de/].).
By defining a new Website in this c... | Problems with Punycode URLs | https://api.github.com/repos/matomo-org/matomo/issues/1073/comments | 3 | 2009-12-12T12:41:34Z | 2014-08-03T11:30:04Z | https://github.com/matomo-org/matomo/issues/1073 | 37,351,171 | 1,073 |
[
"matomo-org",
"matomo"
] | author_homepage should be an anchor tag around the author name (not the plugin name)
a url on the plugin name should be reserved for (example) a plugin-specific configuration page
| Plugins: author_homepage anchor should wrap author name | https://api.github.com/repos/matomo-org/matomo/issues/1072/comments | 1 | 2009-12-11T21:39:15Z | 2014-07-08T10:01:34Z | https://github.com/matomo-org/matomo/issues/1072 | 37,351,170 | 1,072 |
[
"matomo-org",
"matomo"
] | The original bug report was that the user had to reselect their language after login.
Instead of getting/saving the language preference to a cookie (#282), Piwik gets/saved the preference in the piwik_user_language table.
The language preference is loaded in this order:
- session
- db
- browser lang
If an anonymous ... | Get/Save language preference | https://api.github.com/repos/matomo-org/matomo/issues/1071/comments | 2 | 2009-12-11T17:33:52Z | 2014-07-08T10:01:34Z | https://github.com/matomo-org/matomo/issues/1071 | 37,351,169 | 1,071 |
[
"matomo-org",
"matomo"
] | In the widget screen, Embed flash link is not not displayed if widget's default view is a data table. Instead, when the widget is switched to the graph, the embed flash link could be shown.
| Embed flash link is not not displayed if widget's default view is a data table | https://api.github.com/repos/matomo-org/matomo/issues/1070/comments | 1 | 2009-12-11T13:31:43Z | 2014-07-08T10:01:33Z | https://github.com/matomo-org/matomo/issues/1070 | 37,351,168 | 1,070 |
[
"matomo-org",
"matomo"
] | In 0.5.1, we remove widgets from disabled plugins in the dashboard. However, there is also an issue with widgets from enabled plugins but when the widget doesn't exist anymore. For example, Actions.getActions widget was removed in 0.5, causing dashboard errors. In plugins/Dashboard/Controller.php the non existing widge... | Dashboard breaks when non existing widgets are included | https://api.github.com/repos/matomo-org/matomo/issues/1069/comments | 1 | 2009-12-11T10:48:13Z | 2014-07-08T10:01:33Z | https://github.com/matomo-org/matomo/issues/1069 | 37,351,167 | 1,069 |
[
"matomo-org",
"matomo"
] | Hi guys,
attached is a patch against trunk/0.5.1 r1660/r1661 to internationalize the Goals plugin templates. Also included is a separate patch to provide those strings in the en.php fallback translation. I hope to provide a de.php version later this week.
Dunno if I'm setting this against the right milestone, so ... | Internationalize the Goals plugin | https://api.github.com/repos/matomo-org/matomo/issues/1068/comments | 6 | 2009-12-10T18:31:10Z | 2014-07-08T10:01:33Z | https://github.com/matomo-org/matomo/issues/1068 | 37,351,166 | 1,068 |
[
"matomo-org",
"matomo"
] | Currently in global.ini.php we have:
```
; character used to automatically create categories in the "Action" "Downloads" reports
; for example a URL like "example.com/blog/development/first-post" will create
; the page first-post in the subcategory development which belongs to the blog category
action_category_delimi... | Have a different delimiter for page titles and for page URLs | https://api.github.com/repos/matomo-org/matomo/issues/1067/comments | 3 | 2009-12-10T11:21:34Z | 2014-07-08T10:01:33Z | https://github.com/matomo-org/matomo/issues/1067 | 37,351,164 | 1,067 |
[
"matomo-org",
"matomo"
] | Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
The Server is an Debian with APache and max_execution_time: 300.
I Have never seen this error in all time.
| One-click update from 0.4.5 to 0.5 fails | https://api.github.com/repos/matomo-org/matomo/issues/1066/comments | 2 | 2009-12-10T09:16:32Z | 2014-08-03T11:22:06Z | https://github.com/matomo-org/matomo/issues/1066 | 37,351,163 | 1,066 |
[
"matomo-org",
"matomo"
] | After Updating to 0.5, I've got some JSON Errors in some Flash Charts:
```
Open Flash Chart
JSON Parse Error [Syntax Error]
Error at character 0, line 1:
0:
```
This problem is only with IE, not with Firefox. After showing the flash chart with firefox, it workds sometimes in IE to.
| IE - JSON Errors | https://api.github.com/repos/matomo-org/matomo/issues/1065/comments | 6 | 2009-12-10T08:09:11Z | 2014-07-08T10:01:33Z | https://github.com/matomo-org/matomo/issues/1065 | 37,351,162 | 1,065 |
[
"matomo-org",
"matomo"
] | Piwik DB schema is interesting and we should try generate a pretty image of it.
- http://piwik.org/docs/plugins/database-schema/
| Generate entity diagram for Piwik DB schema | https://api.github.com/repos/matomo-org/matomo/issues/1064/comments | 4 | 2009-12-10T04:23:23Z | 2014-07-08T10:06:02Z | https://github.com/matomo-org/matomo/issues/1064 | 37,351,161 | 1,064 |
[
"matomo-org",
"matomo"
] | From forum post: http://forum.piwik.org/index.php?showtopic=2351
We can try using Image.onerror and launching an ajax request as a fallback. Note: this is subject to the samedomain policy, so piwik.js has to be hosted on the piwik server.
| Tracking with images disabled | https://api.github.com/repos/matomo-org/matomo/issues/1063/comments | 1 | 2009-12-09T19:31:48Z | 2014-07-08T10:01:33Z | https://github.com/matomo-org/matomo/issues/1063 | 37,351,160 | 1,063 |
[
"matomo-org",
"matomo"
] | in IE8, clicking on a table's row, for example on a search engine row, doesn't open the list of keywords. No javascript errors are thrown.
Other features such as: sorting, filtering, displaying tag clouds, work as expected.
It shouldn't be a big deal but there might be some small imcompatibility between IE and FF in ... | IE8 (native mode) regression: clicking on the table rows doesn't show the sub tables | https://api.github.com/repos/matomo-org/matomo/issues/1062/comments | 16 | 2009-12-09T17:36:05Z | 2014-07-08T10:02:14Z | https://github.com/matomo-org/matomo/issues/1062 | 37,351,159 | 1,062 |
[
"matomo-org",
"matomo"
] | For example if you are on the third goal of the one site and switch to another site, that hasn't got a third goal you get the error message: "idgoal 3 not valid."
Perhaps it should be possible to filter out or cut off non processable GET-parameter and so prevent that messages.
| Non processable GET-parameter throws error message | https://api.github.com/repos/matomo-org/matomo/issues/1061/comments | 1 | 2009-12-09T17:32:15Z | 2014-07-08T10:01:32Z | https://github.com/matomo-org/matomo/issues/1061 | 37,351,158 | 1,061 |
[
"matomo-org",
"matomo"
] | The Goals Overview is working fine. After installing Piwik 0.5 clicking on a goal throws a JSON Parse Error:
"Open Flash Chart
JSON Parse Error [Object](Bad)
Error at character 175, line 1: [...]"
| JSON Parse Error at Goals details | https://api.github.com/repos/matomo-org/matomo/issues/1060/comments | 4 | 2009-12-09T17:06:23Z | 2014-07-08T10:01:32Z | https://github.com/matomo-org/matomo/issues/1060 | 37,351,157 | 1,060 |
[
"matomo-org",
"matomo"
] | The label of "Page titles" isn't translated into other languages than English.
| no translation of "Page titles" | https://api.github.com/repos/matomo-org/matomo/issues/1059/comments | 1 | 2009-12-09T17:00:27Z | 2014-08-03T11:22:06Z | https://github.com/matomo-org/matomo/issues/1059 | 37,351,156 | 1,059 |
[
"matomo-org",
"matomo"
] | Currently in the database logs, browsers, operating systems, or countries are defined as static array :
static protected $browsers = array(
'opera' => 'OP',
'msie' => 'IE',
'microsoft internet explorer' => 'IE',
'internet explorer' => 'IE',
...
So I's currently impossible to format data with the label values accessin... | Provide API to get browser/OS maps used in Piwik | https://api.github.com/repos/matomo-org/matomo/issues/1058/comments | 6 | 2009-12-09T16:54:40Z | 2024-09-13T09:13:11Z | https://github.com/matomo-org/matomo/issues/1058 | 37,351,155 | 1,058 |
[
"matomo-org",
"matomo"
] | Hi,
I installed the LDAP plugin in older piwik version and now when I make an update, I have to reproduce manually the login-ldap-plugin.patch modification in Controller.php and Login.php.
Is it possible to include patches files in futures versions or include the patch file with each new version ?
Many thanks
| login-ldap-plugin.patch missing in new update | https://api.github.com/repos/matomo-org/matomo/issues/1057/comments | 2 | 2009-12-09T11:15:50Z | 2014-08-03T11:22:06Z | https://github.com/matomo-org/matomo/issues/1057 | 37,351,154 | 1,057 |
[
"matomo-org",
"matomo"
] | ```
Change:
'version' => '0.1',
to:
'version' => Piwik_Version::VERSION,
```
The above change does not apply to Example plugins or third-party plugins.
| Core plugins should display release version | https://api.github.com/repos/matomo-org/matomo/issues/1056/comments | 3 | 2009-12-08T15:25:18Z | 2014-07-08T10:01:31Z | https://github.com/matomo-org/matomo/issues/1056 | 37,351,153 | 1,056 |
[
"matomo-org",
"matomo"
] | This plugin is based on the PhpSecInfo project by the PHP Security Consortium. It checks the PHP environment's security settings and makes (general) recommendations.
Custom tests:
- Suhosin patch and extension detection
- safe_mode
Version History:
- 0.1 - initial release; based on PhpSecInfo v0.2.2
- 0.2.2-1 - adop... | Plugin: PHP Security Information | https://api.github.com/repos/matomo-org/matomo/issues/1055/comments | 4 | 2009-12-05T07:50:37Z | 2014-07-08T10:01:31Z | https://github.com/matomo-org/matomo/issues/1055 | 37,351,152 | 1,055 |
[
"matomo-org",
"matomo"
] | A modified provider plugin for intranet subnetwork identification, posted by Alain on the forum.
For example:
```
192.168.0.1 to 192.168.0.255: net1
192.168.1.0 to 192.168.1.255: net2
...
```
Use a spreadsheet to help create the php code to insert in IntranetSubNetwork.php, defining the first address, last address a... | Plugin: Intranet subnet identification | https://api.github.com/repos/matomo-org/matomo/issues/1054/comments | 16 | 2009-12-01T19:37:33Z | 2014-08-03T11:26:00Z | https://github.com/matomo-org/matomo/issues/1054 | 37,351,147 | 1,054 |
[
"matomo-org",
"matomo"
] | [From forum](http://forum.piwik.org/index.php?showtopic=1279):
the link to add a site is displayed in the tab "Sites" and if I try to add a site I have the message "it requires superuser access".
We should not display this link for non super user users.
Keywords: haspatch
| Remove link to add a website if user is not the super user | https://api.github.com/repos/matomo-org/matomo/issues/1053/comments | 3 | 2009-12-01T18:51:44Z | 2014-07-08T10:01:30Z | https://github.com/matomo-org/matomo/issues/1053 | 37,351,146 | 1,053 |
[
"matomo-org",
"matomo"
] | From email:
It would be nice to have some indication on the page how old the displayed data is (e.g. a running timer since last update?)
Proposal: record in the DB piwik_option table the time the last archive ran for each website, and display this information in the Admin screen in the website table, in a new column.... | Display the time that last Archive ran "Reports were generated X seconds|minutes|hours ago" | https://api.github.com/repos/matomo-org/matomo/issues/1052/comments | 8 | 2009-11-30T21:52:22Z | 2014-07-08T10:08:02Z | https://github.com/matomo-org/matomo/issues/1052 | 37,351,143 | 1,052 |
[
"matomo-org",
"matomo"
] | The current scheme has the potential for id collisions because there's no separator character between the module (plugin) name and the action (method) name, eg 'aaa' . 'bbb' == 'aa' . 'abbb'
Propose changing:
```
widgetVisitsSummarygetEvolutionGraph
widgetVisitorInterestgetNumberOfVisitsPerVisitDuration
widgetUserSet... | Add separator to widget ID | https://api.github.com/repos/matomo-org/matomo/issues/1051/comments | 1 | 2009-11-29T01:22:39Z | 2014-07-08T10:01:30Z | https://github.com/matomo-org/matomo/issues/1051 | 37,351,142 | 1,051 |
[
"matomo-org",
"matomo"
] | Totals:
- number of websites tracked
- number of pages viewed
- number of downloads
These would be difficult to aggregate because unique visitors are site specific. Maybe a weighted sum could be used? Relative proportions of:
- browser market share
- operating systems
- plugins
- visitors by country
| Plugin: opt-in to share aggregate daily data with centralized server | https://api.github.com/repos/matomo-org/matomo/issues/1050/comments | 3 | 2009-11-28T07:14:43Z | 2024-09-13T09:13:12Z | https://github.com/matomo-org/matomo/issues/1050 | 37,351,141 | 1,050 |
[
"matomo-org",
"matomo"
] | hi,
i've reviewed some core files and found some suggestions, see my patch.
regards
| Small changes to core files | https://api.github.com/repos/matomo-org/matomo/issues/1049/comments | 2 | 2009-11-27T14:51:08Z | 2014-07-08T10:01:30Z | https://github.com/matomo-org/matomo/issues/1049 | 37,351,139 | 1,049 |
[
"matomo-org",
"matomo"
] | Many users which evaluated piwik say "wow", but please change the menustructure. Especially the horinzontal menu confused many of my customers, we should use vertical menus (as they are standard on many systems).
An other problem in my opinion is that there is too much space used for logo and the message, that piwik ne... | Optimizing Menu Usability and save space for better integration in other apps | https://api.github.com/repos/matomo-org/matomo/issues/1048/comments | 33 | 2009-11-26T20:14:54Z | 2015-01-05T04:00:46Z | https://github.com/matomo-org/matomo/issues/1048 | 37,351,138 | 1,048 |
[
"matomo-org",
"matomo"
] | At present, Piwik has two Db "layers" -- one for reports, the other for the Tracker (non-Zend_Db for speed) -- and largely MySQL-ish SQL.
Doctrine has a Database abstraction layer that may help with supporting more database servers (non-MySQL).
Obstacles to adopting Doctrine:
- requires php 5.2.3+ (implies raising Pi... | Doctrine ORM | https://api.github.com/repos/matomo-org/matomo/issues/1047/comments | 6 | 2009-11-25T07:24:06Z | 2014-09-09T14:23:39Z | https://github.com/matomo-org/matomo/issues/1047 | 37,351,137 | 1,047 |
[
"matomo-org",
"matomo"
] | ...or at least, from this point forward, stop writing code that is MySQL-specific. I have seen the previous ticket (#500) and read the discussion. If people want to volunteer to modify the code and test against alternate databases, it is much more productive for everyone else (including plugin authors) to stop using ... | Provide Postgresql support for Piwik | https://api.github.com/repos/matomo-org/matomo/issues/1046/comments | 3 | 2009-11-25T01:53:50Z | 2014-07-08T10:01:29Z | https://github.com/matomo-org/matomo/issues/1046 | 37,351,136 | 1,046 |
[
"matomo-org",
"matomo"
] | On shared hosting, the db user typically won't have create database privilege.
If database creation fails, we can offer to use the cpanel xml api.
| Installation: may require cpanel to create database | https://api.github.com/repos/matomo-org/matomo/issues/1045/comments | 3 | 2009-11-24T23:55:21Z | 2014-07-08T10:01:29Z | https://github.com/matomo-org/matomo/issues/1045 | 37,351,135 | 1,045 |
[
"matomo-org",
"matomo"
] | Assuming that the tracked page has an AUTHentication mechanism for users it would be nice for piwik to track the habits of authenticated users ( treating every such user as unique ). The unique tag would not expire for such a user.
The glue between the 2 systems could be done by :
1) passing the auth_user parameter to... | stats for authenticated, priviledged users by the tracked page | https://api.github.com/repos/matomo-org/matomo/issues/1044/comments | 2 | 2009-11-24T12:14:46Z | 2014-08-03T11:22:06Z | https://github.com/matomo-org/matomo/issues/1044 | 37,351,134 | 1,044 |
[
"matomo-org",
"matomo"
] | Hello guys,
it would be absolutly perfect, to have something like the wordpress or TYPO3 extension repository for piwik extensions.
I think the following features are needed:
- login with trac account
- registration of ext keys -> will be the same as the directory
- reserved extnames for system extensions
- remote in... | feature plugin repository | https://api.github.com/repos/matomo-org/matomo/issues/1043/comments | 3 | 2009-11-23T20:46:17Z | 2014-07-08T10:01:44Z | https://github.com/matomo-org/matomo/issues/1043 | 37,351,133 | 1,043 |
[
"matomo-org",
"matomo"
] | - See new [Tracking Campaigns](http://piwik.org/docs/tracking-campaigns/)
- [URL Builder tool](http://piwik.org/docs/tracking-campaigns/url-builder/)
- Official piwik campaign parameters names are now: pk_campaign and pk_kwd (consistent with cookie prefix, better than piwik_ prefix)
- New FAQ: ["Does Piwik support Goog... | Improve campaigns tracking: URL builder, JS API and user documentation | https://api.github.com/repos/matomo-org/matomo/issues/1042/comments | 3 | 2009-11-18T14:14:33Z | 2014-07-08T10:07:03Z | https://github.com/matomo-org/matomo/issues/1042 | 37,351,132 | 1,042 |
[
"matomo-org",
"matomo"
] | For example, currently Lycos doesn't have the {k} URL as described in
http://piwik.org/faq/general/#faq_39
when clicking on Lycos, which opens the list of keywords, the keyword link to Piwik. Instead, the keywords should not be linked.
| a keyword for a search engine without the direct keyword URL will link to Piwik rather than being not linked | https://api.github.com/repos/matomo-org/matomo/issues/1041/comments | 3 | 2009-11-18T12:06:43Z | 2014-07-08T10:01:28Z | https://github.com/matomo-org/matomo/issues/1041 | 37,351,131 | 1,041 |
[
"matomo-org",
"matomo"
] | In the various reports in the Pages section in Piwik, entries are collapsed by default. If a user wants to get a global view of the report, he would have to click on each row to expand them all individually.
In the reports footer, under the + image, we could add an Expand All link that would, on click, expand all rows... | Add "Expand all" in the Pages report footer | https://api.github.com/repos/matomo-org/matomo/issues/1040/comments | 1 | 2009-11-17T14:25:13Z | 2024-09-13T09:13:12Z | https://github.com/matomo-org/matomo/issues/1040 | 37,351,130 | 1,040 |
[
"matomo-org",
"matomo"
] | Hi,
if I click on the link "API" on the Piwik dashbord I get the following error:
Fatal error: Class 'Piwik_Apiable' not found in /var/www/.../plugins/ExamplePlugin/API.php on line 90
I have Piwik 0.4.5 and I think it worked in the previous version.
Ciao!
Stefan
Keywords: API, Piwik_Apiable
| Class 'Piwik_Apiable' not found | https://api.github.com/repos/matomo-org/matomo/issues/1039/comments | 3 | 2009-11-15T20:17:56Z | 2014-07-08T10:01:28Z | https://github.com/matomo-org/matomo/issues/1039 | 37,351,129 | 1,039 |
[
"matomo-org",
"matomo"
] | Hello guys,
i do wanna install piwik automated during the installation of piwikintegration plugin of TYPO3.
This referrs to #781.
I used:
$existingTables = $GLOBALS['TYPO3_DB']->admin_get_tables();
Piwik::createConfigObject(PIWIK_INCLUDE_PATH.'config/config.ini.php');
$neededTables = Piwik::getTablesCreateSql();... | Installation during setup of TYPO3 Extension piwikintegration | https://api.github.com/repos/matomo-org/matomo/issues/1038/comments | 2 | 2009-11-15T20:15:28Z | 2024-02-18T23:22:29Z | https://github.com/matomo-org/matomo/issues/1038 | 37,351,128 | 1,038 |
[
"matomo-org",
"matomo"
] | See: http://forum.piwik.org/index.php?showtopic=1741
Should htmlspecialchars_decode() the URL before preg_match() so that it's easier to match params in the query string
| Goals: regular expression match on sanitized URL | https://api.github.com/repos/matomo-org/matomo/issues/1037/comments | 1 | 2009-11-14T12:26:50Z | 2014-07-08T10:01:27Z | https://github.com/matomo-org/matomo/issues/1037 | 37,351,127 | 1,037 |
[
"matomo-org",
"matomo"
] | If all entries of the piwik_log_action.name field look like this:
'my/site/has/a/long/uri/?s=af3729febc827382424'
'my/site/has/a/long/uri/?s=0ca629febb623893883'
'my/site/has/a/long/uri/?s=9ceff388edb34093490'
'my/site/has/a/long/uri/?s=5bbefef672beaa82839'
'my/site/has/a/long/uri/?s=55392fea00bccde0392'
then the ind... | Too small index results in massive performance issue when identifying part of the entries in piwik_log_action.name starts after position 15 | https://api.github.com/repos/matomo-org/matomo/issues/1036/comments | 1 | 2009-11-12T15:41:34Z | 2014-07-08T10:01:27Z | https://github.com/matomo-org/matomo/issues/1036 | 37,351,126 | 1,036 |
[
"matomo-org",
"matomo"
] | Motivation:
- Piwik currently uses a subset of ZF. ZF has evolved from a library of loosely coupled modules to a framework with increasing interdependencies that makes it risky to include only a subset of the ZF files.
- ZF has an increasingly larger footprint.
- ZF 2.0 (coming in 2010) will require a minimum php 5.3.... | Lower Zend Framework dependency | https://api.github.com/repos/matomo-org/matomo/issues/1035/comments | 6 | 2009-11-12T05:48:59Z | 2014-08-03T11:22:06Z | https://github.com/matomo-org/matomo/issues/1035 | 37,351,124 | 1,035 |
[
"matomo-org",
"matomo"
] | A user wants to reset his password. After entering the data and clicking on "change data", he gets this error message while down below there is the text "Password successfully changed!" what is not the case.
Backtrace -->
#0 Piwik_ErrorHandler(8, Undefined variable: login, /var/www/vhosts/piwik.example.com/httpdocs/pl... | Undefined variable: login in /var/www/vhosts/piwik.atlantismedia.de/httpdocs/plugins/Login/Controller.php on line 275 | https://api.github.com/repos/matomo-org/matomo/issues/1034/comments | 1 | 2009-11-05T10:01:53Z | 2014-07-08T10:01:27Z | https://github.com/matomo-org/matomo/issues/1034 | 37,351,123 | 1,034 |
[
"matomo-org",
"matomo"
] | in misc/cron/archive.sh line 26:
PIWIK_CRON_FOLDER=`dirname $(readlink -f ${0})`
Gives an error:
readlink: illegal option -- f
usage: readlink [[file ...](-n])
usage: dirname string
Testing readlink on Scientific Linux SL release 5.3
readlink -f /path/to/file
also gives an error
readlink: Need exactly one argumen... | archive.sh readlink -f illegal operation under FreeBSD7.1 | https://api.github.com/repos/matomo-org/matomo/issues/1033/comments | 10 | 2009-11-02T13:21:24Z | 2014-07-08T10:01:27Z | https://github.com/matomo-org/matomo/issues/1033 | 37,351,122 | 1,033 |
[
"matomo-org",
"matomo"
] | (I would have first posted in the forum, but forum registration seems to be broken.... I tried with 3 different emails and never received anything back)
If I understand correctly, unique visitors must be less than or equal to the total number of visitors.
In October, I had 140 visits, 626 of which were unique. These... | Unique Visitors Count is wrong | https://api.github.com/repos/matomo-org/matomo/issues/1032/comments | 4 | 2009-11-02T13:14:22Z | 2014-08-03T11:22:06Z | https://github.com/matomo-org/matomo/issues/1032 | 37,351,120 | 1,032 |
[
"matomo-org",
"matomo"
] | The latest version of Zend Framework has more dependencies than the 1.0-ish version of the library that Piwik previously used, e.g.,
- Zend_Validate_Hostname - iconv
- Zend_Feed - dom (part of php core, but may be packaged separately by the distro)
| ZendFramework dependencies | https://api.github.com/repos/matomo-org/matomo/issues/1031/comments | 5 | 2009-11-01T14:58:07Z | 2014-07-08T10:01:26Z | https://github.com/matomo-org/matomo/issues/1031 | 37,351,119 | 1,031 |
[
"matomo-org",
"matomo"
] | Issues:
- maintenance: Piwik customizations were forward ported in #243; in addition, this jquery plugin is no longer maintained by the author
- a small number of users report problems selecting items from the lists with Flash widgets underneath
Proposal:
- adopt Filament Group's jquery-ui plugin "selectmenu"
Note: I... | Replace the JS library (fdd2div) used in Website and Language selector | https://api.github.com/repos/matomo-org/matomo/issues/1030/comments | 6 | 2009-10-31T00:22:10Z | 2014-07-08T10:02:29Z | https://github.com/matomo-org/matomo/issues/1030 | 37,351,117 | 1,030 |
[
"matomo-org",
"matomo"
] | Issues:
- FF3/Safari: feedback form; scrollbar(s) appear; worse in FF3 because submit button is obscured
- ThickBox 3.1 is no longer maintained
Proposal:
- replace thickbox with jquery-ui dialog.
Reference:
- http://jquery.com/demo/thickbox/
- http://jqueryui.com/demos/dialog/
| Replace thickbox 3.1 | https://api.github.com/repos/matomo-org/matomo/issues/1029/comments | 3 | 2009-10-30T21:01:24Z | 2014-07-08T10:01:26Z | https://github.com/matomo-org/matomo/issues/1029 | 37,351,116 | 1,029 |
[
"matomo-org",
"matomo"
] | The Superfish menu currently doubles for navigation and breadcrumbs.
Issues:
1. maintenance: Piwik uses a locally customized version of Superfish v1.4.8 (see #5663)
2. bug in visual cue: FF3/IE7/Opera: left mouse down on submenu item, hover off, and release, leaves item in selected state (see #510)
3. scaleability: ... | Improve or replace Superfish menu | https://api.github.com/repos/matomo-org/matomo/issues/1028/comments | 3 | 2009-10-30T20:55:31Z | 2014-07-08T10:17:20Z | https://github.com/matomo-org/matomo/issues/1028 | 37,351,114 | 1,028 |
[
"matomo-org",
"matomo"
] | These are usability issues first observed after the jQuery 1.2.6 update (from 1.2.2).
1. "Add a widget..." - the screen (and submenu list) jumps when you mouseover "Visitor Settings" or "Visitors", making it difficult to select a widget name. See also #972.
2. "Add a widget..." - mouseover "Example Widgets" and then "... | IE7: "Add a Widget", Widgetize bugs | https://api.github.com/repos/matomo-org/matomo/issues/1027/comments | 4 | 2009-10-30T20:39:08Z | 2014-07-08T10:01:25Z | https://github.com/matomo-org/matomo/issues/1027 | 37,351,113 | 1,027 |
[
"matomo-org",
"matomo"
] | I have wrote a plugin to exclude IP addresses from statistic. It works in piwik normaly but does'nt store the ip in the database. This is a feature often needed in Germany to respect the privacy of visitors.
How can I publish the plugin here (piwik.org)?
Thanks,
Markus
| AnonymousVisits - alternate plugin to exclude storing IP addresses | https://api.github.com/repos/matomo-org/matomo/issues/1026/comments | 10 | 2009-10-30T13:33:15Z | 2014-07-08T10:01:25Z | https://github.com/matomo-org/matomo/issues/1026 | 37,351,112 | 1,026 |
[
"matomo-org",
"matomo"
] | On the main page of piwik.org it advertises that it is "easy" to embed stats in your website.
"Embed your stats in your website!
You can very easily embed your graphs in your blog or website or dashboard:"
This is not true and should be removed.
What follows is a list of bugs with no solutions for the posters who h... | Misleading feature on piwik.org website | https://api.github.com/repos/matomo-org/matomo/issues/1025/comments | 1 | 2009-10-29T22:52:25Z | 2014-08-03T11:22:06Z | https://github.com/matomo-org/matomo/issues/1025 | 37,351,111 | 1,025 |
[
"matomo-org",
"matomo"
] | This error occurred in the svn trunk (rev 1547) in my test environment.
Test procedure:
- create a new directory
- add a page with the tracking code
- visit page (i.e., first visit ever for this directory & page, and also the first visit of the day)
- go to Actions | Pages
- click on a page URL (+ new_directory) to op... | Make Sub table always loads data for the right row when date=Today | https://api.github.com/repos/matomo-org/matomo/issues/1024/comments | 6 | 2009-10-29T12:22:59Z | 2024-09-13T09:13:13Z | https://github.com/matomo-org/matomo/issues/1024 | 37,351,110 | 1,024 |
[
"matomo-org",
"matomo"
] | I recently setup campaigns and the results under the campaigns report looks correct.
However-
Now when I view the Pages report, **each page is repeated for every keyword/campaign used to access**. So if one page was access 6 times from different campaigns I see X separate page listings(one for each possible combinati... | Campaign Parameters should be removed from pages report | https://api.github.com/repos/matomo-org/matomo/issues/1023/comments | 1 | 2009-10-28T15:10:45Z | 2014-07-08T10:16:40Z | https://github.com/matomo-org/matomo/issues/1023 | 37,351,109 | 1,023 |
[
"matomo-org",
"matomo"
] | it would be great if piwik can offer to choose custom period (not only day/week/month/year) - also for graphs.
| Custom time period | https://api.github.com/repos/matomo-org/matomo/issues/1022/comments | 1 | 2009-10-26T22:32:36Z | 2014-07-08T10:01:24Z | https://github.com/matomo-org/matomo/issues/1022 | 37,351,108 | 1,022 |
[
"matomo-org",
"matomo"
] | While trying to install Piwik I couldn't get past the System Check page. It was complaining that I didn't have the PDO, PDO_Mysql or MysqlI extensions.
I tracked this down to the core/piwik.php globr() function. The path being passed to it contained backslashes and the escapeshellcmd was removing them (replaced with... | Installation on Windows fails on system check | https://api.github.com/repos/matomo-org/matomo/issues/1021/comments | 1 | 2009-10-26T17:28:18Z | 2014-07-08T10:01:24Z | https://github.com/matomo-org/matomo/issues/1021 | 37,351,107 | 1,021 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.