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"
] | Switching to German (and probably other languages) breaks the layout on 1024x768.
Some strings in other languages are longer than their english pendants. The TopMenu is rather tight and leaves no space for longer strings. Switching to German causes the right menu to break and appear over the Piwik logo.
The Piwik Lo... | Switching to German breaks the layout on small screens. | https://api.github.com/repos/matomo-org/matomo/issues/1644/comments | 6 | 2010-08-27T01:00:32Z | 2014-07-08T10:03:49Z | https://github.com/matomo-org/matomo/issues/1644 | 37,351,856 | 1,644 |
[
"matomo-org",
"matomo"
] | If you enter the settings page which is located at the top right.
You have to make sure an anonymous user exists in the database table "User" if you enter without it, it throws out an error code saying
"User 'anonymous' doesn't exist."
If you guys could fix this small error so that way, if for some reason you don't h... | Settings page requires anonymous user | https://api.github.com/repos/matomo-org/matomo/issues/1643/comments | 4 | 2010-08-27T00:16:32Z | 2014-07-08T10:03:49Z | https://github.com/matomo-org/matomo/issues/1643 | 37,351,855 | 1,643 |
[
"matomo-org",
"matomo"
] | Change the default hostname to 127.0.0.1.
Reference: http://dev.mysql.com/doc/refman/5.0/en/connecting.html
PHP5.3.x's mysqlnd mimics some of that behavior but doesn't have a way to force tcp likr the mysql client. (What about named pipes?)
| Installer: special meaning for "localhost" | https://api.github.com/repos/matomo-org/matomo/issues/1642/comments | 1 | 2010-08-26T14:37:31Z | 2014-07-08T10:03:49Z | https://github.com/matomo-org/matomo/issues/1642 | 37,351,854 | 1,642 |
[
"matomo-org",
"matomo"
] | I'd love to be able to define a token_auth for the admin, written in the config like that :
```
[superuser]
login = "admin"
password = "b6d19reg567fgnc3ae54c4d979ee2d"
email = "piwik@mail.fr"
salt = "d76f26cac793c42f53726e75f5819247"
token_auth = "23jsd3455sdf546re456xc6a"
```
It would be very useful for scripting us... | token_auth for admin | https://api.github.com/repos/matomo-org/matomo/issues/1641/comments | 1 | 2010-08-25T09:34:37Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1641 | 37,351,853 | 1,641 |
[
"matomo-org",
"matomo"
] | It's debateable whether or not this is necessary when minifying on-the-fly...
reference: http://code.google.com/p/minify/source/browse/branches/2.1.4/min/lib/JSMin.php
Keywords: interesting
| Merged javascript files: preserve licence and copyright in merged file | https://api.github.com/repos/matomo-org/matomo/issues/1640/comments | 8 | 2010-08-25T05:28:27Z | 2014-07-08T10:14:07Z | https://github.com/matomo-org/matomo/issues/1640 | 37,351,852 | 1,640 |
[
"matomo-org",
"matomo"
] | On demo.piwik.org, I added the "Browser Family" widget to the dashboard, and got the infamous:
```
Open Flash Chart
IO ERROR
Loading test data
Error #2032
This is the URL that I tried to open: ../data-files/bar-groups-with-nulls.txt
```
This has been showing up a lot in the error.log, so I'm not the only one seeing ... | Widget not loading | https://api.github.com/repos/matomo-org/matomo/issues/1639/comments | 3 | 2010-08-24T14:27:21Z | 2014-07-08T10:03:48Z | https://github.com/matomo-org/matomo/issues/1639 | 37,351,850 | 1,639 |
[
"matomo-org",
"matomo"
] | See http://bugs.php.net/46111
Not sure if this PHP bug is the cause of any timezone-related bug reports...
| Add test for strtotime() failure ... workaround? | https://api.github.com/repos/matomo-org/matomo/issues/1638/comments | 2 | 2010-08-24T04:34:32Z | 2014-07-08T10:03:48Z | https://github.com/matomo-org/matomo/issues/1638 | 37,351,849 | 1,638 |
[
"matomo-org",
"matomo"
] | In the live visitors stats there are two visitors at the same time!
Everything is the same only the screen resolution is different.
| Piwik counting incorrect | https://api.github.com/repos/matomo-org/matomo/issues/1637/comments | 6 | 2010-08-23T16:49:21Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1637 | 37,351,848 | 1,637 |
[
"matomo-org",
"matomo"
] | To enable direct login to Piwik from my Virtualmin Piwik plugin, I am posting pre-set username-password combinations to Piwik through a frame. Cookies are be preserved (client-side) by pre-loading Piwik in a hidden iframe. However, it gets stuck with nonce validation inside the Login module where the nonce is checked a... | Overriding nonce verification in the login form | https://api.github.com/repos/matomo-org/matomo/issues/1636/comments | 2 | 2010-08-23T10:51:43Z | 2014-07-08T10:03:48Z | https://github.com/matomo-org/matomo/issues/1636 | 37,351,847 | 1,636 |
[
"matomo-org",
"matomo"
] | It seems like there's no way to hook in custom javascript/file through the tracker (piwik.js) code. This is required by third-party plugins to gather more information from client-side environment in addition to that provided by Piwik's own tracker. There exist hooks in piwik.js, but I think there's no way to utilize th... | Hooking in JavaScript code from Plugin | https://api.github.com/repos/matomo-org/matomo/issues/1635/comments | 1 | 2010-08-23T10:08:04Z | 2014-07-08T10:03:59Z | https://github.com/matomo-org/matomo/issues/1635 | 37,351,846 | 1,635 |
[
"matomo-org",
"matomo"
] | When Piwik is loaded inside a frame, JavaScript errors occur at the following location:
```
Message: Object doesn't support this property or method
Line: 256087035
Char: 3
Code: 0
URI: http://piwik.*****.com/index.php?module=CoreHome&action=index&idSite=40&period=day&date=today
```
```
User Agent: Mozilla/4.0 (compat... | JavaScript errors in internet explorer when clicking on menu when piwik is in a frame | https://api.github.com/repos/matomo-org/matomo/issues/1634/comments | 39 | 2010-08-23T09:27:46Z | 2014-07-08T10:04:51Z | https://github.com/matomo-org/matomo/issues/1634 | 37,351,844 | 1,634 |
[
"matomo-org",
"matomo"
] | Among the countries and cultures, some consider the week begins on sunday, some on monday.
I think the preferences should give the administrator the option to decide whether to have a week as sunday-saturday or monday-sunday
| Week beginning setting | https://api.github.com/repos/matomo-org/matomo/issues/1633/comments | 3 | 2010-08-22T08:33:42Z | 2024-09-13T09:13:07Z | https://github.com/matomo-org/matomo/issues/1633 | 37,351,843 | 1,633 |
[
"matomo-org",
"matomo"
] | In the GUI of Piwik one is able to switch the language, but when automatic
reports are generated and sent in PDFReports, only the default language is used.
It might be better to extend the UI of PDFReports with a language selection box and the corresponding database table with a new lang column.
Workaround: set the lan... | PDFReports: should be translated to the user's language | https://api.github.com/repos/matomo-org/matomo/issues/1632/comments | 5 | 2010-08-21T20:09:13Z | 2014-07-08T10:06:04Z | https://github.com/matomo-org/matomo/issues/1632 | 37,351,842 | 1,632 |
[
"matomo-org",
"matomo"
] | Hello,
I was using piwik 0.9 and observed that I lost one day of data from the interface (all numbers reported as 0). This was mentioned on the forum as well:
http://forum.piwik.org/index.php?showtopic=12071
Here are the details: Piwik was properly recording visits, etc. and updating the interface throughout the da... | Piwik failed to archive data at midnight | https://api.github.com/repos/matomo-org/matomo/issues/1631/comments | 2 | 2010-08-21T19:09:23Z | 2014-07-08T10:03:46Z | https://github.com/matomo-org/matomo/issues/1631 | 37,351,841 | 1,631 |
[
"matomo-org",
"matomo"
] | It doesn't address the "JavaScript Trap" that Stallman wrote about, but for consistency, we should add the Piwik header into our .js files.
We should also change "Gpl" to "GPL" as the latter is more accurate (i.e., acronym). I'll whip up a script to automate the change.
| Common header for .php and .js files | https://api.github.com/repos/matomo-org/matomo/issues/1630/comments | 4 | 2010-08-20T15:13:18Z | 2014-07-08T10:04:59Z | https://github.com/matomo-org/matomo/issues/1630 | 37,351,840 | 1,630 |
[
"matomo-org",
"matomo"
] | See Live/templates/lastVisits.tpl (Not sure if Live/templates/index.tpl also needs to be translatable.)
| Further i18n of the Live plugin | https://api.github.com/repos/matomo-org/matomo/issues/1629/comments | 1 | 2010-08-20T12:59:51Z | 2014-07-08T10:03:46Z | https://github.com/matomo-org/matomo/issues/1629 | 37,351,839 | 1,629 |
[
"matomo-org",
"matomo"
] | hi there,
i have a windows 2000 system with iis.
it took some time to finish the configuration of PIWIK
but in the end i had success.
but now i could not log in at the login page.
i type my super-user-login and password,
but i did not login.
at the end the login page loads again and
nothing happens....
what is the ... | not able to install PIWIK under windows 2000 | https://api.github.com/repos/matomo-org/matomo/issues/1628/comments | 1 | 2010-08-20T12:22:31Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1628 | 37,351,838 | 1,628 |
[
"matomo-org",
"matomo"
] | In lang/en.php the value of General_AuthenticationMethodSmtp is "Authentification method for SMTP". It should of course be "Authentication method for SMTP"
| Typo in string General_AuthenticationMethodSmtp | https://api.github.com/repos/matomo-org/matomo/issues/1627/comments | 2 | 2010-08-20T11:59:35Z | 2014-07-08T10:03:46Z | https://github.com/matomo-org/matomo/issues/1627 | 37,351,837 | 1,627 |
[
"matomo-org",
"matomo"
] | The unique column is sometimes the second column in a table and sometimes the last. It would be less confusing if it were always in the same position, preferably as the first column of figures.
For example, actual behavior:
Actions > Page titles:
Page name, Pageviews, Unique pageviews
but
Actions > Outlinks:
Cl... | Make unique whatever column sequence consistent in UI | https://api.github.com/repos/matomo-org/matomo/issues/1626/comments | 5 | 2010-08-20T00:38:46Z | 2014-07-08T10:03:45Z | https://github.com/matomo-org/matomo/issues/1626 | 37,351,836 | 1,626 |
[
"matomo-org",
"matomo"
] | I just found the [CSS3PIE](http://css3pie.com/) project, which aims to add CSS3 support to Internet Explorer 8 (and below). I tried this [demo](http://css3pie.com/demos/tabs/) in IE8 and it works (rounded corners, css shadow).
Maybe we can integrate this into Piwik.
| CSS3 Support for IE 8 with CSS3PIE | https://api.github.com/repos/matomo-org/matomo/issues/1625/comments | 26 | 2010-08-19T23:32:12Z | 2014-07-08T10:03:45Z | https://github.com/matomo-org/matomo/issues/1625 | 37,351,835 | 1,625 |
[
"matomo-org",
"matomo"
] | If the dashboard allows anonymous view, and you visit the dashboard anonymously, then login successfully, you are redirected back to the dashboard view -- ignoring the default report to load.
| Login referer feature is incompatible with Default report to load | https://api.github.com/repos/matomo-org/matomo/issues/1624/comments | 3 | 2010-08-19T12:57:28Z | 2014-07-08T10:03:44Z | https://github.com/matomo-org/matomo/issues/1624 | 37,351,834 | 1,624 |
[
"matomo-org",
"matomo"
] | "Page de sortie" should be "Pages de sortie"
| Traduction spelling mistake in french | https://api.github.com/repos/matomo-org/matomo/issues/1623/comments | 2 | 2010-08-18T17:47:52Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1623 | 37,351,833 | 1,623 |
[
"matomo-org",
"matomo"
] | Give the possibility to set a proxy server for the new release detection and update process.
| Use a proxy for new release detection | https://api.github.com/repos/matomo-org/matomo/issues/1622/comments | 3 | 2010-08-18T13:59:27Z | 2014-07-08T10:03:44Z | https://github.com/matomo-org/matomo/issues/1622 | 37,351,832 | 1,622 |
[
"matomo-org",
"matomo"
] | HI,
I just installed Piwik 0.9. Installation went well with no errors reported. I plugged in the Tracking Javascript on all of my pages. My problem, im not getting any data what so ever. Please help with this, since i rely on analytics of my site. Thank You
Keywords: bug, no data, help
| No Tracking Data | https://api.github.com/repos/matomo-org/matomo/issues/1621/comments | 1 | 2010-08-16T23:35:20Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1621 | 37,351,831 | 1,621 |
[
"matomo-org",
"matomo"
] | If I use two dates or less in my api post it works:
**URL:**
http://piwik.mydomain.biz/index.php?token_auth=3a6b85898370f27c438b6a1cd886b874&format=PHP&module=API&method=VisitsSummary.getVisits&period=day&idSite=2&date=2010-08-15,2010-08-16
**Return:**
Array
(
[2010-08-15] => 165
[2010-08-16] => 99
)
If I s... | Api error when pulling a hit report with date,date,date | https://api.github.com/repos/matomo-org/matomo/issues/1607/comments | 2 | 2010-08-16T21:04:11Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1607 | 37,351,829 | 1,607 |
[
"matomo-org",
"matomo"
] | sometimes I have following JS-failure:
```
Details zum Fehler auf der Webseite
Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Tablet PC 2.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C)
Zeitstempel: Mon, 16 ... | Broken tooltips in IE | https://api.github.com/repos/matomo-org/matomo/issues/1602/comments | 14 | 2010-08-16T12:40:24Z | 2014-07-08T10:03:57Z | https://github.com/matomo-org/matomo/issues/1602 | 37,351,828 | 1,602 |
[
"matomo-org",
"matomo"
] | The column width of "Configuration" in the PDF-Report on the page "Global visitors configuration" is too small. It is not possible to read the content of this fields.
Same issue with URLs and page title reports.
Solution would be to display the full value in a higher row (double sized?). Maybe this is supported by ... | PDF reports: display long labels on two lines instead of truncate | https://api.github.com/repos/matomo-org/matomo/issues/1601/comments | 1 | 2010-08-16T11:40:44Z | 2014-07-08T10:07:21Z | https://github.com/matomo-org/matomo/issues/1601 | 37,351,827 | 1,601 |
[
"matomo-org",
"matomo"
] | Currently datatables for Actions are indexed with the metrics string (nb_visits, nb_hits, etc.). See code in plugins/Actions/Actions.php archiveDay()
Other datatables are using integer indexes, mapping is defined in Piwik_Archive::$mappingFromIdToName
Actions datatable should use a similar integer mapping to reduce s... | Action datatables should use integer indexes rather than string indexes (smaller size and faster access) | https://api.github.com/repos/matomo-org/matomo/issues/1600/comments | 2 | 2010-08-16T11:11:53Z | 2014-07-08T10:05:00Z | https://github.com/matomo-org/matomo/issues/1600 | 37,351,826 | 1,600 |
[
"matomo-org",
"matomo"
] | Now that Live! plugin works as expected (appart from known bug #1375), it would be nice to have it in the default list of widgets in the dashboard.
| Add Live! as defaut widget in dashboard | https://api.github.com/repos/matomo-org/matomo/issues/1599/comments | 1 | 2010-08-16T10:48:56Z | 2014-07-08T10:03:43Z | https://github.com/matomo-org/matomo/issues/1599 | 37,351,825 | 1,599 |
[
"matomo-org",
"matomo"
] | The API call
?module=API&method=API.getMetadata&format=XML&apiModule=UserCountry&apiAction=getCountry&period=year
includes the metric "unique visitors" which is not included in the corresponding getProcessedReport call
?module=API&method=API.getProcessedReport&format=XML&apiModule=UserCountry&apiAction=getCountry&pe... | API.getMetaData includes unique visitors in year period | https://api.github.com/repos/matomo-org/matomo/issues/1598/comments | 7 | 2010-08-16T10:44:07Z | 2014-07-08T10:03:43Z | https://github.com/matomo-org/matomo/issues/1598 | 37,351,824 | 1,598 |
[
"matomo-org",
"matomo"
] | eg. http://localhost/trunk/index.php?module=API&method=API.getProcessedReport&format=XML&apiModule=UserCountry&apiAction=getCountry&idSite=7&period=year&date=2009-01-01&filter_limit=-1
throws "API returned an error: You can't access this resource as it requires an 'view' access for the website id = 7."
but this works... | regression in trunk: anonymous API requests throw an error when the anonymous has view access | https://api.github.com/repos/matomo-org/matomo/issues/1597/comments | 3 | 2010-08-16T10:40:20Z | 2014-07-08T10:03:43Z | https://github.com/matomo-org/matomo/issues/1597 | 37,351,823 | 1,597 |
[
"matomo-org",
"matomo"
] | See attached screenshot.
The word website should be displayed entirely in all cases:
- one website
- two websites (auto complete not displayed)
- 10 websites (auto complete displayed)
| Regression trunk, when one website only, word Websites not displayed entirely | https://api.github.com/repos/matomo-org/matomo/issues/1596/comments | 4 | 2010-08-16T10:17:28Z | 2014-07-08T10:03:43Z | https://github.com/matomo-org/matomo/issues/1596 | 37,351,822 | 1,596 |
[
"matomo-org",
"matomo"
] | Project Harmony (initiated by Amanda Brock, General Counsel for Canonical) kicked off in June, but is making news this week with its goal of creating templates for contributor agreements.
- http://opensource.com/law/10/6/project-harmony-looks-improve-contribution-agreements-0
Given the strength of the GPL, our license... | Piwik Project Contributor Agreement | https://api.github.com/repos/matomo-org/matomo/issues/1594/comments | 2 | 2010-08-16T07:42:22Z | 2014-07-08T10:03:42Z | https://github.com/matomo-org/matomo/issues/1594 | 37,351,821 | 1,594 |
[
"matomo-org",
"matomo"
] | ~~Web hosting and script providers: advise them of the policy and "Remix" designation. There's only a (known) handful.~~
Front-ends (mobile or desktop) and integration plugins: lots. Put together a contact list and advise recipients of the policy. Request a response/acknowledgement so we have a verified contact list... | Trademark policy - compliance issues | https://api.github.com/repos/matomo-org/matomo/issues/1593/comments | 2 | 2010-08-16T07:08:30Z | 2014-07-08T10:03:42Z | https://github.com/matomo-org/matomo/issues/1593 | 37,351,820 | 1,593 |
[
"matomo-org",
"matomo"
] | When will Piwik be updated on apsstandard.org? I have the APS-Goldversion (0.5.4) installed over HostEurope and can't update it manually. This version is verry critical for use in germany.
| Package releases for apsstandard.org | https://api.github.com/repos/matomo-org/matomo/issues/1592/comments | 10 | 2010-08-15T21:08:49Z | 2014-08-03T11:25:55Z | https://github.com/matomo-org/matomo/issues/1592 | 37,351,819 | 1,592 |
[
"matomo-org",
"matomo"
] | When pressing "Save" in user settings, the page becomes white and the Loading... is not shown.
Page refreshes and data was recorded as expected.
| User settings regression in trunk | https://api.github.com/repos/matomo-org/matomo/issues/1591/comments | 5 | 2010-08-15T01:19:42Z | 2014-07-08T10:03:42Z | https://github.com/matomo-org/matomo/issues/1591 | 37,351,818 | 1,591 |
[
"matomo-org",
"matomo"
] | I haven't verified yet, but have seen a few support requests which say that the auto update is not giving right feedback about which folders should be writable for the auto update to work.
I think the command should be a recursive writable chmod and chown on the main piwik/ folder.
eg http://forum.piwik.org/index.php... | Check that chmod commands are given when auto update missing permissions | https://api.github.com/repos/matomo-org/matomo/issues/1590/comments | 9 | 2010-08-15T01:00:08Z | 2014-07-08T10:13:03Z | https://github.com/matomo-org/matomo/issues/1590 | 37,351,817 | 1,590 |
[
"matomo-org",
"matomo"
] | Istead, they should not look ugly (...)
| Submit buttons look ugly in install (and update?) | https://api.github.com/repos/matomo-org/matomo/issues/1589/comments | 4 | 2010-08-15T00:43:56Z | 2014-07-08T10:03:41Z | https://github.com/matomo-org/matomo/issues/1589 | 37,351,816 | 1,589 |
[
"matomo-org",
"matomo"
] | Warning: Missing argument 2 for Piwik_Mail::setFrom(), called in /home/www/dev5.piwik.org/plugins/Feedback/Controller.php on line 58 and defined in /home/www/dev5.piwik.org/core/Mail.php on line 32
and
Notice: Undefined variable: name in /home/www/dev5.piwik.org/core/Mail.php on line 40
| Warning displayed when sending feedback via feedback form | https://api.github.com/repos/matomo-org/matomo/issues/1588/comments | 1 | 2010-08-15T00:06:55Z | 2014-07-08T10:03:41Z | https://github.com/matomo-org/matomo/issues/1588 | 37,351,815 | 1,588 |
[
"matomo-org",
"matomo"
] | Since the update to version 0.7, the conversion rates of goals in the flash chart are integers if the language is set to German. I found out that the reason for this problem is that the character for the separation of decimal places is "," in German, but "." in English.
Changing line 141 in the file /core/Visualizatio... | Since v0.7, the conversion rates for Goals are displayed as integers only (German language) | https://api.github.com/repos/matomo-org/matomo/issues/1587/comments | 1 | 2010-08-14T17:52:49Z | 2014-07-08T10:03:41Z | https://github.com/matomo-org/matomo/issues/1587 | 37,351,814 | 1,587 |
[
"matomo-org",
"matomo"
] | Use cases:
- 3rd party apps seeking deeper integration
- hosting providers (or script providers) offering more seamless installs
- puppet installation
As we've seen (eg Typo3, Dreamhost, SimpleScript) bypass (in various degrees) the native installer which increasingly does more system checks and initialization (eg sal... | Headless install / command line piwik remote install | https://api.github.com/repos/matomo-org/matomo/issues/1586/comments | 11 | 2010-08-14T15:44:54Z | 2016-07-22T04:59:27Z | https://github.com/matomo-org/matomo/issues/1586 | 37,351,812 | 1,586 |
[
"matomo-org",
"matomo"
] | The response for SitesManager.updateSite is wrong. Calling it with an unknown idSite parameter results in
```
{"result":"success", "message":"ok"}
```
http://example.com/?module=API&idSite=124&format=JSON&token_auth=YOUR_TOKEN&method=SitesManager.updateSite&idSite=124&siteName=foo&urls=http%3A%2F%2Fwhatever.com
This... | SitesManager.updateSite succeeds for unknown idsite | https://api.github.com/repos/matomo-org/matomo/issues/1585/comments | 5 | 2010-08-14T15:31:47Z | 2014-07-08T10:03:48Z | https://github.com/matomo-org/matomo/issues/1585 | 37,351,811 | 1,585 |
[
"matomo-org",
"matomo"
] | The screenshot on piwik shows the old design. it should be updated.
| Update screenshots / media | https://api.github.com/repos/matomo-org/matomo/issues/1584/comments | 1 | 2010-08-14T14:13:38Z | 2014-07-08T10:03:40Z | https://github.com/matomo-org/matomo/issues/1584 | 37,351,810 | 1,584 |
[
"matomo-org",
"matomo"
] | http://piwik.org/trademark
| Trademark policy | https://api.github.com/repos/matomo-org/matomo/issues/1582/comments | 3 | 2010-08-14T07:05:56Z | 2014-07-08T10:03:40Z | https://github.com/matomo-org/matomo/issues/1582 | 37,351,809 | 1,582 |
[
"matomo-org",
"matomo"
] | Hey,
in tried to install Piwik trought TYPO3, but I got an error:
Fatal error: Call to undefined function _parse_ini_file() in /home/pacs/min01/users/web/doms/buhev.de/subs/t3/typo3conf/piwik/piwik/core/Config.php on line 370
The fix is very simple: Rename the function _parse_ini_file() to parse_ini_file() (remove t... | Call to undefined function _parse_ini_file() | https://api.github.com/repos/matomo-org/matomo/issues/1581/comments | 5 | 2010-08-13T18:16:56Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1581 | 37,351,808 | 1,581 |
[
"matomo-org",
"matomo"
] | The post "Piwik 0.9" posted August 6th is still not listed in the feed - http://piwik.org/feed Actually, the last item in the feed is "New Piwik Design overview (Screenshots)". This is very serious since I (and many more I guess) missed the security issues and the 0.8 release because of this.
Regards,
Hans
| Problems with the feed | https://api.github.com/repos/matomo-org/matomo/issues/1580/comments | 1 | 2010-08-13T14:19:37Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1580 | 37,351,807 | 1,580 |
[
"matomo-org",
"matomo"
] | The period format in the dashboard is not localized, but always in Y-m-d format.
Perhaps we can use some new translations like "CoreHome_PeriodMonth_Format" to get the format localized.
See attached files for examples.
| Period in dashboard is not localized | https://api.github.com/repos/matomo-org/matomo/issues/1579/comments | 6 | 2010-08-13T08:57:47Z | 2014-07-08T10:03:40Z | https://github.com/matomo-org/matomo/issues/1579 | 37,351,806 | 1,579 |
[
"matomo-org",
"matomo"
] | Use mb_strtolower() on the server side for referers, etc.
On the client, use JavaScript's .toLowerCase().
| Case-insensitive domain name matching | https://api.github.com/repos/matomo-org/matomo/issues/1578/comments | 6 | 2010-08-12T18:52:53Z | 2014-07-08T10:03:40Z | https://github.com/matomo-org/matomo/issues/1578 | 37,351,805 | 1,578 |
[
"matomo-org",
"matomo"
] | On demo.piwik.org, it looks like the blob data is truncated because the blob column is limited to 64KB. (e.g., select length(value) from piwik_archive_blob_2008_01 where name = 'Provider_hostnameExt').
| gzuncompress() data error | https://api.github.com/repos/matomo-org/matomo/issues/1577/comments | 1 | 2010-08-12T05:09:30Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1577 | 37,351,803 | 1,577 |
[
"matomo-org",
"matomo"
] | On demo.piwik.org's API page, and selecting RSS or XML output:
Notice: Object of class Piwik_DataTable_Array could not be converted to int in /path/to/piwik/core/Piwik.php on line 1023
| VisitsSummary.getSumVisitsLengthPretty - throws notice | https://api.github.com/repos/matomo-org/matomo/issues/1576/comments | 3 | 2010-08-12T04:18:56Z | 2014-07-08T10:03:39Z | https://github.com/matomo-org/matomo/issues/1576 | 37,351,802 | 1,576 |
[
"matomo-org",
"matomo"
] | In #956, we added a check for the xml extension, but it's only a warning if missing.
However, support requests on the forum (e.g., data is collected but graphs don't display) show that this is insufficient.
| Installation: review dependencies on PHP extensions | https://api.github.com/repos/matomo-org/matomo/issues/1575/comments | 8 | 2010-08-11T18:46:15Z | 2014-07-08T10:03:39Z | https://github.com/matomo-org/matomo/issues/1575 | 37,351,801 | 1,575 |
[
"matomo-org",
"matomo"
] | PiwikTracker not working on many shared hosting server, because external file_get_contents($url) not working with allow_url_fopen = false.
-> Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /xxxx/.xxxx/xxxx/index.php on line xx
Bugfix:
Now using ... | PiwikTracker: curl support | https://api.github.com/repos/matomo-org/matomo/issues/1574/comments | 4 | 2010-08-11T11:21:51Z | 2014-07-08T10:03:39Z | https://github.com/matomo-org/matomo/issues/1574 | 37,351,800 | 1,574 |
[
"matomo-org",
"matomo"
] | If idsite is invalid or unspecified, it throws an uncaught exception.
| Tracker/Visit.php may throw uncaught exception | https://api.github.com/repos/matomo-org/matomo/issues/1573/comments | 4 | 2010-08-10T21:09:43Z | 2014-07-08T10:04:20Z | https://github.com/matomo-org/matomo/issues/1573 | 37,351,799 | 1,573 |
[
"matomo-org",
"matomo"
] | Numerous bug fixes.
| Update to jQuery 1.8.4 | https://api.github.com/repos/matomo-org/matomo/issues/1572/comments | 1 | 2010-08-10T16:48:43Z | 2014-07-08T10:03:39Z | https://github.com/matomo-org/matomo/issues/1572 | 37,351,798 | 1,572 |
[
"matomo-org",
"matomo"
] | In fact most of the Piwik widgets already have multiple "pages". The first one is the data table, the second is the extended data table and then followed by several charts (bar, pie) and the tag cloud. I think this is a very good way of providing multiple presentations to the same data and it would be take this feature... | Allow plugins to create new View types for reports in widgets | https://api.github.com/repos/matomo-org/matomo/issues/1571/comments | 4 | 2010-08-10T13:14:05Z | 2014-07-08T10:03:38Z | https://github.com/matomo-org/matomo/issues/1571 | 37,351,796 | 1,571 |
[
"matomo-org",
"matomo"
] | In 0.9, with Firefox 3.6.8.
Starting with no goals, if I create a goal, the "Loading" icon spins and the screen doesn't refresh. The menu only shows "Add a new goal". The new goal isn't shown but is in the database and in tmp/cache/tracker/1.php.
Only a manual refresh or switching between top menu bar screens, doe... | Goals Loading... never stops | https://api.github.com/repos/matomo-org/matomo/issues/1570/comments | 6 | 2010-08-09T21:09:56Z | 2014-07-08T10:03:38Z | https://github.com/matomo-org/matomo/issues/1570 | 37,351,794 | 1,570 |
[
"matomo-org",
"matomo"
] | In #1419, we deferred implementation of these recommendations:
- http://fishbowl.pastiche.org/2004/01/19/persistent_login_cookie_best_practice/
- http://jaspan.com/improved_persistent_login_cookie_best_practice
which would narrow the window of opportunity for an attacker to exploit a stolen login cookie, and provide a... | Persistent login cookie improvements | https://api.github.com/repos/matomo-org/matomo/issues/1569/comments | 0 | 2010-08-09T12:32:03Z | 2024-09-13T09:13:08Z | https://github.com/matomo-org/matomo/issues/1569 | 37,351,793 | 1,569 |
[
"matomo-org",
"matomo"
] | Superuser can define what a non-superuser can or can't do. Examples:
- can change password
- can change email address
- can add/modify/delete sites (who already has at least admin access to one or more sites)
- can add/modify/delete other users
- can use token_auth with REST API
- ...
(Some of this might overlap/confl... | Fine-grained permission system | https://api.github.com/repos/matomo-org/matomo/issues/1568/comments | 10 | 2010-08-09T03:46:09Z | 2024-09-13T09:13:09Z | https://github.com/matomo-org/matomo/issues/1568 | 37,351,792 | 1,568 |
[
"matomo-org",
"matomo"
] | i have just upgraded to piwik 0.9, after that i can't sign in with google chrome.
Fatal error: Call to undefined method Piwik_Url::getLocalOrigins() in /www/htdocs/user/piwik/core/Nonce.php on line 83
Works fine with Firefox
| Sign in after 0.9 update not working in chrome | https://api.github.com/repos/matomo-org/matomo/issues/1567/comments | 2 | 2010-08-08T19:39:09Z | 2014-07-08T10:03:38Z | https://github.com/matomo-org/matomo/issues/1567 | 37,351,791 | 1,567 |
[
"matomo-org",
"matomo"
] | i fix it myself by uploading a chinese font and modify the config file, maybe it should include all the tcpdf class files and different lang has a different config
| PDF reports does not support chinese | https://api.github.com/repos/matomo-org/matomo/issues/1566/comments | 1 | 2010-08-08T15:14:02Z | 2014-07-08T10:03:37Z | https://github.com/matomo-org/matomo/issues/1566 | 37,351,790 | 1,566 |
[
"matomo-org",
"matomo"
] | I think that webmail sites (e.g.: mail.google.com) should be shown in a separate category, and not with external websites: it's a traffic category that's different from normal websites.
| WebMail sites to treat separately from external websites | https://api.github.com/repos/matomo-org/matomo/issues/1565/comments | 3 | 2010-08-08T14:32:06Z | 2014-07-08T10:03:37Z | https://github.com/matomo-org/matomo/issues/1565 | 37,351,789 | 1,565 |
[
"matomo-org",
"matomo"
] | Among the external websites piwik 0.9 shows a lot of search engine traffic:
- www.google.xy (it, de, es, ecc.)
- www.google.com.xy (it, br, es, de, ecc.)
- it.yhs.search.yahoo.com
- webcache.googleusercontent.com
- it.search-results.com
- search.hp.my.aol.it
- www.fastbrowsersearch.com
- search.tiscali.it
- www.123peop... | search engines shown in external websites | https://api.github.com/repos/matomo-org/matomo/issues/1564/comments | 22 | 2010-08-08T14:30:12Z | 2014-07-08T10:04:00Z | https://github.com/matomo-org/matomo/issues/1564 | 37,351,787 | 1,564 |
[
"matomo-org",
"matomo"
] | Bookmarking issues for further investigation:
- http://forum.piwik.org/index.php?showtopic=13741
| PDF Report Issues | https://api.github.com/repos/matomo-org/matomo/issues/1563/comments | 1 | 2010-08-07T16:41:43Z | 2014-07-08T10:03:46Z | https://github.com/matomo-org/matomo/issues/1563 | 37,351,786 | 1,563 |
[
"matomo-org",
"matomo"
] | Various bugs:
- [Goals overview graph cut on top](http://forum.piwik.org/index.php?showtopic=13761) - when conversion rate is graphed, the chart is cropped
- [Round percentages](http://forum.piwik.org/index.php?showtopic=13751) - conversion rates should be rounded (e.g., to 2 decimal places)
- [Rate displayed as intege... | Goals - conversion rate | https://api.github.com/repos/matomo-org/matomo/issues/1562/comments | 10 | 2010-08-07T16:34:53Z | 2014-07-08T10:16:50Z | https://github.com/matomo-org/matomo/issues/1562 | 37,351,785 | 1,562 |
[
"matomo-org",
"matomo"
] | When I go to http://demo.piwik.org using Google Chrome on windows XP, the dashboard first partly loads, then the dashboard visibly reloads itself. This is def not expected.
| Google Chrome reloads dashboard twice | https://api.github.com/repos/matomo-org/matomo/issues/1561/comments | 12 | 2010-08-06T23:46:20Z | 2014-07-08T10:03:35Z | https://github.com/matomo-org/matomo/issues/1561 | 37,351,784 | 1,561 |
[
"matomo-org",
"matomo"
] | The current charts (pie,bar) aren't quite applicable to get an overview about the visitors screen resolutions.
- Like the current browser stats, there are too many values and only the greatest 4 are displayed. This can lead to huge misinterpretation of the data, since there might be many different screen sizes
- Even ... | Scatter plot visualization for screen resolution stats | https://api.github.com/repos/matomo-org/matomo/issues/1560/comments | 4 | 2010-08-06T22:16:27Z | 2014-07-08T10:07:09Z | https://github.com/matomo-org/matomo/issues/1560 | 37,351,783 | 1,560 |
[
"matomo-org",
"matomo"
] | Many users have been asking for a way to customize columns in dashboard. Proposal is to default to 3 as it is now, but add a new User Settings where a user would be able to change to 2 columns for example.
See implications in http://forum.piwik.org/index.php?showtopic=13591
| Dashboard: Customize dashboard, allow to select number of columns and various widgets layouts | https://api.github.com/repos/matomo-org/matomo/issues/1559/comments | 13 | 2010-08-06T19:36:30Z | 2014-07-08T10:17:21Z | https://github.com/matomo-org/matomo/issues/1559 | 37,351,782 | 1,559 |
[
"matomo-org",
"matomo"
] | After looking at the current browser stats pie visualization for a while, I noted some things that could improve the readability of the chart a lot.
- The chart shows data of multiple browsers in multiple versions. Each combination of browser and value is treated as a distinct value and hence is shown in a unique color... | Hierarchical pie visualization for browser statistics | https://api.github.com/repos/matomo-org/matomo/issues/1558/comments | 17 | 2010-08-06T19:13:48Z | 2014-08-03T11:25:55Z | https://github.com/matomo-org/matomo/issues/1558 | 37,351,781 | 1,558 |
[
"matomo-org",
"matomo"
] | After increasing the maximum number of slices in pie charts (#1543) there is the problem of repeated colors. To fix this we need to introduce more colors to the pie charts.
Keywords: charts,pie,colors
| Insufficient colors for pie chart slices | https://api.github.com/repos/matomo-org/matomo/issues/1557/comments | 6 | 2010-08-06T16:28:41Z | 2014-07-08T10:03:34Z | https://github.com/matomo-org/matomo/issues/1557 | 37,351,780 | 1,557 |
[
"matomo-org",
"matomo"
] | Reported in #1164
- For consistency, the Go! button on the database set up form should be Next
- There are no instructions for creating the database yourself. What permissions the user needs should be specified.
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ON databasename.\* TO 'username'@'loc... | Installation - english labels inconsistency | https://api.github.com/repos/matomo-org/matomo/issues/1556/comments | 3 | 2010-08-06T11:05:45Z | 2014-07-08T10:03:33Z | https://github.com/matomo-org/matomo/issues/1556 | 37,351,779 | 1,556 |
[
"matomo-org",
"matomo"
] | Piwik 0.8 - When the setting of UTC is -5, the "Live Visitor!" daily summary stops counting at 19.00 hrs. and sets the values for visits and pageviews to 0 (afer 00.00 hrs. the count starts fresh for the new day and works fine until 19.00 hrs. of that day). All other widgets seem not to be having this problem.
| Live Visitor! Problem with setting of UTC -5 | https://api.github.com/repos/matomo-org/matomo/issues/1555/comments | 5 | 2010-08-06T02:45:41Z | 2014-07-08T10:03:33Z | https://github.com/matomo-org/matomo/issues/1555 | 37,351,777 | 1,555 |
[
"matomo-org",
"matomo"
] | UI regression. Add Language Selector to Installation & CoreUpdater screens.
| Installation/CoreUpdater: language selector is gone | https://api.github.com/repos/matomo-org/matomo/issues/1554/comments | 4 | 2010-08-05T15:30:02Z | 2014-07-08T10:03:33Z | https://github.com/matomo-org/matomo/issues/1554 | 37,351,776 | 1,554 |
[
"matomo-org",
"matomo"
] | Tracker API allows to record visits, pages and goal conversions using http rest API. Commonly users would have a webserver make the request to Piwik to record visits. This causes piwik to read the visit/page/goal conversion IP as being the server IP issuing the request to piwik.
This could cause discrepancies or gener... | Tracker API improvements : enable set IP and set server date & time | https://api.github.com/repos/matomo-org/matomo/issues/1553/comments | 9 | 2010-08-05T11:34:51Z | 2014-07-08T10:04:08Z | https://github.com/matomo-org/matomo/issues/1553 | 37,351,775 | 1,553 |
[
"matomo-org",
"matomo"
] | I'll be resuming work on the plugin repository after 1.0.
Currently, the admin menus are organized as tabs. For "Plugins", I propose to add submenus:
- Installed (the current screen to activate/deactivate plugins)
- Available (plugins available from the repository; not visible if no Piwik_Http::getTransportMethod())
... | Improve Admin menus (design, UX, submenus) | https://api.github.com/repos/matomo-org/matomo/issues/1552/comments | 39 | 2010-08-04T18:04:53Z | 2014-07-08T10:11:27Z | https://github.com/matomo-org/matomo/issues/1552 | 37,351,773 | 1,552 |
[
"matomo-org",
"matomo"
] | I reorderd some tables and inserted dropdowns.
See PNGs.
I think this is more professionell.
Keywords: UI, Usability
| Better Screendesign for Goal Page | https://api.github.com/repos/matomo-org/matomo/issues/1551/comments | 6 | 2010-08-04T18:04:52Z | 2014-07-08T10:03:31Z | https://github.com/matomo-org/matomo/issues/1551 | 37,351,772 | 1,551 |
[
"matomo-org",
"matomo"
] | It should be possible to see goal conversions that happend before the goal was created in piwik if there are fitting ulr patterns in the historical data.
Keywords: goal historical
| for newly created Goals, calculate their historical reports from the historical data (when possible) | https://api.github.com/repos/matomo-org/matomo/issues/1550/comments | 6 | 2010-08-04T10:07:40Z | 2024-09-13T10:57:59Z | https://github.com/matomo-org/matomo/issues/1550 | 37,351,771 | 1,550 |
[
"matomo-org",
"matomo"
] | There is a little error when I want to upgrade piwik as you can see on the screenshot I attached to this ticket.
The problem comes from a validation on an erroneous name of file (bad character case).
The name of file is:
piwik/libs/Zend/Validate/Barcode/UpcA.php
But the check is made on the file name:
piwik/libs/Zen... | Upgrade piwik - Validation error | https://api.github.com/repos/matomo-org/matomo/issues/1549/comments | 3 | 2010-08-03T16:56:09Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1549 | 37,351,770 | 1,549 |
[
"matomo-org",
"matomo"
] | Since content is king, I want to propose a feature that allows me to track content that is copied off my sites. It has been done before (see [http://www.tynt.com]), but I still think it would be a very nifty feature for piwik.
Sadly, I am not a developer, only a web controlling guy. But I would guess that this is some... | Track and analyze copied content | https://api.github.com/repos/matomo-org/matomo/issues/1548/comments | 2 | 2010-08-03T15:13:50Z | 2014-07-08T10:03:31Z | https://github.com/matomo-org/matomo/issues/1548 | 37,351,769 | 1,548 |
[
"matomo-org",
"matomo"
] | I am working on pulling together 'Introducing Piwik 1.0' - a complete manual for new users. #1164
I have run across one thing I just cannot get my head around: the date range picker. GA has this really nice, quite intuitive date picker that I'm sure everyone's seen.
As far as I can tell, the only things you can pick ... | Date range picker - too limited or poor UX | https://api.github.com/repos/matomo-org/matomo/issues/1547/comments | 1 | 2010-08-02T21:16:18Z | 2014-07-08T10:03:31Z | https://github.com/matomo-org/matomo/issues/1547 | 37,351,768 | 1,547 |
[
"matomo-org",
"matomo"
] | If widgets are embedded with a token (instead of giving anonymous users view access) they always show only the login page.
| Widgets with auth token are broken | https://api.github.com/repos/matomo-org/matomo/issues/1546/comments | 4 | 2010-08-02T11:57:15Z | 2014-07-08T10:03:31Z | https://github.com/matomo-org/matomo/issues/1546 | 37,351,766 | 1,546 |
[
"matomo-org",
"matomo"
] | I would like to adapt the appearance of the chart tooltips to the new UI design. This should be possible by adding simple statements to the chart-api call (see [examples](http://teethgrinder.co.uk/open-flash-chart-2/tooltip.php)).
In the attached screenshot you can see my suggestion for the new tooltips.
Keywords: cha... | Adapt styling of chart and map tooltips to the new UI design | https://api.github.com/repos/matomo-org/matomo/issues/1545/comments | 11 | 2010-08-02T11:10:07Z | 2014-07-08T10:03:30Z | https://github.com/matomo-org/matomo/issues/1545 | 37,351,764 | 1,545 |
[
"matomo-org",
"matomo"
] | I have that bug at all my sites. After install on setting "Report date to load by default" is "Today" but on site, and a query parametres is "yesterday". Only when i change "Today" to another date (eg. Yesterday or Current Week) and after change to "Today" again, it set correct.
Keywords: date range, default
| Wrong "Report date to load by default" after install | https://api.github.com/repos/matomo-org/matomo/issues/1544/comments | 2 | 2010-08-02T10:43:58Z | 2014-07-08T10:03:42Z | https://github.com/matomo-org/matomo/issues/1544 | 37,351,763 | 1,544 |
[
"matomo-org",
"matomo"
] | In the special case of displaying continents, it makes no sense to hide three out of six continents. A pie chart should be able to display six or seven elements. In the attached example there is no reason to group South America (>5%) into the "others" element.
This conflicts with #1118, I think.
Keywords: pie,chart
| Pie chart of continents should always display all continents (and no "others" element) | https://api.github.com/repos/matomo-org/matomo/issues/1543/comments | 3 | 2010-08-01T23:16:52Z | 2014-07-08T10:03:33Z | https://github.com/matomo-org/matomo/issues/1543 | 37,351,762 | 1,543 |
[
"matomo-org",
"matomo"
] | Reference:
- https://wiki.mozilla.org/Security/CSP/Specification
The proposal would be to add the CSP header, "X-Content-Security-Policy:" with a policy-uri pointing to a static file (which can be cached by the user agent).
Because the specification says the UA must compute the intersection for multiple CSP headers, ... | Implement "Content Security Policy" (CSP) | https://api.github.com/repos/matomo-org/matomo/issues/1542/comments | 19 | 2010-08-01T07:09:07Z | 2019-06-28T08:31:31Z | https://github.com/matomo-org/matomo/issues/1542 | 37,351,761 | 1,542 |
[
"matomo-org",
"matomo"
] | This will be a further enhancement to core/Nonce.php.
Reference: http://tools.ietf.org/html/draft-abarth-origin-05
| Implement draft HTTP Origin header | https://api.github.com/repos/matomo-org/matomo/issues/1541/comments | 2 | 2010-08-01T06:27:52Z | 2014-07-08T10:03:30Z | https://github.com/matomo-org/matomo/issues/1541 | 37,351,760 | 1,541 |
[
"matomo-org",
"matomo"
] | line 75 in archive.sh (from piwik 0.8) reads
for period in day week year; do
but probably should read
for period in day week **month** year; do
| archive.sh memory issue with yearly reports, works when archiving months separately | https://api.github.com/repos/matomo-org/matomo/issues/1540/comments | 6 | 2010-07-31T11:06:56Z | 2014-07-08T10:03:30Z | https://github.com/matomo-org/matomo/issues/1540 | 37,351,759 | 1,540 |
[
"matomo-org",
"matomo"
] | Update to 1.10.7 maintenance release.
As before, I applied the lazy loading change from http://www.zendframework.com/manual/en/performance.classloading.html:
```
find . -name '*.php' -not -wholename '*/Loader/Autoloader.php' \
-not -wholename '*/Application.php' -print0 | \
xargs -0 sed --regexp-extended --in-pla... | Zend Framework 1.10.7 maintenance update | https://api.github.com/repos/matomo-org/matomo/issues/1539/comments | 1 | 2010-07-31T04:44:20Z | 2014-07-08T10:03:29Z | https://github.com/matomo-org/matomo/issues/1539 | 37,351,758 | 1,539 |
[
"matomo-org",
"matomo"
] | report in: http://forum.piwik.org/index.php?showtopic=13061
user not receiving PDF.
*1 either scheduled tasks wasn't triggered properly
*2 or email sending is not working
to work out if the reasons is 2), we can easily add a "Send report now" test button in the form.
| PDF: Add a "send now" test button to test the report | https://api.github.com/repos/matomo-org/matomo/issues/1538/comments | 4 | 2010-07-31T01:07:26Z | 2014-07-08T10:03:29Z | https://github.com/matomo-org/matomo/issues/1538 | 37,351,757 | 1,538 |
[
"matomo-org",
"matomo"
] | See report in: http://forum.piwik.org/index.php?showtopic=13001
putting in 1.1 as the fix is probably not trivial.
| PDFReports: issues with arabic fonts (and other unicode characters) i18n | https://api.github.com/repos/matomo-org/matomo/issues/1537/comments | 6 | 2010-07-31T00:04:45Z | 2014-07-08T10:03:37Z | https://github.com/matomo-org/matomo/issues/1537 | 37,351,756 | 1,537 |
[
"matomo-org",
"matomo"
] | German umlauts are not displayed correctly.
e.g.
krrken, puten spiebraten, pepperoniwrstle & schlrippchen frisch
Keywords: umlauts
| character set in "best search engines"-widget | https://api.github.com/repos/matomo-org/matomo/issues/1536/comments | 14 | 2010-07-30T19:03:29Z | 2014-07-08T10:03:29Z | https://github.com/matomo-org/matomo/issues/1536 | 37,351,755 | 1,536 |
[
"matomo-org",
"matomo"
] | searchengine datafile needs to be checked. Some entries are outdated. Many entries need to be supplemented with missing values.
Keywords: seachengines
| outdated entries in searchengine datafile | https://api.github.com/repos/matomo-org/matomo/issues/1535/comments | 25 | 2010-07-30T17:50:32Z | 2014-07-08T10:03:28Z | https://github.com/matomo-org/matomo/issues/1535 | 37,351,754 | 1,535 |
[
"matomo-org",
"matomo"
] | When i select a item under the root navigation the list jumps to te left and the click is not always goes to the webpage. See the screenshot.
| problem with ie8 nav menu | https://api.github.com/repos/matomo-org/matomo/issues/1534/comments | 6 | 2010-07-30T15:10:20Z | 2014-07-08T10:03:28Z | https://github.com/matomo-org/matomo/issues/1534 | 37,351,753 | 1,534 |
[
"matomo-org",
"matomo"
] | I've got a problem with the website selector with IE8. The website selector is under the about piwik. And but i don't know if it is by design is shows the website even when not pushed the down arrow. See the screenshot for what i'm talking about
| IE8 - UI layout problems with CSS | https://api.github.com/repos/matomo-org/matomo/issues/1533/comments | 12 | 2010-07-30T15:06:30Z | 2014-07-08T10:03:28Z | https://github.com/matomo-org/matomo/issues/1533 | 37,351,752 | 1,533 |
[
"matomo-org",
"matomo"
] | I have noticed incorrect page names from the Page Title report module.
The problem occurs when the page title tag of the site being tracked has a slash included.
For example...
If the title is **Downloads for Wii/Xbox**
Then the page will be tracked as **Downloads for Wii** with another page called **Xbox** in a dr... | Incorrect Page Titles with pages with forward slash in title | https://api.github.com/repos/matomo-org/matomo/issues/1532/comments | 3 | 2010-07-30T13:23:37Z | 2014-08-03T11:21:41Z | https://github.com/matomo-org/matomo/issues/1532 | 37,351,751 | 1,532 |
[
"matomo-org",
"matomo"
] | I have just upgraded to 0.7 from 0.6.4 this afternoon, the primary reason being the introduction of the PDFReports plugin and the ability to email out reports on a scheduled basis.
Post upgrade, our Superuser went to the Plugins Admin page to enable the PDFReports plugin.
Upon attempting to activate, he is returned b... | PDFReports: unable to activate plugin | https://api.github.com/repos/matomo-org/matomo/issues/1531/comments | 2 | 2010-07-30T08:30:42Z | 2014-07-08T10:03:27Z | https://github.com/matomo-org/matomo/issues/1531 | 37,351,750 | 1,531 |
[
"matomo-org",
"matomo"
] | Add Worldmap default widget in all default dashboard
| Add Worldmap default widget | https://api.github.com/repos/matomo-org/matomo/issues/1530/comments | 1 | 2010-07-30T02:21:40Z | 2014-07-08T10:03:27Z | https://github.com/matomo-org/matomo/issues/1530 | 37,351,749 | 1,530 |
[
"matomo-org",
"matomo"
] | None
| Handle disabled glob() | https://api.github.com/repos/matomo-org/matomo/issues/1529/comments | 3 | 2010-07-29T18:50:13Z | 2014-07-08T10:03:27Z | https://github.com/matomo-org/matomo/issues/1529 | 37,351,748 | 1,529 |
[
"matomo-org",
"matomo"
] | The Simple Tracking Code api could detect the current URL. Indeed, the browser will pass to piwik.php the header Referer, which is the URL of the page loading the Simple Image beacon.
In this use case, we should set URL = REFERER URL.
This will make Simple Tracking Image API more useful when parameters not customized... | Simple Image Tracking mode doesn't detect URLs automatically | https://api.github.com/repos/matomo-org/matomo/issues/1528/comments | 1 | 2010-07-29T15:44:56Z | 2014-07-08T10:03:26Z | https://github.com/matomo-org/matomo/issues/1528 | 37,351,747 | 1,528 |
[
"matomo-org",
"matomo"
] | For scalability I'm running the webserver on a separate server from the php backends.
That worked well so far as I'm rsyncing every piwik update to the webserver too. No problems with static JS and CSS files.
But the new assets are compiled and built on the php backends as static files which the webserver tries to del... | Problems with assets files in installs with a separate webserver | https://api.github.com/repos/matomo-org/matomo/issues/1527/comments | 28 | 2010-07-29T13:41:22Z | 2014-07-08T10:17:21Z | https://github.com/matomo-org/matomo/issues/1527 | 37,351,745 | 1,527 |
[
"matomo-org",
"matomo"
] | (I'm having around 6k sites and from looking at the error message it seems to be related to the new site selector).
On upgrade (to 0.7) and now dashboard access I'm getting error messages (or better warnings) like the following. It makes the dashboard kind of unusable.
Errors:
Notice: Undefined variable: sites in /ho... | Undefined variable: sites error | https://api.github.com/repos/matomo-org/matomo/issues/1526/comments | 2 | 2010-07-29T13:14:06Z | 2014-07-08T10:03:26Z | https://github.com/matomo-org/matomo/issues/1526 | 37,351,744 | 1,526 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.