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"
] | The French language file in 1.2.1 contains encoded entities:
``````
d'entrer ```
It might be because on my windows box (which I use to grab the cleaned translation files after the unit test languagesManager.test.php has ran) the addcslashes or something else encodes these entities.
The other problem is the fa... | Encoding errors in language files | https://api.github.com/repos/matomo-org/matomo/issues/2202/comments | 4 | 2011-03-18T11:23:34Z | 2014-07-08T10:06:41Z | https://github.com/matomo-org/matomo/issues/2202 | 37,352,575 | 2,202 |
[
"matomo-org",
"matomo"
] | There is an error. Please report the message and full backtrace in the Piwik forums.
Notice: Undefined property: Piwik_CoreUpdater_Controller::$pathRootExtractedPiwik in /var/lib/piwik/plugins/CoreUpdater/Controller.php on line 99
Backtrace -->
#0 Piwik_ErrorHandler(8, Undefined property: Piwik_CoreUpdater_Controller... | Error upgrading 1.2 -> 1.2.1 | https://api.github.com/repos/matomo-org/matomo/issues/2201/comments | 1 | 2011-03-18T07:49:38Z | 2014-07-08T10:06:34Z | https://github.com/matomo-org/matomo/issues/2201 | 37,352,574 | 2,201 |
[
"matomo-org",
"matomo"
] | After I autoupdated from 1.2.0 to 1.2.1 I saw the following message. Also to link to the Piwik forum was not working (forwarded me to the backend). Besides this the update seemed to work.
```
There is an error. Please report the message and full backtrace in the Piwik forums.
Notice: Undefined property: Piwik_CoreUp... | Autoupdate from 1.2.0 to 1.2.1: Undefined property: Piwik_CoreUpdater_Controller::$pathRootExtractedPiwik | https://api.github.com/repos/matomo-org/matomo/issues/2200/comments | 4 | 2011-03-18T02:01:02Z | 2014-07-08T10:06:33Z | https://github.com/matomo-org/matomo/issues/2200 | 37,352,573 | 2,200 |
[
"matomo-org",
"matomo"
] | Hi,
I like to present you a new plugin for Piwik. It connect Piwik with the e-commerce solution OXID eSales. This shop software is available as community edition (CE), professional edition (PE) and enterprise edition (EE). The plugin is tested only with the CE version.
The plugins contains 5 widgets for displaying
- ... | New Plugin for OXID eSales | https://api.github.com/repos/matomo-org/matomo/issues/2199/comments | 12 | 2011-03-17T22:40:26Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2199 | 37,352,571 | 2,199 |
[
"matomo-org",
"matomo"
] | I'm using setCustomUrl() to fire a friendly URL from Drupal module into Piwik database for SiteSearch, but I still have issues and it's not working. I'd like to make sure that I'm doing everything correctly and the documentation of setCustomUrl() is not clear to me.
Can someone please explain me if the URL need to be ... | setCustomUrl() support for relative URLs | https://api.github.com/repos/matomo-org/matomo/issues/2198/comments | 6 | 2011-03-17T21:59:32Z | 2014-07-08T10:06:33Z | https://github.com/matomo-org/matomo/issues/2198 | 37,352,570 | 2,198 |
[
"matomo-org",
"matomo"
] | I received some emails with this feature request since they were not able to switch off the email reports (probably via the additional email-addresses field). And they were not even able to determine, who had set up this reports.
Possible solutions
- Unsubscribe Link in the Reporting eMails
- Provide information about... | Possibility to unsubscribe from Email reports (pdf, html, csv) | https://api.github.com/repos/matomo-org/matomo/issues/2197/comments | 9 | 2011-03-17T15:35:32Z | 2018-08-06T00:58:53Z | https://github.com/matomo-org/matomo/issues/2197 | 37,352,569 | 2,197 |
[
"matomo-org",
"matomo"
] | 1. auto-update Jenkins using a cron job, e.g.,
```
#!/bin/sh
cd /usr/share/jetty/webapps
/etc/init.d/jetty stop
wget -N http://mirrors.jenkins-ci.org/war/latest/jenkins.war
chown jetty:adm jenkins.war
/etc/init.d/jetty start
```
1. update webtest to r_1811
| trunk: CI server updates | https://api.github.com/repos/matomo-org/matomo/issues/2196/comments | 3 | 2011-03-17T15:29:13Z | 2014-07-08T10:06:32Z | https://github.com/matomo-org/matomo/issues/2196 | 37,352,567 | 2,196 |
[
"matomo-org",
"matomo"
] | I have reproduced this in my own piwik instance and in another one. Goal values are not always or not at all recorded, although the goal is successfully triggered with the given value (tracked via firebug).
See Forums: http://forum.piwik.org/read.php?5,73517
| Possible regression in GoalTracking - Conversion values not tracked / shown | https://api.github.com/repos/matomo-org/matomo/issues/2195/comments | 9 | 2011-03-17T14:27:49Z | 2014-07-08T10:06:32Z | https://github.com/matomo-org/matomo/issues/2195 | 37,352,565 | 2,195 |
[
"matomo-org",
"matomo"
] | When the log tables are crashed, the SQL error /exception is caught upstream, and it is not displayed in the UI. The report shows "No data" but not the error.
However in the API, the error is displayed:
```
su www-data -c "sh /home/piwik/misc/cron/archive.sh"
Starting Piwik reports archiving...
Archiving period = d... | Detect crashed mysql tables & display a message in the UI | https://api.github.com/repos/matomo-org/matomo/issues/2194/comments | 2 | 2011-03-17T02:44:34Z | 2014-07-08T10:07:31Z | https://github.com/matomo-org/matomo/issues/2194 | 37,352,564 | 2,194 |
[
"matomo-org",
"matomo"
] | Ability to track if a subscribed user clicks on a link and comes back to the site via feed.
OWA enables this feature.
Keywords: RSS
| Track unique feed readers, reader types, and feed requests | https://api.github.com/repos/matomo-org/matomo/issues/2193/comments | 1 | 2011-03-17T01:12:11Z | 2014-07-08T10:06:32Z | https://github.com/matomo-org/matomo/issues/2193 | 37,352,563 | 2,193 |
[
"matomo-org",
"matomo"
] | I think it makes sense. If Alias is empty, use username.
This helps because login are sometimes meaningless, and also it is good to keep login private.
| Display "Hello, $alias!" instead of "Hello, $login!" in top right screen | https://api.github.com/repos/matomo-org/matomo/issues/2192/comments | 2 | 2011-03-17T01:11:08Z | 2014-07-08T10:06:31Z | https://github.com/matomo-org/matomo/issues/2192 | 37,352,562 | 2,192 |
[
"matomo-org",
"matomo"
] | Currently set to the timestamp the website row was added to Mysql, it is often required to change the time in the past
- when visit generator was called for ex.
- when we import past logs (eg. apache logs) in piwik for days/weeks in the past
we should add a parameter to Website create/update API functions to allow set... | Allow API to modify "website creation date" | https://api.github.com/repos/matomo-org/matomo/issues/2191/comments | 1 | 2011-03-16T09:46:35Z | 2014-07-08T10:06:31Z | https://github.com/matomo-org/matomo/issues/2191 | 37,352,561 | 2,191 |
[
"matomo-org",
"matomo"
] | Appears to be on the demo: http://demo.piwik.org/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#module=Referers&action=getWebsites&idSite=1&period=day&date=yesterday
using All columns view.
Definitely a regression
| Fix Exclude low population | https://api.github.com/repos/matomo-org/matomo/issues/2190/comments | 1 | 2011-03-16T04:21:47Z | 2014-07-08T10:06:31Z | https://github.com/matomo-org/matomo/issues/2190 | 37,352,560 | 2,190 |
[
"matomo-org",
"matomo"
] | See hook UsersManager.deleteUser to delete PDF reports that a user owns, when the account is deleted
| Delete PDF reports when user is deleted | https://api.github.com/repos/matomo-org/matomo/issues/2189/comments | 1 | 2011-03-15T08:23:45Z | 2014-07-08T10:06:31Z | https://github.com/matomo-org/matomo/issues/2189 | 37,352,559 | 2,189 |
[
"matomo-org",
"matomo"
] | Currently only supports == and !=, should add these few in
http://piwik.org/docs/analytics-api/segmentation/
| Segmentation in API to support greater/less than (or equal) as well as "contains" operators | https://api.github.com/repos/matomo-org/matomo/issues/2188/comments | 4 | 2011-03-15T06:19:04Z | 2014-07-08T10:06:31Z | https://github.com/matomo-org/matomo/issues/2188 | 37,352,558 | 2,188 |
[
"matomo-org",
"matomo"
] | Mostly a copyright year update.
Note: Piwik isn't vulnerable to ZF-2011-001, fixed by ZF 1.11.4.
| update to ZendFramework 1.11.4 | https://api.github.com/repos/matomo-org/matomo/issues/2187/comments | 2 | 2011-03-14T19:19:10Z | 2014-07-08T10:06:31Z | https://github.com/matomo-org/matomo/issues/2187 | 37,352,557 | 2,187 |
[
"matomo-org",
"matomo"
] | hi,
it seems there is a problem recording conversions with campaigns.
the referer is empty in the table piwik_log_conversion (referer_type=1 and referer_name=""). conversion statistics for campaigns are wrong.
I replaced those values in the database with referer_type=6 and the correct refer_name and stats are now corr... | wrong campaign referer for conversions | https://api.github.com/repos/matomo-org/matomo/issues/2186/comments | 2 | 2011-03-14T17:33:44Z | 2014-07-08T10:06:30Z | https://github.com/matomo-org/matomo/issues/2186 | 37,352,556 | 2,186 |
[
"matomo-org",
"matomo"
] | setDocumentTitle() expects an un-encoded string because piwik.js uses encodeURIComponent to encode parameters in the request.
| sanitizeInputValue() - improvements | https://api.github.com/repos/matomo-org/matomo/issues/2185/comments | 10 | 2011-03-14T13:21:06Z | 2014-07-08T10:06:30Z | https://github.com/matomo-org/matomo/issues/2185 | 37,352,554 | 2,185 |
[
"matomo-org",
"matomo"
] | This code
```
var pkBaseURL = (("https:" == document.location.protocol) ? "https://foo.com/piwik/" : "http://foo.com/piwik/");
```
is only correct if
- Piwik is installed on the same host
- of both hosts use SSL or not
Maybe it would make more sense to default to _http_ always.
| Potential SSL-related problems with default tracking code | https://api.github.com/repos/matomo-org/matomo/issues/2182/comments | 1 | 2011-03-13T19:38:38Z | 2014-08-03T11:21:26Z | https://github.com/matomo-org/matomo/issues/2182 | 37,352,552 | 2,182 |
[
"matomo-org",
"matomo"
] | improve visibility of the Mobile App inside Piwik
If the piwik user is using a supported device (apple or android), then we can show in the Info box (blue) the message "Try Piwik Mobile App".
On hover it could say "You are accessing Piwik using Android phone... Have you tried the _Piwik Mobile App_?"
The link would b... | Show download link to Piwik Mobile app when user is browsing with iOS/Android | https://api.github.com/repos/matomo-org/matomo/issues/2181/comments | 2 | 2011-03-13T08:01:26Z | 2014-07-08T10:06:30Z | https://github.com/matomo-org/matomo/issues/2181 | 37,352,550 | 2,181 |
[
"matomo-org",
"matomo"
] | If you click on dashboard, in the menu, more than once, the orage warning message says "Oops problem during the request, please try again." and fades out 2s later, after the content loaded, (causing the page to jump). I'm pretty sure this is a regression.
Solution: 2 clicks on the same menu /submenu should not trigger... | Regression in menu code: double click show orange warning message | https://api.github.com/repos/matomo-org/matomo/issues/2180/comments | 2 | 2011-03-13T07:03:39Z | 2014-07-08T10:06:30Z | https://github.com/matomo-org/matomo/issues/2180 | 37,352,549 | 2,180 |
[
"matomo-org",
"matomo"
] | Installation/Controller.php - add to needed_functions() list
core/testMinimumPhpVersion.php - a disabled function doesn't exist, but also can't be redeclared.
| Installation: file_get_contents() has been disabled for security reasons | https://api.github.com/repos/matomo-org/matomo/issues/2179/comments | 1 | 2011-03-12T17:25:40Z | 2014-07-08T10:06:29Z | https://github.com/matomo-org/matomo/issues/2179 | 37,352,548 | 2,179 |
[
"matomo-org",
"matomo"
] | Abcsok - verden.abcsok.no is no longer Powered by Google
Add CNN (Powered by Google)
Add Wirtualna Polska, and Yam
| Search Engines Update | https://api.github.com/repos/matomo-org/matomo/issues/2178/comments | 1 | 2011-03-12T01:51:52Z | 2014-07-08T10:06:29Z | https://github.com/matomo-org/matomo/issues/2178 | 37,352,547 | 2,178 |
[
"matomo-org",
"matomo"
] | None
| serveStaticFiles: better handle disabled readfile() | https://api.github.com/repos/matomo-org/matomo/issues/2177/comments | 7 | 2011-03-11T22:04:04Z | 2014-07-08T10:06:29Z | https://github.com/matomo-org/matomo/issues/2177 | 37,352,545 | 2,177 |
[
"matomo-org",
"matomo"
] | The WAG team suggested some more config changes, including that we document that Piwik crashes/freezes IE6. (They also noticed #2163.)
| WebAppGallery review/feedback | https://api.github.com/repos/matomo-org/matomo/issues/2176/comments | 13 | 2011-03-11T19:33:37Z | 2014-07-08T10:06:29Z | https://github.com/matomo-org/matomo/issues/2176 | 37,352,544 | 2,176 |
[
"matomo-org",
"matomo"
] | As to prevent errors, it is actually important to disable all tracking requests while the DB is upgrading (indexes deleted, created, etc.).
We should mention this clearly when printing out the command line to upgrade via shell (users that update via the UI don't need to disable their tracking since the DB size is prob... | Update screen: advise to disable apache while upgrading | https://api.github.com/repos/matomo-org/matomo/issues/2175/comments | 8 | 2011-03-11T03:03:28Z | 2014-07-08T10:06:28Z | https://github.com/matomo-org/matomo/issues/2175 | 37,352,543 | 2,175 |
[
"matomo-org",
"matomo"
] | For users tracking 10, 20 or more websites, often websites belong to groups (for example "Intranet", "Blogs" or "Ecommerce sites"), groups can be the type of the website, a given project which contains several websites, or an agency would want to organize websites by customer.
Requires #4692
Goals:
- Allow users to ... | Show Websites by Group in 'All websites' dashboard | https://api.github.com/repos/matomo-org/matomo/issues/2174/comments | 80 | 2011-03-11T02:36:24Z | 2017-01-10T22:49:47Z | https://github.com/matomo-org/matomo/issues/2174 | 37,352,537 | 2,174 |
[
"matomo-org",
"matomo"
] | Allows (read) access to the visitor cookie.
| piwik.js: getVisitorInfo() | https://api.github.com/repos/matomo-org/matomo/issues/2173/comments | 1 | 2011-03-10T23:21:54Z | 2014-07-08T10:06:24Z | https://github.com/matomo-org/matomo/issues/2173 | 37,352,536 | 2,173 |
[
"matomo-org",
"matomo"
] | hi folks,
I transformed PiwikTracker.php to Piwiktracker.java and wanted to share the code for further improvement/fixes. There is still stuff missing but it works for me so far.
To track a (JSP-)page I use the following code:
<% PiwikTracker pt = new PiwikTracker(1, "http://localhost/piwik", request);
ResponseDa... | Java Tracking Client V1 - PiwikTracker.java | https://api.github.com/repos/matomo-org/matomo/issues/2172/comments | 61 | 2011-03-10T17:50:59Z | 2014-07-08T10:10:04Z | https://github.com/matomo-org/matomo/issues/2172 | 37,352,529 | 2,172 |
[
"matomo-org",
"matomo"
] | When a cron job is NOT set up the automatic report function does not work.
(never worked)
There is also a thread in the forum where users experiencing the issue too
| Automatic email report not working without cron | https://api.github.com/repos/matomo-org/matomo/issues/2171/comments | 1 | 2011-03-10T16:59:34Z | 2014-07-08T10:06:22Z | https://github.com/matomo-org/matomo/issues/2171 | 37,352,528 | 2,171 |
[
"matomo-org",
"matomo"
] | This is becoming a FAQ. (Alternately, add a config setting that would allow period=year.)
We also have to update the FAQ on how unique is counted. (It refers to third party cookies).
| Documentation: unique visitors for period=year | https://api.github.com/repos/matomo-org/matomo/issues/2170/comments | 4 | 2011-03-10T15:46:37Z | 2014-07-08T10:06:22Z | https://github.com/matomo-org/matomo/issues/2170 | 37,352,526 | 2,170 |
[
"matomo-org",
"matomo"
] | Using setHeartBeat causes new actions to be recorded, instead of just updating the amount of time spent on that action.
Keywords: javascript api
| setHeartBeat triggers new actions | https://api.github.com/repos/matomo-org/matomo/issues/2169/comments | 1 | 2011-03-10T15:41:11Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2169 | 37,352,525 | 2,169 |
[
"matomo-org",
"matomo"
] | Since 1.2 the Goalmanager uses the refering URL and the current URL, not the entry URL to determine the referer. But only the entry URL has campaign infos, so this info is lost.
The Goalmanager should use the existing data from the current Visitor and not analyze the referer a second time.
| Campaigns referers are not attributed to Goal Conversions | https://api.github.com/repos/matomo-org/matomo/issues/2168/comments | 20 | 2011-03-10T10:28:03Z | 2014-07-08T10:06:52Z | https://github.com/matomo-org/matomo/issues/2168 | 37,352,523 | 2,168 |
[
"matomo-org",
"matomo"
] | The stylesheet and JS for the dashboard doesn't load. However, the login page works fine.
After doing some debugging I found that the two requests to get the CSS and JS from the server returns [404 Not Found](HTTP/1.1)
http://my_server/index.php?module=Proxy&action=getCss&cb=<a_long_number_i_am_hiding>
http://my_s... | add readfile() as a required function during install test (CSS & JS 404 Not found) | https://api.github.com/repos/matomo-org/matomo/issues/2167/comments | 4 | 2011-03-09T21:39:49Z | 2014-07-08T10:06:21Z | https://github.com/matomo-org/matomo/issues/2167 | 37,352,522 | 2,167 |
[
"matomo-org",
"matomo"
] | Hi,
I get the following errot, starting Piwik:
Fatal error: date() [href='function.date'>function.date</a>](<a): Timezone database is corrupt - this should _never_ happen! in /var/www/neu-news.de/drupal/piwik/core/Log.php on line 99
What can I do. I am not so much experienced.
| Timezone | https://api.github.com/repos/matomo-org/matomo/issues/2166/comments | 2 | 2011-03-09T08:16:15Z | 2023-08-29T08:26:05Z | https://github.com/matomo-org/matomo/issues/2166 | 37,352,521 | 2,166 |
[
"matomo-org",
"matomo"
] | The bug is with custom variables and strigification.
To reproduce, this is the code:
```
<html><body><h1>Async code test</h1>
<script type='text/javascript' src="http://demo.magentocommerce.com/js/prototype/prototype.js" ></script>
<p>Great stuff</p>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq ||... | piwik.js: JSON stringify not working with prototype < 1.7 and mootools < 1.3 | https://api.github.com/repos/matomo-org/matomo/issues/2165/comments | 5 | 2011-03-09T03:41:36Z | 2014-07-08T10:06:21Z | https://github.com/matomo-org/matomo/issues/2165 | 37,352,520 | 2,165 |
[
"matomo-org",
"matomo"
] | I noticed that I have to explicitely use URLs, e.g. protocol plus hostname when setting the various hostnames for a website in the "Websites Management" screen. That means that I have to repeat the hostnames for the https:// scheme. (Right?) Wouldn't it be better to allow hostnames without a protocol?
Keywords: website... | URLs for websites, why not just hostnames? | https://api.github.com/repos/matomo-org/matomo/issues/2164/comments | 1 | 2011-03-08T14:41:24Z | 2014-07-08T10:06:20Z | https://github.com/matomo-org/matomo/issues/2164 | 37,352,518 | 2,164 |
[
"matomo-org",
"matomo"
] | I just added a few new websites to an install that was upgraded to 1.2 yesterday. There is no icon/button for submitting the new website data anymore. The column that lists "Edit" for the existing websites is just blank for the new website and the next column shows "or Cancel". This may just be a missing English "trans... | SitesManager: IE8: "Save" button text is difficult to see | https://api.github.com/repos/matomo-org/matomo/issues/2163/comments | 8 | 2011-03-08T14:37:13Z | 2014-07-08T10:06:28Z | https://github.com/matomo-org/matomo/issues/2163 | 37,352,517 | 2,163 |
[
"matomo-org",
"matomo"
] | In 1.2, we introduced an empty ![Segments] section to global.ini.php. Users with parse_ini_file() disabled would trigger the error: Invalid argument supplied for foreach()
| Invalid argument supplied for foreach() | https://api.github.com/repos/matomo-org/matomo/issues/2162/comments | 4 | 2011-03-08T04:40:24Z | 2014-07-08T10:06:20Z | https://github.com/matomo-org/matomo/issues/2162 | 37,352,516 | 2,162 |
[
"matomo-org",
"matomo"
] | The page is now live! See [third-party integration plugins](http://piwik.org/integrate/)
Rationale:
- trademark
- avoid fragmentation
- up-to-date
Fragmentation:
- Wordpress - 2 different extensions
- Joomla - 4 different extensions
- contrast with Drupal, MediaWiki, Typo3 which each have 1
Out-of-date:
- com_piwik... | Advertise Piwik integration plugins on Piwik.org - pick the "officially" endorsed plugins | https://api.github.com/repos/matomo-org/matomo/issues/2161/comments | 4 | 2011-03-07T20:02:34Z | 2014-07-08T10:06:20Z | https://github.com/matomo-org/matomo/issues/2161 | 37,352,515 | 2,161 |
[
"matomo-org",
"matomo"
] | Some of the escaping in sv.php becomes double escaped and shows up in the browser, for example this one
'VisitsSummary_SubmenuOverview' => 'översikt',
I solved it by changing most escaping to UTF-8.
| HTML escape sequences in Swedish translation | https://api.github.com/repos/matomo-org/matomo/issues/2160/comments | 2 | 2011-03-07T17:50:50Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2160 | 37,352,514 | 2,160 |
[
"matomo-org",
"matomo"
] | It would be nice to view in the graph, the number of visits for the last 300 days for example. Currently the graphs only show last 30 days / weeks / months / years.
All pages supporting sparklines + graph (overview type pages) would benefit from this new feature, as well as widgets in the dashboard.
This could be imp... | Add a Select list in the graph footer, to select periods to plot: 30, 100, 365 | https://api.github.com/repos/matomo-org/matomo/issues/2159/comments | 11 | 2011-03-07T04:40:01Z | 2014-09-10T00:36:26Z | https://github.com/matomo-org/matomo/issues/2159 | 37,352,512 | 2,159 |
[
"matomo-org",
"matomo"
] | This could be an interesting tutorial/example.
Instead of recording the URL as:
http://demo.piwik.org/index.php?module=CoreHome&action=index&restofthequery...
We would use setCustomUrl() to record it hierarchically as:
http://demo.piwik.org/demo/CoreHome/index?restofthequery...
A script called demo.php in the doc ... | Demo - SEF URLs | https://api.github.com/repos/matomo-org/matomo/issues/2158/comments | 1 | 2011-03-07T03:08:43Z | 2014-07-08T10:06:19Z | https://github.com/matomo-org/matomo/issues/2158 | 37,352,510 | 2,158 |
[
"matomo-org",
"matomo"
] | Currently we try and read the hostname, but it is often not set when the PDF are sent via cron.
Instead, we could record the Piwik hostname in the _option table if it is not there (similar to the get latest version entry).
Then we can reuse it in the Mail class to set domains in emails.
Note that the domain should b... | Record Piwik hostname in DB, for reuse in email @domains | https://api.github.com/repos/matomo-org/matomo/issues/2157/comments | 1 | 2011-03-07T02:23:47Z | 2014-07-08T10:06:19Z | https://github.com/matomo-org/matomo/issues/2157 | 37,352,509 | 2,157 |
[
"matomo-org",
"matomo"
] | None
| Update to JSLint 2011-03-05 | https://api.github.com/repos/matomo-org/matomo/issues/2156/comments | 1 | 2011-03-07T02:21:20Z | 2014-07-08T10:06:18Z | https://github.com/matomo-org/matomo/issues/2156 | 37,352,508 | 2,156 |
[
"matomo-org",
"matomo"
] | A few users in the forums are having issues with Emails with PDF reports not sent automatically, when cron is not setup.
http://forum.piwik.org/read.php?2,72692
Piwik tries to trigger the PDF emails automatically in the Task Scheduler.
We should make it easy to enable Debug information, and log it in a file with the... | Automatic PDF email report not working when PDF report is linked to deleted site | https://api.github.com/repos/matomo-org/matomo/issues/2155/comments | 3 | 2011-03-06T23:49:08Z | 2014-07-08T10:06:22Z | https://github.com/matomo-org/matomo/issues/2155 | 37,352,507 | 2,155 |
[
"matomo-org",
"matomo"
] | I have a failing integration test concerning [test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_day.xml](https://github.com/piwik/piwik/blob/master/tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays__VisitFrequency.get_day.xml)
Expected is
```
<nb_uniq_visitors_returning>1... | IndexedByDate.getDataTableFromNumeric() lack of 'order by' breaks integration tests | https://api.github.com/repos/matomo-org/matomo/issues/2154/comments | 2 | 2011-03-06T23:42:33Z | 2014-07-08T10:06:18Z | https://github.com/matomo-org/matomo/issues/2154 | 37,352,506 | 2,154 |
[
"matomo-org",
"matomo"
] | [/core/Tracker/Db/Pdo/Mysql.php#L170](https://github.com/piwik/piwik/blob/master/core/Tracker/Db/Pdo/Mysql.php#L170) with out of the box MySQL 5.5.9 throws
```
SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'visitor_returning' at row 1
```
This happens because _$parameters(3)_ is a bool v... | Piwik Tracker throws SQL exceptions when using a boolean value for a tinyint(1) field | https://api.github.com/repos/matomo-org/matomo/issues/2153/comments | 4 | 2011-03-06T16:41:57Z | 2014-07-08T10:06:18Z | https://github.com/matomo-org/matomo/issues/2153 | 37,352,505 | 2,153 |
[
"matomo-org",
"matomo"
] | Investigate some of the user contributed alternatives listed in http://php.net/gethostbyaddr to (1) determine the "best" method for a given environment (similar to Piwik_Http) during installation, and (2) use the "winning" method at tracker runtime.
Refactor getHost() out of the Provider plugin.
See #5554.
| investigate and implement gethostbyaddr() alternatives | https://api.github.com/repos/matomo-org/matomo/issues/2152/comments | 3 | 2011-03-06T02:40:12Z | 2014-07-08T10:17:14Z | https://github.com/matomo-org/matomo/issues/2152 | 37,352,503 | 2,152 |
[
"matomo-org",
"matomo"
] | In my box [test_setUserAccess_multipleCallDistinctAccessMultipleUser()](https://github.com/piwik/piwik/blob/master/plugins/UsersManager/tests/UsersManager.test.php#L776) fails because
```
$access1 = array( 'user1' => array(1,2), 'user2' => array(2,3) );
$wanted1 = array( 'user1' => array(1,2), 'user2' => array(3,2) );... | UserManager.getUsersSitesFromAccess() doesn't order idsite | https://api.github.com/repos/matomo-org/matomo/issues/2151/comments | 3 | 2011-03-05T17:02:31Z | 2014-07-08T10:06:17Z | https://github.com/matomo-org/matomo/issues/2151 | 37,352,502 | 2,151 |
[
"matomo-org",
"matomo"
] | None
| Piwik_Option: add delete() methods and unit tests | https://api.github.com/repos/matomo-org/matomo/issues/2150/comments | 1 | 2011-03-05T16:31:43Z | 2014-07-08T10:06:17Z | https://github.com/matomo-org/matomo/issues/2150 | 37,352,501 | 2,150 |
[
"matomo-org",
"matomo"
] | [Renderer.test.php test_JSON_test1()](https://github.com/piwik/piwik/blob/master/tests/core/DataTable/Renderer.test.php#L288), [Renderer.test.php test_JSON_Array_test1()](https://github.com/piwik/piwik/blob/master/tests/core/DataTable/Renderer.test.php#L934) and [test_JSON_Array_isMadeOfArray_test1()](https://github.co... | Custom json_encode breaks Renderer.test.php unit tests for PHP 5.1.3 | https://api.github.com/repos/matomo-org/matomo/issues/2149/comments | 5 | 2011-03-05T13:17:06Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2149 | 37,352,499 | 2,149 |
[
"matomo-org",
"matomo"
] | See report in: http://forum.piwik.org/read.php?2,72836
| Can't login if default site deleted | https://api.github.com/repos/matomo-org/matomo/issues/2148/comments | 1 | 2011-03-05T10:11:16Z | 2014-07-08T10:06:17Z | https://github.com/matomo-org/matomo/issues/2148 | 37,352,497 | 2,148 |
[
"matomo-org",
"matomo"
] | I am using the Visitor Countries widgit. It displays all countries correctly, save one, UserCountry_country_Others - whatever that is. I am using Piwik 1.2 with the latest GeoIP plugin.
See attachment.
| Visitor countries widget displays UserCountry_country_Others | https://api.github.com/repos/matomo-org/matomo/issues/2147/comments | 14 | 2011-03-05T02:04:19Z | 2014-07-08T10:06:39Z | https://github.com/matomo-org/matomo/issues/2147 | 37,352,496 | 2,147 |
[
"matomo-org",
"matomo"
] | Right now, the automated update doesn't appear to check the authenticity of the zip. It would be straightforward in some networks to alias the piwik.org domain to some malicious machine containing a compromised zip. Some options are to download only via https, or verify a GnuPG detached signature with it.
| Insecure Automatic Update | https://api.github.com/repos/matomo-org/matomo/issues/2146/comments | 2 | 2011-03-05T02:00:25Z | 2014-07-08T10:06:16Z | https://github.com/matomo-org/matomo/issues/2146 | 37,352,493 | 2,146 |
[
"matomo-org",
"matomo"
] | These issues are intertwined. I think we should refactor the Live plugin and add some much needed unit tests.
Timezone:
- http://forum.piwik.org/read.php?2,72881
- http://forum.piwik.org/read.php?2,72889
- http://forum.piwik.org/read.php?2,72822,page=1#msg-72892
Export limits:
- #1706
| Live does not always show recent visitors based on timezone | https://api.github.com/repos/matomo-org/matomo/issues/2145/comments | 7 | 2011-03-04T23:24:23Z | 2014-07-08T10:06:48Z | https://github.com/matomo-org/matomo/issues/2145 | 37,352,490 | 2,145 |
[
"matomo-org",
"matomo"
] | Tracking app usage and users is similar to tracking web site visits and visitors.
- http://www.appcelerator.com/products/titanium-analytics/
- http://us.blackberry.com/developers/platform/analyticsservice/ (powered by Webtrends)
- http://code.google.com/mobile/analytics/
| How to Mobile App Analytics using Piwik, new FAQ | https://api.github.com/repos/matomo-org/matomo/issues/2144/comments | 6 | 2011-03-04T19:17:57Z | 2014-07-08T10:06:15Z | https://github.com/matomo-org/matomo/issues/2144 | 37,352,487 | 2,144 |
[
"matomo-org",
"matomo"
] | I've got default report date to load set to "today". When I click on the Dashboard link in the TopMenu it statically links back to date=yesterday totally ignoring this setting (and even reverting the date I chose before switching to the settings).
| Default date to load is being ignored | https://api.github.com/repos/matomo-org/matomo/issues/2138/comments | 2 | 2011-03-04T12:47:30Z | 2014-07-08T10:06:15Z | https://github.com/matomo-org/matomo/issues/2138 | 37,352,485 | 2,138 |
[
"matomo-org",
"matomo"
] | It would be sometimes useful to Expand (show recursively) the data for some reports since the expanded data is very important for these:
- Page Urls, Page Titles, Outlinks, downloads
- [Custom variables name /values](http://piwik.org/docs/custom-variables/)
- [Campaign names/keyword](http://piwik.org/docs/tracking-camp... | PDF/HTML Reports: Expand Actions reports (and some others) by default | https://api.github.com/repos/matomo-org/matomo/issues/2137/comments | 23 | 2011-03-04T11:03:41Z | 2024-09-13T09:13:03Z | https://github.com/matomo-org/matomo/issues/2137 | 37,352,484 | 2,137 |
[
"matomo-org",
"matomo"
] | It would be interesting to see how long it takes piwik to process the metadata XML outputs, and have it as a row in the result.
| Add response time in the Metadata XML response | https://api.github.com/repos/matomo-org/matomo/issues/2136/comments | 1 | 2011-03-04T09:32:32Z | 2014-07-08T10:06:14Z | https://github.com/matomo-org/matomo/issues/2136 | 37,352,483 | 2,136 |
[
"matomo-org",
"matomo"
] | Piwik now support full segmentation via the API only: http://piwik.org/docs/analytics-api/segmentation/
We want to be able to
- Create segments
- define the conditions AND / OR
- pick metric
- pick match (equals, contains, etc.)
- pick value
- give the segment a name
- Segment is created inside the "report... | Segmentation: implement UI for adding/editing segments, and switching segments | https://api.github.com/repos/matomo-org/matomo/issues/2135/comments | 43 | 2011-03-04T09:26:07Z | 2014-07-08T10:17:37Z | https://github.com/matomo-org/matomo/issues/2135 | 37,352,474 | 2,135 |
[
"matomo-org",
"matomo"
] | Per title - we should highlight the Metadata output and favor its use as it is a much more useful dataset than standard API responses.
All these API functions that support Metadata would have a link "Metadata example". We could also clean up the existing list of links which is a bit long (XML, CSV, RSS Last 10 days, e... | Update API page in Piwik to show the Metadata report for all functions | https://api.github.com/repos/matomo-org/matomo/issues/2134/comments | 5 | 2011-03-04T04:31:35Z | 2024-09-13T09:13:03Z | https://github.com/matomo-org/matomo/issues/2134 | 37,352,473 | 2,134 |
[
"matomo-org",
"matomo"
] | From [forum post](http://forum.piwik.org/read.php?2,72564):
?module=API&method=Actions.getPageUrl&idSite=1&pageUrl=$url&period=day&date=last1&format=JSON&token_auth=$tkn
Fatal error: Call to undefined method Piwik_DataTable_Array::getRows() in /stats/plugins/Actions/API.php on line 127
This is similar to #1125
The... | Custom DataTable code fail when date=lastX or previousY | https://api.github.com/repos/matomo-org/matomo/issues/2133/comments | 3 | 2011-03-04T02:34:17Z | 2014-07-08T10:06:37Z | https://github.com/matomo-org/matomo/issues/2133 | 37,352,472 | 2,133 |
[
"matomo-org",
"matomo"
] | I have the "external web sites list" widget on my dashboard, and when I open the sites in order to see the actual pages where the visit comes from, a messing occurs.
Let's take an actual case. There is a list like:
www.qumran2.net 16
www.google.it 14
www.kathpedia.com 11
www.facebook.com 11
alicemail.rosso... | messed web sites list | https://api.github.com/repos/matomo-org/matomo/issues/2132/comments | 2 | 2011-03-03T23:44:47Z | 2014-07-08T10:06:11Z | https://github.com/matomo-org/matomo/issues/2132 | 37,352,471 | 2,132 |
[
"matomo-org",
"matomo"
] | It should be Israel.
| Provider Bezeqint wrongfully identified as United States | https://api.github.com/repos/matomo-org/matomo/issues/2131/comments | 1 | 2011-03-03T19:18:06Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2131 | 37,352,470 | 2,131 |
[
"matomo-org",
"matomo"
] | details below
Critical Error during the update process:
/example.com/piwik/core/Updates/1.2-rc1.php:
Error trying to execute the query 'ALTER TABLE `piwik_log_visit`
DROP `visit_server_date`,
DROP INDEX `index_idsite_date_config`,
DROP INDEX `index_idsite_datetime_config`,
ADD `visit_entry_idaction_name` INT UNSIGNED... | piwik 1.2 Critical Error during the update process: | https://api.github.com/repos/matomo-org/matomo/issues/2130/comments | 1 | 2011-03-03T18:24:09Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2130 | 37,352,469 | 2,130 |
[
"matomo-org",
"matomo"
] | None
| WebTest: add auto-update test from latest version | https://api.github.com/repos/matomo-org/matomo/issues/2126/comments | 6 | 2011-03-03T16:03:53Z | 2014-07-08T10:06:10Z | https://github.com/matomo-org/matomo/issues/2126 | 37,352,468 | 2,126 |
[
"matomo-org",
"matomo"
] | Still very hard to track down (now entries in the server / apache error logs) but it seems like there would be still a file lock on latest.zip when the piwik Updater tries to access it. File is in the given directory, permissions, etc. are correct.
Error was reproducible on my 2 Servers (which have the same config (b... | Piwik AutoUpdate (1.1.1 -> 1.2) failing with "Error Opening [absolute/path/to/piwik/latest/latest.zip]" | https://api.github.com/repos/matomo-org/matomo/issues/2125/comments | 6 | 2011-03-03T13:21:57Z | 2014-07-08T10:06:33Z | https://github.com/matomo-org/matomo/issues/2125 | 37,352,466 | 2,125 |
[
"matomo-org",
"matomo"
] | The dashboard is empty browsing with IE9 RC.
A javascript error is thrown. Here is the details:
The object does not support the property or method:
f=a.getElementsByTagName("*")
at url (of the online demo):
index.php?module=Proxy&action=getJs&cb=22bde929b110610a2f7c45fcd1f8e423
Row 17, Column 59007
| Piwik 1.2 and IE9 RC -> empty dashboard | https://api.github.com/repos/matomo-org/matomo/issues/2124/comments | 3 | 2011-03-03T12:16:07Z | 2014-07-08T10:06:10Z | https://github.com/matomo-org/matomo/issues/2124 | 37,352,465 | 2,124 |
[
"matomo-org",
"matomo"
] | Reference: http://jqueryui.com/demos/dialog/#modal-confirmation
This can be themed/styled and also workaround the Safari/WebKit bug mentioned in #1728.
See also: piwikHelper.windowModal().
| UI: replace confirm() and alert() with jQuery-UI dialog | https://api.github.com/repos/matomo-org/matomo/issues/2123/comments | 9 | 2011-03-03T08:23:30Z | 2014-07-08T10:07:23Z | https://github.com/matomo-org/matomo/issues/2123 | 37,352,463 | 2,123 |
[
"matomo-org",
"matomo"
] | Ideas
- Add a menu entry in Piwik admin UI only for Super User (page loads only for SU)
- The system check should display detected PHP and GD versions
- When file integrity fails, clarify error message and make link "details" more obvious
if any other quick fixes that we could tackle at the same time, please comment.
| System Check page in Admin menu + usability improvements | https://api.github.com/repos/matomo-org/matomo/issues/2122/comments | 9 | 2011-03-03T05:55:41Z | 2014-07-08T10:11:51Z | https://github.com/matomo-org/matomo/issues/2122 | 37,352,461 | 2,122 |
[
"matomo-org",
"matomo"
] | It would be nice if Piwik would allow to disable the tracking for sites completely without workarounds like adding _._._._ to the IP ignore list. When deploying a ton of sites automatically via API it is necessary to enable the real tracking functions at a specific point, or we need to disable them at some point (custo... | Allow to disable sites without deleting them | https://api.github.com/repos/matomo-org/matomo/issues/2121/comments | 3 | 2011-03-02T16:15:12Z | 2024-09-13T09:13:04Z | https://github.com/matomo-org/matomo/issues/2121 | 37,352,460 | 2,121 |
[
"matomo-org",
"matomo"
] | See on demo: http://demo.piwik.org/index.php?module=CoreHome&action=index&idSite=7&period=day&date=yesterday#module=Actions&action=getEntryPageUrls&idSite=7&period=day&date=yesterday
very critical, not sure how this is possible...
| regression trunk: URL append character = which breaks it all | https://api.github.com/repos/matomo-org/matomo/issues/2119/comments | 2 | 2011-03-02T07:22:33Z | 2014-07-08T10:06:09Z | https://github.com/matomo-org/matomo/issues/2119 | 37,352,459 | 2,119 |
[
"matomo-org",
"matomo"
] | When viewing a large dataset table (e.g. Actions -> Pages), the export (at the bottom) contains only the first 100 entries.
As long as you are on the first page, it seems ok, but on other pages the export still returns only the first 100 entries.
Expected results are either the entries from the current page, or the c... | Export (of datasets) is limited to 100 entries and ignores the page number | https://api.github.com/repos/matomo-org/matomo/issues/2118/comments | 1 | 2011-03-01T10:10:13Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2118 | 37,352,458 | 2,118 |
[
"matomo-org",
"matomo"
] | Hi!
My smartphone has only adobe flash 9.0 available (maemo) and some of my desktop/notebooks are bound to gnash (not x86 , not plain linux / freebsd) so would be nice to have at least support for flash 8 or something like that. Doesn't look like piwik is using any of the fancy flash10 features at all
| support for flash < 10 | https://api.github.com/repos/matomo-org/matomo/issues/2117/comments | 1 | 2011-02-28T13:42:09Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2117 | 37,352,457 | 2,117 |
[
"matomo-org",
"matomo"
] | if the configTrackerUrl contains a "?" line 1008 in piwik.js should append a "&" instead of another "?"
proposed change :
- image.src = configTrackerUrl + '?' + request;
- image.src = configTrackerUrl + (configTrackerUrl.match(/[?]/) ? '&' : '?') + request;
PS: I kindof need this to integr... | piwik.js: configTrackerUrl cannot contain a "?" for GET request method | https://api.github.com/repos/matomo-org/matomo/issues/2115/comments | 1 | 2011-02-26T22:56:28Z | 2014-07-08T10:06:08Z | https://github.com/matomo-org/matomo/issues/2115 | 37,352,456 | 2,115 |
[
"matomo-org",
"matomo"
] | The following code never works under Debian because session_path (/var/lib/php5/) is writeable by PHP but not readable for security reasons (chmod drwx-wx-wt):
if(ini_get('safe_mode') || ini_get('open_basedir') || empty($sessionPath) || !@is_readable($sessionPath) || !@is_writable($sessionPath))
Hence, all sessions f... | Piwik_Session->start() doesn't work correctly under Debian or Ubuntu | https://api.github.com/repos/matomo-org/matomo/issues/2112/comments | 1 | 2011-02-25T19:09:58Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2112 | 37,352,454 | 2,112 |
[
"matomo-org",
"matomo"
] | We just installed PIWIK on our site
!http://www.decisivemagazine.com
It has significantly dragged down the load time on the site.
In fact, YSlow is saying it is 6006 ms.
Can anyone tell us why this may be occurring?
The address/Javascript it is trying to load is:
!http://whatsnet.com/.piwik/piwik.js
Any help would be... | Problem with Response Time with the Javascript Call to the server | https://api.github.com/repos/matomo-org/matomo/issues/2111/comments | 1 | 2011-02-25T13:16:32Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2111 | 37,352,453 | 2,111 |
[
"matomo-org",
"matomo"
] | See on http://demo.piwik.org/index.php?module=CoreHome&action=index&idSite=1&period=year&date=2011-01-08#module=Actions&action=getPageTitles&idSite=1&period=year&date=2011-01-08
click on dev.piwik.org -> truncate not applied, table becomes very large.
we should fix before 1.2 final!
| on trunk page titles truncation doesn't work regression | https://api.github.com/repos/matomo-org/matomo/issues/2110/comments | 1 | 2011-02-25T08:43:11Z | 2014-07-08T10:07:59Z | https://github.com/matomo-org/matomo/issues/2110 | 37,352,452 | 2,110 |
[
"matomo-org",
"matomo"
] | I set up a hosted Piwik server on Arvixe.com (real smooth setup process - nice job). I pasted the tracking code into the template, but didn't get any hits tracked.
The problem appears to be the empty {} in the catch in the tracking code. My copy of Firebug showed a javascript syntax error there. I've detailed much of... | No data on my site - empty catch clause | https://api.github.com/repos/matomo-org/matomo/issues/2109/comments | 2 | 2011-02-25T04:25:20Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2109 | 37,352,450 | 2,109 |
[
"matomo-org",
"matomo"
] | it would be nice, if I could add points or periods of time to all request and visitor charts etc.
The idea is, to have a list of events (with start / end time) e.g. press conference, fair or any other event that may be responsible to in- or decrease your requests / visitors.
If those events where a layer over your requ... | additional overlays of events or time frames over charts | https://api.github.com/repos/matomo-org/matomo/issues/2108/comments | 1 | 2011-02-24T14:58:48Z | 2014-07-08T10:06:07Z | https://github.com/matomo-org/matomo/issues/2108 | 37,352,449 | 2,108 |
[
"matomo-org",
"matomo"
] | See [3967].
An alternative to updating jslint would be switching to jshint (a jslint fork).
| javascript: json2 and jslint updates | https://api.github.com/repos/matomo-org/matomo/issues/2106/comments | 2 | 2011-02-24T06:17:51Z | 2014-07-08T10:06:07Z | https://github.com/matomo-org/matomo/issues/2106 | 37,352,448 | 2,106 |
[
"matomo-org",
"matomo"
] | hi guys, after some customer feedback i started to rework the piwik guy.
Therefore i wrote a plugin to show the idea.
All code is extjs3 based but should be easily convertable to extjs4.
The Sample Code runs with piwik 1.1.1.
The colors are completly changeable.
http://www.sencha.com/blog/an-introduction-to-theming-sen... | Change GUI to save a lot vertical space | https://api.github.com/repos/matomo-org/matomo/issues/2105/comments | 15 | 2011-02-23T14:00:38Z | 2014-07-08T10:06:07Z | https://github.com/matomo-org/matomo/issues/2105 | 37,352,446 | 2,105 |
[
"matomo-org",
"matomo"
] | Delete cookies that share the same prefix+basename+idsite, but differ in the domain hash; this would typically be the result of a configuration change. (See #409)
| piwik.js: enforce integrity check on domain hash | https://api.github.com/repos/matomo-org/matomo/issues/2104/comments | 1 | 2011-02-23T07:08:04Z | 2014-07-08T10:06:07Z | https://github.com/matomo-org/matomo/issues/2104 | 37,352,445 | 2,104 |
[
"matomo-org",
"matomo"
] | On pages with swfobject.js and Piwik tracking, IE7 throws a script error.
```
Line 14
Char 822
Object doesn't support this property or method
```
| Piwik.js vs. SWFObject.js | https://api.github.com/repos/matomo-org/matomo/issues/2103/comments | 1 | 2011-02-22T15:12:09Z | 2014-07-08T10:06:06Z | https://github.com/matomo-org/matomo/issues/2103 | 37,352,444 | 2,103 |
[
"matomo-org",
"matomo"
] | The key/value pairs of the customVariables are sent in the following format to piwik.php and the PiWik_Tracker_Visit::getCustomVariables procedure:
{"1":"[\"key\",\"value\"]"}
json_decode parses this into:
Array
(
[=> ["key","value"](1])
)
But the correct result should be:
Array
(
[1] => Array
(
... | Incorrect Json data formatting when using customVariables | https://api.github.com/repos/matomo-org/matomo/issues/2102/comments | 3 | 2011-02-22T13:32:15Z | 2014-07-08T10:06:06Z | https://github.com/matomo-org/matomo/issues/2102 | 37,352,443 | 2,102 |
[
"matomo-org",
"matomo"
] | I searched the demo Piwik UI for visits today (2011 Feb 21):
http://demo.piwik.org/index.php?module=CoreHome&action=index&idSite=1&period=day&date=2011-02-21#module=VisitTime&action=index&idSite=1&period=day&date=2011-02-21
This is the same query using the JSON API:
http://demo.piwik.org/index.php?module=API&method=... | Getting data from the API delivers different data than from the UI | https://api.github.com/repos/matomo-org/matomo/issues/2101/comments | 3 | 2011-02-21T16:37:07Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2101 | 37,352,442 | 2,101 |
[
"matomo-org",
"matomo"
] | see title, this has often been requested
| All websites dashboard config setting to set number of websites per page (50 by default) | https://api.github.com/repos/matomo-org/matomo/issues/2100/comments | 1 | 2011-02-21T09:11:39Z | 2014-07-08T10:06:06Z | https://github.com/matomo-org/matomo/issues/2100 | 37,352,441 | 2,100 |
[
"matomo-org",
"matomo"
] | Shiira 2.2 (a Japanese WebKit based browser) is misdetected as Safari 1.2 (which is actually the webkit version used by Safari 3.2.3)
- Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/525.28.3 (KHTML, like Gecko) Shiira Safari/125
During my testing, I found Safari would sometimes (spurious, as I h... | UserAgentParser: misdetect Shiira and Safari | https://api.github.com/repos/matomo-org/matomo/issues/2099/comments | 1 | 2011-02-20T03:15:21Z | 2014-07-08T10:06:05Z | https://github.com/matomo-org/matomo/issues/2099 | 37,352,440 | 2,099 |
[
"matomo-org",
"matomo"
] | Konqueror getCookie() returns a value with double quotes around it.
| trunk: piwik.js Konqueror 4.1.4 getCookie() inconsistency | https://api.github.com/repos/matomo-org/matomo/issues/2098/comments | 1 | 2011-02-20T02:36:35Z | 2014-07-08T10:06:05Z | https://github.com/matomo-org/matomo/issues/2098 | 37,352,438 | 2,098 |
[
"matomo-org",
"matomo"
] | Placeholder tickets for improvements we can work on, to make Piwik easier to use, and make users happier.
If you have ideas please share in the comments!
| UI / Usability list of improvements | https://api.github.com/repos/matomo-org/matomo/issues/2097/comments | 7 | 2011-02-16T09:39:25Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2097 | 37,352,436 | 2,097 |
[
"matomo-org",
"matomo"
] | It would be easy to do, yet a useful feature for users managing a lot of traffic in Piwik, or in general to get a picture of the overall traffic.
2 possibilities:
- Adding a row "TOTAL" at the bottom of the array
- Display the total in font at the top of the array, on one line
| All websites dashboard: display totals of all websites | https://api.github.com/repos/matomo-org/matomo/issues/2096/comments | 1 | 2011-02-16T06:41:14Z | 2014-07-08T10:06:05Z | https://github.com/matomo-org/matomo/issues/2096 | 37,352,435 | 2,096 |
[
"matomo-org",
"matomo"
] | For the anonymizeIP-Plugin, it is not only necessary to mask the IP for storing in the DB but also for the user recognition heuristics and all other plugins / tools / components that use the visitor IP before it is masked.
Since it must be masked very early at runtime to be sure, that only the shortened IP is used for... | AnonymizeIp: introduce new hook for masking the IP at tracker runtime | https://api.github.com/repos/matomo-org/matomo/issues/2095/comments | 7 | 2011-02-15T13:58:17Z | 2014-07-08T10:09:12Z | https://github.com/matomo-org/matomo/issues/2095 | 37,352,434 | 2,095 |
[
"matomo-org",
"matomo"
] | A site admin should be able to disable referrer tracking in the settings menu.
- a super admin can disable referrer tracking for the whole piwik instance
- a site admin can disable ref tracking for a single site within a piwik instance
What does make more sense?
Disabling referrer tracking causes:
- remove referrer ... | Disable referrer tracking by config setting | https://api.github.com/repos/matomo-org/matomo/issues/2094/comments | 10 | 2011-02-15T10:47:54Z | 2014-07-08T10:06:04Z | https://github.com/matomo-org/matomo/issues/2094 | 37,352,433 | 2,094 |
[
"matomo-org",
"matomo"
] | According to #1632 the PDF reports should already be generated in the user's language. This worked well in previous versions, but apparently in v1.1.1 the reports only use the default language and ignore the language the user set in the GUI.
Keywords: language, report
| "Download" PDF click returns PDF Reports in default language, not user language | https://api.github.com/repos/matomo-org/matomo/issues/2093/comments | 7 | 2011-02-14T15:28:15Z | 2014-07-08T10:06:04Z | https://github.com/matomo-org/matomo/issues/2093 | 37,352,432 | 2,093 |
[
"matomo-org",
"matomo"
] | Segmentation is available in Piwik 1.2, but only in the API for now.
This ticket is about making Segmentation available via the standard Piwik UI.
- Create a UI to define segments similar to the [GA UI](http://www.michaelwhitaker.com/blog/wp-content/uploads/2010/12/itemlandingpages.png), and have the report processed ... | Segmentation in Piwik, phase 2: UI | https://api.github.com/repos/matomo-org/matomo/issues/2092/comments | 1 | 2011-02-13T03:42:06Z | 2014-07-08T10:06:12Z | https://github.com/matomo-org/matomo/issues/2092 | 37,352,431 | 2,092 |
[
"matomo-org",
"matomo"
] | From http://forum.piwik.org/read.php?2,71922
Requires investigation. It sounds like a regression.
| multiple trackers - only one tracking when using server tracking cookies | https://api.github.com/repos/matomo-org/matomo/issues/2091/comments | 4 | 2011-02-11T05:40:00Z | 2014-08-03T11:21:26Z | https://github.com/matomo-org/matomo/issues/2091 | 37,352,430 | 2,091 |
[
"matomo-org",
"matomo"
] | Reported in http://forum.piwik.org/read.php?2,71966
Upon further investigation, webkit doesn't track outlinks (whether the tracking code is in head or body) unless the anchor has a target to open in a new window/tab. Tracking piwik.js execution, the request is created but webkit suppresses the request. (Security fea... | piwik.js: enableLinkTracking() not working in Safari/Chrome/Webkit | https://api.github.com/repos/matomo-org/matomo/issues/2078/comments | 3 | 2011-02-09T15:07:32Z | 2014-07-08T10:06:03Z | https://github.com/matomo-org/matomo/issues/2078 | 37,352,428 | 2,078 |
[
"matomo-org",
"matomo"
] | When a client with a private IP address logs its visit through a proxy, the private IP address is logged, but not the proxy address that will be much more precious: a visitor log showing an IP address as 192.168.x.x is not very useful...
The attached patch directs Piwik to ignore proxy client IP addresses belonging to... | Ignore RFC1918 proxy client IP addresses | https://api.github.com/repos/matomo-org/matomo/issues/2077/comments | 5 | 2011-02-09T14:04:00Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2077 | 37,352,427 | 2,077 |
[
"matomo-org",
"matomo"
] | As stated in the summary, I only see one day when selecting a month view. The data export function also exports a single day.
From what I can see, this is a timezone problem (I'm east of UTC). It is not clear if the designer's intention were to show an UTC month or a localtime month, but there is some inconsistencies ... | Visitor Log month view is incomplete | https://api.github.com/repos/matomo-org/matomo/issues/2076/comments | 9 | 2011-02-09T13:53:37Z | 2014-07-08T10:06:03Z | https://github.com/matomo-org/matomo/issues/2076 | 37,352,426 | 2,076 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.