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" ]
There was [a report](http://forum.piwik.org/read.php?2,110564) that visitors from the west coast of the US are not clickable in the real time map. This seems to be caused by some DIV preventing the click, see attached file.
Real time map: west coast visitors are not clickable
https://api.github.com/repos/matomo-org/matomo/issues/4613/comments
4
2014-02-03T01:39:29Z
2014-07-11T22:00:49Z
https://github.com/matomo-org/matomo/issues/4613
37,355,366
4,613
[ "matomo-org", "matomo" ]
It used to work this way: - If [cron is setup](http://piwik.org/docs/setup-auto-archiving/), then cron will send email reports and execute other scheduled tasks - When cron is not setup, then the piwik.php requests will act as a webcron, and trigger archiving and scheduled tasks automatically when visitors visit the we...
Regressed: Scheduled reports should be sent automatically by webcron, when cron is not setup
https://api.github.com/repos/matomo-org/matomo/issues/4612/comments
11
2014-02-03T01:37:00Z
2014-07-11T22:00:34Z
https://github.com/matomo-org/matomo/issues/4612
37,355,365
4,612
[ "matomo-org", "matomo" ]
This change will lead to better [performance](http://piwik.org/docs/optimize/) and [reliability.](http://piwik.org/reliability/) After much experience with using Myisam table type by default, a few team members and users have requested that we should use Innodb by default. Steps: - Change all tables type to use Inno...
Make Innodb the new default type for all new Piwik installations (VS Myisam)
https://api.github.com/repos/matomo-org/matomo/issues/4611/comments
8
2014-02-02T02:44:52Z
2014-08-03T12:13:46Z
https://github.com/matomo-org/matomo/issues/4611
37,355,364
4,611
[ "matomo-org", "matomo" ]
The implementation of our [Cron Archive script](http://piwik.org/docs/setup-auto-archiving/) should use Php CLI instead of doing Http requests to the webserver. This would remove one system in the middle and should make archive script slightly more reliable. Because the piwik.php webcron also uses the CronArchive logi...
Make Archive.php use PHP CLI instead of Web, more reliable / performant
https://api.github.com/repos/matomo-org/matomo/issues/4610/comments
28
2014-02-02T02:36:28Z
2014-07-11T21:59:49Z
https://github.com/matomo-org/matomo/issues/4610
37,355,363
4,610
[ "matomo-org", "matomo" ]
I did a global search in the codebase and found hundreds of cases of Piwik_XYZ written in the codebase, mostly in comments, such as Piwik_Auth, Piwik_Db, Piwik_API, etc. We should remove these references and replace with correct phpdoc blocks (or simply remove). This would conclude our effort of migrating the whole c...
Remove comments still referencing old Piwik_ (before using PHP 5.3 namespaces)
https://api.github.com/repos/matomo-org/matomo/issues/4609/comments
6
2014-02-01T14:46:10Z
2014-07-08T10:14:46Z
https://github.com/matomo-org/matomo/issues/4609
37,355,362
4,609
[ "matomo-org", "matomo" ]
As of [Piwik 2.0](http://piwik.org/blog/2013/12/piwik-2-0-release-announced-biggest-best-release-yet/), Piwik has been rewritten to use the latest technologies (PHP 5.3, namespaces, twig, etc.). All plugins available for Piwik 1.x have to be rewritten. Often the changes are minor, but still takes any developer at least...
Kindly Ask plugins developers of plugins for Piwik 1.x to convert to Piwik 2 platform
https://api.github.com/repos/matomo-org/matomo/issues/4607/comments
1
2014-02-01T13:32:27Z
2014-07-08T10:14:46Z
https://github.com/matomo-org/matomo/issues/4607
37,355,361
4,607
[ "matomo-org", "matomo" ]
At [InnoCraft](http://www.innocraft.com) we are running Piwik for large and very large websites and have identified challenges in memory usage [during pre-processing of report data](http://piwik.org/docs/setup-auto-archiving/). The goal of this ticket is to investigate with XHProf profiler, and find the cause of the...
Archive.php memory improvements (up to 10 times less memory required!)
https://api.github.com/repos/matomo-org/matomo/issues/4604/comments
2
2014-02-01T11:56:57Z
2017-01-02T01:24:58Z
https://github.com/matomo-org/matomo/issues/4604
37,355,360
4,604
[ "matomo-org", "matomo" ]
When using 2.0.3 and an token_auth for bulk tracking, as well as have PIWIK_TRACKER_MODE set to true. On every valid bulk request submission I had the following error, PHP Fatal error: Call to a member function fetchAll() on a non-object in ... /piwik/core/Db.php on line 164 I found that fetchAll() retrieved it's db...
Ensure Database is set in Tracker
https://api.github.com/repos/matomo-org/matomo/issues/4603/comments
3
2014-01-31T14:14:08Z
2014-07-08T10:14:46Z
https://github.com/matomo-org/matomo/issues/4603
37,355,359
4,603
[ "matomo-org", "matomo" ]
Please make the phrase below translatable, this is written into template. "of visits" in "piwik/plugins/Referrers/templates/index.twig" (line 12, 21, 32, 41);
Untranslated text in referrers template
https://api.github.com/repos/matomo-org/matomo/issues/4600/comments
1
2014-01-31T09:04:43Z
2014-07-08T10:14:46Z
https://github.com/matomo-org/matomo/issues/4600
37,355,358
4,600
[ "matomo-org", "matomo" ]
To prevent bugs and complications, we should use autoloader during piwik.php requests. NOTE: this _requires_ that first we PSR4 autoloader: #4074 Because our current autoloader is not good enough and would be too slow for tracker.
Use autoloader in piwik.php requests
https://api.github.com/repos/matomo-org/matomo/issues/4599/comments
1
2014-01-30T22:43:13Z
2014-07-08T10:14:46Z
https://github.com/matomo-org/matomo/issues/4599
37,355,357
4,599
[ "matomo-org", "matomo" ]
report from [Peter](http://piwik.org/team/): I think I found a bug in the tracker which affects every user. One of my customers wondered about having single Visitors who have actions with different IP adresses at peak hours. After searching for a possible issue in the visitor recognition, I think I found the issue - ...
Different visitors with the same configuration visiting the site at same second, could be recorded as one visitor
https://api.github.com/repos/matomo-org/matomo/issues/4598/comments
1
2014-01-30T21:46:29Z
2014-07-08T10:14:45Z
https://github.com/matomo-org/matomo/issues/4598
37,355,356
4,598
[ "matomo-org", "matomo" ]
Please follow those steps to reproduce situation: 1.) Un select "Morpheus" theme in "Manage Themes". Now "Zeitgeist" Theme is in use. 2.) Select "Dashboard" and select any "Website". 3.) Now select "Widgets & Dashboard" -> "Change dashboard layout" 4.) "Please select your new dashboard layout" is behind "Widgets &...
"Please select your new dashboard layout" wrong Z index.
https://api.github.com/repos/matomo-org/matomo/issues/4597/comments
2
2014-01-30T21:22:07Z
2014-07-08T10:14:45Z
https://github.com/matomo-org/matomo/issues/4597
37,355,354
4,597
[ "matomo-org", "matomo" ]
There is an error. Please report the message (Piwik 2.0.3) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!). Warning: gzcompress(): insufficient memory in /home/sites/wwswebservices.co.uk/public_html/datastats/core/DataAccess/ArchiveWriter.php on line 139 Back...
Unable to get stats working
https://api.github.com/repos/matomo-org/matomo/issues/4596/comments
0
2014-01-30T17:56:42Z
2017-01-02T00:55:39Z
https://github.com/matomo-org/matomo/issues/4596
37,355,352
4,596
[ "matomo-org", "matomo" ]
Transitions and page overlays are not working on one of my pages, but they are working on others. I get the message _"Either the action had no pageviews during the period or it is invalid."_ There is no real difference between the pages, they are all articles in a Tumblr blog. The broken page has over 700 views, whi...
Transitions & Page Overlays not working on one page, but working on others
https://api.github.com/repos/matomo-org/matomo/issues/4595/comments
19
2014-01-30T16:07:29Z
2014-11-12T01:35:30Z
https://github.com/matomo-org/matomo/issues/4595
37,355,350
4,595
[ "matomo-org", "matomo" ]
As you can see from the screenshot, the pie charts renders quite a bit cropped on retina screens. I was able to replicate this behavior on OS X 10.9 Mavericks on all major browsers (Chrome 32, Safari 7, Firefox 26 etc.) both on my own Piwik setup as well as the demo at demo.piwik.org. https://www.dropbox.com/s/k6rhclj...
Make Pie chart render not cropped on retina display, or when browser zoom is used
https://api.github.com/repos/matomo-org/matomo/issues/4594/comments
10
2014-01-30T09:59:06Z
2014-07-08T10:15:19Z
https://github.com/matomo-org/matomo/issues/4594
37,355,347
4,594
[ "matomo-org", "matomo" ]
I run piwik on one of my high traffic websites, and it uses a lot of server resources specially CPU. We did a lot of server optimizations. But all of our server engineers concluded that the file piwik.php in the root of Piwik, is the major script putting pressure on resources and needs to be optimized.
Piwik.php needs to be optimized
https://api.github.com/repos/matomo-org/matomo/issues/4593/comments
3
2014-01-30T07:33:34Z
2016-07-22T04:57:06Z
https://github.com/matomo-org/matomo/issues/4593
37,355,346
4,593
[ "matomo-org", "matomo" ]
The 2 pages "Users" and "Websites" in "Settings" section need pagination, because when the number of users and websites are huge, loading these 2 pages becomes a disaster, putting a lot of pressure on server resources to load. Keywords: pagination, users, websites, settings
Pagination for "Users" & "Websites" in "Settings"
https://api.github.com/repos/matomo-org/matomo/issues/4592/comments
1
2014-01-30T07:19:27Z
2014-07-08T10:14:44Z
https://github.com/matomo-org/matomo/issues/4592
37,355,345
4,592
[ "matomo-org", "matomo" ]
Every time I click on a single search entry, piwik opens another box which is telling me, the data is loading (see attached). For this image I just clicked several times on "viele anfragen auf /wp-login.php"
Dashboard: more clicks = more loading boxes
https://api.github.com/repos/matomo-org/matomo/issues/4591/comments
6
2014-01-29T21:31:40Z
2014-08-03T11:24:19Z
https://github.com/matomo-org/matomo/issues/4591
37,355,344
4,591
[ "matomo-org", "matomo" ]
We have updated our Piwik from 1.x to 2.0.3. I have seen the new superuser column in my fresh installation. But i missed it in the migrated one... (the is also no way to create a second superuser). He should be migrated to the new once.
Superuser migration
https://api.github.com/repos/matomo-org/matomo/issues/4590/comments
1
2014-01-29T18:35:04Z
2014-08-03T11:21:08Z
https://github.com/matomo-org/matomo/issues/4590
37,355,343
4,590
[ "matomo-org", "matomo" ]
just a weird idea: track yourself / track piwik usages would be interesting - to show the power of piwik e.g. for every firstime user - to show what is possible if integrated in best way - to compare different piwik users - to learn what new featuers may be needed for tracking such complex sites like piwik backend - to...
Use Piwik to measure how Piwik app is used by the community (opt-in)
https://api.github.com/repos/matomo-org/matomo/issues/4589/comments
32
2014-01-29T18:20:36Z
2017-01-22T06:18:03Z
https://github.com/matomo-org/matomo/issues/4589
37,355,341
4,589
[ "matomo-org", "matomo" ]
Plugin Login -> Controller -> index | login should respect login_logout_url parameter from config.ini Hind: Single-Sign-On Auth Plugins can be used more comfortable Keywords: sso, sigle-sign-on
Alternativ login URL
https://api.github.com/repos/matomo-org/matomo/issues/4588/comments
4
2014-01-29T17:54:52Z
2014-08-03T11:24:19Z
https://github.com/matomo-org/matomo/issues/4588
37,355,339
4,588
[ "matomo-org", "matomo" ]
Currently piwik.js unconditionally adds a listener to the `beforeunload` event. Unfortunately, this prevents "Back-Forward Cache"/"Page Cache"/"Fast History Navigation" on Firefox/Safari/Opera respectively. Since the `beforeunload` event is only used to trigger `unload` plugins, would it be acceptable to defer regist...
Add support for bfcache
https://api.github.com/repos/matomo-org/matomo/issues/4587/comments
5
2014-01-29T17:38:14Z
2014-07-08T10:14:43Z
https://github.com/matomo-org/matomo/issues/4587
37,355,337
4,587
[ "matomo-org", "matomo" ]
The new custom alerts plugin is really great! One Idea to improve it: Sometimes it's important to have an alert as fast as possible. One example: if you want to be alerted if an event happens more than 2times per hour you have to configure: --- now: period: day - event xx - greater than 48 => if the event happ...
plugin custom alerts: New period: "hours"
https://api.github.com/repos/matomo-org/matomo/issues/4586/comments
2
2014-01-29T17:28:23Z
2024-09-13T09:11:23Z
https://github.com/matomo-org/matomo/issues/4586
37,355,335
4,586
[ "matomo-org", "matomo" ]
- Update all FAQs + doc mentionning Super User http://piwik.org/faq/general/#faq_35 http://piwik.org/faq/how-to/#faq_191 http://piwik.org/docs/manage-users/ <\- add new section - In blog post, explain deprecated functions - Update developer.piwik.org - superuser -> Super User - userIsSuperUser --> userHasS...
Update docs/faqs after 2.1 release
https://api.github.com/repos/matomo-org/matomo/issues/4583/comments
4
2014-01-29T03:18:47Z
2014-07-08T10:14:43Z
https://github.com/matomo-org/matomo/issues/4583
37,355,334
4,583
[ "matomo-org", "matomo" ]
Super Users should be able to change their aliases. Will be done as part of: #4564
Allow Super Users to change their alias
https://api.github.com/repos/matomo-org/matomo/issues/4582/comments
1
2014-01-27T23:21:55Z
2014-07-08T10:14:43Z
https://github.com/matomo-org/matomo/issues/4582
37,355,333
4,582
[ "matomo-org", "matomo" ]
Please change it.json the line reported below for correct italian translation change line 1159 in "SimpleRealTimeWidget_Message": "%s e %s negli ultimi %s",
translation issue
https://api.github.com/repos/matomo-org/matomo/issues/4581/comments
2
2014-01-27T12:57:04Z
2014-07-08T10:14:43Z
https://github.com/matomo-org/matomo/issues/4581
37,355,332
4,581
[ "matomo-org", "matomo" ]
It was noted that normal view/admin users, can delete segments created (and shared with them) by the Super User. Instead, we should prevent such "super user segments" to be deleted by view/admin users.
Users should not be able to delete custom segments created by Super User
https://api.github.com/repos/matomo-org/matomo/issues/4580/comments
1
2014-01-27T09:36:56Z
2014-07-08T10:14:42Z
https://github.com/matomo-org/matomo/issues/4580
37,355,331
4,580
[ "matomo-org", "matomo" ]
The plugin listing (Platform > Plugins) currently uses undocumented keys from plugin.json to show the author and links to the author's homepage. Authors can be added in plugin.json with an "authors" array (e.g. https://github.com/piwik/plugin-SecurityInfo/blob/master/plugin.json). However the plugin listing uses "auth...
Show author of plugin
https://api.github.com/repos/matomo-org/matomo/issues/4578/comments
9
2014-01-26T23:48:17Z
2014-07-08T10:14:42Z
https://github.com/matomo-org/matomo/issues/4578
37,355,330
4,578
[ "matomo-org", "matomo" ]
For added security, it would be useful to be able to only allow particular users to login from white listed IP addresses. - "Restrict login to Piwik only from these IP addresses" would be a global setting that would restrict all logins to a particular IP address. - "Restrict a particular username to login from these IP...
Ability to restrict user login to specific IP addresses
https://api.github.com/repos/matomo-org/matomo/issues/4577/comments
9
2014-01-26T22:42:16Z
2024-09-27T16:09:20Z
https://github.com/matomo-org/matomo/issues/4577
37,355,329
4,577
[ "matomo-org", "matomo" ]
Content Grouping is the ability to group pages into meaningful categories, and get analytics reports for these categories. Currently it can be done with Piwik by [using Custom Variables](http://piwik.org/docs/custom-variables/), where one can assign a page in one or several content categories or content tags. For m...
Content Grouping, feature to categorise pages
https://api.github.com/repos/matomo-org/matomo/issues/4576/comments
17
2014-01-26T03:02:03Z
2024-09-13T10:10:59Z
https://github.com/matomo-org/matomo/issues/4576
37,355,328
4,576
[ "matomo-org", "matomo" ]
Barometer plugin does not work on 2.0.4-b4. Stand still at 0. Maximums have somehow correct values and colors (at least from my rough estimate). I do not know weather this is plugin or piwik problem. Please move ticket to proper place in TRAC. OS: CentOS 6.5 apache: httpd-2.2.15-29 php-fpm: php-fpm-5.3.3-27 php: php-...
Barometer plugin not working ...
https://api.github.com/repos/matomo-org/matomo/issues/4574/comments
1
2014-01-25T18:48:43Z
2014-08-03T11:21:08Z
https://github.com/matomo-org/matomo/issues/4574
37,355,327
4,574
[ "matomo-org", "matomo" ]
When I add my URL to the Piwik path (PHP API, beta): section it always comes back as invalid path My url is http://www.petalcbc.org/piwik/. This is to to login screen and also get an An error occured: Piwik URL/path or auth token not set. I put my auth token in but nothing seems to take. Under the API section on the ...
Invalid path. Please enter the file path to Piwik.
https://api.github.com/repos/matomo-org/matomo/issues/4573/comments
1
2014-01-25T15:55:36Z
2014-08-03T11:24:19Z
https://github.com/matomo-org/matomo/issues/4573
37,355,326
4,573
[ "matomo-org", "matomo" ]
File: core/Common.php Line #: On or about 942 Function: getCampaignParameters() Line: array_walk_recursive($return, 'trim'); This should do nothing. 'trim' does not meet the callback requirements of array_walk_recursive. callback expects 2 parameters, my_callback(&$value, $index). trim takes trim($str, $charset) ...
Useless code spotted.
https://api.github.com/repos/matomo-org/matomo/issues/4572/comments
2
2014-01-25T10:26:50Z
2014-07-09T15:31:25Z
https://github.com/matomo-org/matomo/issues/4572
37,355,325
4,572
[ "matomo-org", "matomo" ]
Only a tiny thing: in scheduled task overview: the grey rows have light yellow hover the white ones don't... please see attachments
tasks timetable plugin: tiny: grey rows have hover
https://api.github.com/repos/matomo-org/matomo/issues/4571/comments
4
2014-01-24T10:34:31Z
2016-01-29T23:34:36Z
https://github.com/matomo-org/matomo/issues/4571
37,355,324
4,571
[ "matomo-org", "matomo" ]
It would be nice to be able to specify a link for "issues". For instance to our Trac or Github issues. This allows users to report issues easier. A plugin developer or theme artist would be able to specify an optional field "issues" and we display a link to this website next to the Github and Homepage link in the Mark...
Add support for "issues" link to plugin.json and display in Marketplace / Core
https://api.github.com/repos/matomo-org/matomo/issues/4570/comments
3
2014-01-24T02:27:09Z
2016-08-16T20:11:29Z
https://github.com/matomo-org/matomo/issues/4570
37,355,323
4,570
[ "matomo-org", "matomo" ]
- when browser_archiving_disabled_enforce = 1 - and when reports with a custom segment are viewed - when the segment is set to "Real time processing" (this is a [Custom segment](http://piwik.org/docs/segmentation/) feature) ) - then display a notification warning box with the message: You are requesting data for t...
Add feedback message when a segment is used, and browser_archiving_disabled_enforce = 1
https://api.github.com/repos/matomo-org/matomo/issues/4569/comments
5
2014-01-23T12:20:02Z
2014-07-11T21:59:28Z
https://github.com/matomo-org/matomo/issues/4569
37,355,322
4,569
[ "matomo-org", "matomo" ]
How to reproduce original error: - Enable log deleting in config.ini.php with small interval (i.e. 1 day) - override those options via UI with bigger interval (i.e. 90 days) - try to use invalidateArchivedReports() method with date between 1 and 90 days back from today - it will cause warning and reports for give...
Invalidating reports may fail because of log delete settings
https://api.github.com/repos/matomo-org/matomo/issues/4568/comments
1
2014-01-23T01:05:10Z
2014-07-08T10:14:41Z
https://github.com/matomo-org/matomo/issues/4568
37,355,320
4,568
[ "matomo-org", "matomo" ]
The cache buster is generating a hash from several changing properties: ``` $pluginList = md5(implode(",", !$pluginNames ? Manager::getInstance()->getLoadedPluginsName() : $pluginNames)); $cacheBuster = md5(SettingsPiwik::getSalt() . $pluginList . PHP_VERSION . Version::VERSION . trim($currentGitHash)); ``` Things to...
CacheBuster is suboptimal
https://api.github.com/repos/matomo-org/matomo/issues/4567/comments
3
2014-01-22T12:01:38Z
2014-07-08T10:14:41Z
https://github.com/matomo-org/matomo/issues/4567
37,355,318
4,567
[ "matomo-org", "matomo" ]
Within the plugin management site one could see the pulgin details like description, faq, screenshots in a lightbox - that's great! Wanting to watch the screenshots in a larger size, one is directed to the image url directly. Here it would be more user-friendly to go to a gallery where you could directly click through...
plugin management: screenshots: link to gallery
https://api.github.com/repos/matomo-org/matomo/issues/4566/comments
2
2014-01-21T11:44:49Z
2024-09-13T09:11:23Z
https://github.com/matomo-org/matomo/issues/4566
37,355,317
4,566
[ "matomo-org", "matomo" ]
Currently overriding location, city, region, latitude and longitude will work for new visit, but not for further actions by a same visitor. Requested in pull request https://github.com/piwik/piwik/pull/204
Overriding location, city, region, latitude, longitude should be work for all actions
https://api.github.com/repos/matomo-org/matomo/issues/4565/comments
3
2014-01-21T10:22:39Z
2014-07-08T10:14:41Z
https://github.com/matomo-org/matomo/issues/4565
37,355,316
4,565
[ "matomo-org", "matomo" ]
The feature to be able to have several Super Users is becoming more important, and many users have requested it in the forums and in #2589 Tasks: - Create superAdmin permission. The superAdmin permission is equivalent to the currently "superUser" in terms of power. - The user stored in the config file has always super...
Introduce new User permission: Super User Access
https://api.github.com/repos/matomo-org/matomo/issues/4564/comments
49
2014-01-21T08:20:47Z
2014-07-11T21:59:04Z
https://github.com/matomo-org/matomo/issues/4564
37,355,311
4,564
[ "matomo-org", "matomo" ]
For consistency, it would be nice if the PrivacyManager plugin + Custom logo ([Branding] section) stored its data in the DB rather than in the config file. The ultimate goal is to make Piwik not need to write to the config file during normal operations. 1. Create global config entries for the following settings: 2. de...
PrivacyManager settings + Custom logo should be stored using Option:: rather than in config file
https://api.github.com/repos/matomo-org/matomo/issues/4563/comments
5
2014-01-21T07:53:17Z
2014-07-11T21:58:42Z
https://github.com/matomo-org/matomo/issues/4563
37,355,310
4,563
[ "matomo-org", "matomo" ]
It was reported by several users that there is no more option to "Reuse the existing database tables" when reinstalling Piwik. http://forum.piwik.org/read.php?2,109809
no option to "Reuse the tables" when reinstalling Piwik
https://api.github.com/repos/matomo-org/matomo/issues/4562/comments
1
2014-01-21T01:35:05Z
2014-07-08T10:14:38Z
https://github.com/matomo-org/matomo/issues/4562
37,355,308
4,562
[ "matomo-org", "matomo" ]
In my Piwik installation I have restricted access with .htaccess, except for pwiwik.js and index.php as mentioned in the user guide. Since update to Piwik 2.0.4-b1 the .htaccess login prompt is also shown on piwik/index.php. I found a typo in piwik/plugins/Login/templates/login.twig: `````` 24 <link rel="style...
typo in plugins/Login/templates/login.twig
https://api.github.com/repos/matomo-org/matomo/issues/4561/comments
1
2014-01-21T01:12:36Z
2014-07-08T10:14:38Z
https://github.com/matomo-org/matomo/issues/4561
37,355,307
4,561
[ "matomo-org", "matomo" ]
Hello everyone, Piwik API is not compatible with $http.jsonp in AngularJS. Docs: http://docs.angularjs.org/api/ng.$http An API call like : `````` jsoncallback=JSON_CALLBACK``` will be transform by AngularJS as something like: ```jsoncallback=angular.callbacks._0``` But the **Piwik API doesn't allow '.' in the j...
Fix Piwik API to be used with AngularJS JSONP callback
https://api.github.com/repos/matomo-org/matomo/issues/4560/comments
1
2014-01-21T01:04:20Z
2014-07-08T10:14:38Z
https://github.com/matomo-org/matomo/issues/4560
37,355,306
4,560
[ "matomo-org", "matomo" ]
in release 2 and all its updates ,when i upload the file GeoIPCity.dat to the misc folder,i get this error when i visit the geolocation menu in the settings: Error in PHP GeoIP provider: file_get_contents (/usr/home/attinom.net/www/lysis/.git/refs/heads/master): failed to open stream: No such file or directory on line...
GeoIPCity.dat error in UIAssetCacheBuster.php
https://api.github.com/repos/matomo-org/matomo/issues/4559/comments
1
2014-01-20T19:05:36Z
2014-07-08T10:14:38Z
https://github.com/matomo-org/matomo/issues/4559
37,355,305
4,559
[ "matomo-org", "matomo" ]
The password length is currently kept between 6 and 26 characters. There's really no reason to restrict people in the maximum length of their password. I propose to either completely remove the arbitrary restriction (max characters) or increase it to at least 50.
Raise Password length to 80
https://api.github.com/repos/matomo-org/matomo/issues/4558/comments
8
2014-01-20T15:58:25Z
2024-09-13T09:11:24Z
https://github.com/matomo-org/matomo/issues/4558
37,355,304
4,558
[ "matomo-org", "matomo" ]
Small UI error in "Real time visitor count" encountered with FF26 & IE11. Border around count should be a little bigger bor better visual appearance in window.
Small UI error in "Real time visitor count"...
https://api.github.com/repos/matomo-org/matomo/issues/4556/comments
3
2014-01-18T21:14:05Z
2014-07-08T10:14:37Z
https://github.com/matomo-org/matomo/issues/4556
37,355,303
4,556
[ "matomo-org", "matomo" ]
With FF26 & IE11 browser check boxes in "Metrics to plot" are miss aligned. In IE11 also additional white border around check boxes is generated. All this artifacts are in Morpheus theme.
In UI "Metrics to plot" minor formatting errors.
https://api.github.com/repos/matomo-org/matomo/issues/4555/comments
5
2014-01-18T21:05:59Z
2014-07-11T21:58:16Z
https://github.com/matomo-org/matomo/issues/4555
37,355,302
4,555
[ "matomo-org", "matomo" ]
Original issue: #4097 I noticed that the icon for referrals from shortened URL http://youtu.be/ is missing. Could the PNG file /plugins/Referrers/images/socials/youtube.com.png just be copied to /plugins/Referrers/images/socials/youtu.be.png (this is my local workaround) or do you think it is better to use the same i...
Social Network icon for Youtu.be is missing
https://api.github.com/repos/matomo-org/matomo/issues/4545/comments
2
2014-01-18T14:12:04Z
2014-07-08T10:14:37Z
https://github.com/matomo-org/matomo/issues/4545
37,355,301
4,545
[ "matomo-org", "matomo" ]
When trying to install "TasksTimetable" (v0.1.1) plugin from marketplace I receive following "greeting message": Notice: Undefined property: stdClass::$require in ###/plugins/CorePluginsAdmin/PluginInstaller.php on line 155 Backtrace --> #0 Piwik\Error::errorHandler(...) called at [###/plugins/CorePluginsAdmin/PluginI...
regression Backtrace while installing TasksTimetable plugin
https://api.github.com/repos/matomo-org/matomo/issues/4542/comments
3
2014-01-18T12:17:51Z
2014-07-08T10:14:37Z
https://github.com/matomo-org/matomo/issues/4542
37,355,300
4,542
[ "matomo-org", "matomo" ]
If you select any other metrics than "Visits" in "Visits per server time" "Vertical bar graph" is sorted on values (from low to high). This is wrong since you lose "time envelope" . It should be sorted along X axis -> time. Same error with sorting is also present in "Visits per local time" and maybe some where else wh...
Visits per server time wrong sort key...
https://api.github.com/repos/matomo-org/matomo/issues/4541/comments
3
2014-01-18T11:50:36Z
2014-07-11T21:57:44Z
https://github.com/matomo-org/matomo/issues/4541
37,355,299
4,541
[ "matomo-org", "matomo" ]
Take year into account by calculation of time to task... Otherwise these things could happen: - tasks from last year were shown - time calculation results are wrong please see attachment screenshot was taken on January 17th, 2014
tasks timetable plugin: take year into account
https://api.github.com/repos/matomo-org/matomo/issues/4540/comments
6
2014-01-17T20:11:41Z
2014-07-11T21:57:11Z
https://github.com/matomo-org/matomo/issues/4540
37,355,297
4,540
[ "matomo-org", "matomo" ]
Would be great to be able to see the actual Piwik Server Time within the Tasks Timetable Plugin. Otherwise you do not know what is wrong in cases like the one can be found in the attachment... Today is January 17th 2014, but the Tasks Timetable Plugin shows only tasks for last year...
Taks Timetable Plugin: Show actual Piwik ServerTime
https://api.github.com/repos/matomo-org/matomo/issues/4539/comments
3
2014-01-17T20:06:13Z
2014-07-08T10:14:36Z
https://github.com/matomo-org/matomo/issues/4539
37,355,296
4,539
[ "matomo-org", "matomo" ]
Please find German translations for great new Scheduled Task/ Task Timetable Plugin in attached file.
German Translation for Scheduled Task/ Task Timetable Plugin attached
https://api.github.com/repos/matomo-org/matomo/issues/4538/comments
4
2014-01-17T19:57:53Z
2014-07-08T10:14:36Z
https://github.com/matomo-org/matomo/issues/4538
37,355,295
4,538
[ "matomo-org", "matomo" ]
When adding annotations, new bubbles don't appear in some cases - Go to http://demo.piwik.org/index.php?module=CoreHome&action=index&idSite=1&period=week&date=2014-01-16#module=Referrers&action=index&idSite=1&period=week&date=2014-01-16 - Click on the rightmost annotation bubble. - Create annotation for Dec/13 for exam...
Annotation UI: bubbles should update
https://api.github.com/repos/matomo-org/matomo/issues/4537/comments
1
2014-01-17T16:17:47Z
2024-09-13T09:11:25Z
https://github.com/matomo-org/matomo/issues/4537
37,355,294
4,537
[ "matomo-org", "matomo" ]
Here's how to reproduce some bugs (tested in Safari and Chrome). Go to http://demo.piwik.org/index.php?module=CoreHome&action=index&idSite=1&period=week&date=2014-01-10#module=Referrers&action=getSearchEnginesAndKeywords&idSite=1&period=week&date=2014-01-10 Bug 1: - In Search Engines, click Google - looks OK - Now, c...
UI bugs connected to subdatatables
https://api.github.com/repos/matomo-org/matomo/issues/4536/comments
20
2014-01-17T16:11:37Z
2014-07-08T10:14:36Z
https://github.com/matomo-org/matomo/issues/4536
37,355,290
4,536
[ "matomo-org", "matomo" ]
If you don't have php-pear installed on the system and use the GeoIP auto-updater it fails to download/unpack the new files with a error like this: ``` Error: Got invalid response from API request: https://stats.example.comstats.example.com/index.php?module=API&method=CoreAdminHome.runScheduledTasks&format=csv&convert...
Auto Geoip Db update may fail, Tar library not loading in some server configs
https://api.github.com/repos/matomo-org/matomo/issues/4533/comments
8
2014-01-15T22:35:46Z
2014-07-08T10:14:35Z
https://github.com/matomo-org/matomo/issues/4533
37,355,288
4,533
[ "matomo-org", "matomo" ]
If in Settings --> General settings the option BrowserTriggerArchiving is disabled, you can't use the feature of custom date range. The data shown in reports like "Referrers" is incorrect. There are use-cases for having the archiving triggered by browser disabled for the "big" archiving tasks e.g. daily, weekly, mon...
Custom date range not working if archiving triggered by report view from browser is disabled
https://api.github.com/repos/matomo-org/matomo/issues/4532/comments
10
2014-01-15T20:34:02Z
2014-07-08T10:14:35Z
https://github.com/matomo-org/matomo/issues/4532
37,355,287
4,532
[ "matomo-org", "matomo" ]
Hi There, I've been reading about the setup and use of the Log Analytics feature. Is this feature really only meant to ingest Access Log like data? Is there a better forum that I should ask this question?..As this is'nt a bug. I ask as I'm contemplating logging a number of events in my application and then have this...
Question about Log Analytics
https://api.github.com/repos/matomo-org/matomo/issues/4531/comments
4
2014-01-15T16:53:53Z
2017-01-02T00:57:43Z
https://github.com/matomo-org/matomo/issues/4531
37,355,286
4,531
[ "matomo-org", "matomo" ]
Many modern analytics with a real-time component have a neat feature allowing the user to get notified via a short right-bottom-corner notification instantly when certain actions are done on their sites. Be that action a visitor returning for the 5th time on their site, or a specific page being viewed, or maybe a custo...
Real-Time Desktop Notifications
https://api.github.com/repos/matomo-org/matomo/issues/4530/comments
4
2014-01-15T09:55:41Z
2024-09-13T09:11:25Z
https://github.com/matomo-org/matomo/issues/4530
37,355,285
4,530
[ "matomo-org", "matomo" ]
LdapLogin developer has found a bug: disabling the Login plugin within the LdapLogin activate() method, will not disable the Login plugin. Let's fix it since it will solve the nice use case: when LdapLogin is enabled, the default Login plugin is disabled. When it Ldap is disabled, back to using default Login plugin......
Automatically activate/deactivate the 'Login' plugin when activating another Login plugin (eg. LdapLogin)
https://api.github.com/repos/matomo-org/matomo/issues/4529/comments
2
2014-01-15T09:48:16Z
2014-07-08T10:14:34Z
https://github.com/matomo-org/matomo/issues/4529
37,355,284
4,529
[ "matomo-org", "matomo" ]
Hi, my archivejob ist not working with several sites: (only the large sites?) Error: Got invalid response from API request: http://xxx.yyy.com/index.php?module=API&method=VisitsSummary.getVisits&idSite=6&period=year&date=last3&format=php&token_auth=c8b5f7df73cd9cd49f9b0cca2e0728b8&trigger=archivephp. Response was 'a:...
Error in Archivejob: Adding a subtable to the row, but it already has a subtable associated
https://api.github.com/repos/matomo-org/matomo/issues/4528/comments
12
2014-01-15T07:51:09Z
2014-10-13T03:20:04Z
https://github.com/matomo-org/matomo/issues/4528
37,355,283
4,528
[ "matomo-org", "matomo" ]
See attached screenshot. This can be reproduced on the Visitors > Real time map. There is data displayed (yellow dots) but the map to left shows "There is no data". It happens when the request refreshes and there are no new visitors. -> solution: maybe we should only display "There is no data" when there is actuall...
"There is no data" is displayed on the Real time map
https://api.github.com/repos/matomo-org/matomo/issues/4527/comments
1
2014-01-14T23:34:08Z
2014-07-08T10:14:33Z
https://github.com/matomo-org/matomo/issues/4527
37,355,282
4,527
[ "matomo-org", "matomo" ]
Good afternoon everyone, I had difficulty with importing logfiles from GoDaddy successfully into Piwik [and URLs replaced for privacy](IPs) using piwik/htdocs/misc/log-analytics/import_logs.py --idsite=1 --url=piwikurl --enable-http-errors --enable-http-redirects --enable-static -d /home/bitnami/logfile.log If the ...
Log Analytics: Support Godaddy style log files
https://api.github.com/repos/matomo-org/matomo/issues/4526/comments
6
2014-01-14T19:51:44Z
2015-03-12T21:01:48Z
https://github.com/matomo-org/matomo/issues/4526
37,355,280
4,526
[ "matomo-org", "matomo" ]
I got the error, after ho to center link of page in transitions modal window: Please check the &url= parameter: it should to be a valid URL How to reproduce: - Open transitions for any record - Move to another page in the that transitions - Click to centered link for go to the concrete page in web-site ps: Without mo...
Incorrect url redirection from transitions modal window
https://api.github.com/repos/matomo-org/matomo/issues/4525/comments
1
2014-01-14T16:23:18Z
2014-07-08T10:14:32Z
https://github.com/matomo-org/matomo/issues/4525
37,355,278
4,525
[ "matomo-org", "matomo" ]
When Piwik is in development mode, all changes made to the stylesheets should immediately be visible in the browser. However, this is only true for the main stylesheet (theme.less). Any change made to stylesheets that are imported via @import into the main stylesheet are not visible until the main stylesheet is updated...
Theming: invalidate merged CSS asset, when any Imported stylesheets are modified (in dev mode)
https://api.github.com/repos/matomo-org/matomo/issues/4523/comments
17
2014-01-14T13:24:54Z
2024-09-13T09:11:26Z
https://github.com/matomo-org/matomo/issues/4523
37,355,276
4,523
[ "matomo-org", "matomo" ]
It would be great if it would be possible to define internal goals, for example a certain number of visitors from a certain country. The difference to this goal could then be visualized in the according graph. So that this goals could be tracked better and trends will be better visible.
Define internal Goals - "Star" row evolution reports
https://api.github.com/repos/matomo-org/matomo/issues/4522/comments
1
2014-01-14T11:14:03Z
2024-09-13T09:11:26Z
https://github.com/matomo-org/matomo/issues/4522
37,355,275
4,522
[ "matomo-org", "matomo" ]
Hi, How can I use custom variables when i'm using log analytics? Thx
custom variable in import_logs.py
https://api.github.com/repos/matomo-org/matomo/issues/4521/comments
3
2014-01-14T11:07:02Z
2014-08-03T11:24:19Z
https://github.com/matomo-org/matomo/issues/4521
37,355,274
4,521
[ "matomo-org", "matomo" ]
There is a feature on apple devices that let you display a smart app banner to advertise [Piwik Mobile](http://piwik.org/mobile/). See #3433 Now we are considering adding the similar Smart app banner to show the link to Piwik Mobile on Android devices. We could use for this purpose this Jquery plugin: http://jasny.git...
Implement Smart App banner for Android devices
https://api.github.com/repos/matomo-org/matomo/issues/4520/comments
2
2014-01-14T04:57:50Z
2014-07-08T10:14:38Z
https://github.com/matomo-org/matomo/issues/4520
37,355,272
4,520
[ "matomo-org", "matomo" ]
I use this pattern. ``` ?module=API&method=Goals.getItemsName &idSite=1 &period=day &date=today &format=JSON &token_auth=xxxxxx &segment=ProductCategory==electronic ``` See the bold text, I try to use the segment to filter ProductCategory in ecomerce but fail. Thanks a lot. Keywords: ecommerce
Segment by Product Category, Product name, Product SKU, Product prices
https://api.github.com/repos/matomo-org/matomo/issues/4519/comments
18
2014-01-14T04:10:57Z
2019-11-18T07:08:17Z
https://github.com/matomo-org/matomo/issues/4519
37,355,271
4,519
[ "matomo-org", "matomo" ]
Go to Settings > Themes > Enable the theme PleineLune. There are some problems in the PleineLune theme, for example the admin menu is displayed as black text on black background. Maybe we can generally improve the theme colors and look and feel? Can you think of other ways to improve PleineLune theme? Keywords: acad...
Improve PleineLune theme
https://api.github.com/repos/matomo-org/matomo/issues/4518/comments
1
2014-01-14T02:48:29Z
2015-02-13T01:22:28Z
https://github.com/matomo-org/matomo/issues/4518
37,355,270
4,518
[ "matomo-org", "matomo" ]
The goal is to list all scheduled tasks: Name of the tasks and next execution time. They are stored in the database as an option named 'TaskScheduler.timetable' More information about this: http://developer.piwik.org/api-reference/Piwik/Option Keywords: academy
Create plugin to list all scheduled tasks
https://api.github.com/repos/matomo-org/matomo/issues/4517/comments
2
2014-01-14T01:44:12Z
2014-07-08T10:14:31Z
https://github.com/matomo-org/matomo/issues/4517
37,355,269
4,517
[ "matomo-org", "matomo" ]
When there is a visit by the Pingdom bot, do not track it.
do not track pingdom bot
https://api.github.com/repos/matomo-org/matomo/issues/4516/comments
1
2014-01-14T01:34:38Z
2014-07-08T10:14:30Z
https://github.com/matomo-org/matomo/issues/4516
37,355,268
4,516
[ "matomo-org", "matomo" ]
I upgraded to 2.0. ever since ive been having a problem with my campaign tracking. I have campaign that was tracking fine but once i upgraded to 2.0 its like half showing. LIke in the visitor log i clearly see it marked as campaign and completed but then on the results it does not show. it shows the actual campaign tra...
bug since 2.0
https://api.github.com/repos/matomo-org/matomo/issues/4515/comments
5
2014-01-13T22:30:04Z
2014-07-08T10:14:30Z
https://github.com/matomo-org/matomo/issues/4515
37,355,267
4,515
[ "matomo-org", "matomo" ]
If the provider name is too long, it merges with icons plugins. [[Image(http://i59.fastpic.ru/big/2014/0113/d0/523f6edc7145c753bda99edd752ba6d0.png)]] PS! Similar problem described at #4391 Keywords: academy
Provider name overlap other layout elements
https://api.github.com/repos/matomo-org/matomo/issues/4514/comments
2
2014-01-13T22:26:57Z
2024-09-13T09:11:27Z
https://github.com/matomo-org/matomo/issues/4514
37,355,266
4,514
[ "matomo-org", "matomo" ]
The real time map is showing a negative amount of seconds ago that a page view happened - this in turn causes no animation of the circle when a new page view happens. Keywords: realtime map
Real time map animation for new visitors is not displayed anymore
https://api.github.com/repos/matomo-org/matomo/issues/4513/comments
9
2014-01-13T22:08:18Z
2020-05-20T23:43:55Z
https://github.com/matomo-org/matomo/issues/4513
37,355,265
4,513
[ "matomo-org", "matomo" ]
I have some web sites with long domain names or I have some additional word to site name, because different tracking codes on different parts of web sites. Result is slightly longer web site name (even 20-25). Those names do not fit in Website selector box on min page. They are abbreviated to fit in dialog box. At end ...
Web site selector dialog box too narrow ...
https://api.github.com/repos/matomo-org/matomo/issues/4512/comments
2
2014-01-13T21:45:34Z
2024-09-13T09:11:27Z
https://github.com/matomo-org/matomo/issues/4512
37,355,263
4,512
[ "matomo-org", "matomo" ]
In visitor profile I never saw more than 100 visits. I know that some of my visitors have between 100-200 visits and even more, but visitor profile do not show them correctly. I propose if there are more than 100 visits and query is too resource consuming it should show "more than 100 visits" (preferably exact number o...
No more than 100 visits counted in Visitor profile ...
https://api.github.com/repos/matomo-org/matomo/issues/4511/comments
2
2014-01-13T21:21:33Z
2014-07-08T10:14:30Z
https://github.com/matomo-org/matomo/issues/4511
37,355,262
4,511
[ "matomo-org", "matomo" ]
When you add new annotation calendar is not visible. It has "wrong Z index". Hard to add new annotation.
When adding new annotation calendar not visible ....
https://api.github.com/repos/matomo-org/matomo/issues/4510/comments
15
2014-01-13T21:05:07Z
2014-07-08T10:15:20Z
https://github.com/matomo-org/matomo/issues/4510
37,355,261
4,510
[ "matomo-org", "matomo" ]
Running v2.0.2 Database is approx 10gb. When I go to create a new segment using the page url filter, it takes an incredibly long time to pre-fill the url list (Avg 5-10mins), effectively locking the table, resulting in locked transactions for the live stats data that is coming in. We're getting on average 5 hit per s...
Create Segment w/ Page URL filter (Huge Database)
https://api.github.com/repos/matomo-org/matomo/issues/4509/comments
3
2014-01-13T20:34:30Z
2014-07-08T10:14:29Z
https://github.com/matomo-org/matomo/issues/4509
37,355,258
4,509
[ "matomo-org", "matomo" ]
See report in the forum: http://forum.piwik.org/read.php?2,109382 The web cron stops completing successfully because of a htaccess file. Maybe because it does not contain the Allow from all or so that needs to be added for the new apache? maybe we have to re-write the htaccess files on upgrade to 2.1.
htaccess rule causing geoip file to be 403 unloadable
https://api.github.com/repos/matomo-org/matomo/issues/4508/comments
3
2014-01-13T20:19:08Z
2014-07-08T10:14:29Z
https://github.com/matomo-org/matomo/issues/4508
37,355,257
4,508
[ "matomo-org", "matomo" ]
was seen on PHP 5.4.14 and on PHP 5.3.28 See forum: https://forum.piwik.org/t/piwik-1-3-archive-sh-line-73-7761-segmentation-fault-cmd/3936/24 **This bug can be solved by disabling garbage collection** in php.ini, set: ``` zend.enable_gc = Off ``` Then restart the webserver.
Segmentation fault in archiving on latest stable php
https://api.github.com/repos/matomo-org/matomo/issues/4507/comments
1
2014-01-13T13:19:09Z
2016-03-08T10:42:38Z
https://github.com/matomo-org/matomo/issues/4507
37,355,256
4,507
[ "matomo-org", "matomo" ]
I'm using a git checkout in my site, currently using piwik 2.0, php 5.5.7. When 2.0.1 came out I upgraded and dashboard didn't show any widget. I reverted to 2.0 I've been testing this with 2.0.{1..4} and now decided to report a bug. I can consistently reproduce it. Checkout 2.0 and the dashboard shows the widgets, ch...
Site doesn't display dashboard after 2.0
https://api.github.com/repos/matomo-org/matomo/issues/4506/comments
3
2014-01-13T10:05:56Z
2014-07-08T10:14:29Z
https://github.com/matomo-org/matomo/issues/4506
37,355,255
4,506
[ "matomo-org", "matomo" ]
There is a small bug in the paging logic, which was introduced in 2.0. It results in some ecommerce order not displayed on the ecommerce log, as well as paging not working as expected.
Goals> Ecommerce log listing, not listing all ecommerce orders and abandoned carts
https://api.github.com/repos/matomo-org/matomo/issues/4505/comments
1
2014-01-13T03:33:00Z
2014-07-08T10:14:29Z
https://github.com/matomo-org/matomo/issues/4505
37,355,254
4,505
[ "matomo-org", "matomo" ]
A user reported that he got visits from a chinese bot (BAIDU) so let's automatically remove all visits from these bots that know how to execute Javascript. [forum post](http://forum.piwik.org/read.php?2,109778)
Exclude from traffic Baidu bot and Yandex bot
https://api.github.com/repos/matomo-org/matomo/issues/4504/comments
1
2014-01-13T00:20:20Z
2014-07-08T10:14:29Z
https://github.com/matomo-org/matomo/issues/4504
37,355,253
4,504
[ "matomo-org", "matomo" ]
When requesting goal report with particular segment value, got the following error: ``` Table 'log_conversion', can't be joined for segmentation ``` Reported in [the forums](http://forum.piwik.org/read.php?2,109232) [URL to reproduce](http://demo.piwik.org/index.php?module=CoreHome&action=index&date=2014-01-11&perio...
New segment: support for 'visitConvertedGoalId' in all reports (visitors who converted a particular Goal)
https://api.github.com/repos/matomo-org/matomo/issues/4503/comments
4
2014-01-12T23:49:08Z
2014-07-08T10:14:51Z
https://github.com/matomo-org/matomo/issues/4503
37,355,252
4,503
[ "matomo-org", "matomo" ]
Currently the [Custom Segments editor](http://piwik.org/docs/segmentation/) is not displayed on the embed dashboard iframe, eg: http://demo.piwik.org/index.php?module=Widgetize&action=iframe&moduleToWidgetize=Dashboard&actionToWidgetize=index&idSite=7&period=week&date=yesterday - We could add the Custom Segments edito...
Add Segment Editor to the Iframed embed dashboard
https://api.github.com/repos/matomo-org/matomo/issues/4502/comments
9
2014-01-12T23:27:08Z
2014-07-08T10:14:28Z
https://github.com/matomo-org/matomo/issues/4502
37,355,251
4,502
[ "matomo-org", "matomo" ]
When a new plugin is installed, an .htaccess file is created in the plugins folder with the following content. <Files "*"> <IfModule mod_access.c> Deny from all </IfModule> <IfModule !mod_access_compat> <IfModule mod_authz_host.c> Deny from all </IfModule> </IfModule> <IfModule mod_access_compat...
Generated .htaccess in plugins folder breaks all plugins
https://api.github.com/repos/matomo-org/matomo/issues/4499/comments
17
2014-01-11T01:32:55Z
2014-07-08T10:16:09Z
https://github.com/matomo-org/matomo/issues/4499
37,355,250
4,499
[ "matomo-org", "matomo" ]
http://demo.piwik.org/index.php?module=API&method=Actions.getPageUrls&idSite=3&period=day&date=yesterday&format=xml&filter_truncate=0&flat=1 <error message="Trying to add two strings values in DataTable\Row::sumRowArray: '88%' + '100%'"/> This is caused by the flattener filter which executes the Queued filters. Af...
Using flat=1 and filter_truncate=x at the same time causes error
https://api.github.com/repos/matomo-org/matomo/issues/4498/comments
0
2014-01-10T04:29:17Z
2024-09-13T09:11:28Z
https://github.com/matomo-org/matomo/issues/4498
37,355,249
4,498
[ "matomo-org", "matomo" ]
Adding new segment with filter "Visitor IP" "NOT EQUALS" "XXX.XXX.XXX.XXX" (a specific IP) will not be saved. The other way around works fine: "Visitor IP" "EQUALS" "XXX.XXX.XXX.XXX" Keywords: Segment Editor
Error while creating a new segment with specific filter
https://api.github.com/repos/matomo-org/matomo/issues/4497/comments
11
2014-01-09T13:12:11Z
2014-07-08T10:14:27Z
https://github.com/matomo-org/matomo/issues/4497
37,355,248
4,497
[ "matomo-org", "matomo" ]
After Upgrading from last 1.x-Version to Version 2.0.2 annotations in visitor summary view are not working. Error output is (see attached file, too): unserialize() [function.unserialize]: Error at offset 268 of 2185 bytes in /kunden/176974_69214/rp-hosting/804/804/analytics2.trilobit.net/plugins/Annotations/Annotatio...
Annotations, unserialize() [function.unserialize]: Error at offset
https://api.github.com/repos/matomo-org/matomo/issues/4496/comments
5
2014-01-09T13:11:39Z
2014-07-08T10:14:27Z
https://github.com/matomo-org/matomo/issues/4496
37,355,247
4,496
[ "matomo-org", "matomo" ]
#4457 talks about consistent font types. To complete this we should look for consistent colours for fonts and buttons both -hover and -not hover too. Please see attachments for examples
use consistent colours for fonts and buttons
https://api.github.com/repos/matomo-org/matomo/issues/4495/comments
8
2014-01-09T09:30:20Z
2015-06-16T00:34:01Z
https://github.com/matomo-org/matomo/issues/4495
37,355,246
4,495
[ "matomo-org", "matomo" ]
Plugin developers can define an 'Updates' folder containing updates for each version. When a plugin is updated, check the folder name is 'Updates' and not 'updates'. Do not update the plugin in case it is 'updates' and send an email to the developer.
When updating a plugin check for correct 'Updates' folder
https://api.github.com/repos/matomo-org/matomo/issues/4494/comments
1
2014-01-09T05:50:52Z
2016-08-16T10:20:09Z
https://github.com/matomo-org/matomo/issues/4494
37,355,245
4,494
[ "matomo-org", "matomo" ]
The DoNotTrack plugin is a small plugin. Enabling / disabling DoNotTrack is done by enabling/disabling the plugin. I would prefer if DNT was a setting in the config file, and so enabling/disabling would not require plugin enable/disable.
Remove DoNotTrack and Anonymize plugins and move them to PrivacyManager
https://api.github.com/repos/matomo-org/matomo/issues/4493/comments
7
2014-01-09T03:18:26Z
2014-07-08T10:14:26Z
https://github.com/matomo-org/matomo/issues/4493
37,355,244
4,493
[ "matomo-org", "matomo" ]
See http://dev.maxmind.com/geoip/geoip2/geolite2/
Make geoip backend work with geoip2
https://api.github.com/repos/matomo-org/matomo/issues/4492/comments
1
2014-01-08T23:13:01Z
2014-07-08T10:14:26Z
https://github.com/matomo-org/matomo/issues/4492
37,355,243
4,492
[ "matomo-org", "matomo" ]
This was reported in a few forum posts: http://forum.piwik.org/read.php?2,108998,109483#msg-109483 http://forum.piwik.org/read.php?2,106854,108074#msg-108074 and by a client. Let's prevent this error so the archiver does not fail.
Prevent Random error "This report has been reprocessed since your last click. "
https://api.github.com/repos/matomo-org/matomo/issues/4491/comments
1
2014-01-08T23:01:17Z
2014-07-08T10:14:26Z
https://github.com/matomo-org/matomo/issues/4491
37,355,242
4,491
[ "matomo-org", "matomo" ]
It worked in Piwik 1.12 but not in Piwik 2.X 1: go to the "Goals Overview" page. 2: in the "Conversions overview by type of visit" section click on "Custom Variables". 3: Try to expand any of the custom variables to show stats for each value. It doesn't expand.
Can't get goals by custom variable values
https://api.github.com/repos/matomo-org/matomo/issues/4490/comments
3
2014-01-08T13:31:01Z
2014-07-08T10:14:26Z
https://github.com/matomo-org/matomo/issues/4490
37,355,241
4,490
[ "matomo-org", "matomo" ]
During evaluating the great new version of the bot tracker plugin for Piwik 2.0 (still beta and in development but everybody can help!! see #2391), I got the following idea: it would be very great to have the additional possibility within the visitor generator plugin to generate in an easy way a single deeply customiz...
Enhance visitor generator Plugin: "Special type of visitor"
https://api.github.com/repos/matomo-org/matomo/issues/4489/comments
1
2014-01-08T12:10:04Z
2014-07-08T10:14:26Z
https://github.com/matomo-org/matomo/issues/4489
37,355,240
4,489
[ "matomo-org", "matomo" ]
Hi, I know how to limit the Users Permission (limit the Users "View-Rights" for a certain website), but is there any other possibility to limit the User's View-Right? Is it also possible to **limit Widgets** for a certain User? Proposal or Solution: Controlling the View-Rights of the websites **AND** of the widgets....
Possibility to limit specific Widgets for Users?
https://api.github.com/repos/matomo-org/matomo/issues/4488/comments
1
2014-01-08T11:52:58Z
2014-12-01T05:18:13Z
https://github.com/matomo-org/matomo/issues/4488
37,355,239
4,488