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"
] | Periodically (i.e., an automated, daily task), for each search engine, go through its list of URLs, and test a search for 'piwik'. (The list of URLs will be more extensive than the ones in core/DataFiles/SearchEngines.php.)
- is the site still up?
- is the query parameter present? (make sure it's not in the anchor)
- ... | SearchEngines:verification | https://api.github.com/repos/matomo-org/matomo/issues/2305/comments | 1 | 2011-04-13T06:32:07Z | 2024-09-13T09:13:01Z | https://github.com/matomo-org/matomo/issues/2305 | 37,352,699 | 2,305 |
[
"matomo-org",
"matomo"
] | 1. Allow wildcard matching on subdomains, e.g., '*.example.com' (but not as the primary URL).
- May not allow more complex cases, e.g., *.example.{}, or *.example.com/path.
1. Allow path matching where keyword parameter is unspecified, e.g., search.example.com/path/\* (where \* is the keyword)
| Update search engine detection for Yahoo! and Babylon | https://api.github.com/repos/matomo-org/matomo/issues/2304/comments | 4 | 2011-04-13T06:20:31Z | 2014-07-08T10:06:59Z | https://github.com/matomo-org/matomo/issues/2304 | 37,352,698 | 2,304 |
[
"matomo-org",
"matomo"
] | For consistency with other APIs
| Allow Goals.getGoals() to accept a comma separated list of sites IDs | https://api.github.com/repos/matomo-org/matomo/issues/2303/comments | 1 | 2011-04-13T04:55:58Z | 2014-07-08T10:06:56Z | https://github.com/matomo-org/matomo/issues/2303 | 37,352,697 | 2,303 |
[
"matomo-org",
"matomo"
] | Super User token is very secret. The Tracking API should allow for more flexibility and allow any "admin" token for the site being tracked.
For performance, we don't want to query the DB on each Tracking API request. So we can cache in the Tracker cache files the list of all allowed admin token_auth and check against ... | Tracking API: Allow setTokenAuth() to be an admin token, not only the Super User | https://api.github.com/repos/matomo-org/matomo/issues/2302/comments | 1 | 2011-04-12T01:08:36Z | 2014-07-08T10:06:55Z | https://github.com/matomo-org/matomo/issues/2302 | 37,352,696 | 2,302 |
[
"matomo-org",
"matomo"
] | This is related to #2222, use case: third party tracking "after the fact". While #2222 proposes to the user to record the visitor ID and attribution data in some temporary data store, it is not always possible or easy to do so.
So, when the visitor itself will originate the Tracking API request, it would be easier if ... | PHP Tracker getVisitorId() should discover first party ID cookie (and add getAttributionInfo()) | https://api.github.com/repos/matomo-org/matomo/issues/2301/comments | 1 | 2011-04-12T00:58:44Z | 2014-07-08T10:06:55Z | https://github.com/matomo-org/matomo/issues/2301 | 37,352,695 | 2,301 |
[
"matomo-org",
"matomo"
] | Metadata should not return Unique Visitors in the list of columns since this is not processed when period != 'day'... except for VisitsSummary.get which processes a global "Unique Visitors" metrics for all periods, if this is enabled ([see FAQ enable unique visitors for periods and date ranges](http://piwik.org/faq/how... | PDF reports show the Unique Visitors column but it's empty when period is not day | https://api.github.com/repos/matomo-org/matomo/issues/2300/comments | 1 | 2011-04-12T00:39:34Z | 2014-07-08T10:06:55Z | https://github.com/matomo-org/matomo/issues/2300 | 37,352,694 | 2,300 |
[
"matomo-org",
"matomo"
] | per title
| Tracker API setForceVisitDateTime should accept UNIX Timestamp as well as date time | https://api.github.com/repos/matomo-org/matomo/issues/2299/comments | 4 | 2011-04-11T23:07:59Z | 2014-07-08T10:06:55Z | https://github.com/matomo-org/matomo/issues/2299 | 37,352,693 | 2,299 |
[
"matomo-org",
"matomo"
] | https://github.com/lojjic/PIE/compare/1.0beta3...1.0beta4
| Update CSS3PIE to 1.0beta4 | https://api.github.com/repos/matomo-org/matomo/issues/2298/comments | 1 | 2011-04-11T23:03:45Z | 2014-07-08T10:06:55Z | https://github.com/matomo-org/matomo/issues/2298 | 37,352,692 | 2,298 |
[
"matomo-org",
"matomo"
] | I was browsing the Visitor Log on the demo. A visit with a provider $visitorInfo['location_provider'] = 'test.co.uk' is not detected as English because, the expected code name is 'gb' and not 'uk'. We can manually hack the 'uk' in the provider plugin.
| provider with .co.uk is not used detected as british | https://api.github.com/repos/matomo-org/matomo/issues/2297/comments | 1 | 2011-04-11T22:53:07Z | 2014-07-08T10:06:55Z | https://github.com/matomo-org/matomo/issues/2297 | 37,352,691 | 2,297 |
[
"matomo-org",
"matomo"
] | When logging in using Chrome, this error shows up using trunk:
```
Warning: session_regenerate_id() [<a href='function.session-regenerate-id'>function.session-regenerate-id</a>]: Session object destruction failed in D:\piwik\svn\trunk\libs\Zend\Session.php on line 313
Backtrace -->
#0 Piwik_ErrorHandler(2, session_r... | Trunk: Warning: session_regenerate_id() [<a href='function.session-regenerate-id'>function.session-regenerate-id</a>]: Session object destruction failed in D:\piwik\svn\trunk\libs\Zend\Session.php on line 313 | https://api.github.com/repos/matomo-org/matomo/issues/2296/comments | 3 | 2011-04-11T10:54:49Z | 2014-07-08T10:06:55Z | https://github.com/matomo-org/matomo/issues/2296 | 37,352,690 | 2,296 |
[
"matomo-org",
"matomo"
] | as much as I hate IE we must fix this!
Calendar doesn't show the days, simply the first row of the calendar... if anyone is keen to debug this please do :)
| trunk JS error in IE8 (maybe other IE as well) | https://api.github.com/repos/matomo-org/matomo/issues/2295/comments | 16 | 2011-04-11T09:15:34Z | 2014-07-08T10:06:54Z | https://github.com/matomo-org/matomo/issues/2295 | 37,352,688 | 2,295 |
[
"matomo-org",
"matomo"
] | For example, if format=json and the API is called via the PHP internal method, it will prompt a "download" popup to download the JSON.
I'm not entirely sure why as the only header is:
@header('Content-Type: application/json; charset=utf-8');
but in any case we should debug this and disable the headers / oth... | Allow to disable all header() calls when Piwik API is used via internal method | https://api.github.com/repos/matomo-org/matomo/issues/2294/comments | 8 | 2011-04-11T09:13:58Z | 2024-09-13T09:13:02Z | https://github.com/matomo-org/matomo/issues/2294 | 37,352,687 | 2,294 |
[
"matomo-org",
"matomo"
] | Current a Goal can be triggered based on the URL, or for a given file download or outlink.
We could add that a Goal can be triggered based on the Page Title of the page. This will allow for Custom actions to trigger goals, a lot easier than if users had to hack a custom URL.
| Allow Goal to trigger based on Page Title (Event like Goal trigger) | https://api.github.com/repos/matomo-org/matomo/issues/2293/comments | 1 | 2011-04-11T08:47:32Z | 2014-08-03T11:25:55Z | https://github.com/matomo-org/matomo/issues/2293 | 37,352,686 | 2,293 |
[
"matomo-org",
"matomo"
] | With regards to Ticket #1943 (closed Bug: invalid)
It says the issue is closed but I am able to re-produce the error with regards to:
Fatal error: Call to undefined function safe_unserialize() in D:\WEBSITES\piwik\core\Cookie.php on line 239
When I run in PHP, code to run new Piwik_API_Request("..etc..");
the code r... | undefined function safe_unserialize() in piwik\core\Cookie.php | https://api.github.com/repos/matomo-org/matomo/issues/2292/comments | 5 | 2011-04-11T04:48:40Z | 2014-07-08T10:07:05Z | https://github.com/matomo-org/matomo/issues/2292 | 37,352,685 | 2,292 |
[
"matomo-org",
"matomo"
] | This will provide more consistent experience and also make Piwik Mobile better, by showing more important reports first.
| Order Metadata reports the same way Piwik orders reports in the menu | https://api.github.com/repos/matomo-org/matomo/issues/2291/comments | 5 | 2011-04-11T02:54:19Z | 2014-07-08T10:06:53Z | https://github.com/matomo-org/matomo/issues/2291 | 37,352,684 | 2,291 |
[
"matomo-org",
"matomo"
] | **How to reproduce**
- Access piwik with a date range ([demo.piwik.org](http://demo.piwik.org/index.php?module=CoreHome&action=index&idSite=1&period=range&date=2011-04-01,2011-04-10#module=Dashboard&action=embeddedIndex&idSite=1&period=range&date=2011-04-01,2011-04-10))
- Access Email reports
- Download any report
Err... | trunk: Downloading PDF reports fails when date range activated | https://api.github.com/repos/matomo-org/matomo/issues/2290/comments | 1 | 2011-04-10T19:42:13Z | 2014-07-08T10:06:53Z | https://github.com/matomo-org/matomo/issues/2290 | 37,352,683 | 2,290 |
[
"matomo-org",
"matomo"
] | **Install**
- extract the zip archive
- copy the plugin to folder plugins
- activate the plugin inside piwik admin panel
**Notes**
- This Version only works after you logged in into Google AdSense and switch to the old interface
**Issues / Bugs**
- Get stats for the new Google AdSense interface
- Check Login Data, an... | Google AdSense Earnings | https://api.github.com/repos/matomo-org/matomo/issues/2289/comments | 10 | 2011-04-10T09:35:26Z | 2016-08-13T01:19:10Z | https://github.com/matomo-org/matomo/issues/2289 | 37,352,681 | 2,289 |
[
"matomo-org",
"matomo"
] | Last night my piwik installation stopped working. On any login attempt i just get an error 324 in chrome, (firefox tries to download the index.php). I have been using piwik successfully for several weeks now.
The only thing thats changed is that i set that loading the dashboard would not trigger the report build. The... | Notice: Uninitialized string offset in Common.php on line 1308 | https://api.github.com/repos/matomo-org/matomo/issues/2288/comments | 6 | 2011-04-09T10:55:48Z | 2014-07-08T10:07:03Z | https://github.com/matomo-org/matomo/issues/2288 | 37,352,680 | 2,288 |
[
"matomo-org",
"matomo"
] | we can get, in some cases, the data from the google referrer URL via the cd parameter. It is therefore easy to display it in the Visitor Log and Live!
| Display ranking on search result page in the Visitor log and Live! plugin | https://api.github.com/repos/matomo-org/matomo/issues/2287/comments | 1 | 2011-04-09T04:58:29Z | 2014-07-08T10:06:52Z | https://github.com/matomo-org/matomo/issues/2287 | 37,352,679 | 2,287 |
[
"matomo-org",
"matomo"
] | As per [forum request](http://forum.piwik.org/read.php?2,73876,page=1#msg-74311)
| Allow 'logme' automatic login mechanism to specify the idSite to load after logging in | https://api.github.com/repos/matomo-org/matomo/issues/2286/comments | 1 | 2011-04-09T04:02:45Z | 2014-07-08T10:06:52Z | https://github.com/matomo-org/matomo/issues/2286 | 37,352,678 | 2,286 |
[
"matomo-org",
"matomo"
] | After enabling sqlite and the tracking tests here are results:
- the test "click: ignored example.org" fails on all browsers
- Chrome appears to fails a few tests randomly: count tracking events, push function, setRequestMethod(POST), trackGoal() - but sometimes they will pass
- Opera 11.01: fails the deleteCookie c... | trunk: failing JS tests | https://api.github.com/repos/matomo-org/matomo/issues/2285/comments | 5 | 2011-04-09T01:30:35Z | 2014-07-08T10:06:52Z | https://github.com/matomo-org/matomo/issues/2285 | 37,352,677 | 2,285 |
[
"matomo-org",
"matomo"
] | Bing has subdomains their search is also running on:
- http://it.bing.com/search?q=piwik
- http:/ /de.bing.com/search?q=piwik
- http:/ /at.bing.com/search?q=piwik
- http:/ /es.bing.com/search?q=piwik
- ...
- http://it.bing.com/images/search?q=piwik
- http:/ /es.bing.com/images/search?q=piwik
- ...
We should add {}.bin... | add bing subdomains to search engines | https://api.github.com/repos/matomo-org/matomo/issues/2284/comments | 3 | 2011-04-08T14:10:42Z | 2014-07-08T10:06:59Z | https://github.com/matomo-org/matomo/issues/2284 | 37,352,676 | 2,284 |
[
"matomo-org",
"matomo"
] | In one special case Google's advanced search is not detected correctly.
In [https://github.com/piwik/piwik/blob/master/core/Common.php#L1378] Google's advanced search params are handled. In case that the as_q parameter is the first argument of the query string that doesn't work. I guess an additional check for ?as_q s... | Google advanced search not detected | https://api.github.com/repos/matomo-org/matomo/issues/2283/comments | 2 | 2011-04-08T11:04:02Z | 2014-07-08T10:06:59Z | https://github.com/matomo-org/matomo/issues/2283 | 37,352,675 | 2,283 |
[
"matomo-org",
"matomo"
] | Minor update.
| Update to ZendFramework 1.11.5 | https://api.github.com/repos/matomo-org/matomo/issues/2282/comments | 1 | 2011-04-08T04:38:04Z | 2014-07-08T10:06:51Z | https://github.com/matomo-org/matomo/issues/2282 | 37,352,674 | 2,282 |
[
"matomo-org",
"matomo"
] | Some work was done In [4314])
What is left:
- Display Outlinks in action column
- Display Downloads in action column
- Display manual goal conversions in action column. Currently, only URLs matched Goals are displayed in the Visitor log.
- Could we display the result number from the google search, when this is availa... | Improve Visitor Log UI, display Page Titles, Goals conversions | https://api.github.com/repos/matomo-org/matomo/issues/2281/comments | 1 | 2011-04-08T01:42:54Z | 2014-07-08T10:06:51Z | https://github.com/matomo-org/matomo/issues/2281 | 37,352,673 | 2,281 |
[
"matomo-org",
"matomo"
] | per title, this was done In [and In [4351](4349])
The Live! API is now stable and other third party can start building on it :)
| Live! API should be advertised as "stable" and can now be reused | https://api.github.com/repos/matomo-org/matomo/issues/2280/comments | 0 | 2011-04-08T01:33:54Z | 2011-04-08T01:33:59Z | https://github.com/matomo-org/matomo/issues/2280 | 37,352,672 | 2,280 |
[
"matomo-org",
"matomo"
] | Session data (including Nonces) are stored in server-side session files. We currently delegate to Zend_Session to purge expired data (and the session garbage collector to remove session files).
- add Nonce::discardNonce()
- elsewhere use $ns->unsetAll() (where $ns is an instance of Piwik_Session_Namespace)
| On-demand session file cleanup | https://api.github.com/repos/matomo-org/matomo/issues/2279/comments | 1 | 2011-04-08T00:05:37Z | 2014-07-08T10:06:51Z | https://github.com/matomo-org/matomo/issues/2279 | 37,352,670 | 2,279 |
[
"matomo-org",
"matomo"
] | The CSS in an external widget does not include the css from the ieonly.css file.
e.g.
http://domain.name/index.php?module=Widgetize&action=iframe&columns[]=nb_visits&moduleToWidgetize=VisitsSummary&actionToWidgetize=getEvolutionGraph&idSite=1&period=day&date=today&disableLink=1
The CSS is included in the html head vi... | ieonly.css not bound to external widget | https://api.github.com/repos/matomo-org/matomo/issues/2278/comments | 1 | 2011-04-07T11:09:27Z | 2014-08-03T11:25:40Z | https://github.com/matomo-org/matomo/issues/2278 | 37,352,669 | 2,278 |
[
"matomo-org",
"matomo"
] | The method Zend_Session::regenerateId actually destroys the session, unlike the PHP native session_regenerate_id which optionally keeps the session data.
Because Piwik_Session is inherited from Zend_Session, Piwik_Session::regenerateId clears out session vars, affecting a previously open session by other application (g... | Piwik_Session::regenerateId destroys the session | https://api.github.com/repos/matomo-org/matomo/issues/2277/comments | 2 | 2011-04-07T07:24:18Z | 2014-08-03T11:25:40Z | https://github.com/matomo-org/matomo/issues/2277 | 37,352,668 | 2,277 |
[
"matomo-org",
"matomo"
] | Should Unique Visitors be renamed Unique Browsers to comply with IAB / ABCi / ABCe standards?
comScore's Digital Analytix (formerly Sitestat, by Nedstat) is the first web analytics packageto comply with these standards. Can Piwik follow?
Press Release by comScore providing background information:
http://blog.comsc... | Unique Browsers instead of Unique Visitors? | https://api.github.com/repos/matomo-org/matomo/issues/2276/comments | 3 | 2011-04-06T22:30:47Z | 2014-07-08T10:06:51Z | https://github.com/matomo-org/matomo/issues/2276 | 37,352,666 | 2,276 |
[
"matomo-org",
"matomo"
] | Following the same technique used with the Login plugin - which set's the Zend::Registry('auth') to an instance of the Login class - the same is also needed for the UsersManager, and then the instance stored in Zend::Registry should replace the static method UsersManger::get_instance called from the Piwik_UsersManager_... | New hook needed for UsersManager | https://api.github.com/repos/matomo-org/matomo/issues/2275/comments | 13 | 2011-04-06T20:52:43Z | 2014-07-08T10:06:51Z | https://github.com/matomo-org/matomo/issues/2275 | 37,352,663 | 2,275 |
[
"matomo-org",
"matomo"
] | Retrieving the keywords for the last 7 days doesn't work when I specify a custom segment. When I use a smaller date as last5 or I remove the segment, it works.
Here is my request:
```
http://piwik.lan/index.php?module=API&method=Referers.getKeywords&idSite=1&period=day&date=last7&format=Html&token_auth=myToken&segmen... | Retrieving keywords for the last 7 days with a segment doesn't work | https://api.github.com/repos/matomo-org/matomo/issues/2274/comments | 3 | 2011-04-06T16:39:59Z | 2014-07-08T10:06:50Z | https://github.com/matomo-org/matomo/issues/2274 | 37,352,662 | 2,274 |
[
"matomo-org",
"matomo"
] | More granular than a "page view", a report that shows:
- URL
- number of times the URL was displayed
- number of times the URL was clicked
Scenarios:
- display ads
- gallery images
- downloads
- search results
Might help to provide an example proxy that tracks the links served.
Keywords: outofscope
| Use case: Impressions vs Clickthroughs | https://api.github.com/repos/matomo-org/matomo/issues/2273/comments | 4 | 2011-04-06T16:02:59Z | 2014-12-22T00:11:18Z | https://github.com/matomo-org/matomo/issues/2273 | 37,352,661 | 2,273 |
[
"matomo-org",
"matomo"
] | Hey guys,
I noticed there are two indexes on table piwik_log_visit which contain a common column, namely visit_last_action_time, which is a frequently updated column, why not use visit_first_action_time instead?
| Why u guys use a frequently update column as part of an index? | https://api.github.com/repos/matomo-org/matomo/issues/2272/comments | 2 | 2011-04-06T15:34:51Z | 2014-08-03T11:25:40Z | https://github.com/matomo-org/matomo/issues/2272 | 37,352,659 | 2,272 |
[
"matomo-org",
"matomo"
] | The current method is:
```
function tableInsertBatch($tableName, $fields, $values);
```
- Piwik.php: to allow arbitrary file loading, we should refactor the reading & writing into separate methods.
- ArchiveProcessing.php: bulk insertion stores all the rows in memory before writing to file; perhaps, we could test ... | LOAD DATA INFILE improvements | https://api.github.com/repos/matomo-org/matomo/issues/2271/comments | 2 | 2011-04-06T15:06:13Z | 2014-07-08T10:06:50Z | https://github.com/matomo-org/matomo/issues/2271 | 37,352,658 | 2,271 |
[
"matomo-org",
"matomo"
] | This will improve performance on very large date ranges, basically avoid selecting 12 month archives.
| Date Range should use Year archives when period contains a full year | https://api.github.com/repos/matomo-org/matomo/issues/2270/comments | 2 | 2011-04-06T03:01:50Z | 2014-07-08T10:09:45Z | https://github.com/matomo-org/matomo/issues/2270 | 37,352,657 | 2,270 |
[
"matomo-org",
"matomo"
] | Updating to the RC caused an error
```
75637 FastCGI sent in stderr: "PHP Notice: Undefined index: allow_multiple in /var/www/EXAMPLE/piwik-1.2.5-rc2/core/Tracker/GoalManager.php on line 218"
```
Solution is to clear the tracker files on update, as the format of data might have changed (in this case we added a field ... | Delete tracker cache files on update | https://api.github.com/repos/matomo-org/matomo/issues/2269/comments | 1 | 2011-04-06T01:30:45Z | 2014-07-08T10:06:49Z | https://github.com/matomo-org/matomo/issues/2269 | 37,352,656 | 2,269 |
[
"matomo-org",
"matomo"
] | it looks like ###.com are referer spamming us. Time to add a referer blacklist...
http://demo.piwik.org/index.php?module=CoreHome&action=index&idSite=7&period=day&date=yesterday#module=Referers&action=getSearchEnginesAndKeywords&idSite=7&period=day&date=yesterday
| Implement a default Referrer spam blacklist | https://api.github.com/repos/matomo-org/matomo/issues/2268/comments | 20 | 2011-04-05T22:12:01Z | 2014-07-08T10:15:52Z | https://github.com/matomo-org/matomo/issues/2268 | 37,352,655 | 2,268 |
[
"matomo-org",
"matomo"
] | This is rather annoying, maybe a bug/feature in Zend or something..
| Piwik_Exec doesn't seem to log the query in the profiler | https://api.github.com/repos/matomo-org/matomo/issues/2267/comments | 4 | 2011-04-05T05:43:50Z | 2014-07-08T10:06:48Z | https://github.com/matomo-org/matomo/issues/2267 | 37,352,654 | 2,267 |
[
"matomo-org",
"matomo"
] | PHP 5.2.14 on Windows
```
Exception: Test_Piwik_TrackerAction -> test_extractUrlAndActionNameFromRequest -> Unexpected PHP error [htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: Invalid multibyte sequence in argument] severity [E_WARNING] in [C:\inetpub\wwwroot\trunk\core\Common... | trunk: unit test failure Action.test.php | https://api.github.com/repos/matomo-org/matomo/issues/2266/comments | 1 | 2011-04-05T03:12:39Z | 2014-07-08T10:06:48Z | https://github.com/matomo-org/matomo/issues/2266 | 37,352,653 | 2,266 |
[
"matomo-org",
"matomo"
] | If you're logged into Piwik and you open the world map widget it shows up fine. If you log out and reload the widget the following error is thrown:
"Fatal error: Cannot use string offset as an array in /xyz/piwik/plugins/UserCountryMap/Controller.php on line 52"
Request: /piwik/index.php?module=Widgetize&action=ifram... | Fatal error thrown on World Map when logged out | https://api.github.com/repos/matomo-org/matomo/issues/2265/comments | 2 | 2011-04-05T00:17:24Z | 2014-07-08T10:06:48Z | https://github.com/matomo-org/matomo/issues/2265 | 37,352,652 | 2,265 |
[
"matomo-org",
"matomo"
] | If you're logged into Piwik and you open the world map widget it shows up fine. If you log out and reload the widget the following error is thrown:
"Fatal error: Cannot use string offset as an array in /xyz/piwik/plugins/UserCountryMap/Controller.php on line 52"
Request: /piwik/index.php?module=Widgetize&action=ifram... | Fatal error thrown on World Map when logged out | https://api.github.com/repos/matomo-org/matomo/issues/2264/comments | 1 | 2011-04-05T00:17:23Z | 2014-07-08T10:06:48Z | https://github.com/matomo-org/matomo/issues/2264 | 37,352,651 | 2,264 |
[
"matomo-org",
"matomo"
] | Test setting:
- piwik hosted on a linux box with apache and php;
- asp.net pages hosted by IIS contained embedded piwik widgets via Widgetize module and iframes.
The iframe template file for Widgetize module (plugins/Widgetize/templates/iframe.tpl) is missing DOCTYPE definition and causes incorrect rendering in IE 8.0... | iframe template in Widgetize plugin without DOCTYPE definition rendered incorrectly in IE | https://api.github.com/repos/matomo-org/matomo/issues/2263/comments | 4 | 2011-04-04T15:14:51Z | 2014-07-08T10:06:48Z | https://github.com/matomo-org/matomo/issues/2263 | 37,352,650 | 2,263 |
[
"matomo-org",
"matomo"
] | Use case :
- Access http://demo.piwik.org/index.php?module=CoreAdminHome&action=optOut&language=fr
- Trigger the form by ticking/unticking the checkbox
-> Text is back to default language
| 'optOut' form doesn't pass through the 'language' parameter | https://api.github.com/repos/matomo-org/matomo/issues/2262/comments | 2 | 2011-04-04T12:47:52Z | 2014-07-08T10:06:48Z | https://github.com/matomo-org/matomo/issues/2262 | 37,352,648 | 2,262 |
[
"matomo-org",
"matomo"
] | In Piwik Dashboard for Super Users,
I click on Visitors --> Visitor Log,
I choose a Date Range --> 2011-04-04,
Today's logs do not show up although the date for today is 2011-04-04.
Instead, if I click on 2011-04-03,
It shows 2011-04-04's logs. It seems you have to pick yesterday's date to show today's logs.. it is w... | Visitor Logs --> Wrong Date Range ? | https://api.github.com/repos/matomo-org/matomo/issues/2261/comments | 1 | 2011-04-04T09:30:41Z | 2014-07-08T10:06:48Z | https://github.com/matomo-org/matomo/issues/2261 | 37,352,647 | 2,261 |
[
"matomo-org",
"matomo"
] | I did an upgrade from Piwik 1.1.1 to 1.2.1 and it seemed everything was OK. But several days later I logged in and found that many of the displays gave the error:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'visitor_idcookie' in 'field list'
So it became apparent that something had gone wrong with the u... | "piwik_option" table name should be quoted in SQL "version_core" update statement | https://api.github.com/repos/matomo-org/matomo/issues/2260/comments | 4 | 2011-04-04T02:33:00Z | 2014-07-08T10:06:47Z | https://github.com/matomo-org/matomo/issues/2260 | 37,352,646 | 2,260 |
[
"matomo-org",
"matomo"
] | Currently the Live Widget sends three requests every 30 seconds.
One of those requests seems to be unneeded.
I've attached a patch removing that request. In my tests the widget seemed to work as before. Could anyone please review it.
| Live Widget - unneeded ajax requests | https://api.github.com/repos/matomo-org/matomo/issues/2259/comments | 2 | 2011-04-03T23:34:10Z | 2014-07-08T10:06:47Z | https://github.com/matomo-org/matomo/issues/2259 | 37,352,645 | 2,259 |
[
"matomo-org",
"matomo"
] | Currently, only one goal conversion can be triggered per visit. Add an option, per goal, to allow recording multiple conversion per visit for this goal.
| Add a setting to allow a Goal to trigger multiple times per visit | https://api.github.com/repos/matomo-org/matomo/issues/2258/comments | 3 | 2011-04-03T21:54:49Z | 2014-08-03T11:25:55Z | https://github.com/matomo-org/matomo/issues/2258 | 37,352,644 | 2,258 |
[
"matomo-org",
"matomo"
] | 1. When re-installing, "delete existing tables" doesn't delete tables for plugins not yet activated (e.g., pdf, user_dashboard, user_language).
2. When a user re-installs Piwik but overwrites the newer version with a smaller table count and there are schema changes, then we should add a warning (e.g., advise to rollbac... | Re-Installation: re-use / delete existing tables | https://api.github.com/repos/matomo-org/matomo/issues/2257/comments | 2 | 2011-04-03T18:39:24Z | 2014-07-08T10:07:54Z | https://github.com/matomo-org/matomo/issues/2257 | 37,352,643 | 2,257 |
[
"matomo-org",
"matomo"
] | unit tests:
- all_tests.php appears to have truncated the tables in my database (instead of database_tests)
class hierarchy:
- inconsistency in interface classes (naming and location)
phpdocs:
- classes, functions, and files missing, e.g., core/PluginsFunctions/
- can we add the Piwik version number?
- documentation ... | trunk: class hierachy, phpdocs, and unit test dev issues | https://api.github.com/repos/matomo-org/matomo/issues/2256/comments | 10 | 2011-04-03T18:14:45Z | 2014-07-08T10:06:47Z | https://github.com/matomo-org/matomo/issues/2256 | 37,352,642 | 2,256 |
[
"matomo-org",
"matomo"
] | In http://qa.piwik.org:8080/jenkins/job/Piwik/1539/consoleText, r4293 fails the MYSQLI unit test, but passes with PDO_MYSQL, using PHP 5.3.6.
In http://qa.piwik.org:8080/jenkins/job/Piwik/1540/consoleText, r4293 fails the PDO_MYSQL. using PHP 5.2.17.
(On my Jenkins instance, both tests pass.)
| trunk: mysql unit test failures on dev6 | https://api.github.com/repos/matomo-org/matomo/issues/2255/comments | 3 | 2011-04-02T22:41:14Z | 2014-07-08T10:06:46Z | https://github.com/matomo-org/matomo/issues/2255 | 37,352,641 | 2,255 |
[
"matomo-org",
"matomo"
] | UPDATE piwik_log_visit
SET visit_total_actions = visit_total_actions + 1
, visit_exit_idaction_url = '873038'
, visit_exit_idaction_name = '16'
, visit_last_action_time = '2011-04-02 09:27:12'
, visit_total_time = '1347'
WHERE **idsite = '53' AND idvisit = '2570066' AND idvisitor = '?^V^C??Q\0?**';
idvisit is primary... | Update Piwik log_visit table without using index??? | https://api.github.com/repos/matomo-org/matomo/issues/2254/comments | 7 | 2011-04-02T11:56:10Z | 2014-08-03T11:25:40Z | https://github.com/matomo-org/matomo/issues/2254 | 37,352,640 | 2,254 |
[
"matomo-org",
"matomo"
] | Interaction problems when running all_tests.php or breakage when running individually
| Unit tests - setup/teardown | https://api.github.com/repos/matomo-org/matomo/issues/2253/comments | 7 | 2011-04-01T23:54:03Z | 2014-07-08T10:06:46Z | https://github.com/matomo-org/matomo/issues/2253 | 37,352,638 | 2,253 |
[
"matomo-org",
"matomo"
] | None
| Output buffering inconsistencies | https://api.github.com/repos/matomo-org/matomo/issues/2252/comments | 1 | 2011-04-01T23:51:13Z | 2014-07-08T10:06:46Z | https://github.com/matomo-org/matomo/issues/2252 | 37,352,637 | 2,252 |
[
"matomo-org",
"matomo"
] | Also, the Save button should appear under the name so that users see it from the start, some users missed it because their screen not wide enough/need to scroll to the right
| "Add a new website" button should display at top of table as well to avoid scrolling | https://api.github.com/repos/matomo-org/matomo/issues/2251/comments | 1 | 2011-04-01T23:40:48Z | 2014-07-08T10:06:45Z | https://github.com/matomo-org/matomo/issues/2251 | 37,352,636 | 2,251 |
[
"matomo-org",
"matomo"
] | The period selector doesn't close on click outside.
| period selector doesn't close on click outside | https://api.github.com/repos/matomo-org/matomo/issues/2250/comments | 3 | 2011-04-01T20:21:59Z | 2014-07-08T10:06:45Z | https://github.com/matomo-org/matomo/issues/2250 | 37,352,635 | 2,250 |
[
"matomo-org",
"matomo"
] | None
| UserSettings: test UserAgent changes in Chrome/Chromium 11 (same UA) | https://api.github.com/repos/matomo-org/matomo/issues/2249/comments | 1 | 2011-04-01T19:04:59Z | 2014-07-08T10:06:45Z | https://github.com/matomo-org/matomo/issues/2249 | 37,352,633 | 2,249 |
[
"matomo-org",
"matomo"
] | None
| jQuery 1.5.2 update | https://api.github.com/repos/matomo-org/matomo/issues/2248/comments | 1 | 2011-04-01T17:42:10Z | 2014-07-08T10:06:45Z | https://github.com/matomo-org/matomo/issues/2248 | 37,352,632 | 2,248 |
[
"matomo-org",
"matomo"
] | Default configuration doesn't include HTTP_CLIENT_IP.
Propose changing Generator.php to set the 'cip' and 'token_auth' parameters (similar to PiwikTracker).
| VisitorGenerator: location_provider is null | https://api.github.com/repos/matomo-org/matomo/issues/2247/comments | 1 | 2011-04-01T15:12:20Z | 2014-07-08T10:06:45Z | https://github.com/matomo-org/matomo/issues/2247 | 37,352,630 | 2,247 |
[
"matomo-org",
"matomo"
] | Error from forum http://forum.piwik.org/read.php?2,74303
```
Warning: pack() has been disabled for security reasons in /srv/www/sbs-feintechnik.com/www2/htdocs/statistik/plugins/AnonymizeIP/AnonymizeIP.php on line 52
```
so, we should test that pack is enabled during install and throw a critical error if not
| Installer to check for pack() function available | https://api.github.com/repos/matomo-org/matomo/issues/2246/comments | 2 | 2011-04-01T10:31:27Z | 2014-07-08T10:06:45Z | https://github.com/matomo-org/matomo/issues/2246 | 37,352,629 | 2,246 |
[
"matomo-org",
"matomo"
] | i spent the last two days to extend the GeoIP-Plugin with a visualisation on google-maps.
also a "live view" is available
Feel free to try it out, copy&paste or what ever you want to use it for :)
http://www.suenkel.de/blog/2011/03/piwik-plugin-geoip-with-google-maps/
Keywords: GeoIP, Map, third-party-plugin
| GeoIPMap | https://api.github.com/repos/matomo-org/matomo/issues/2245/comments | 21 | 2011-04-01T00:38:56Z | 2014-08-03T11:25:40Z | https://github.com/matomo-org/matomo/issues/2245 | 37,352,627 | 2,245 |
[
"matomo-org",
"matomo"
] | Extract from Custom date range processing with sql profiler enabled (see global.ini.php)
```
Executed 5314 times in 5313.7ms (average = 1ms)
INSERT IGNORE INTO piwik_archive_blob_2010_01 (idarchive, idsite, date1, date2, period, ts_archived, name, value) VALUES (?,?,?,?,?,?,?,?)
```
What happens is that the Pag... | Bulk insert reports when archiving | https://api.github.com/repos/matomo-org/matomo/issues/2243/comments | 39 | 2011-03-30T00:33:53Z | 2014-07-08T10:06:46Z | https://github.com/matomo-org/matomo/issues/2243 | 37,352,624 | 2,243 |
[
"matomo-org",
"matomo"
] | AFter generating visits in the Admin UI, I get the following message
```
Warning: uasort() [<a href='function.uasort'>function.uasort</a>]: The argument should be an array in D:\piwik\svn\trunk\core\Menu\Abstract.php on line 151
Backtrace -->
#0 Piwik_ErrorHandler(2, uasort() [<a href='function.uasort'>function.uasor... | VisitorGenerator: Warning: uasort() The argument should be an array in core\Menu\Abstract.php on line 151 | https://api.github.com/repos/matomo-org/matomo/issues/2242/comments | 9 | 2011-03-29T22:29:36Z | 2014-07-08T10:06:45Z | https://github.com/matomo-org/matomo/issues/2242 | 37,352,623 | 2,242 |
[
"matomo-org",
"matomo"
] | IE8
```
Message: Invalid argument.
Line: 84
Char: 2
Code: 0
URI: http://www.flickr.com/slideShow/index.gne?user_id=34965144@N00&set_id=72157602308487455
```
| ExamplePlugin - flicker js error with Matt's photostream | https://api.github.com/repos/matomo-org/matomo/issues/2241/comments | 1 | 2011-03-29T05:53:45Z | 2014-08-03T11:21:26Z | https://github.com/matomo-org/matomo/issues/2241 | 37,352,622 | 2,241 |
[
"matomo-org",
"matomo"
] | ```
PHP Fatal error: Call to a member function getRowsCount() on a non-object in core/ViewDataTable/Sparkline.php on line 47, referer: piwik/index.php?module=MultiSites&action=index&idSite=1&period=day&date=today
```
| trunk: Multisites - sparklines broken | https://api.github.com/repos/matomo-org/matomo/issues/2240/comments | 4 | 2011-03-29T05:45:21Z | 2014-07-08T10:06:42Z | https://github.com/matomo-org/matomo/issues/2240 | 37,352,620 | 2,240 |
[
"matomo-org",
"matomo"
] | archive.sh has:
echo "php binary not found. Make sure php5 or php exists in PATH."
the documentation suggests:
# MAILTO="youremail@example.com"
#5 \* \* \* \* www-data /path/to/piwik/misc/cron/archive.sh > /dev/null
# -----------------END CRON TAB--
# When an error occurs (eg. php memory error, timeout) the error me... | cron/archive.sh writes error messages to stdout, but stdout is discarded with the default crontab entry | https://api.github.com/repos/matomo-org/matomo/issues/2239/comments | 1 | 2011-03-29T04:19:26Z | 2014-07-08T10:07:30Z | https://github.com/matomo-org/matomo/issues/2239 | 37,352,619 | 2,239 |
[
"matomo-org",
"matomo"
] | We use OpenX for ad trafficking to various sites. We work for serveral customers with multiple campaigns. Piwik is used to analyse our customers site traffic (landing page). Some of this traffic was generated through user clicks on some of our ads.
It would be a very nice feature for Piwik to have the ability to show ... | OpenX Ad Reports | https://api.github.com/repos/matomo-org/matomo/issues/2238/comments | 3 | 2011-03-29T01:38:52Z | 2014-12-22T00:11:21Z | https://github.com/matomo-org/matomo/issues/2238 | 37,352,618 | 2,238 |
[
"matomo-org",
"matomo"
] | Instead of migrating svn to git, this ticket proposes we periodically (e.g., nightly) import the latest svn trunk to a remote hosted git repository, as a mirror.
- some developers prefer git (e.g., several third-party plugins are hosted on github.com)
- github.com boasts "social coding" and Piwik's strength is its comm... | trunk: git mirror -- periodically import svn into github or gitorious | https://api.github.com/repos/matomo-org/matomo/issues/2237/comments | 10 | 2011-03-28T23:09:57Z | 2014-07-08T10:06:41Z | https://github.com/matomo-org/matomo/issues/2237 | 37,352,617 | 2,237 |
[
"matomo-org",
"matomo"
] | When one imports their existing users & passwords in Piwik, the rules around the user login or the user passwords are not necessarily as restrictive as Piwik.
The proposal is to add a config file setting that when enabled, would not test the password and login for minimum length or accepted characters.
This will be u... | Add a config file option to disable the length checks on Login & password | https://api.github.com/repos/matomo-org/matomo/issues/2236/comments | 2 | 2011-03-27T22:21:52Z | 2014-07-08T10:06:41Z | https://github.com/matomo-org/matomo/issues/2236 | 37,352,615 | 2,236 |
[
"matomo-org",
"matomo"
] | With Piwik 1.2.1 in French, there's a bug with a submenu string: "Pages d'entre" is displayed "Pages d'entre". See the attached screenshot.
| Bug with the string "Pages d'entrée" in French interface | https://api.github.com/repos/matomo-org/matomo/issues/2235/comments | 3 | 2011-03-27T21:18:11Z | 2014-07-08T10:06:41Z | https://github.com/matomo-org/matomo/issues/2235 | 37,352,614 | 2,235 |
[
"matomo-org",
"matomo"
] | I've tried to get feedback from the forum, but that didn't lead to a solution:
http://forum.piwik.org/read.php?2,73890
Sparklines used to work with Piwik 1.1 and that stopped with 1.2.
It could be that some file permissions changed, but I've been told that no temp directory was used for the generation of sparklines.
... | Sparklines are gone | https://api.github.com/repos/matomo-org/matomo/issues/2234/comments | 9 | 2011-03-27T17:43:55Z | 2014-08-03T11:25:40Z | https://github.com/matomo-org/matomo/issues/2234 | 37,352,610 | 2,234 |
[
"matomo-org",
"matomo"
] | Proposal for a consolidated User Privacy plugin
- Move AnonimizeIP functionnality to this new plugin
- Allow changing count IP bytes to remove in the UI. A Radio button allows to remove 1, 2 or 3 bytes of the IP.
- for backward compatibility, if the config setting is found and the UI wasn't used yet (ie. no setting... | User Privacy plugin, consolidate privacy protection features | https://api.github.com/repos/matomo-org/matomo/issues/2233/comments | 12 | 2011-03-27T10:31:44Z | 2014-07-08T10:16:52Z | https://github.com/matomo-org/matomo/issues/2233 | 37,352,609 | 2,233 |
[
"matomo-org",
"matomo"
] | ## Summary
Database migration fails on the log_link_visit_action table if MySQL is configured with options in "STRICT_TRANS_TABLES, STRICT_ALL_TABLES, NO_ZERO_IN_DATE, NO_ZERO_DATE"
## Details
### Steps to Reproduce
Create the `log_link_visit_action` table from 1.1.1:
```
CREATE TABLE IF NOT EXISTS "piwik_log_link_v... | DB migration to 1.2.1 fails on log_link_visit_action with STRICT mysql & NO_ZERO* options | https://api.github.com/repos/matomo-org/matomo/issues/2232/comments | 6 | 2011-03-25T23:16:00Z | 2014-09-09T12:54:06Z | https://github.com/matomo-org/matomo/issues/2232 | 37,352,608 | 2,232 |
[
"matomo-org",
"matomo"
] | See also #1058
| DataFiles - add get()-like accessors | https://api.github.com/repos/matomo-org/matomo/issues/2231/comments | 4 | 2011-03-25T19:03:25Z | 2014-07-08T10:06:39Z | https://github.com/matomo-org/matomo/issues/2231 | 37,352,607 | 2,231 |
[
"matomo-org",
"matomo"
] | None
| refactoring: isIIS() and isApache() | https://api.github.com/repos/matomo-org/matomo/issues/2230/comments | 3 | 2011-03-25T18:44:48Z | 2014-07-08T10:06:39Z | https://github.com/matomo-org/matomo/issues/2230 | 37,352,606 | 2,230 |
[
"matomo-org",
"matomo"
] | None
| LanguagesManager.test.php, TranslationsAdmin, and tidy script: refactor saveTranslation | https://api.github.com/repos/matomo-org/matomo/issues/2229/comments | 3 | 2011-03-25T04:41:19Z | 2014-07-08T10:17:19Z | https://github.com/matomo-org/matomo/issues/2229 | 37,352,605 | 2,229 |
[
"matomo-org",
"matomo"
] | Installer (or troubleshooting plugin?) should probe the server to see if there are GET request limits in place.
This is a potential problem since 1.2 and first party which can blow up the request size as it can contain the referer URL (truncated to 1000).
| Installation: GET request length tests (check long URLs work) | https://api.github.com/repos/matomo-org/matomo/issues/2228/comments | 4 | 2011-03-25T01:17:17Z | 2014-07-08T10:06:39Z | https://github.com/matomo-org/matomo/issues/2228 | 37,352,604 | 2,228 |
[
"matomo-org",
"matomo"
] | Some of the ./lang/*.php files contain translations for third-party plugins. This is the wrong place for them.
We need to:
- extract non-core translations and either place the translations in ./plugins/PLUGIN/lang/ or in a queue (for review by the plugin developer)
- filter out non-core translations from ./lang/
| Translations for third-party plugins | https://api.github.com/repos/matomo-org/matomo/issues/2226/comments | 1 | 2011-03-24T22:01:27Z | 2014-07-08T10:06:38Z | https://github.com/matomo-org/matomo/issues/2226 | 37,352,603 | 2,226 |
[
"matomo-org",
"matomo"
] | These are only called by subclasses of Piwik_Controller. Make them both protected access.
| Controller: setBasicVariablesView vs setGeneralVariablesView; public vs protected | https://api.github.com/repos/matomo-org/matomo/issues/2225/comments | 1 | 2011-03-24T21:54:59Z | 2014-07-08T10:06:38Z | https://github.com/matomo-org/matomo/issues/2225 | 37,352,602 | 2,225 |
[
"matomo-org",
"matomo"
] | ```
TCPDF ERROR: Some data has already been output, can't send PDF file
```
is the message I get when clicking on the "Download" link on the "Manage Email Reports" page.
The URL is
index.php?module=API&action=index&idSite=2&period=week&date=2011-03-24&updated=2&token_auth=1234&method=PDFReports.generateReport&idRepor... | TCPDF ERROR: Some data has already been output, can't send PDF file | https://api.github.com/repos/matomo-org/matomo/issues/2224/comments | 2 | 2011-03-24T01:50:39Z | 2014-07-08T10:06:38Z | https://github.com/matomo-org/matomo/issues/2224 | 37,352,601 | 2,224 |
[
"matomo-org",
"matomo"
] | Regarding "List of Keywords" | "Keyword" | "Search Engine" | "Bing Images" the link to Bing Image Search is wrong.
Current version is http://www.bing.com/images/search/search?q=tuttlingen+landschaft
But the right version is http://www.bing.com/images/search?q=tuttlingen+landschaft
So one "search/" is too much!
| Bing Images Search URL is wrong | https://api.github.com/repos/matomo-org/matomo/issues/2223/comments | 3 | 2011-03-23T23:14:09Z | 2014-07-08T10:06:38Z | https://github.com/matomo-org/matomo/issues/2223 | 37,352,599 | 2,223 |
[
"matomo-org",
"matomo"
] | See post in: http://forum.piwik.org/read.php?2,73977
I think we need to:
- allow tracking by visitor ID, ie. the Tracking API should accept the visitor ID as a parameter, and use this to match the visitor (bypassing existing matching algorithm using IP etc)
- JS API should have a getter for the referer cookie _pk_ref
... | Paypal tracking: Tracking API improvements & how to | https://api.github.com/repos/matomo-org/matomo/issues/2222/comments | 13 | 2011-03-23T19:14:41Z | 2014-07-08T10:07:03Z | https://github.com/matomo-org/matomo/issues/2222 | 37,352,597 | 2,222 |
[
"matomo-org",
"matomo"
] | It should be possible to apply a css file to the html document created by CoreAdminHome.optOut. The recommended way to include the optout into a website is to include it via iframe, which lacks the possibility of styling the created output.
In view of maximal flexibility there should be the possibility to pass an URL ... | CSS-Styling of CoreAdminHome.optOut | https://api.github.com/repos/matomo-org/matomo/issues/2221/comments | 2 | 2011-03-23T11:47:08Z | 2014-07-08T10:06:37Z | https://github.com/matomo-org/matomo/issues/2221 | 37,352,596 | 2,221 |
[
"matomo-org",
"matomo"
] | We are using piwik for a quite large installation (2.5 - 3 million visitors per month). Since the update to 1.2 we have severe problems with the performance. The problem seems to be a select statement. Here is an example from our slow query log:
```
# Query_time: 3 Lock_time: 0 Rows_sent: 0 Rows_examined: 99728
SEL... | Visitor tracking becomes really slow on large installation (v1.2) | https://api.github.com/repos/matomo-org/matomo/issues/2220/comments | 12 | 2011-03-23T11:44:25Z | 2014-07-08T10:06:37Z | https://github.com/matomo-org/matomo/issues/2220 | 37,352,595 | 2,220 |
[
"matomo-org",
"matomo"
] | There is a FAQ entry describing "How do I purge Piwik logs?" where the SQL statement contains "AND visit_first_action_time <= CURRENT_DATE() - 30".
That statement gives this error (MySQL server 5.0.51a):
"Incorrect datetime value: '20110293' for column 'visit_first_action_time' at row 1"
The statement should be co... | Wrong SQL syntax in FAQ entry 42 | https://api.github.com/repos/matomo-org/matomo/issues/2219/comments | 2 | 2011-03-23T09:48:06Z | 2014-08-03T11:25:40Z | https://github.com/matomo-org/matomo/issues/2219 | 37,352,593 | 2,219 |
[
"matomo-org",
"matomo"
] | This happens in some cases, yet to be identified, eg.
http://demo.piwik.org/?module=API&method=CustomVariables.getCustomVariables&idSite=1&period=week&date=last5&format=Rss
| Fatal error in API response "Maximum function nesting level of '100' reached, aborting!" | https://api.github.com/repos/matomo-org/matomo/issues/2218/comments | 5 | 2011-03-22T22:08:06Z | 2014-07-08T10:06:50Z | https://github.com/matomo-org/matomo/issues/2218 | 37,352,592 | 2,218 |
[
"matomo-org",
"matomo"
] | As a result of r4149, these changeset can be reverted: r1478, r1534 and r1586
| trunk: unnecessary html_entity_decode() | https://api.github.com/repos/matomo-org/matomo/issues/2217/comments | 1 | 2011-03-22T19:38:25Z | 2014-07-08T10:06:36Z | https://github.com/matomo-org/matomo/issues/2217 | 37,352,591 | 2,217 |
[
"matomo-org",
"matomo"
] | We should have the option to be able to export our piwik data.
This would allow easier transfer of data in between different versions of piwik, be able to do what you want with the data freely.
Keywords: piwik export data
| Export Piwik Data | https://api.github.com/repos/matomo-org/matomo/issues/2216/comments | 1 | 2011-03-22T04:45:34Z | 2014-08-03T11:21:26Z | https://github.com/matomo-org/matomo/issues/2216 | 37,352,590 | 2,216 |
[
"matomo-org",
"matomo"
] | upgradephp's json functions require the utf8_decode() and utf8_encode() functions (supplied by the xml extension)
| Handle case where php missing both json and xml extensions | https://api.github.com/repos/matomo-org/matomo/issues/2215/comments | 2 | 2011-03-21T20:58:03Z | 2014-07-08T10:06:36Z | https://github.com/matomo-org/matomo/issues/2215 | 37,352,589 | 2,215 |
[
"matomo-org",
"matomo"
] | Steps to reproduce:
At a piwik page chose another language then your default browser language in the right upper language selector (i have for example as browser default German and have chosen English in piwik).
Go to the goals tab and hit "add goal".
I see then the error message: "Bitte geben Sie einen Wert fr 'nam... | Error messages are in the wrong language if choosen another then browser default | https://api.github.com/repos/matomo-org/matomo/issues/2214/comments | 4 | 2011-03-21T05:02:48Z | 2014-08-03T11:21:26Z | https://github.com/matomo-org/matomo/issues/2214 | 37,352,588 | 2,214 |
[
"matomo-org",
"matomo"
] | pls see below file Version 1.2.1 with IE6Default-settings
| Keyword per page widget: invalid argument supplied for foreach ..... eval()'d code | https://api.github.com/repos/matomo-org/matomo/issues/2213/comments | 2 | 2011-03-20T21:19:21Z | 2014-07-08T10:06:36Z | https://github.com/matomo-org/matomo/issues/2213 | 37,352,586 | 2,213 |
[
"matomo-org",
"matomo"
] | (ticket description updated by @mattab)
The goal of this ticket is to be able to measure a unique user across several domain names, by having Piwik.js automatically forwarding the User ID for this user in the URL as a query parameter.
### Details
First party cookie by design will be only created and available in th... | piwik.js: Cross domain tracking | https://api.github.com/repos/matomo-org/matomo/issues/2211/comments | 17 | 2011-03-20T14:30:56Z | 2017-02-24T11:35:00Z | https://github.com/matomo-org/matomo/issues/2211 | 37,352,585 | 2,211 |
[
"matomo-org",
"matomo"
] | I noticed when selecting a negative UTC offset such as UTC-4 or a location with a negative offset causes the offset to double. It's currently 7:10am UTC-4 however my server is claiming it's 3:10am. If I set it to UTC+1 it reads the correct value of 12:10pm.
The time on the server is correct, Piwik reads it as 11:10am ... | Live: Incorrect time, doubling negative timezone offsets | https://api.github.com/repos/matomo-org/matomo/issues/2210/comments | 3 | 2011-03-20T12:15:28Z | 2014-07-08T10:06:35Z | https://github.com/matomo-org/matomo/issues/2210 | 37,352,584 | 2,210 |
[
"matomo-org",
"matomo"
] | None
| jQuery-UI 1.8.11 update | https://api.github.com/repos/matomo-org/matomo/issues/2209/comments | 2 | 2011-03-19T18:22:25Z | 2014-07-08T10:06:35Z | https://github.com/matomo-org/matomo/issues/2209 | 37,352,583 | 2,209 |
[
"matomo-org",
"matomo"
] | From http://forum.piwik.org/read.php?2,73145 - FF - clicking on the colum header to sort the Downloads "widget" doesn't work (stuck on "Loading data"), but does work on the Actions|Downloads page
| Actions Downloads widget | https://api.github.com/repos/matomo-org/matomo/issues/2208/comments | 3 | 2011-03-19T17:11:18Z | 2014-07-08T10:06:35Z | https://github.com/matomo-org/matomo/issues/2208 | 37,352,582 | 2,208 |
[
"matomo-org",
"matomo"
] | Handling the scheme/protocol is buggy:
- the link.gif icon is displayed for "file:" or anything that looks like a script protocol (i.e., javascript|vbscript|jscript|mocha|livescript|ecmascript)
- we should instead display no icon or an alternate icon (e.g., blank or a circle with a slash through it, to indicate it isn'... | Actions Pages - URL inconsistencies | https://api.github.com/repos/matomo-org/matomo/issues/2207/comments | 2 | 2011-03-19T17:03:26Z | 2014-08-03T11:25:40Z | https://github.com/matomo-org/matomo/issues/2207 | 37,352,581 | 2,207 |
[
"matomo-org",
"matomo"
] | I'm using SiteSearch plugin https://github.com/BeezyT/piwik-sitesearch/wiki and it's documented to fire the number of search results via piwikTracker.setCustomData({SiteSearch_Results: XX}); to the plugin. As setCustomData() has been deprecated and I have no idea - why - it's now in question - how a custom plugin can ... | setCustomData(): How to fire custom data to custom plugin? | https://api.github.com/repos/matomo-org/matomo/issues/2206/comments | 2 | 2011-03-19T15:12:50Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2206 | 37,352,580 | 2,206 |
[
"matomo-org",
"matomo"
] | None
| _readfile() not defined when using piwik.js proxy | https://api.github.com/repos/matomo-org/matomo/issues/2205/comments | 9 | 2011-03-18T23:47:18Z | 2014-07-08T10:06:34Z | https://github.com/matomo-org/matomo/issues/2205 | 37,352,579 | 2,205 |
[
"matomo-org",
"matomo"
] | Dear All
after update from Piwik 1.2 to Piwik 1.2.1
i get this error
unable to read resource: "default/ie6.tpl"
Can somebody help me pls ?
| unable to read resource: "default/ie6.tpl" | https://api.github.com/repos/matomo-org/matomo/issues/2204/comments | 1 | 2011-03-18T20:56:25Z | 2014-08-03T11:25:45Z | https://github.com/matomo-org/matomo/issues/2204 | 37,352,577 | 2,204 |
[
"matomo-org",
"matomo"
] | Snort generates a false positive on this line in piwik.js:
```
escapable = new RegExp('[\\\\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]', 'g'),
```
The Snort rule doesn't check for a closing ] (which was the Mozilla bug that this rule w... | Snort: false positive on piwik.js | https://api.github.com/repos/matomo-org/matomo/issues/2203/comments | 2 | 2011-03-18T15:35:47Z | 2014-07-08T10:06:34Z | https://github.com/matomo-org/matomo/issues/2203 | 37,352,576 | 2,203 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.