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" ]
``` PHP Fatal error: Uncaught exception 'Exception' with message 'Error query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'config_browser_name' cannot be null' in /path/to/piwik/core/Tracker/Db.php:193 Stack trace: #0 /path/to/piwik/core/Tracker/Visit.php(240): Piwik_Tracker_Db->query('INSERT INTO p...
'config_browser_name' cannot be null
https://api.github.com/repos/matomo-org/matomo/issues/618/comments
4
2009-03-20T09:03:43Z
2014-07-08T09:59:46Z
https://github.com/matomo-org/matomo/issues/618
37,350,593
618
[ "matomo-org", "matomo" ]
Currently Piwik Coding Standard are documented here: [Piwik Coding Standard](http://dev.piwik.org/trac/wiki/CodingStandard). But they have a number of slight differences with the Zend Framework Coding Standards, that are not justified. It would be ideal if Piwik used the same (very standard and widely used) [Zend Fram...
Consider switching coding standards to use Zend Framework Coding Standard
https://api.github.com/repos/matomo-org/matomo/issues/617/comments
6
2009-03-20T05:32:27Z
2014-07-08T09:59:45Z
https://github.com/matomo-org/matomo/issues/617
37,350,592
617
[ "matomo-org", "matomo" ]
We should document all features of the goal tracking plugin in a simple one page documentation, including how to setup custom revenue through the javascript function call (currently missing see #774), how to track newsletter subscriptions, how to track downloads, etc. See excellent use cases for the documentation on t...
New documentation: How to use Goal Tracking? How to track custom revenue via the JS api?
https://api.github.com/repos/matomo-org/matomo/issues/616/comments
6
2009-03-20T03:53:57Z
2014-07-08T10:02:01Z
https://github.com/matomo-org/matomo/issues/616
37,350,591
616
[ "matomo-org", "matomo" ]
We could easily add a set of basic hooks, based on common sense and most basic use cases. We already have the most important ones (add menu, add widget, hook on archiving, etc.) but we could add others: - on page init, page end - hooks in the archiving module so that archives of any plugin can be modified, or read and...
Based on most frequent use cases, add a set of basic hooks that third party developers would need
https://api.github.com/repos/matomo-org/matomo/issues/615/comments
1
2009-03-20T03:33:22Z
2014-07-08T10:01:06Z
https://github.com/matomo-org/matomo/issues/615
37,350,590
615
[ "matomo-org", "matomo" ]
Piwik support for unix sockets is kludgey. The unix socket is configured (embedded in) the host setting: ``` host = "localhost;unix_socket=/path" ``` This results in a DSN that looks like "host=localhost;unix_socket=/path;port=3306". For now, this appears to work, but according to PHP docs (http://www.php.net/manua...
MySQL: unix socket support
https://api.github.com/repos/matomo-org/matomo/issues/614/comments
1
2009-03-18T14:29:54Z
2014-07-08T10:00:55Z
https://github.com/matomo-org/matomo/issues/614
37,350,589
614
[ "matomo-org", "matomo" ]
We need to decide on a hook naming convention for all Piwik hooks. At first sight I would propose - all hooks are either at the start or at the very end of a method. If current hooks are in the middle of a function, code should be refactored to put the hook either at start or end - hooks are named Class.method for hook...
Decide on hook naming convention + update existing hooks
https://api.github.com/repos/matomo-org/matomo/issues/613/comments
10
2009-03-18T03:52:31Z
2014-07-08T10:17:32Z
https://github.com/matomo-org/matomo/issues/613
37,350,588
613
[ "matomo-org", "matomo" ]
http://forum.piwik.org/index.php?showtopic=316 Need logic (eg input validation) to prevent this.
Error when no sites configured
https://api.github.com/repos/matomo-org/matomo/issues/612/comments
1
2009-03-17T15:16:37Z
2014-07-08T09:59:45Z
https://github.com/matomo-org/matomo/issues/612
37,350,587
612
[ "matomo-org", "matomo" ]
Unable to show views for a single page in a widget. Example: I have a page created for each user and I want that user to have analytics just for their page. ~/frank ~tom and I want them to be able to see their stats here: ~/frank/stats etc etc. I have the pages created and the stat pages but can't figure out how t...
Page widget
https://api.github.com/repos/matomo-org/matomo/issues/611/comments
1
2009-03-13T23:12:52Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/611
37,350,586
611
[ "matomo-org", "matomo" ]
Hi Guys In German language the continent for USA is Sd-Amerika (South America) seem that the translation is wrong .. unluckily the only guests from hole America are from USA so I can not ensure that really the translation is wrong. Max
USA is counted to South America (in german version)
https://api.github.com/repos/matomo-org/matomo/issues/610/comments
2
2009-03-13T07:43:53Z
2014-07-08T09:59:44Z
https://github.com/matomo-org/matomo/issues/610
37,350,585
610
[ "matomo-org", "matomo" ]
I am downloading data from piwik using API and in csv format. However, at certain places, e.g. row 42, 56, 66 in attached file, the data is shifted to undesired columns stopping me from processing. Keywords: csv
Misaligned data when exported in CSV
https://api.github.com/repos/matomo-org/matomo/issues/609/comments
4
2009-03-13T07:40:54Z
2014-07-08T09:59:44Z
https://github.com/matomo-org/matomo/issues/609
37,350,584
609
[ "matomo-org", "matomo" ]
That would be great if all tickets in trac were properly defined: - component (core/ui/documentation/website) most of them are core, some would be mix of core and UI, we use good sense to assign to either core or UI - type should be set to either Bug, New Feature. I deleted "Task" from now as it's not clear to me what ...
Make sure all existing tickets in TRAC are properly defined
https://api.github.com/repos/matomo-org/matomo/issues/608/comments
0
2009-03-13T01:41:05Z
2009-05-18T02:34:47Z
https://github.com/matomo-org/matomo/issues/608
37,350,583
608
[ "matomo-org", "matomo" ]
currently to install a plugin users have to unzip the plugin, then upload the PluginName directory into plugins/PluginName, and then go the admin and enable it. It is quite confusing and could be made much more simpler, by providing: - upload the plugin.zip ; piwik would unzip the file, check that it contains one dire...
Add possibility to install a plugin by uploading the .zip file
https://api.github.com/repos/matomo-org/matomo/issues/607/comments
8
2009-03-12T21:31:34Z
2014-07-08T10:01:44Z
https://github.com/matomo-org/matomo/issues/607
37,350,582
607
[ "matomo-org", "matomo" ]
Oops. Introduced a bug in my patch for #566. Custom vars are encoded by numerical index instead of the key/property name. Attached patch reverses that one line. Keywords: piwik.js
Custom vars broken
https://api.github.com/repos/matomo-org/matomo/issues/606/comments
2
2009-03-11T01:28:09Z
2014-07-08T09:59:44Z
https://github.com/matomo-org/matomo/issues/606
37,350,580
606
[ "matomo-org", "matomo" ]
see user post with error: http://forum.piwik.org/index.php?s=&showtopic=229&view=findpost&p=1009 we have to investigate. it seems Piwik_LanguagesManager->getLanguageToLoad tries to get the user login before the access object was created, in frontcontroller line 237: Piwik_Translate::getInstance()->loadUserTranslatio...
error after installation: user translation tries to use 'access' before it's loaded
https://api.github.com/repos/matomo-org/matomo/issues/605/comments
1
2009-03-11T00:11:18Z
2014-07-08T09:59:44Z
https://github.com/matomo-org/matomo/issues/605
37,350,579
605
[ "matomo-org", "matomo" ]
- See new [Tracking Campaigns](http://piwik.org/docs/tracking-campaigns/) - [URL Builder tool](http://piwik.org/docs/tracking-campaigns/url-builder/) - Official piwik campaign parameters names are now: pk_campaign and pk_kwd (consistent with cookie prefix, better than piwik_ prefix) - New FAQ: ["Does Piwik support Goog...
New documentation: how to use the campaign feature to track newsletters
https://api.github.com/repos/matomo-org/matomo/issues/604/comments
14
2009-03-10T23:56:54Z
2017-11-13T03:13:08Z
https://github.com/matomo-org/matomo/issues/604
37,350,577
604
[ "matomo-org", "matomo" ]
Example: http://piwik.org/demo/index.php?module=API&method=LanguagesManager.getAvailableLanguages should return XML rather than serialized PHP
API: when not specified, XML should be returned, rather than serialized PHP
https://api.github.com/repos/matomo-org/matomo/issues/603/comments
1
2009-03-10T23:04:24Z
2014-07-08T09:59:44Z
https://github.com/matomo-org/matomo/issues/603
37,350,576
603
[ "matomo-org", "matomo" ]
instead it should return 0 - also check that all API methods returning boolean are consistent and return either 0 or 1, and document it on the API reference page
API: UsersManager.userExists returns empty value to mean no
https://api.github.com/repos/matomo-org/matomo/issues/602/comments
1
2009-03-10T23:03:21Z
2014-07-08T09:59:43Z
https://github.com/matomo-org/matomo/issues/602
37,350,575
602
[ "matomo-org", "matomo" ]
For some reasons it would be nice to have the logo as SVG
Add Piwik logo as SVG to the media
https://api.github.com/repos/matomo-org/matomo/issues/601/comments
4
2009-03-10T22:27:29Z
2014-07-08T09:59:43Z
https://github.com/matomo-org/matomo/issues/601
37,350,574
601
[ "matomo-org", "matomo" ]
A user reported these warnings during archiving, that should def be fixed. ``` Warning: ereg() [function.ereg]: Fin d'intervalle invalide in /homez.59/unzero/www/piwik/core/Common.php on line 284 Backtrace -->#0 Piwik_ErrorHandler(2, ereg() [function.ereg]: Fin d'intervalle invalide, /homez.59/unzero/www/piwik/core/Co...
warning during archiving
https://api.github.com/repos/matomo-org/matomo/issues/600/comments
1
2009-03-10T20:58:55Z
2024-06-17T20:10:35Z
https://github.com/matomo-org/matomo/issues/600
37,350,573
600
[ "matomo-org", "matomo" ]
In the documentation http://piwik.org/docs/setup-auto-archiving/ should be a hint to place the archive.sh on another place than the document root. If it is in the document root everybody can download it and get the secret(?) api key.
Make archive.sh not accessible via http
https://api.github.com/repos/matomo-org/matomo/issues/599/comments
17
2009-03-10T18:25:44Z
2014-07-08T09:59:43Z
https://github.com/matomo-org/matomo/issues/599
37,350,572
599
[ "matomo-org", "matomo" ]
Single sign-on authentication would be useful when incorporating Piwik into existing environments already using CAS. Keywords: third-party-plugin
Plugin to provide Login via Central Authentication Service (CAS)
https://api.github.com/repos/matomo-org/matomo/issues/598/comments
46
2009-03-10T16:04:53Z
2014-08-03T11:26:00Z
https://github.com/matomo-org/matomo/issues/598
37,350,570
598
[ "matomo-org", "matomo" ]
Add a new method to languagesManager to provide all string of a language.
Add new method to languagesManager to show all string of a language
https://api.github.com/repos/matomo-org/matomo/issues/597/comments
7
2009-03-10T15:14:01Z
2014-07-08T09:59:42Z
https://github.com/matomo-org/matomo/issues/597
37,350,569
597
[ "matomo-org", "matomo" ]
In the German language file the translations of North and South America (lines 511, 512) are mixed up: ``` 511 'UserCountry_continent_ams' => 'Nord-Amerika', 512 'UserCountry_continent_amn' => 'Sd-Amerika', ``` ams should be "Sd-Amerika", amn has to be "Nord-Amerika".
Translation Error in German language file
https://api.github.com/repos/matomo-org/matomo/issues/596/comments
1
2009-03-10T11:41:23Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/596
37,350,567
596
[ "matomo-org", "matomo" ]
This Plugin is in a very early stage of developement. So, don't use it if you aren't a developer or tester! ### Features to be implemented - you are free to choose the underlaying map from a great variety of maps, including Open Source Maps like OpenStreetMap and proprietary, such as Google Maps, Yahoo Maps, etc. - sho...
This Plugin uses the data generated by the GeoIP-Plugin (see Ticket #45) to view your visitors on a map. Various maps are going to be supported.
https://api.github.com/repos/matomo-org/matomo/issues/595/comments
4
2009-03-10T10:06:43Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/595
37,350,566
595
[ "matomo-org", "matomo" ]
in the api response we have: ``` <result date="2009-03-09 to 2009-03-15">249</result> ``` instead it should be: ``` <result dateFrom="2009-03-09" dateTo="2009-03-15">249</result> ``` we should clarify whether or not the dateTo is fully included in the report or not. see #5793
Api: date="2008-03-17 to 2008-03-23" should be dateFrom and dateTo
https://api.github.com/repos/matomo-org/matomo/issues/594/comments
3
2009-03-10T06:16:40Z
2014-07-08T09:59:41Z
https://github.com/matomo-org/matomo/issues/594
37,350,565
594
[ "matomo-org", "matomo" ]
In libs/Zend/Registry.php (line 146), replace: ``` require_once 'Exception.php'; ``` with ``` require_once 'Zend/Exception.php'; ``` (This is fixed in later versions of ZF.)
Zend require_once path fix
https://api.github.com/repos/matomo-org/matomo/issues/593/comments
2
2009-03-09T17:24:55Z
2014-07-08T09:59:41Z
https://github.com/matomo-org/matomo/issues/593
37,350,564
593
[ "matomo-org", "matomo" ]
For some reason and not sure when this happened but the first website in my Site Manager changed from "x" to "new example website." This is also changed the url from my url to "http://example.com" Not sure if anyone has seen this before. It was still tracking and I simply just changed it back to where what it was but ...
new example website
https://api.github.com/repos/matomo-org/matomo/issues/592/comments
3
2009-03-09T12:54:51Z
2014-07-08T09:59:41Z
https://github.com/matomo-org/matomo/issues/592
37,350,563
592
[ "matomo-org", "matomo" ]
The title on the VisitsSummary::index() -page is not properly translated. In /plugings/VisitsSummary/Controller.php the function index() contains the following: ``` $currentPeriod = Piwik_Common::getRequestVar('period'); $view->period = $currentPeriod; ``` and the translation string in the template (VisitsSummary_Evo...
VisitsSummary index does not properly translate time period
https://api.github.com/repos/matomo-org/matomo/issues/591/comments
1
2009-03-09T10:51:17Z
2014-07-08T09:59:41Z
https://github.com/matomo-org/matomo/issues/591
37,350,562
591
[ "matomo-org", "matomo" ]
When I access Piwik via HTTPS with Internet Explorer, some graphs aren't displayed. Instead of the Graph there is only the URL shown. This occures with the plugins "Last unique visitors graph", "Last visits graph", "Visitor continents", "Browse by family" and "List of plugins". Keywords: graph, plugin, display
Doesn't display Graphs with IE 7.x / Access via HTTPS
https://api.github.com/repos/matomo-org/matomo/issues/590/comments
13
2009-03-09T10:49:21Z
2014-07-08T10:00:00Z
https://github.com/matomo-org/matomo/issues/590
37,350,561
590
[ "matomo-org", "matomo" ]
Baidu is the biggest search engine in China and currently Piwik fails detecting keywords from baidu. Example queries: ``` http://www.baidu.com/s?lm=0&amp;si=&amp;rn=10&amp;ie=gb2312&amp;ct=0&amp;wd=%BF%DA%D3%EF+%CD%F2%C4%DC&amp;pn=10&amp;ver=0&amp;cl=3&amp;uim=0&amp;usm=0 http://www.baidu.com/s?kw=&amp;sc=web&amp;...
Piwik fails to properly decode and store some chinese keywords (eg. from baidu.com)
https://api.github.com/repos/matomo-org/matomo/issues/589/comments
3
2009-03-09T04:15:24Z
2024-01-03T05:03:57Z
https://github.com/matomo-org/matomo/issues/589
37,350,560
589
[ "matomo-org", "matomo" ]
Piwik statistics can be distortet by copying the JavaScript code to third party sites. In the "Websites Management" you can add new sites with their URLs. But everybody can copy your JavaScript code to his own site and manipulate your statistics. Piwik needs to be updated with a function that defines domains that are ...
New website setting: Only track visits and actions when the action URL starts with one of the above URLs
https://api.github.com/repos/matomo-org/matomo/issues/588/comments
31
2009-03-05T18:15:29Z
2024-01-03T05:03:59Z
https://github.com/matomo-org/matomo/issues/588
37,350,559
588
[ "matomo-org", "matomo" ]
Currently archiving is triggered - when users request it via the user interface, which could lead to slow loading time - if users have scheduled automatic triggering as documented in http://piwik.org/docs/setup-auto-archiving/ However, the archiving could be automatically triggered from the piwik.php script. When a ...
Automatically trigger the archiving script from piwik.php
https://api.github.com/repos/matomo-org/matomo/issues/587/comments
3
2009-03-04T00:38:55Z
2014-07-08T10:02:06Z
https://github.com/matomo-org/matomo/issues/587
37,350,558
587
[ "matomo-org", "matomo" ]
--- Error while copying file to home/ftp/piwik/lang/ja.php. Please check that the web server has enough permission to overwrite this file. For example, on a linux server, if your apache user is www-data you can try to execute: chown -R www-data:www-data /var/alternc/html/a/admin/home/ftp/piwik chmod -R 0755 /var/alter...
error when i auto-update
https://api.github.com/repos/matomo-org/matomo/issues/586/comments
4
2009-03-03T10:39:47Z
2014-07-08T09:59:40Z
https://github.com/matomo-org/matomo/issues/586
37,350,555
586
[ "matomo-org", "matomo" ]
Steps - add hooks in SitesManager.deleteSite - review all existing data in the DB related to a given website - make sure all plugins listen to SitesManager.deleteSite and delete the website data from the DB
All Plugins should hook on SitesManager.deleteSite and delete the data for the newly deleted website
https://api.github.com/repos/matomo-org/matomo/issues/585/comments
4
2009-03-03T05:29:23Z
2014-07-08T10:06:17Z
https://github.com/matomo-org/matomo/issues/585
37,350,554
585
[ "matomo-org", "matomo" ]
We could provide a new report: visit count until conversion **Example** You have 1000 conversions - 500 conversions happened on the first visit - 200 conversions happened on the second visit - 60 conversions happened on the third to fifth visit - etc.
New Metric: visit count until conversion
https://api.github.com/repos/matomo-org/matomo/issues/584/comments
35
2009-03-03T04:24:10Z
2014-07-08T10:05:51Z
https://github.com/matomo-org/matomo/issues/584
37,350,552
584
[ "matomo-org", "matomo" ]
We could provide a new report: days since last visit **Example** You have 1000 unique visitors; - 500 are new visitors - 300 visited your site 1 day ago - 100 visited your site between 2 and 5 days ago - 10 visited your site between 5 and 15 ago - etc.
New report "Visitors Recency", days since last visit
https://api.github.com/repos/matomo-org/matomo/issues/583/comments
21
2009-03-03T04:22:36Z
2015-06-18T03:31:03Z
https://github.com/matomo-org/matomo/issues/583
37,350,550
583
[ "matomo-org", "matomo" ]
Currently when super user login is passed to the UsersManager function accepting a $userLogin parameter, result is not always right. However results are accurate when the super user token_auth is used. We should fix implementation so that result is accurate when $userLogin is set to the super user login. Also we sho...
API UsersManager.* accepting $userLogin should work well when super user login is passed
https://api.github.com/repos/matomo-org/matomo/issues/582/comments
1
2009-03-03T04:16:53Z
2014-07-08T09:59:38Z
https://github.com/matomo-org/matomo/issues/582
37,350,549
582
[ "matomo-org", "matomo" ]
Add a simple widget by default, at the bottom middle column: Piwik Changelog Make sure that the existing exampleRss widget is easily reusable.
add widget by default: RSS feed of changelog
https://api.github.com/repos/matomo-org/matomo/issues/581/comments
1
2009-03-03T03:56:57Z
2014-07-08T09:59:38Z
https://github.com/matomo-org/matomo/issues/581
37,350,547
581
[ "matomo-org", "matomo" ]
I have a CVS directory in my lang directory (I have checked a full copy into CVS) this makes getAvailableLanguages() read the CVS directory as a language which fails with: Warning: Piwik_LanguagesManager_API::require(lang/.php) [function.Piwik-LanguagesManager-API-require]: failed to open stream: No such file or direc...
Languages fail if there is a directory in PIWIK_INCLUDE_PATH/lang
https://api.github.com/repos/matomo-org/matomo/issues/580/comments
1
2009-03-03T01:25:05Z
2014-07-08T09:59:38Z
https://github.com/matomo-org/matomo/issues/580
37,350,546
580
[ "matomo-org", "matomo" ]
in the [Actions.\* API response](http://piwik.org/demo/index.php?module=API&method=Actions.getActions&idSite=1&period=day&date=yesterday&format=xml&token_auth=anonymous&expanded=1) for most rows distinction between full_url and label can be confusing; **Spec** - 'label' should have the value of the page only, excludin...
API Actions: full_url and url is 0
https://api.github.com/repos/matomo-org/matomo/issues/579/comments
1
2009-03-02T23:05:41Z
2014-07-08T09:59:38Z
https://github.com/matomo-org/matomo/issues/579
37,350,544
579
[ "matomo-org", "matomo" ]
in the Actions API response, it is not clear what the idsubdatatable is, and how the API should be called to request subtables: [example api link](http://piwik.org/demo/index.php?module=API&method=Actions.getActions&idSite=1&period=day&date=yesterday&format=xml&token_auth=anonymous&expanded=1) (with and without expande...
Actions API: clarify idsubdatatable VS databaseSubtableId in API response
https://api.github.com/repos/matomo-org/matomo/issues/578/comments
2
2009-03-02T22:58:41Z
2014-07-08T09:59:38Z
https://github.com/matomo-org/matomo/issues/578
37,350,543
578
[ "matomo-org", "matomo" ]
Currently the automatic purge is randomly called 6% of the time. see core/ArchiveProcessing/Day.php line 91. Instead this script should be automatically called once per day for each archive table. Records of whether it was called or not should be kept in piwik_option table, eg. "last_auto_purge_archive_blob_2008_01 = ...
Aautomatic purge should be automatically called once a day on every archive table
https://api.github.com/repos/matomo-org/matomo/issues/577/comments
1
2009-03-02T22:48:46Z
2014-07-08T09:59:38Z
https://github.com/matomo-org/matomo/issues/577
37,350,542
577
[ "matomo-org", "matomo" ]
Use case: - user changes super user password, which regenerates the token_auth - he forgets to change the token_auth in the crontab script - the cron tab now doesn't archive any website but there is no feedback to the user Instead, the cron job should first check to make sure that the user has some permissions to see ...
Piwik crontab job should return an error when the token_auth doesn't have any website permission
https://api.github.com/repos/matomo-org/matomo/issues/576/comments
1
2009-03-02T22:42:17Z
2014-07-08T09:59:37Z
https://github.com/matomo-org/matomo/issues/576
37,350,541
576
[ "matomo-org", "matomo" ]
For example on piwik.org/demo for 1st of March, the keyword "piwik" appears twice in the report. This is not due to trailing spaces as the keywords are trimmed (see core/Tracker/Visit.php line 710). This could be due to encoding issue or other special characters.
Duplicated keywords in search engine keywords report
https://api.github.com/repos/matomo-org/matomo/issues/575/comments
3
2009-03-02T22:40:08Z
2014-07-08T09:59:37Z
https://github.com/matomo-org/matomo/issues/575
37,350,539
575
[ "matomo-org", "matomo" ]
I completely removed piwik, and checked out the svn. The initial configuring of piwik went just fine, and reported success. On the screen where I was presented with a place to log in (the url reads index.php?action=&module=&deleteTables=1) there is an error message that repeats 13 times: ``` Notice: Object of class...
Object of class Zend_Config could not be converted to int in core/Config.php on line 186
https://api.github.com/repos/matomo-org/matomo/issues/574/comments
3
2009-03-02T22:37:43Z
2014-07-08T09:59:37Z
https://github.com/matomo-org/matomo/issues/574
37,350,538
574
[ "matomo-org", "matomo" ]
The superuser username &quot; cannot be used as of changeset 949. It couldn't really be used before because of a different bug. This may not cause problems as the username is unlikely to be &quot;, but some other value or plugin or other future configuration may be surprised by the special handling here and assume all...
Changeset 949 may break configuration values
https://api.github.com/repos/matomo-org/matomo/issues/573/comments
2
2009-03-02T15:41:39Z
2014-07-08T09:59:37Z
https://github.com/matomo-org/matomo/issues/573
37,350,537
573
[ "matomo-org", "matomo" ]
Piwik provides reports for days, weeks, month and year, but not for custom date ranges. The mechanism used to process reports for weeks, month and year use a generic code that could be used to generate reports on any custom date range. List of changes to make this happen: - the date range should be set in the "date" ...
Core: Provide custom date range feature
https://api.github.com/repos/matomo-org/matomo/issues/572/comments
30
2009-02-27T04:02:03Z
2014-07-08T10:17:38Z
https://github.com/matomo-org/matomo/issues/572
37,350,534
572
[ "matomo-org", "matomo" ]
In addition to being able to login as root password=1234 I can also login using user root password=81dc9bdb52d04dc20036dbd8313ed055 This can have serious consequences if anyone can find a way to print out config/config.ini.php There may be other situations where an attacker knows the MD5 hash (or other hash should yo...
Filesystem access equals root access
https://api.github.com/repos/matomo-org/matomo/issues/571/comments
3
2009-02-26T20:51:17Z
2014-07-08T09:59:36Z
https://github.com/matomo-org/matomo/issues/571
37,350,533
571
[ "matomo-org", "matomo" ]
I want to use a unix-domain socket that was different than the output of `mysql_config --socket` on the machine where PHP was installed. ``` localhost;unix_socket=/home/myusername/mysql/socket ``` Install proceeds otherwise uneventfully, and then bombs out when I first visit it with a complaint: ``` SQLSTATE[[2002](...
Unix domain sockets don't work
https://api.github.com/repos/matomo-org/matomo/issues/570/comments
5
2009-02-26T16:35:03Z
2014-07-08T09:59:36Z
https://github.com/matomo-org/matomo/issues/570
37,350,532
570
[ "matomo-org", "matomo" ]
I had a customer using IE6 today reporting javascript errors in our shop when he tries to check out. I fired up Internet Explorer 6 and tried it myself and can reproduce the error. However, this is most likely due to Google Analytics (which currently runs side-by-side to Piwik). We have a ssl proxy for secure checkout...
Javascript Error in IE6 on SSL-Proxy and Google Tracking Code
https://api.github.com/repos/matomo-org/matomo/issues/569/comments
4
2009-02-26T15:32:11Z
2014-07-08T09:59:36Z
https://github.com/matomo-org/matomo/issues/569
37,350,531
569
[ "matomo-org", "matomo" ]
Since an svn update this morning (to revision 919) I'm seeing the following warning shown everywhere. ``` Warning: vsprintf() [function.vsprintf]: Too few arguments in /mnt/local/home/blogbound/piwik.blogbound.com/core/Translate.php on line 148 Backtrace -->#0 Piwik_ErrorHandler(2, vsprintf() [function.vsprintf]: T...
Warning: vsprintf() [function.vsprintf]: Too few arguments
https://api.github.com/repos/matomo-org/matomo/issues/568/comments
1
2009-02-26T11:54:24Z
2014-07-08T09:59:36Z
https://github.com/matomo-org/matomo/issues/568
37,350,530
568
[ "matomo-org", "matomo" ]
Currently, getIp() only returns a single client IP address, looking at HTTP_CLIENT_IP, HTTP_X_FORWARD_FOR (XFF), and REMOTE_ADDR (in that order). It's possible that getIp() returns a private IP address. We should make it configurable to return the first "public" IP address which can be geolocated, unless you want the...
Piwik_Common::getIP() - filter for public IP or from trusted proxy
https://api.github.com/repos/matomo-org/matomo/issues/567/comments
14
2009-02-26T01:30:53Z
2014-07-08T10:16:41Z
https://github.com/matomo-org/matomo/issues/567
37,350,528
567
[ "matomo-org", "matomo" ]
Reference: http://www.prototypejs.org/api/array Patch attached Keywords: piwik.js
Broken Outlinks - Prototype JS breaks use of "for" in iterating over Array contents
https://api.github.com/repos/matomo-org/matomo/issues/566/comments
7
2009-02-25T15:02:05Z
2014-07-08T09:59:38Z
https://github.com/matomo-org/matomo/issues/566
37,350,527
566
[ "matomo-org", "matomo" ]
After i discovered piwik i googled and couldnt find any turkish material for it . So i started to translate it to turkish on UTF-8 format and i finished almost %80 .Soon all going to finish . So is it possible to send and share it with new version .As a webmaster i can also open piwik turkish web page and spread the pi...
Turkish Translation
https://api.github.com/repos/matomo-org/matomo/issues/565/comments
1
2009-02-25T12:30:03Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/565
37,350,526
565
[ "matomo-org", "matomo" ]
mod_security block the stats update when title contain &lt;? ?> characters Here is rules provides by default (Online those who have a incidence on Piwik.. because they have some many other rules) [+0100](23/Feb/2009:16:02:54) [Access denied with code 501 (phase 2). Pattern match "(?:(?:\b(?:f(?:tp_(?:nb_)?f?(?:ge|pu)...
mod_security issue
https://api.github.com/repos/matomo-org/matomo/issues/564/comments
7
2009-02-25T09:10:06Z
2014-07-08T10:03:06Z
https://github.com/matomo-org/matomo/issues/564
37,350,525
564
[ "matomo-org", "matomo" ]
From [forum](http://forum.piwik.org/index.php?showtopic=238), if the lang directory contains a _vti directory, an error occurs. This can also happen if you test Piwik from your svn working directory, and your editor leaves behind files, such as "lang/en.php~". ``` Index: plugins/LanguagesManager/API.php =============...
Don't glob() invalid files in the lang directory
https://api.github.com/repos/matomo-org/matomo/issues/563/comments
1
2009-02-22T07:36:13Z
2014-07-08T09:59:35Z
https://github.com/matomo-org/matomo/issues/563
37,350,524
563
[ "matomo-org", "matomo" ]
It would be nice if Piwik implemented Form Analytics to let us know more information about how Forms are filled in, abandoned, and how can Piwik users improve their web form conversion rates. **Form Analytics Proposal, by Adrian** ``` Here is what I was thinking about form abandonment/form analytics. The reason Form...
Web Form Analytics - Form usage, abandoned, submitted
https://api.github.com/repos/matomo-org/matomo/issues/562/comments
9
2009-02-20T20:03:34Z
2024-09-13T09:13:16Z
https://github.com/matomo-org/matomo/issues/562
37,350,523
562
[ "matomo-org", "matomo" ]
Using this query string, I am trying to get back the full expanded datatable in the php array. CorpspediaActions.getActionsFilteredByUser is an extension of Actions that does its own archive processing based upon the original methods (essentially grouping by a custom user_id field). module=API&method=CorpspediaAction...
Piwik_DataTable_Renderer doesn't use the Piwik_API_Request $request parms
https://api.github.com/repos/matomo-org/matomo/issues/561/comments
3
2009-02-20T16:43:42Z
2014-07-08T09:59:35Z
https://github.com/matomo-org/matomo/issues/561
37,350,522
561
[ "matomo-org", "matomo" ]
The following two referrers were not recognized by Piwik as a search engine: http://www.google.com.kw/search?hl=en&amp;q=hallo+welt http://www.google.com.by/search?hl=ru&amp;q=welt Attached is a patch against core/DataFiles/SearchEngines.php
New search engines
https://api.github.com/repos/matomo-org/matomo/issues/560/comments
1
2009-02-19T04:56:42Z
2014-07-08T09:59:34Z
https://github.com/matomo-org/matomo/issues/560
37,350,521
560
[ "matomo-org", "matomo" ]
In the list of external website I found some referes that are actually search engines. How could the added to the list of seach engines? These are: home.meinestadt.de http://home.meinestadt.de/dresden/suche?words=Hygienemuseum/Kindermuseum http://home.meinestadt.de/dresden/suche?words=remmidemmi http://home.meinestadt...
recognize more search engines
https://api.github.com/repos/matomo-org/matomo/issues/559/comments
1
2009-02-18T21:49:01Z
2014-07-08T09:59:34Z
https://github.com/matomo-org/matomo/issues/559
37,350,520
559
[ "matomo-org", "matomo" ]
## ActiveProvider The ActiveProvider plugin enhances the Provider report by using the cross-vendor supported Public Suffix list -- hosted by the Mozilla Foundation at http://publicsuffix.org/ -- to more accurately detect second and third level domains for a given top level domain. The core Provider plugin does not re...
ActiveProvider plugin: Enhanced Provider Report uses Public Suffix List for second and third level domains
https://api.github.com/repos/matomo-org/matomo/issues/558/comments
9
2009-02-18T08:34:26Z
2014-08-03T11:26:00Z
https://github.com/matomo-org/matomo/issues/558
37,350,518
558
[ "matomo-org", "matomo" ]
From discussion in http://forum.piwik.org/index.php?showtopic=217 Depends on: #409
Duplicate 1st party cookie
https://api.github.com/repos/matomo-org/matomo/issues/557/comments
3
2009-02-18T03:50:20Z
2014-07-08T10:03:00Z
https://github.com/matomo-org/matomo/issues/557
37,350,517
557
[ "matomo-org", "matomo" ]
The Actions > Pages report is most of the time based on URLs. When the user specifies a piwik_action_name, the report is based on this custom action name; Hopefully when #530 is implemented, users would only customize this new report "Actions by title" and the current "Actions by URL" report would only contain URL stru...
Add a link to the URL in the Actions > Pages report.
https://api.github.com/repos/matomo-org/matomo/issues/556/comments
3
2009-02-17T23:14:55Z
2014-07-08T10:02:37Z
https://github.com/matomo-org/matomo/issues/556
37,350,516
556
[ "matomo-org", "matomo" ]
In the dashboard, currently the icons to show the "goal table" and the "advanced table" are shown; however when clicked, the table tries to display 5+ columns but there is not enough space, hence dashboard looks bad. - disable icon for "advanced" and "goal" view in dashboard - make sure all core widgets only have two c...
UI: Widgets are too wide in dashboard:"goals" and "advanced" table view should be disabled in the dashboard
https://api.github.com/repos/matomo-org/matomo/issues/555/comments
13
2009-02-17T23:06:23Z
2014-07-08T09:59:34Z
https://github.com/matomo-org/matomo/issues/555
37,350,515
555
[ "matomo-org", "matomo" ]
Users with a "view" permission should see the table with the website information and the "Show Javascript" link, the same way "admin" users currently see the table. For users with "view", the website table wouldn't be editable. see also #526
users with "view" access should see the link to display the javascript code for their sites
https://api.github.com/repos/matomo-org/matomo/issues/554/comments
9
2009-02-12T20:49:41Z
2014-07-08T10:16:40Z
https://github.com/matomo-org/matomo/issues/554
37,350,513
554
[ "matomo-org", "matomo" ]
Try to see stats for now ( today ) in 0.2.29 but is return no stats. In 0.2.28 work fine. you can see stats for now ( today )
Can't see stats for now ( today )
https://api.github.com/repos/matomo-org/matomo/issues/553/comments
4
2009-02-12T20:09:41Z
2014-07-08T09:59:33Z
https://github.com/matomo-org/matomo/issues/553
37,350,512
553
[ "matomo-org", "matomo" ]
At present, Piwik assumes the browser language is a two letter code, following the limitation of the HTTP/1.1 spec which refers to the alpha-2 codes from ISO 639. We should handle locale specific translations. (Also, we should keep in mind that alpha-3 codes are potentially valid.) For example, lang/tw.php is curren...
Locale specific translations
https://api.github.com/repos/matomo-org/matomo/issues/552/comments
2
2009-02-12T19:17:54Z
2014-07-08T09:59:33Z
https://github.com/matomo-org/matomo/issues/552
37,350,511
552
[ "matomo-org", "matomo" ]
If you use a different Login plug-in (for instance HttpAuthLogin), you'll notice that the "logout" link on the frontpage doesn't call the new plug-in, but still calls the old (default) Login plug-in
The "logout" action on the frontpage (upperright hand corner) is hardlinked to the "Login" plugin…
https://api.github.com/repos/matomo-org/matomo/issues/551/comments
6
2009-02-12T12:27:39Z
2014-07-08T09:59:33Z
https://github.com/matomo-org/matomo/issues/551
37,350,510
551
[ "matomo-org", "matomo" ]
I try to show this widget with ssl: index.php?module=Widgetize&action=iframe&moduleToWidgetize=VisitsSummary&actionToWidgetize=getLastVisitsGraph I get a gray message. same message like if you run piwik.org/demo under ssl. That happens only in IE. all the other browsers are happy with this. That is the only issue t...
widget + IE + ssl does not go together
https://api.github.com/repos/matomo-org/matomo/issues/550/comments
17
2009-02-12T11:02:31Z
2014-07-08T10:00:56Z
https://github.com/matomo-org/matomo/issues/550
37,350,509
550
[ "matomo-org", "matomo" ]
With the new updated piwik.js it seems as if it is much harder to be able to change the class for which it tracks as download/outlink/etc for ex. old piwik.js had if( source.className == "piwik_download" ) _pk_link_type = 'download'; and thus making it easier to change the class name to be linked to downlo...
add the ability to set the download/outlink tracking class (overriding piwik_download/piwik_link).
https://api.github.com/repos/matomo-org/matomo/issues/549/comments
2
2009-02-11T21:09:02Z
2014-07-08T10:17:46Z
https://github.com/matomo-org/matomo/issues/549
37,350,508
549
[ "matomo-org", "matomo" ]
Hi I am using firefox 3 on ubuntu 8.10 64 bit. I am finding that when clicking menu items like Goals -> overview, the first time i click the link, i get results saying 0 conversions. If i then click the same link again i get the results. This happens a lot on most of the menu items.
have to click menu items twice to get correct results to display
https://api.github.com/repos/matomo-org/matomo/issues/548/comments
10
2009-02-10T16:53:36Z
2014-07-08T09:59:32Z
https://github.com/matomo-org/matomo/issues/548
37,350,507
548
[ "matomo-org", "matomo" ]
Main feature that I would like to see added is the ability to parse apache log files at predetermined intervals. From the log files then display data such as errors, redirects and others that might otherwise be missed out on. Keywords: outofscope
Parse log files
https://api.github.com/repos/matomo-org/matomo/issues/547/comments
1
2009-02-10T02:28:52Z
2014-08-03T11:30:03Z
https://github.com/matomo-org/matomo/issues/547
37,350,506
547
[ "matomo-org", "matomo" ]
Currently we can enable and disable plugin. When a plugin is disabled, we should also show a link to "uninstall" the plugin: - ask for confirmation: "Do you want to uninstall X?" - call uninstall() method on the plugin class - delete the files plugin/X/*
Plugins: add link to uninstall a plugin
https://api.github.com/repos/matomo-org/matomo/issues/546/comments
16
2009-02-09T03:54:16Z
2014-07-08T10:11:15Z
https://github.com/matomo-org/matomo/issues/546
37,350,505
546
[ "matomo-org", "matomo" ]
For browsers without Flash support, fallback to server side generated charts. Also a requirement for PDF export. Consider: - JpGraph - pchart.sourceforge.net - ...
Non-Flash charting as a fallback
https://api.github.com/repos/matomo-org/matomo/issues/545/comments
0
2009-02-08T23:59:54Z
2014-07-08T10:01:06Z
https://github.com/matomo-org/matomo/issues/545
37,350,504
545
[ "matomo-org", "matomo" ]
I cannot export data from Actions -> Pages like you can with the other action items. The + sign isnt there to export. Also, I guess if you have too much page data it will group the rest of it into "Others" but cannot expand this section. This is the most important information for me to be able to see the pages and co...
Unable to export/view action -> pages data
https://api.github.com/repos/matomo-org/matomo/issues/544/comments
1
2009-02-04T23:38:07Z
2014-07-08T09:59:31Z
https://github.com/matomo-org/matomo/issues/544
37,350,503
544
[ "matomo-org", "matomo" ]
No real performance improvement, other than to boast we're using the smallest possible gif for the 1x1 (pixel) transparent image. Ref: http://www.perlmonks.org/?node_id=7974 (World's Smallest Gif)
Smallest transparent gif
https://api.github.com/repos/matomo-org/matomo/issues/543/comments
6
2009-02-04T22:31:08Z
2014-07-08T09:59:31Z
https://github.com/matomo-org/matomo/issues/543
37,350,502
543
[ "matomo-org", "matomo" ]
Last few days I've been in contact with someone who was using MediaWiki's Piwik Integration extension, of which I am the author. That extension makes use of the **widgetize plugin**, and it'd be great if a **message** appeared saying flash is needed to see the graphs (only if flash isn't installed). Keywords: flash, me...
Warning if flash isn't installed
https://api.github.com/repos/matomo-org/matomo/issues/542/comments
1
2009-02-03T15:45:54Z
2014-07-08T09:59:31Z
https://github.com/matomo-org/matomo/issues/542
37,350,501
542
[ "matomo-org", "matomo" ]
"I'm very interested in Piwik, .... But, the big thing holding us back now is pronouncing the name. Can you give me guidance?" We should have a MP3 for download "How to pronunce Piwik?"
How to pronounce Piwik?
https://api.github.com/repos/matomo-org/matomo/issues/541/comments
6
2009-02-03T04:10:10Z
2018-05-11T12:32:01Z
https://github.com/matomo-org/matomo/issues/541
37,350,500
541
[ "matomo-org", "matomo" ]
Plugins developers good practise involves writing and running unit tests. To do so, Piwik plugins developers should write unit tests using the existing testing framework in place in Piwik. The objective is to update the piwik/tests/\* code so that all tests in plugins/_/tests/_.php is picked up by the testing framewor...
Plugins could define unit tests in plugins/PLUGIN/tests
https://api.github.com/repos/matomo-org/matomo/issues/540/comments
1
2009-02-03T02:49:32Z
2014-07-08T09:59:31Z
https://github.com/matomo-org/matomo/issues/540
37,350,499
540
[ "matomo-org", "matomo" ]
Currently under Visitors > Frequency and Loyalty, this report is hard to read and analyze. Instead it should be easier and show more clear New VS Returning metrics.
Improve the New Vs Returning report
https://api.github.com/repos/matomo-org/matomo/issues/539/comments
1
2009-02-03T02:44:11Z
2019-12-16T21:15:12Z
https://github.com/matomo-org/matomo/issues/539
37,350,498
539
[ "matomo-org", "matomo" ]
Currently when changing the website, the date or the period, Piwik will reload the whole page, which is long and slow. Once we do #103 , we can call a JS function when changing the state. This JS function would set the right state in the URL fragment and the page would be reloaded with the right content. This is tig...
When changing the state (date, website, period) Piwik should load the new data in Ajax
https://api.github.com/repos/matomo-org/matomo/issues/538/comments
1
2009-02-03T02:14:46Z
2014-07-08T09:59:31Z
https://github.com/matomo-org/matomo/issues/538
37,350,497
538
[ "matomo-org", "matomo" ]
in the UI, every time we mention "bounce count" (number of visits that left the website after one page) should instead be displayed as a percentage = bounce_count / nb_visits = "bounce rate". It also applies to "X returning visit has bounced (left the site after one page)"
Bounce count should be "bounce rate"
https://api.github.com/repos/matomo-org/matomo/issues/537/comments
1
2009-02-03T01:44:23Z
2014-07-08T09:59:31Z
https://github.com/matomo-org/matomo/issues/537
37,350,496
537
[ "matomo-org", "matomo" ]
- Loyalty: M people visited N times See - [Recency Frequency Monetary](http://en.wikipedia.org/wiki/RFM) - [I Got No Ecommerce. How Do I Measure Success?](http://www.kaushik.net/avinash/2007/07/i-got-no-ecommerce-how-do-i-measure-success.html) We probably need to keep track of the count of visits for each visitor i...
Add Loyalty report "Visitors who visited the website 1 time, 2 times, etc."
https://api.github.com/repos/matomo-org/matomo/issues/536/comments
8
2009-02-03T01:35:03Z
2014-07-08T10:05:51Z
https://github.com/matomo-org/matomo/issues/536
37,350,495
536
[ "matomo-org", "matomo" ]
Below the table under Actions > Pages, Actions > Downloads and Actions > Outlinks, we should display the icons to export the datatable in XML/JSON/etc. The data should contain detailed page information (count, entry, exit, bounce rate, etc.) when available.
Add "export" icons below the "Actions" reports (pages, download, outlinks)
https://api.github.com/repos/matomo-org/matomo/issues/535/comments
2
2009-02-02T06:45:20Z
2014-07-08T09:59:30Z
https://github.com/matomo-org/matomo/issues/535
37,350,493
535
[ "matomo-org", "matomo" ]
**Show graph of visits/pages over the last 30 days, for a specific row (keyword, country, etc.)** The plugin would add, in all data tables, an icon next to the keyword/ country / page view (or on hover), that would ajax load an evolution graph of the number of visits for this keyword, country or page, over the last 30...
Row Evolution: historical view of one or many specific rows in all Piwik reports!
https://api.github.com/repos/matomo-org/matomo/issues/534/comments
84
2009-02-02T05:39:30Z
2014-07-08T10:16:52Z
https://github.com/matomo-org/matomo/issues/534
37,350,486
534
[ "matomo-org", "matomo" ]
following the YSlow investigation #101, the main improvement we can do to make Piwik UI faster is to use the least number of Javascript and CSS files. Piwik is sometimes using 10 CSS and 5 to 10 JS files, that is a lot of http requests to get all these files. A system that would merge all files, could be implemented...
UI speed: merge and compress JS and CSS files
https://api.github.com/repos/matomo-org/matomo/issues/533/comments
1
2009-02-02T04:17:10Z
2014-07-08T09:59:27Z
https://github.com/matomo-org/matomo/issues/533
37,350,485
533
[ "matomo-org", "matomo" ]
Since piwik is an analytical tool. I thought it would be balls to show the weekdays in historical charts. For example the 'last_visits_graph' or nb_uniq_visitors show counts and the date as a great line chart. It would be neat to segment off every 7 days. Thick borders, or perhaps color shading on/off. This would ...
UI: graphs to better show weeks in last N days graph
https://api.github.com/repos/matomo-org/matomo/issues/532/comments
5
2009-02-02T02:29:32Z
2014-07-08T09:59:27Z
https://github.com/matomo-org/matomo/issues/532
37,350,484
532
[ "matomo-org", "matomo" ]
The plugin would list, for each URL of the pages in the page views report, the scores on the following websites, for example: \* Digg \* Sphinn \* Mixx \* Reddit \* StumbleUpon \* Del.icio.us \* Yahoo inLinks Resource: - [Social Media Metrics Greasemonkey Plugin For Google Analytics](http:/...
Plugin to show digg, yahoo, mixx, reddit, stumbleupon statistics for each page view
https://api.github.com/repos/matomo-org/matomo/issues/531/comments
1
2009-01-31T01:10:24Z
2014-07-08T09:59:27Z
https://github.com/matomo-org/matomo/issues/531
37,350,482
531
[ "matomo-org", "matomo" ]
Currently Piwik reports on pages URL structures, or if user specifies a custom action name in the javascript, Piwik reports on this custom name. Piwik has always access to the html page title and could build the report of the best page by title. Therefore there would be a new API function to get the top pages by title...
Report actions by html page title as well as reporting by URL (or custom page name)
https://api.github.com/repos/matomo-org/matomo/issues/530/comments
4
2009-01-31T01:05:21Z
2014-07-08T10:00:10Z
https://github.com/matomo-org/matomo/issues/530
37,350,481
530
[ "matomo-org", "matomo" ]
Hi, while browsing through the Counterize-ii plugin from Wordpress, I noticed some referer from search.live.com which don't appear in Piwik. So I decided to take a further look and discovered that there is no entry (even for the whole year) for search.live.com in the "search engines"-widget. Does search.live.com appear...
Recognizes Piwik search.live.com?
https://api.github.com/repos/matomo-org/matomo/issues/529/comments
7
2009-01-30T10:12:15Z
2014-07-08T09:59:27Z
https://github.com/matomo-org/matomo/issues/529
37,350,479
529
[ "matomo-org", "matomo" ]
Using version 0.2.28 On Visitors -> Frequency & Loyalty there is a graph titled 'Evolution over the period' ( http://[mysite]/index.php?module=CoreHome&action=index&period=day&date=yesterday&idSite=4 ). Here one can choose viewing several graphs like 'returning visits', 'total time spend by returning visits', etc. The...
legend at 'Evolution over the period' is some times wrong
https://api.github.com/repos/matomo-org/matomo/issues/528/comments
1
2009-01-30T08:22:44Z
2014-07-08T09:59:27Z
https://github.com/matomo-org/matomo/issues/528
37,350,478
528
[ "matomo-org", "matomo" ]
From [forum](http://forum.piwik.org/index.php?act=Post&CODE=02&f=2&t=129&qpid=357): Make the email 'from' address configurable in one of the ini files, instead of fixed at 'password-recovery@' in the controller.php code.
Make the email 'from' address configurable in one of the ini files
https://api.github.com/repos/matomo-org/matomo/issues/527/comments
1
2009-01-29T04:57:07Z
2014-07-08T09:59:27Z
https://github.com/matomo-org/matomo/issues/527
37,350,477
527
[ "matomo-org", "matomo" ]
Users can't edit their profile information. Currently users can only request a new password by clicking on "forgot password" link. We should expose to all users the UI to edit their data: - for normal user & admin user, can edit alias/password/email - super user can edit its login, password, email (which updates the c...
Each user should access a page to edit their info: alias, email, password.
https://api.github.com/repos/matomo-org/matomo/issues/526/comments
9
2009-01-29T00:01:55Z
2014-07-08T10:01:58Z
https://github.com/matomo-org/matomo/issues/526
37,350,475
526
[ "matomo-org", "matomo" ]
If a developer uses the API as described in the tutorial at http://dev.piwik.org/trac/wiki/API/CallingTechniques it is difficult to use inside of an existing project that already sets the error_handler and exception_handler or has a different level of error reporting enabled in php. It should be possible to make it opt...
Calling set_error_handler and set_exception_handler as part of the API makes it difficult to use
https://api.github.com/repos/matomo-org/matomo/issues/525/comments
2
2009-01-26T20:30:46Z
2014-07-08T09:59:26Z
https://github.com/matomo-org/matomo/issues/525
37,350,474
525
[ "matomo-org", "matomo" ]
All Piwik PHP files should contain the following header: ``` <?php /** * Piwik - Open source web analytics * * @link http://piwik.org * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later * @version $Id: $ * */ ```
Add piwik header to all .php files
https://api.github.com/repos/matomo-org/matomo/issues/524/comments
5
2009-01-25T22:51:28Z
2014-07-08T10:03:42Z
https://github.com/matomo-org/matomo/issues/524
37,350,473
524
[ "matomo-org", "matomo" ]
It`s not possible to enter domain names with a german umlaut, e.g. tst.de I couldn`t enter it in the field for mysql host (mysql5.tst.de) and for the - i think it was this field - piwik host folder.
adding website with international characters doesn't work; eg. täst.de
https://api.github.com/repos/matomo-org/matomo/issues/523/comments
1
2009-01-25T22:24:52Z
2014-07-08T09:59:26Z
https://github.com/matomo-org/matomo/issues/523
37,350,472
523
[ "matomo-org", "matomo" ]
Table &quot;piwik_user_dashboard&quot; has got a login-attribute, which is limited to 20 chars. I've set up an username with more than 20 chars and therefore the login-value was cut to 20 chars and I couldn't change any settings in the dashboard. I went to phpMyAdmin and changed the login-attribute to 60 chars. Piwik...
inconsistency in login string length
https://api.github.com/repos/matomo-org/matomo/issues/522/comments
3
2009-01-25T22:20:36Z
2014-07-08T10:01:00Z
https://github.com/matomo-org/matomo/issues/522
37,350,471
522
[ "matomo-org", "matomo" ]
I realized that the old feedburner ticker doesn't work for those who move to Google's feedburner accounts. http://www.feedburner.com/fb/ticker/api-ticker2.jsp?uris=edwardawebb boo! But they allow access to the underlying info with the Awareness API. https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=edw...
Plugin Submission - New Feedburner Stats on Google
https://api.github.com/repos/matomo-org/matomo/issues/521/comments
3
2009-01-25T18:53:25Z
2014-07-08T09:59:26Z
https://github.com/matomo-org/matomo/issues/521
37,350,470
521
[ "matomo-org", "matomo" ]
Update the links on the wiki [wiki:Plugins/Hooks]
View in source links broken
https://api.github.com/repos/matomo-org/matomo/issues/520/comments
4
2009-01-24T18:01:34Z
2014-07-08T09:59:26Z
https://github.com/matomo-org/matomo/issues/520
37,350,469
520
[ "matomo-org", "matomo" ]
This issue was raised by collection23 on the forum. ## http://forum.piwik.org/index.php?showtopic=161 Many dynamic generated Websites are using session-IDs to track users. In this case a URL kooks like: domain.tld/site1.html?SID=12345678. But the SID is different for each visitor. In actions/pages PIWIK shows ten lin...
Filter session ID from URL
https://api.github.com/repos/matomo-org/matomo/issues/519/comments
2
2009-01-24T06:32:39Z
2014-07-08T10:16:40Z
https://github.com/matomo-org/matomo/issues/519
37,350,468
519