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 (Expand)Author
2012-12-30Fixing Undefined index: HTTP_HOST in /core/Url.php on line 188 reported in ht...mattpiwik
2012-11-24Fixes #3572 Refs #2465 Overlay work on SSL on demo! NICE!mattpiwik
2012-10-26Fixes #3478 We cannot apparently set the value of a config file section direc...mattpiwik
2012-10-24Refs #3080mattpiwik
2012-10-24Refs #3080, fix regression in install process.benakamoorthi
2012-10-24Refs #3080, get tests to pass and use previous regex code (w/ escaping) inste...benakamoorthi
2012-10-23Fixes #3080, add config option to disable trusted_hosts check, tweak many tra...benakamoorthi
2012-10-22Refs #3080, added trusted host admin UI, display warning in login, normal & a...benakamoorthi
2012-09-19revert partial of [6114] Refs #534 - Fixes #3387 Double encoding issue. Thank...mattpiwik
2012-09-19Also fixing notice 'host'mattpiwik
2012-09-19 Fixing notice <i>Undefined index: scheme</i>mattpiwik
2012-07-14some doc block / code improvementssgiehl
2012-06-23added missing static keywordsgiehl
2012-04-15fixes #3108 - fallback to SERVER_ADDR if HTTP_HOST not definedrobocoder
2012-04-13refs #3080 - backend implementation of trusted_hosts validation; need front-e...robocoder
2012-03-26refs #534 handle labels containing &, data => reportDataBeezyT
2012-03-07refs #1331, refs #3021 - remove #1331 hacksrobocoder
2012-03-07refs #1713, refs #1331 - this should fix the one click updaterobocoder
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2012-03-04this is a little more efficientrobocoder
2012-03-04refs r5602robocoder
2012-02-12Stylemattpiwik
2012-02-12Fix Broken redirectmattpiwik
2011-12-22we don't require PATH_INFO (e.g., for SEF URLs), so don't trust itrobocoder
2011-12-02Safe fail when using these functions before the config file is ready (or reus...mattpiwik
2011-10-10redo [5280]robocoder
2011-10-10handle potential uncaught exceptionrobocoder
2011-09-05fixes #2622robocoder
2011-08-02fixes #2606, refs #2594robocoder
2011-05-22avoid unit test side effectsrobocoder
2011-05-22refs #2444robocoder
2011-05-22refs #2444robocoder
2011-05-22refs #2444 - relax isLocalReferer() test so that it's comparable to the Origi...robocoder
2011-05-22fixes #2444robocoder
2011-04-23refs #2055 - add unit testsrobocoder
2011-04-23fixes #1111 - add support for IPv6 addresses (tracking, anonymization, and ex...robocoder
2011-04-04fixes #2256 - missing data type in phpdocs, e.g., @param $namerobocoder
2011-02-13cleaning up TODOsmattpiwik
2011-02-12Various code changes to prepare for Segmentation refs #1736mattpiwik
2011-01-27coding style consistence (see Common.php)robocoder
2011-01-07refs #1974 - Notice: Undefined index: SCRIPT_NAME (occurs when using php-cgi)robocoder
2011-01-05PDF reports from address didn't have the domain set properly because of buggy...mattpiwik
2011-01-04git-svn-id: http://dev.piwik.org/svn/trunk@3615 59fd770c-687e-43c8-a1e3-f5a4f...robocoder
2011-01-03Various code cleanups and small improvements:mattpiwik
2010-12-20Fixes #1632mattpiwik
2010-12-18refs #1331, refs #1897robocoder
2010-12-18refs #1897 - make proxy headers configureablerobocoder
2010-12-16move nonce-specific code out of Piwik_Url and better handle some (mis)configu...robocoder
2010-11-18refs #1711, refs #1014 - move plugin-specific logic out of Url.php to Proxy m...robocoder
2010-11-06micro-optimizations and some code clean-uprobocoder