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"
] | Piwik 1.0
No referrers are tracked. Neither from other websites nor from search engines.
| No referrers tracked | https://api.github.com/repos/matomo-org/matomo/issues/1748/comments | 3 | 2010-10-01T09:53:55Z | 2014-08-03T11:25:55Z | https://github.com/matomo-org/matomo/issues/1748 | 37,351,993 | 1,748 |
[
"matomo-org",
"matomo"
] | Instead of having the nice hierarchical breakdown by folders, most of my entry/exit pages start with a slash (/) and are followed by the full URL
/http://mysite.com/folder
I have no idea why only a few work properly, but it could be related to another bug I filed where URLs in my piwik are encoded.
| Entry/Exit pages have wrong URLs | https://api.github.com/repos/matomo-org/matomo/issues/1747/comments | 13 | 2010-10-01T02:34:11Z | 2014-08-03T11:25:55Z | https://github.com/matomo-org/matomo/issues/1747 | 37,351,991 | 1,747 |
[
"matomo-org",
"matomo"
] | There is a huge difference in the amount of keywords that piwik records compared to awstats or clicky, google, etc.
So I had a look at what was in the database and I saw that most referer URLs were stored encoded.
It probably won't show on here, but let's try:
http%3A%2F%2Fwww.google.com%2Fsearch%3Fhl%3Dfr
etc.
The ... | URL encoding issues , possibly more | https://api.github.com/repos/matomo-org/matomo/issues/1746/comments | 1 | 2010-10-01T02:24:12Z | 2014-07-08T10:04:17Z | https://github.com/matomo-org/matomo/issues/1746 | 37,351,990 | 1,746 |
[
"matomo-org",
"matomo"
] | Hi
i am try to create the site like web.informer.com .
Can i used piwik to do so.
I you know other open source .
Plz tell me
| can i create web.informer.com type site in this software | https://api.github.com/repos/matomo-org/matomo/issues/1745/comments | 1 | 2010-09-30T14:21:55Z | 2014-08-03T11:25:55Z | https://github.com/matomo-org/matomo/issues/1745 | 37,351,988 | 1,745 |
[
"matomo-org",
"matomo"
] | I don't think the date ranges are logical. For me "Week" should mean "last 7 day", "Month" should mean "last 31 days" (or rather like "4 Aug - 3 Sept", "23 Feb - 22 Mar", ...)
In the current implementation it is meaningless to compare the last week with an earlier on unless its Sunday night. With months you have to be... | Date Selection: Shouldn't "Week" mean "last 7 days" instead of Mon-Sun? | https://api.github.com/repos/matomo-org/matomo/issues/1744/comments | 2 | 2010-09-30T10:19:46Z | 2014-08-03T11:25:55Z | https://github.com/matomo-org/matomo/issues/1744 | 37,351,987 | 1,744 |
[
"matomo-org",
"matomo"
] | My apache access log shows a normal public ip address, but Piwik is showing me a private 10.95.x.x address in the web interface for the same visit.
Is Piwik showing me the user's external non-NATted address, or is it doing too many forward and reverse lookups? I have no idea.
Version 1.0
| Piwik is showing the wrong ip address in the web interface | https://api.github.com/repos/matomo-org/matomo/issues/1743/comments | 1 | 2010-09-29T23:28:59Z | 2014-07-08T10:04:17Z | https://github.com/matomo-org/matomo/issues/1743 | 37,351,986 | 1,743 |
[
"matomo-org",
"matomo"
] | Hi,
I was addind some new search engine website into Piwik and I see that Google added a new argument: as_q = KEYWORD
So I changed:
'www.google.fr' => array('Google', 'q'),
By:
'www.google.fr' => array('Google', array('q', 'as_q')),
and it's working well...
| Google: new keyword argument (as_q) | https://api.github.com/repos/matomo-org/matomo/issues/1742/comments | 1 | 2010-09-29T20:21:05Z | 2014-07-08T10:04:17Z | https://github.com/matomo-org/matomo/issues/1742 | 37,351,985 | 1,742 |
[
"matomo-org",
"matomo"
] | We are IT staff of a company in oberlchenveredelung and have our new website !http://www.obeko.de running on a basic webpackage with PHP and MySQL. As some provider disable the installation of php applications we would be happy to use piwik instead of analytics, but we are not sure. Can you give us a hint? How to imple... | Project oberlächenveredelung able to use Piwik on a simple PHP host? | https://api.github.com/repos/matomo-org/matomo/issues/1741/comments | 1 | 2010-09-29T19:35:59Z | 2014-08-03T11:25:55Z | https://github.com/matomo-org/matomo/issues/1741 | 37,351,983 | 1,741 |
[
"matomo-org",
"matomo"
] | In "Admin > Users > Manage access" the list of websites should be ordered alphabetically.
Additionally, in "Admin > Websites" it should be possible to click on the header to sort the list accordingly.
| UsersManager: Sort list of websites alphabetically | https://api.github.com/repos/matomo-org/matomo/issues/1740/comments | 1 | 2010-09-29T18:16:08Z | 2014-07-08T10:04:17Z | https://github.com/matomo-org/matomo/issues/1740 | 37,351,981 | 1,740 |
[
"matomo-org",
"matomo"
] | At least one of the queries that updates a visit has an unnecessary LIMIT that causes mySQL warnings when using replication. For a busy installation this grows the log file excessively. It also appears to have extra WHERE conditions that aren't required.
Example:
```
100929 11:32:53 [Warning] Statement may not be saf... | Spurious SQL conditions creating excessive mySQL warnings | https://api.github.com/repos/matomo-org/matomo/issues/1739/comments | 1 | 2010-09-29T17:43:45Z | 2014-07-08T10:04:17Z | https://github.com/matomo-org/matomo/issues/1739 | 37,351,980 | 1,739 |
[
"matomo-org",
"matomo"
] | Hi, I want to install and run Piwik on my own page !http://www.ferienhaus-suedfrankreich.eu . The page is using PHP and MYSQL.
At the moment I am using Analytics. How can I use both or is this not recommended?
| Question: installing Piwik | https://api.github.com/repos/matomo-org/matomo/issues/1738/comments | 1 | 2010-09-29T17:20:57Z | 2014-08-03T11:25:55Z | https://github.com/matomo-org/matomo/issues/1738 | 37,351,979 | 1,738 |
[
"matomo-org",
"matomo"
] | The goal is to implement segmentation in Piwik. First a simpler version allowing pre-chosen segments and reports, then evolve into a more open segmentation model similar to what GA offers.
**Segmentation: API**
All get\* functions returning analytics reports will get a new parameter $segment. This parameter, by defau... | Segmentation | https://api.github.com/repos/matomo-org/matomo/issues/1736/comments | 11 | 2010-09-27T19:28:27Z | 2014-07-08T10:05:59Z | https://github.com/matomo-org/matomo/issues/1736 | 37,351,977 | 1,736 |
[
"matomo-org",
"matomo"
] | I had to realize that the AnonymizeIP plugin is not 64bit clean. It sets either 255.255.255.255 or 0.0.0.0 as IP address, depending on the setting of ip_address_mask_length.
The best workaround I found was masking the result of the anonymization with 0xffffffff, as you can find in the attached patch.
| AnonymizeIP is not 64bit clean | https://api.github.com/repos/matomo-org/matomo/issues/1735/comments | 3 | 2010-09-27T15:45:37Z | 2014-07-08T10:04:16Z | https://github.com/matomo-org/matomo/issues/1735 | 37,351,976 | 1,735 |
[
"matomo-org",
"matomo"
] | I'd like to see the browsers in a line chart, just like the visitors. The way browsers are plotted right now doesn't give me any useful information.
If I could see the share of IE6/7 drop over time with a line chart, I could revamp my CSS files and possibly use some HTML5 features. Now _that_ would be useful.
Right n... | Segmentation: show browsers in line chart | https://api.github.com/repos/matomo-org/matomo/issues/1734/comments | 4 | 2010-09-27T09:07:02Z | 2014-07-08T10:04:16Z | https://github.com/matomo-org/matomo/issues/1734 | 37,351,975 | 1,734 |
[
"matomo-org",
"matomo"
] | Hello,
When somebody has configured there MySQL server with sql_mode ONLY_FULL_GROUP_BY enabled, Piwik chrashes all the time with errors that there are columns SELECTed which aren't specified in the GROUP BY.
I've created a small patch which can detect this setting on the MySQL server and configures the connection Piw... | Piwik doesn't work with MySQL sql_mode ONLY_FULL_GROUP_BY enabled | https://api.github.com/repos/matomo-org/matomo/issues/1733/comments | 5 | 2010-09-26T14:31:47Z | 2014-08-03T11:25:55Z | https://github.com/matomo-org/matomo/issues/1733 | 37,351,974 | 1,733 |
[
"matomo-org",
"matomo"
] | browser:trunk/core/DataFiles/Countries.php?rev=3174#L25:
```
// Primary feference: ISO 3166-1 alpha-2
-----------^ => r
```
Matteo
| Typo in code comment @ r3174: feference | https://api.github.com/repos/matomo-org/matomo/issues/1732/comments | 1 | 2010-09-25T19:11:59Z | 2014-07-08T10:04:15Z | https://github.com/matomo-org/matomo/issues/1732 | 37,351,973 | 1,732 |
[
"matomo-org",
"matomo"
] | If I'm correct in Piwik demo is not activated or installed GeoIP, however UserCountryMap plugin register, live, UserCountry, etc, visits Ecuador South American, I guess that does not use the geoip plugin. right?
What I can do to register the countries and continents as they recorded a demo of Piwik?
Esteban
| How Piwik demo recorded countries and continents? | https://api.github.com/repos/matomo-org/matomo/issues/1731/comments | 0 | 2010-09-25T14:50:47Z | 2014-08-03T11:21:31Z | https://github.com/matomo-org/matomo/issues/1731 | 37,351,972 | 1,731 |
[
"matomo-org",
"matomo"
] | GeoIP is activated but only shows the correct country entered visitors> location.
But in the plugins UserCountry, UserCountryMap, live, continents, are the wrong country and continent.
I am from Ecuador South America continent, Spanish, shows such as Spain, mainland Europe Spanish.
I searched for information but can... | Shows why only correct section GeoIP country and not in other plugins? | https://api.github.com/repos/matomo-org/matomo/issues/1730/comments | 2 | 2010-09-25T12:39:01Z | 2014-07-08T10:04:15Z | https://github.com/matomo-org/matomo/issues/1730 | 37,351,971 | 1,730 |
[
"matomo-org",
"matomo"
] | Lithuania has wrong outline!
[[Image(http://img203.imageshack.us/img203/927/litwrong.png)]]
http://maps.google.lt/maps?q=lithuania+map&um=1&ie=UTF-8&hq=&hnear=Lithuania&gl=lt&ei=ns6dTPuDMYqNOIW9kKcL&sa=X&oi=geocode_result&ct=title&resnum=1&ved=0CBUQ8gEwAA
| Wrong country outline in map! | https://api.github.com/repos/matomo-org/matomo/issues/1729/comments | 9 | 2010-09-25T12:29:53Z | 2014-07-08T10:04:15Z | https://github.com/matomo-org/matomo/issues/1729 | 37,351,970 | 1,729 |
[
"matomo-org",
"matomo"
] | Regressions:
- #2110 - expanded row's page titles not truncated
- #2163 - IE8 - SitesManager "Save" button not displayed (or hard to read)
- http://forum.piwik.org/read.php?2,73145 - FF - sorting the Downloads "widget" doesn't work, but does work on the Actions|Downloads page
| trunk: Update to jQuery 1.5.1 and jQueryUI 1.8.10 | https://api.github.com/repos/matomo-org/matomo/issues/1728/comments | 14 | 2010-09-25T06:03:43Z | 2014-07-08T10:06:09Z | https://github.com/matomo-org/matomo/issues/1728 | 37,351,968 | 1,728 |
[
"matomo-org",
"matomo"
] | The visitor generator plugin will always write it's data to idSite = 1 - even when the user selects a different site from the dropdown.
The input form uses both request variables and post variables - the request idSite is the current site ID that the superuser is set to view (which in my case is always 1 when i choose... | Visitor Generator Plugin - idSite not being set from form (POST variable) | https://api.github.com/repos/matomo-org/matomo/issues/1727/comments | 1 | 2010-09-24T13:34:23Z | 2014-07-08T10:04:25Z | https://github.com/matomo-org/matomo/issues/1727 | 37,351,967 | 1,727 |
[
"matomo-org",
"matomo"
] | The MaxMind GeoIP database contains some extra codes that we should define in core/DataFiles/Countries.php and lang/en.php.
- "A1", "A2", "O1", and "AP" (www.maxmind.com/app/iso3166)
At the same time, we should re-align the country-to-continent mapping using www.maxmind.com/app/country_continent. This shifts the res... | Countries and Continents | https://api.github.com/repos/matomo-org/matomo/issues/1726/comments | 1 | 2010-09-24T01:31:50Z | 2014-07-08T10:04:14Z | https://github.com/matomo-org/matomo/issues/1726 | 37,351,966 | 1,726 |
[
"matomo-org",
"matomo"
] | Make it possible to reauthenticate users with evercookie http://samy.pl/evercookie/
sry the license is currently not clear
Keywords: interesting
| Integrate Evercookie ;) | https://api.github.com/repos/matomo-org/matomo/issues/1725/comments | 3 | 2010-09-23T21:32:44Z | 2014-07-08T10:12:55Z | https://github.com/matomo-org/matomo/issues/1725 | 37,351,965 | 1,725 |
[
"matomo-org",
"matomo"
] | After upgrading from a really old Piwik installation (0.5.x), I cannot login anymore.
The problem boils down to the referrer check during nonce validation.
URL::getLocalReferer() calls URL::isLocalUrl() with the current referer.
Eventually, the referer is compared against $_SERVER['HTTP_HOST'] from URL::getCurrentHo... | Login fails in firewall scenario | https://api.github.com/repos/matomo-org/matomo/issues/1724/comments | 1 | 2010-09-23T14:31:48Z | 2014-08-03T11:21:31Z | https://github.com/matomo-org/matomo/issues/1724 | 37,351,964 | 1,724 |
[
"matomo-org",
"matomo"
] | How can I get more information about my visitor and there viewing habits?
For my site, all visitors have to be in LDAP. I'd like to have Piwik Visitor info display from LDAP Info (UserID, SN or SurName, GivenName, Organization, Title) and correlate it to what the visitors is viewing.
Urchin 6 has this capability.
... | hooks to LDAP for more VisitorID info | https://api.github.com/repos/matomo-org/matomo/issues/1723/comments | 1 | 2010-09-23T03:02:12Z | 2014-08-03T11:30:04Z | https://github.com/matomo-org/matomo/issues/1723 | 37,351,963 | 1,723 |
[
"matomo-org",
"matomo"
] | Hi:
We are on Amazon, with a NFS mounted filesystem as document root for Apache.
For example, the DOCUMENT_ROOT for Apache is /var/www/ but **FILE**
line 54 of core/Session.php
$sessionPath = PIWIK_USER_PATH . '/tmp/sessions';
You defined PIWIK_USER_PATH first time here:
define('PIWIK_USER_PATH', PIWIK_DOCUMENT_RO... | Piwik will not work in a NFS mounted filesystem | https://api.github.com/repos/matomo-org/matomo/issues/1722/comments | 2 | 2010-09-22T23:02:24Z | 2014-08-03T11:21:31Z | https://github.com/matomo-org/matomo/issues/1722 | 37,351,962 | 1,722 |
[
"matomo-org",
"matomo"
] | See http://piwik.org/docs/analytics-api/metadata/#toc-static-image-graphs
This plugin renders graphs from piwik reports.
Every report with existing columns 'label' and 'nb_visits' is applicable, at this time.
The `label` values are taken for the abscissa and 'nb_visists' values are drawn as value.
Such reports coul... | ImageGraph: export reports as graph | https://api.github.com/repos/matomo-org/matomo/issues/1721/comments | 64 | 2010-09-22T21:55:09Z | 2014-07-08T10:22:43Z | https://github.com/matomo-org/matomo/issues/1721 | 37,351,958 | 1,721 |
[
"matomo-org",
"matomo"
] | Hi all,
is it possible modify the file piwik.js for register in the DB the vaule of "title" istead of the value of "href" for the html A tag with class = "download" ?
If in the site there are download link like "download.php?id=41" instead of "file.zip" it's hard to understand what file has been downloaded...:)
I tried... | modify piwik.js | https://api.github.com/repos/matomo-org/matomo/issues/1720/comments | 4 | 2010-09-22T18:08:10Z | 2014-08-03T11:21:31Z | https://github.com/matomo-org/matomo/issues/1720 | 37,351,957 | 1,720 |
[
"matomo-org",
"matomo"
] | Month stats, in every section, example Visits -> Summary, doesn't include the stats of the day but just from the start of the month to the previous day. Is it normal or is a bug?
| Month stats doesn't include day stats | https://api.github.com/repos/matomo-org/matomo/issues/1719/comments | 1 | 2010-09-22T12:41:42Z | 2014-07-08T10:04:11Z | https://github.com/matomo-org/matomo/issues/1719 | 37,351,956 | 1,719 |
[
"matomo-org",
"matomo"
] | Hi, I'd like to see a simple moving average line in some graphs, mainly visitors.
Rationale: On daily graphs, peaks are not uncommon. Those make it hard to see if the overall trend goes up or down.
Enter The Moving Average Indicator.
I suggest a 5-day moving average, this would result in 6 more data points that will... | Moving average in graphs for trend identification | https://api.github.com/repos/matomo-org/matomo/issues/1718/comments | 6 | 2010-09-22T12:22:20Z | 2014-07-08T10:09:55Z | https://github.com/matomo-org/matomo/issues/1718 | 37,351,955 | 1,718 |
[
"matomo-org",
"matomo"
] | In the demo online and also in my localhost (I was thinking it was a my problem) the user world map doesn't work some times (more also)
| world map doesn't work | https://api.github.com/repos/matomo-org/matomo/issues/1717/comments | 16 | 2010-09-22T11:28:14Z | 2014-07-08T10:04:11Z | https://github.com/matomo-org/matomo/issues/1717 | 37,351,954 | 1,717 |
[
"matomo-org",
"matomo"
] | Hi all,
is it possible add a new plugin for the next release?
A pages view chart by day (in the 24 hours), by week or by month, to see the andament ofview pages time by time
| page view graph | https://api.github.com/repos/matomo-org/matomo/issues/1716/comments | 2 | 2010-09-22T11:13:58Z | 2014-07-08T10:04:10Z | https://github.com/matomo-org/matomo/issues/1716 | 37,351,953 | 1,716 |
[
"matomo-org",
"matomo"
] | Hello,
The system always report that the visitor is coming from US despite the fact that the IPs does not belong there:
The following IP address are reported to be from US in the system:
1- 2.88.32.70 (Saudi Arabia)
2- 109.169.29.15 (United Kingdom)
3- 78.129.232.85 (United Kingdom)
4- 188.165.134.250 (Spain)
... | Location Error | https://api.github.com/repos/matomo-org/matomo/issues/1715/comments | 2 | 2010-09-21T21:46:26Z | 2014-08-03T11:21:31Z | https://github.com/matomo-org/matomo/issues/1715 | 37,351,952 | 1,715 |
[
"matomo-org",
"matomo"
] | yandex.com is displayed in the list of external websites and not in the search engine list
Keywords: yandex.com
| search engine list doesn't contain yandex.com | https://api.github.com/repos/matomo-org/matomo/issues/1714/comments | 2 | 2010-09-21T13:39:38Z | 2014-07-08T10:05:31Z | https://github.com/matomo-org/matomo/issues/1714 | 37,351,951 | 1,714 |
[
"matomo-org",
"matomo"
] | Increase abstraction and reduce runtime dependence on Zend Framework. This provides a more uniform interface for core and plugin developers.
That is:
- use Piwik_Config::getInstance() instead of Zend_Registry::get('config')
- use Piwik_Config::getInstance() instead of Piwik_Tracker_Config::getInstance()
Read individ... | Config class refactoring | https://api.github.com/repos/matomo-org/matomo/issues/1713/comments | 64 | 2010-09-20T15:02:42Z | 2014-07-08T10:17:34Z | https://github.com/matomo-org/matomo/issues/1713 | 37,351,946 | 1,713 |
[
"matomo-org",
"matomo"
] | Hello,
In PiwikTracker.php (getRequest() method) from http://piwik.org/docs/tracking-api/ present possibility to sent custom IP to tracker:
```
(!empty($this->ip) ? '&cip=' . $this->ip : '') .
```
But Piwik_Tracker class never test this parameter and don't save it in DB.
Can you, please, automatically save Custom I... | Save Custom IP in Piwik_Tracker if possible. | https://api.github.com/repos/matomo-org/matomo/issues/1712/comments | 1 | 2010-09-20T05:56:29Z | 2014-07-08T10:04:08Z | https://github.com/matomo-org/matomo/issues/1712 | 37,351,945 | 1,712 |
[
"matomo-org",
"matomo"
] | When you specify a 'homepage' in getInformation() that is an absolute link to a website other than (qa|demo|dev|forum)?.piwik.org or http://clearcode.cc/, the redirect fails. This is because the homepage URL is passed to misc/redirectToUrl.php which contains the following code:
```
#!php
$url = htmlentities($_GET['ur... | Plugin homepage link redirect fails | https://api.github.com/repos/matomo-org/matomo/issues/1711/comments | 6 | 2010-09-20T01:52:13Z | 2014-07-08T10:04:07Z | https://github.com/matomo-org/matomo/issues/1711 | 37,351,944 | 1,711 |
[
"matomo-org",
"matomo"
] | Offer a possibilty for users to create their own websites, controlled by permission and amount. Let's say the admin can give a user the permission to create websites and/or a better way, a field where the admin can enter a maximum number. The user can then create new websites up to the number, the admin entered for him... | Let users create new websites | https://api.github.com/repos/matomo-org/matomo/issues/1710/comments | 1 | 2010-09-19T23:46:45Z | 2014-07-08T10:04:07Z | https://github.com/matomo-org/matomo/issues/1710 | 37,351,943 | 1,710 |
[
"matomo-org",
"matomo"
] | I don't know if they exist but my piwik doesn't show them.
Under Visitor > Settings > Wide Screen. At the moment my piwik lists wide, normal and dual. Would be cool to have mobile/phone/handheld and tablet here to list also new modern types of screen.
The affected report is "Visitors > Settings > Wide screen"
| Visitors > Settings > Wide screen report Mobile/Tablet screens | https://api.github.com/repos/matomo-org/matomo/issues/1709/comments | 7 | 2010-09-19T22:25:58Z | 2014-07-08T10:04:07Z | https://github.com/matomo-org/matomo/issues/1709 | 37,351,941 | 1,709 |
[
"matomo-org",
"matomo"
] | Going to: Visitors->visitor log->RSS
Links to:
/piwik/index.php?module=API&method=Live.getLastVisitsDetails&format=RSS&idSite=1&period=week&date=last10&token_auth=deadbeef975cf3c18ee7bb7c0bce6e06&filter_limit=100
Result:
"Error: Date format must be: YYYY-MM-DD, or 'today' or 'yesterday' or any keyword supported by th... | API bug - "last10" not a valid date | https://api.github.com/repos/matomo-org/matomo/issues/1707/comments | 1 | 2010-09-19T21:19:43Z | 2014-07-08T10:04:07Z | https://github.com/matomo-org/matomo/issues/1707 | 37,351,940 | 1,707 |
[
"matomo-org",
"matomo"
] | Visitor Log -- Export -- CSV
Only 25 records exported.
See also Piwik [Analytics Data Limits](http://piwik.org/docs/data-limits/)
| UI: data export limits | https://api.github.com/repos/matomo-org/matomo/issues/1706/comments | 8 | 2010-09-18T12:00:56Z | 2014-07-08T10:06:15Z | https://github.com/matomo-org/matomo/issues/1706 | 37,351,939 | 1,706 |
[
"matomo-org",
"matomo"
] | Let me give you a run down on what I am using this for. I have 500+ hotels that I add this to the portal page to each of my server to I can get some information like OS, browsers and hits.
I have about 150 sites setup but now when I try to login and add more I keep getting this error and I can do anything.
#0 Piwik_E... | Piwik_ErrorHandler | https://api.github.com/repos/matomo-org/matomo/issues/1705/comments | 2 | 2010-09-17T16:56:47Z | 2014-07-08T10:04:07Z | https://github.com/matomo-org/matomo/issues/1705 | 37,351,938 | 1,705 |
[
"matomo-org",
"matomo"
] | This plugin let you customize reports including graphs and download them as pdf.
At time version is 0.0.1_a and many functions are not implemented yet.
But, regarding the built-in pdf plugin, this plugin gives you the option to get the evolution over the last few days as graph.
Keywords: pdf export
| new pdf exporting plugin | https://api.github.com/repos/matomo-org/matomo/issues/1704/comments | 7 | 2010-09-17T15:48:47Z | 2014-07-08T10:04:06Z | https://github.com/matomo-org/matomo/issues/1704 | 37,351,936 | 1,704 |
[
"matomo-org",
"matomo"
] | hi
the search engine has some minor display errors
for exampe if i have google, google images and icq search, the details of the searchengine usage for google displays links to the icq search and icq search displays some for google image search and so on.
| search engine plugin faulty | https://api.github.com/repos/matomo-org/matomo/issues/1703/comments | 2 | 2010-09-16T14:56:14Z | 2014-07-08T10:04:06Z | https://github.com/matomo-org/matomo/issues/1703 | 37,351,935 | 1,703 |
[
"matomo-org",
"matomo"
] | Hi,
Try to go to:
1.tab "Visitors" -> tab "Visitor Log"
2.Click on the "Save Icon"
3.Click on the Feed icon
You'll get the following error in a new window of your browser:
```
Error: Date format must be: YYYY-MM-DD, or 'today' or 'yesterday' or any keyword supported by the strtotime function (see http://php.net/strt... | Built RSS feed not working on Visitor->Log | https://api.github.com/repos/matomo-org/matomo/issues/1702/comments | 1 | 2010-09-15T14:42:30Z | 2014-07-08T10:04:07Z | https://github.com/matomo-org/matomo/issues/1702 | 37,351,934 | 1,702 |
[
"matomo-org",
"matomo"
] | I'm only getting an empty/white page on login.
| Forum login broken ... | https://api.github.com/repos/matomo-org/matomo/issues/1701/comments | 1 | 2010-09-14T21:55:47Z | 2014-08-03T11:21:31Z | https://github.com/matomo-org/matomo/issues/1701 | 37,351,933 | 1,701 |
[
"matomo-org",
"matomo"
] | In Piwik 1.12 we are shipping Page Speed Report in Piwik! A new column "Average Response time" is displayed in the Pages Urls and Page title reports. This column is the time it takes for server to generate the response and for the visitor to download it.
The historical view of the time can be seen via Row evolution fe... | Propose Page speed reports, Load time analytics | https://api.github.com/repos/matomo-org/matomo/issues/1700/comments | 69 | 2010-09-14T18:10:57Z | 2014-09-09T16:33:37Z | https://github.com/matomo-org/matomo/issues/1700 | 37,351,930 | 1,700 |
[
"matomo-org",
"matomo"
] | Initial Ticket was closed without chance to correct initial report.
The last two errors from the referenced bug report were just other examples of issues that were showing up. I know we can change the script and the user which is needed to work. However even after bash is installed and the script is run as root using... | checkUserIsSuperUser aborting archive.sh | https://api.github.com/repos/matomo-org/matomo/issues/1699/comments | 11 | 2010-09-14T00:24:59Z | 2014-07-08T10:04:04Z | https://github.com/matomo-org/matomo/issues/1699 | 37,351,928 | 1,699 |
[
"matomo-org",
"matomo"
] | The archive.sh script is either broken or simply incompatible with Freebsd servers.
Attempting to run it as the root user as 'sh archive.sh' leads to:
Starting Piwik reports archiving...
Reports archiving finished.
Starting Scheduled tasks...
Error: You can't access this resource as it requires a 'superuser' acces... | archive.sh compatible with Freebsd (using /bin/sh instead of /bin/bash) | https://api.github.com/repos/matomo-org/matomo/issues/1698/comments | 8 | 2010-09-13T21:42:01Z | 2014-07-08T10:05:16Z | https://github.com/matomo-org/matomo/issues/1698 | 37,351,926 | 1,698 |
[
"matomo-org",
"matomo"
] | In version 1.0 View goals by Server time shows visits by server time instead of goal hits
| View goals by Server time shows visits by server time instead of goal hits | https://api.github.com/repos/matomo-org/matomo/issues/1697/comments | 1 | 2010-09-12T00:21:46Z | 2014-07-08T10:04:03Z | https://github.com/matomo-org/matomo/issues/1697 | 37,351,925 | 1,697 |
[
"matomo-org",
"matomo"
] | To reflect ISO3166-1 updates.
| Country names (administrative changes) | https://api.github.com/repos/matomo-org/matomo/issues/1696/comments | 1 | 2010-09-11T21:04:53Z | 2014-07-08T10:04:03Z | https://github.com/matomo-org/matomo/issues/1696 | 37,351,924 | 1,696 |
[
"matomo-org",
"matomo"
] | Bing changed the param from 'q' to 'Q'.
| Bing search engine keyword parameter change | https://api.github.com/repos/matomo-org/matomo/issues/1695/comments | 5 | 2010-09-11T18:29:02Z | 2014-07-08T10:04:03Z | https://github.com/matomo-org/matomo/issues/1695 | 37,351,923 | 1,695 |
[
"matomo-org",
"matomo"
] | The current data file:
- requires exact match on domains; as a result, we have numerous 'holes':
- country code tlds (e.g., www.example.ca, www.example.us)
- country subdomains (e.g., ca.example.com, us.example.com)
- wildcard subdomains (e.g., *.example.com)
Proposal:
- use Public Suffix List and/or regular exp... | Rethink: SearchEngines.php | https://api.github.com/repos/matomo-org/matomo/issues/1694/comments | 25 | 2010-09-11T09:16:37Z | 2014-07-08T10:04:02Z | https://github.com/matomo-org/matomo/issues/1694 | 37,351,921 | 1,694 |
[
"matomo-org",
"matomo"
] | I have a windows 2008 server with IIS 7.5, running many PHP sites.
Latest Install for 1.0 fails immediately with error:
"Unable to start session. Check that session.save_path or tmp/sessions is writeable."
I have looked for solutions on this site and elsewhere and have checked Global PHP.ini:
1) session.save_handler... | Windows Install Error:Unable to start session. Check that session.save_path or tmp/sessions is writeable. | https://api.github.com/repos/matomo-org/matomo/issues/1693/comments | 1 | 2010-09-11T08:26:16Z | 2014-08-03T11:21:31Z | https://github.com/matomo-org/matomo/issues/1693 | 37,351,920 | 1,693 |
[
"matomo-org",
"matomo"
] | There are two considerations here:
1. when the user clicks on a search result link, he/she is viewing a cached copy of your web page; if the Piwik tracking code is on this page, then Piwik tracks a mangled looking URL
- we should parse out the original URL and record that instead
2. the search phrase is embedded in ... | Support for webcache.googleusercontent.com | https://api.github.com/repos/matomo-org/matomo/issues/1692/comments | 2 | 2010-09-11T03:17:23Z | 2014-07-08T10:04:01Z | https://github.com/matomo-org/matomo/issues/1692 | 37,351,919 | 1,692 |
[
"matomo-org",
"matomo"
] | I have been attempting to modify Piwik for several days, and decided a clean install would work best. However, now I have fully removed all files from our server and the Piwik program is still fully functional.
1) I removed the entire directory, config files, index.php, etc.
2) When I visit the url (http://appealingp... | Unable to Remove Piwik | https://api.github.com/repos/matomo-org/matomo/issues/1691/comments | 1 | 2010-09-10T23:40:25Z | 2014-08-03T11:21:31Z | https://github.com/matomo-org/matomo/issues/1691 | 37,351,918 | 1,691 |
[
"matomo-org",
"matomo"
] | There are some searchengines that don't have the keywords as part of the querystring. Keywords are included in the path instead.
Examples:
- [dogpile.com](http://dogpile.com/dogpile/ws/results/Web/piwik/1/417/TopNavigation/Relevance/iq=true/zoom=off/_iceUrlFlag=7?_IceUrl=true)
- [search.kiwee.com](http://search.kiwee.... | Handle search engines with keyword as part of urlpath | https://api.github.com/repos/matomo-org/matomo/issues/1690/comments | 6 | 2010-09-10T23:35:02Z | 2014-07-08T10:04:01Z | https://github.com/matomo-org/matomo/issues/1690 | 37,351,917 | 1,690 |
[
"matomo-org",
"matomo"
] | I am not sure if something needs, Firefox 4 gets a new layout for user agent.
http://hacks.mozilla.org/2010/09/final-user-agent-string-for-firefox-4/
| Firefox 4 user agent | https://api.github.com/repos/matomo-org/matomo/issues/1689/comments | 1 | 2010-09-10T21:11:09Z | 2014-08-03T11:21:31Z | https://github.com/matomo-org/matomo/issues/1689 | 37,351,916 | 1,689 |
[
"matomo-org",
"matomo"
] | We've been trying to use the 1x1 pixel to track the success of our email campaign (javascript is not available in most email clients):
<img src="http://.../piwik.php?idsite=6" style="border:0" alt="" />
but this didn't work. Looking at the source code we found out the parameter rec is necessary:
<img src="http... | 1x1 pixel tracking not working | https://api.github.com/repos/matomo-org/matomo/issues/1688/comments | 3 | 2010-09-10T16:55:10Z | 2014-07-08T10:04:00Z | https://github.com/matomo-org/matomo/issues/1688 | 37,351,914 | 1,688 |
[
"matomo-org",
"matomo"
] | Windows CE, Windows Mobile 6.1, Windows Mobile 6.5, Windows Phone OS 6.5, and Maemo (Nokia)
| Mobile OS detection updates | https://api.github.com/repos/matomo-org/matomo/issues/1687/comments | 3 | 2010-09-10T06:24:57Z | 2014-07-08T10:04:00Z | https://github.com/matomo-org/matomo/issues/1687 | 37,351,913 | 1,687 |
[
"matomo-org",
"matomo"
] | Hi all,
when calling piwik inside of site using Zend framework (so with an __autoload function), there is this error in the core/Loader.php file on line 107: Call to undefined function spl_auto_register()
actually the name of the function is spl_autoload_register() (see l. 102)
This happens only when an __autoload f... | Call to undefined function spl_auto_register() | https://api.github.com/repos/matomo-org/matomo/issues/1686/comments | 2 | 2010-09-09T12:37:00Z | 2014-07-08T10:04:00Z | https://github.com/matomo-org/matomo/issues/1686 | 37,351,912 | 1,686 |
[
"matomo-org",
"matomo"
] | When creating a PDF report ticking the box "Send to me" causes the email to be sent to the superuser not to the report creator. This is because when the email is sent, it uses the email address of the "current user" which is likely to be the superuser when run from a cron job.
Attached is a patch for plugins/PDFReport... | PDFReports: email is sent to superuser not to report creator | https://api.github.com/repos/matomo-org/matomo/issues/1685/comments | 2 | 2010-09-09T11:08:36Z | 2014-07-08T10:05:57Z | https://github.com/matomo-org/matomo/issues/1685 | 37,351,911 | 1,685 |
[
"matomo-org",
"matomo"
] | http://forum.piwik.org/index.php?showtopic=15551
| Smarty: unable to read resource if ':' in non-Windows path | https://api.github.com/repos/matomo-org/matomo/issues/1684/comments | 1 | 2010-09-09T06:28:39Z | 2014-07-08T10:04:00Z | https://github.com/matomo-org/matomo/issues/1684 | 37,351,910 | 1,684 |
[
"matomo-org",
"matomo"
] | I just noticed the gnuwin32/file/magic is over a half meg and most of the entries don't have associated mime types. Can we use Apache's magic file? (around 30K)
Otherwise, we should drop the finfo feature in Piwik::serveStaticFile() and require tht content type be set explicitly by the caller.
| Can we use Apache 2's magic file instead? | https://api.github.com/repos/matomo-org/matomo/issues/1683/comments | 3 | 2010-09-09T05:30:17Z | 2014-07-08T10:04:00Z | https://github.com/matomo-org/matomo/issues/1683 | 37,351,909 | 1,683 |
[
"matomo-org",
"matomo"
] | I installed piwik in a directory, 2 levels down from the web server's document root, i.e., /var/www/one/two/, and I'm getting a number of 404 errors, e.g., GET /themes/default/images/xxx, when it should be /one/two/themes/default/images/xxx.
In asset_manager_global_css.css, I see:
```
url(../../themes/default/./image... | AssetManager: css merging not properly handling relative paths containing . or .. | https://api.github.com/repos/matomo-org/matomo/issues/1682/comments | 3 | 2010-09-08T20:58:27Z | 2014-07-08T10:03:59Z | https://github.com/matomo-org/matomo/issues/1682 | 37,351,908 | 1,682 |
[
"matomo-org",
"matomo"
] | Hello,
Sorry for my English, i'm French.
There is a bug in the widget Live visitor! : when you track a goal manualy, there is no img in the widget.
The problem can be temporarily solve at this line :
```
{if $visitor.isVisitorGoalConverted}<img src="{$visitor.goalIcon}" title="{$visitor.goalType}" />{/if}
```... | [Live] Tracking Goal's img in the widget | https://api.github.com/repos/matomo-org/matomo/issues/1681/comments | 2 | 2010-09-08T10:21:54Z | 2014-07-08T10:03:59Z | https://github.com/matomo-org/matomo/issues/1681 | 37,351,907 | 1,681 |
[
"matomo-org",
"matomo"
] | I am developing a native Piwik plugin to enable tracking of user interaction and pointer movements. Name and features of this plugin makes it very similar to ClickHeat (#73), but, actually there are some major differences between these two.
- ClickHeat is a standalone script/application while HeatMap is going to be a n... | HeatMap - Piwik plugin to track user interaction and pointer movements | https://api.github.com/repos/matomo-org/matomo/issues/1680/comments | 7 | 2010-09-07T21:45:52Z | 2018-04-05T21:43:43Z | https://github.com/matomo-org/matomo/issues/1680 | 37,351,905 | 1,680 |
[
"matomo-org",
"matomo"
] | To mitigate clickjacking, prevent the login form from being framed by another website.
| Framebuster / frame breaker | https://api.github.com/repos/matomo-org/matomo/issues/1679/comments | 5 | 2010-09-07T19:16:51Z | 2014-07-08T10:06:57Z | https://github.com/matomo-org/matomo/issues/1679 | 37,351,904 | 1,679 |
[
"matomo-org",
"matomo"
] | GA just released a very interesting new feature, weighted sort. It helps finding out the most important data from a data set.
While Piwik has a feature called 'include/exclude low population' this is not very useful nor practical.
Learn more about GA implement in [ this blog post](http://www.kaushik.net/avinash/2010... | Implement weighted 'clever' sort for all data tables | https://api.github.com/repos/matomo-org/matomo/issues/1678/comments | 1 | 2010-09-07T16:37:55Z | 2024-09-13T09:13:06Z | https://github.com/matomo-org/matomo/issues/1678 | 37,351,902 | 1,678 |
[
"matomo-org",
"matomo"
] | Piwik should work nicely when loaded in https (SSL).
It would be nice to have an option to force SSL login, so that login data is always sent encrypted.
Maybe we should, if possible, check that SSL actually works at all, to prevent non ssl compatible setups to set this to true which would then prevent logins.
Note... | Add "Force SSL login" setting | https://api.github.com/repos/matomo-org/matomo/issues/1677/comments | 5 | 2010-09-06T17:50:55Z | 2014-07-08T10:04:18Z | https://github.com/matomo-org/matomo/issues/1677 | 37,351,900 | 1,677 |
[
"matomo-org",
"matomo"
] | From [forum post](http://forum.piwik.org/index.php?showtopic=15741)
Is there any way to configure Piwik to send emails through a GMail server? GMail requires using TLS for the connection and I can't find the option to change this.
-> is it possible with current custom mail server implementation? if yes, maybe we can... | Piwik_Mail: Implement sending PDF reports using Gmail smtp | https://api.github.com/repos/matomo-org/matomo/issues/1676/comments | 6 | 2010-09-06T16:46:56Z | 2014-07-08T10:03:59Z | https://github.com/matomo-org/matomo/issues/1676 | 37,351,899 | 1,676 |
[
"matomo-org",
"matomo"
] | There's a regression in trunk. Setting up Piwik locally throws an Exception in https://github.com/piwik/piwik/blob/master/core/AssetManager.php#L371. Cause is the static call to ::isGenerated() which itself isn't declared as static.
| Regression in Trunk: AssetManager.php | https://api.github.com/repos/matomo-org/matomo/issues/1675/comments | 6 | 2010-09-06T16:04:56Z | 2014-07-08T10:03:58Z | https://github.com/matomo-org/matomo/issues/1675 | 37,351,898 | 1,675 |
[
"matomo-org",
"matomo"
] | BT Central Plus is a UK provider but it being reported as USA.
Ip addresses affected start with:
87.113
86.173
Piwik knows it's BT Central Plus but not sure why it reports wrong country.
| IP Location Error | https://api.github.com/repos/matomo-org/matomo/issues/1674/comments | 1 | 2010-09-06T08:50:23Z | 2014-08-03T11:21:31Z | https://github.com/matomo-org/matomo/issues/1674 | 37,351,897 | 1,674 |
[
"matomo-org",
"matomo"
] | Currently it is not possible for plugins to have tests. plugin developers have to put the tests in the piwik/tests/PHPUnit/\* folders. This is not practical because the tests cannot be bundled with the plugin.
Goal: give Piwik developers the ability to bundle tests in their plugins. This will provide community with ab... | Allow plugins to bundle unit tests files | https://api.github.com/repos/matomo-org/matomo/issues/1673/comments | 12 | 2010-09-04T20:56:52Z | 2014-10-12T01:42:35Z | https://github.com/matomo-org/matomo/issues/1673 | 37,351,896 | 1,673 |
[
"matomo-org",
"matomo"
] | All of *.mail.live.com are, for regular users as if they where a single host. Please count them as the same for referer stats. Thanks!
| Website aggregation, e.g., count *.mail.live.com as one website | https://api.github.com/repos/matomo-org/matomo/issues/1672/comments | 1 | 2010-09-04T02:34:40Z | 2014-07-08T10:03:57Z | https://github.com/matomo-org/matomo/issues/1672 | 37,351,894 | 1,672 |
[
"matomo-org",
"matomo"
] | I know there is google.com.br/reader and such, but google.com.br (or other google.com.*) is frankly a search engine. Please make it count as such. Thanks@
| Count google.com.br as a search engine | https://api.github.com/repos/matomo-org/matomo/issues/1671/comments | 4 | 2010-09-04T02:32:36Z | 2014-07-08T10:03:57Z | https://github.com/matomo-org/matomo/issues/1671 | 37,351,893 | 1,671 |
[
"matomo-org",
"matomo"
] | Piwik uses parse_url to split the url, then the excluded parameters are removed from the query-Result.
The problem is, that the ;jsessionid=... is still in the path-Result because it is separated by ; instead of ?
Example url: http://www.example.com/some/site.jsp;jsessionid=1234?param1=value¶m2=value
What's the b... | ;jsessionid is not removed from url | https://api.github.com/repos/matomo-org/matomo/issues/1670/comments | 3 | 2010-09-03T08:39:13Z | 2024-09-13T09:13:07Z | https://github.com/matomo-org/matomo/issues/1670 | 37,351,892 | 1,670 |
[
"matomo-org",
"matomo"
] | Long keywords are cut on keywords list.
I think full keyword should be added on html title attribute for seeing the full keyword on mouse over, as seen on screenshot attached.
Note: only for long keywords, do not show always.
| Provide full text for long keywords on html title attribute | https://api.github.com/repos/matomo-org/matomo/issues/1669/comments | 4 | 2010-09-02T23:45:38Z | 2014-07-08T10:03:57Z | https://github.com/matomo-org/matomo/issues/1669 | 37,351,891 | 1,669 |
[
"matomo-org",
"matomo"
] | I can't directly reproduce this in any of my installs, but some german users are reporting this issue consistently since 0.6.5.
Have a look at the attached files in http://forum.piwik.org/index.php?showtopic=12741
Ralpho offered to send a dump of his database or allow access to his installation. I told him to send a ... | Keyword reports are showing wrong links | https://api.github.com/repos/matomo-org/matomo/issues/1668/comments | 1 | 2010-09-01T14:47:19Z | 2014-07-08T10:03:57Z | https://github.com/matomo-org/matomo/issues/1668 | 37,351,890 | 1,668 |
[
"matomo-org",
"matomo"
] | If the MySQL Server is unavailable, Piwik's Zend PDO Class throws not only an error, it reveals Host, Username, Password, Port and Database.
This can be seen as severe security bug. At least the Password should be masked.
I've attached the page content below (all sensitive data has been replaced by XXXXXX)
```
PDO::... | Revealing Access to DB to anyone if DB is down or overloaded | https://api.github.com/repos/matomo-org/matomo/issues/1667/comments | 6 | 2010-09-01T09:54:53Z | 2014-08-03T11:21:31Z | https://github.com/matomo-org/matomo/issues/1667 | 37,351,889 | 1,667 |
[
"matomo-org",
"matomo"
] | In the settings for my SuperUser, I have the default view to be 'Today'. It still always opens as 'yesterday', and I have to select 'Today' to change it.
| Default view shows 'Yesterday', even though I have it set to 'Today' | https://api.github.com/repos/matomo-org/matomo/issues/1666/comments | 6 | 2010-09-01T03:57:48Z | 2014-07-08T10:03:57Z | https://github.com/matomo-org/matomo/issues/1666 | 37,351,886 | 1,666 |
[
"matomo-org",
"matomo"
] | When looking at the Live! Visitor's Log, even though 'Today' is selected, only 'Yesterday' can be viewed. To view 'Today', one must select the view to be by week, instead of day, and then today's visits show up in the detailed log. This is the detailed visitor's log only, and not the dashboard widget.
| Visitor's Log defaults to Yesterday | https://api.github.com/repos/matomo-org/matomo/issues/1665/comments | 1 | 2010-09-01T03:56:28Z | 2014-07-08T10:03:56Z | https://github.com/matomo-org/matomo/issues/1665 | 37,351,885 | 1,665 |
[
"matomo-org",
"matomo"
] | Date is today (August 31), period is month. Local time is 15:03 UTC-5.
In the RSS feed, for August 2010, we see a pubdate from July.
```
<pubDate>Sun, 01 Aug 2010 00:00:00 +0000</pubDate>
```
For a month with no stats, we see a pubdate based on the current time. Also, the time isn't timezone shifted. July 201... | More meaningful RSS pubdates | https://api.github.com/repos/matomo-org/matomo/issues/1664/comments | 1 | 2010-08-31T21:34:54Z | 2014-07-08T10:17:16Z | https://github.com/matomo-org/matomo/issues/1664 | 37,351,884 | 1,664 |
[
"matomo-org",
"matomo"
] | If e.g. a "/" is used in the website name (e.g. using kind of hierarchy based naming convention) an error will be arisen in the logs (`
fopen()`, claiming for`
failed to open stream: No such file or directory`) and no email will be sent.
It would be wise to cleanup the "PDFReports" filename, e.g.:
```
# diff -u API.ph... | PDFReports: invalid filename chars in website name prevent "Send Report now" button to work | https://api.github.com/repos/matomo-org/matomo/issues/1663/comments | 1 | 2010-08-31T16:26:14Z | 2014-07-08T10:03:56Z | https://github.com/matomo-org/matomo/issues/1663 | 37,351,883 | 1,663 |
[
"matomo-org",
"matomo"
] | Hi
I have noticed that after having the Piwik dashboard with the Live Visitors widget embedded open for a while, Firefox (and also Chrome) becomes really sluggish.
I've attached a heap dump (from Chrome) ... +235MB image data in quarter an hour is quite bad. I would assume that entries, that are no longer displayed ... | jQuery - Live Visitors Widget memory leak | https://api.github.com/repos/matomo-org/matomo/issues/1662/comments | 6 | 2010-08-31T14:09:03Z | 2014-07-08T10:05:20Z | https://github.com/matomo-org/matomo/issues/1662 | 37,351,882 | 1,662 |
[
"matomo-org",
"matomo"
] | Find below the exception:
```
PHP Fatal error: Call to undefined method Piwik_PDFReports::getReports() in /path/to/piwik-1.0/plugins/PDFReports/API.php on line 307
```
``````
getReports()``` belongs to```
Piwik_PDFReports_API``` class and, now (far from v0.7, http://dev.piwik.org/trac/changeset?new=2989%40trunk%2Fpl... | PDFReports: misc/cron/archive.sh launches an exception | https://api.github.com/repos/matomo-org/matomo/issues/1661/comments | 3 | 2010-08-31T14:00:57Z | 2014-07-08T10:03:56Z | https://github.com/matomo-org/matomo/issues/1661 | 37,351,880 | 1,661 |
[
"matomo-org",
"matomo"
] | hello guys,
as you've seen i'm working on an integration of piwik into TYPO3.
Upto piwik 0.6.4 the i could send queries with tablenames prefixed with an different database. Since 0.9.x this is quite complex, as piwik seems to prefix the tables with the database name itself.
```
$beUserName = Zend_Registry::get('db')... | tables in query prefixed with database name | https://api.github.com/repos/matomo-org/matomo/issues/1660/comments | 4 | 2010-08-30T09:57:05Z | 2014-08-03T11:21:31Z | https://github.com/matomo-org/matomo/issues/1660 | 37,351,878 | 1,660 |
[
"matomo-org",
"matomo"
] | Flash Player 9.0.280 has trouble rendering PiwikMap.swf.
While open-flash-chart.swf seems to be ok, I think we should increase the Flash player requirement to 10.0 across the board.
| Increase Flash Player version requirement | https://api.github.com/repos/matomo-org/matomo/issues/1659/comments | 1 | 2010-08-30T06:11:47Z | 2014-07-08T10:03:56Z | https://github.com/matomo-org/matomo/issues/1659 | 37,351,877 | 1,659 |
[
"matomo-org",
"matomo"
] | A checkbox below the tracking tag could add the line:
```
piwikTracker.setDocumentTitle(document.domain + "/" + document.title);
```
in the tracking tag, resulting in Page titles being grouped by domain name.
This is for example used in the Piwik demo: http://demo.piwik.org/index.php?module=CoreHome&action=index&idS... | Add option that tracking tag groups Page titles by domain name | https://api.github.com/repos/matomo-org/matomo/issues/1657/comments | 4 | 2010-08-29T00:27:35Z | 2014-07-08T10:04:43Z | https://github.com/matomo-org/matomo/issues/1657 | 37,351,876 | 1,657 |
[
"matomo-org",
"matomo"
] | piwik\libs\tcpdf\config\tcpdf_config.php defines K_PATH_CACHE defaulting to the non existing folder piwik\libs\tcpdf\cache.
On most system this will cause tempnam functions to failback to system wide temp folder (as opposed to the expected piwik\tmp\cache).
On Windows system this will default to C:\Windows\temp that i... | PDFReports: TCPDF temporary subject to open_basedir restriction | https://api.github.com/repos/matomo-org/matomo/issues/1656/comments | 31 | 2010-08-28T17:16:45Z | 2015-10-02T02:21:35Z | https://github.com/matomo-org/matomo/issues/1656 | 37,351,872 | 1,656 |
[
"matomo-org",
"matomo"
] | http://forum.piwik.org/index.php?showtopic=15151
| Fix locales in translations | https://api.github.com/repos/matomo-org/matomo/issues/1655/comments | 2 | 2010-08-28T08:58:46Z | 2014-07-08T10:03:54Z | https://github.com/matomo-org/matomo/issues/1655 | 37,351,871 | 1,655 |
[
"matomo-org",
"matomo"
] | When installed on a server that runs PHP in "Apache" mode (rather than "CGI" mode), temporary files created by Piwik (e.g. in /tmp/sessions) are created with default permissions of 600, which means they can't be subsequently written or modified by Piwik. They need permisions of at least 606 on this sort of server - i.e... | File permissions in PHP Apache mode | https://api.github.com/repos/matomo-org/matomo/issues/1654/comments | 6 | 2010-08-27T21:00:10Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1654 | 37,351,870 | 1,654 |
[
"matomo-org",
"matomo"
] | Installed right now for the first time piwik (version 0.9.9).
I am monitoring a non-encrypted site (http://www.whatever.com) and my piwik is accessible from a SSL-site (httpS://access.whatever.com).
The javascript that was generated did not bring back any stats to piwik. SEEMS now to be working after adding the "S" at... | Javascript missing httpS | https://api.github.com/repos/matomo-org/matomo/issues/1653/comments | 1 | 2010-08-27T19:05:02Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1653 | 37,351,869 | 1,653 |
[
"matomo-org",
"matomo"
] | UPDATE! Fund this project now to help us finish the work and release the feature!
It takes 2 minutes: http://crowdfunding.piwik.org/analytics-maps-world-country-city-region/
Right now the world map only shows which country the visits are coming from. It would be really great / useful if we could narrow it down to wha... | Open Source SVG Map to show cities and regions | https://api.github.com/repos/matomo-org/matomo/issues/1652/comments | 95 | 2010-08-27T17:03:07Z | 2014-07-08T10:12:00Z | https://github.com/matomo-org/matomo/issues/1652 | 37,351,863 | 1,652 |
[
"matomo-org",
"matomo"
] | Fatal error: Call to undefined function timezone_identifiers_list() in /afs/psi.ch/service/twiki/psiweb_dmz/webbase_live/piwik/core/Updates/0.9.1.php on line 21
AS noted here http://php.net/manual/en/function.timezone-identifiers-list.php, the function timezone_identifiers_list() is missing on certain PHP distribution... | timezone_identifiers_list() not supported in some PHP 5.1.x builds | https://api.github.com/repos/matomo-org/matomo/issues/1650/comments | 5 | 2010-08-27T15:24:31Z | 2014-07-08T10:03:50Z | https://github.com/matomo-org/matomo/issues/1650 | 37,351,862 | 1,650 |
[
"matomo-org",
"matomo"
] | Hi,
when selecting one Item in the list of external Websites the items shown for this Link are mixed up with others. E.g.
www.oneforum.com
- www.anotherblog.com/thread1
www.anotherblog
- www.oneforum.com/thread1
Regards
Oberon
| wrong Links in List of external Websites | https://api.github.com/repos/matomo-org/matomo/issues/1649/comments | 1 | 2010-08-27T14:24:16Z | 2014-07-08T10:03:57Z | https://github.com/matomo-org/matomo/issues/1649 | 37,351,861 | 1,649 |
[
"matomo-org",
"matomo"
] | after switching the website report page should be shown again.
| Stay on "Email Reports" page after switching website | https://api.github.com/repos/matomo-org/matomo/issues/1648/comments | 9 | 2010-08-27T13:00:14Z | 2014-07-08T10:03:50Z | https://github.com/matomo-org/matomo/issues/1648 | 37,351,860 | 1,648 |
[
"matomo-org",
"matomo"
] | now that Live! widget is performance efficient, we can safely enable it by default, as well as adding the Live! widget in dashboard (maybe right column?)
| Enable Live! plugin by default, and add Live! widget to default dashboard | https://api.github.com/repos/matomo-org/matomo/issues/1647/comments | 2 | 2010-08-27T12:09:29Z | 2014-07-08T10:03:50Z | https://github.com/matomo-org/matomo/issues/1647 | 37,351,859 | 1,647 |
[
"matomo-org",
"matomo"
] | Looking at "Actions > Sites" the percentage values are not summed up correctly.
If for example a group has 4 child entries with (100%, 0%, 0%, 0%) then the complete group gets 100% instead of 25%.
Tested with version 0.9.9.
| Wrong aggregation of percentage values | https://api.github.com/repos/matomo-org/matomo/issues/1646/comments | 3 | 2010-08-27T09:05:35Z | 2014-07-08T10:03:50Z | https://github.com/matomo-org/matomo/issues/1646 | 37,351,858 | 1,646 |
[
"matomo-org",
"matomo"
] | Hi,
For now the pages reached by visitors which have the same script name but different arguments are put on several lines in the table.
There is already a system to group the page /trac/ticket and /trac/wiki in a same group, which is developed when clicking on the "+" sign.
It could be good to make something similar ... | Pages lists : Script name groups | https://api.github.com/repos/matomo-org/matomo/issues/1645/comments | 3 | 2010-08-27T07:34:00Z | 2014-07-08T10:03:49Z | https://github.com/matomo-org/matomo/issues/1645 | 37,351,857 | 1,645 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.