Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-04#6788 Removed the tracker proxy (moved to a separate repository)Matthieu Napoli
2014-09-30when using custom parameters, url encode the param name to build a correct urlmattab
2014-09-25fix possible typo: undefined variable $headNaga
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-08Merge pull request #344 from Irrational86/masterMatthieu Aubry
Changed JavaScript Tracking Code generation to use "//"
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-05Changed JavaScript Tracking Code generation to use "//", instead of ↵Jesse
verifying whether the site is using "https", or not, and generating a corresponding URL. "//" has been part of the RFC for well over 18 years. It has been confirmed to work in all major browsers (Firefox, Chrome, IE, Opera). References: - RFC 1808 Section 4: http://www.ietf.org/rfc/rfc1808.txt - RFC 3986 Section 5.2: http://www.ietf.org/rfc/rfc3986.txt - Stack Overflow QA 1: http://stackoverflow.com/q/4659345/238722 - Stack Overflow QA 2: http://stackoverflow.com/q/6785442/238722
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-27Fixes #2900 Now reading 'HTTP_X_FORWARDED_FOR', 'HTTP_CLIENT_IP', ↵mattab
'HTTP_CF_CONNECTING_IP' and falling back to REMOTE_ADDR Getting visitor IP via proxy script should now work! This was also reported in: http://forum.piwik.org/read.php?2,115900
2014-05-14Refs #4831 I could not reproduce this bug. So maybe it is because Magic ↵mattab
quotes runtime was on on your server running the proxy script? could you please try to apply this patch to your piwik.php on proxy and tell me if you still have the issue?
2013-05-07Using standard example domains rather than other websites. Thanks Ronald ↵mattab
Volgers for the suggestion!
2013-04-16Fixes #2019 thanks for the report, fixing the regressionmattab
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-03-14Refs #3820 script links to docmattab
2013-03-13fixes #3820Fabian Becker
2013-03-13Fix markdownFabian Becker
2013-03-13Extract and format description for Piwik Proxy script.Fabian Becker
2013-03-13Refine proxy piwik.phpFabian Becker
2013-02-27Minor changesmattab
2013-02-26Refs #1845, change code in proxy-hide-piwik-url/piwik.php to use async code.diosmosis
2013-02-20Fixing bug accept language reported in; http://forum.piwik.org/read.php?2,100902mattab
2013-01-18Avoid http header injectionmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7780 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-04Updating doc following user feedback that it was not very clearmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6914 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-12Stylemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5817 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-07-26extra docmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5050 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-07-26Fixes #2019mattpiwik
* Added better doc in the script itself * added FAQ How to to point to this script git-svn-id: http://dev.piwik.org/svn/trunk@5049 59fd770c-687e-43c8-a1e3-f5a4ff64c105