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
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Adding Filesystem class which contains file operationsmattab
2013-09-04Remove unused variable [ci skip]Fabian Becker
2013-08-12add timeout as parameter of Http::fetchRemoteFile()Julien Moumné
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-04-02Reformat method visibility according to PSR-2Fabian Becker
2013-03-31fixing some doc blockssgiehl
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-01More code cleanup and better use of Piwik::logFabian Becker
2013-02-27Reverting change I wasnt supposed to commitmattab
2013-02-27Removing tets for content-length since for some reason, it fails for me (ie. ...mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-01-31Fix Notice: Undefined variable: header in /usr/share/piwik/core/Http.php on l...mattab
2013-01-30when curl or socket is not available, let the dev know instead of silently cr...mattab
2012-11-30Removing silent fail to display errors when they occur eg. Unable to find the...mattpiwik
2012-11-27Fixes #3456, added updating scheduled task for GeoIP databases w/ manager UI ...benakamoorthi
2012-09-18Fixes #3383 Note to self: Http.php would be better refactored in subclassesmattpiwik
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
2012-05-24completed a bunch of php doc blockssgiehl
2012-03-09refs r5997 - change curl detectionrobocoder
2012-03-08fixes "curl_getinfo() expects parameter 1 to be resource..."mattpiwik
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2012-02-23Fixes #2943mattpiwik
2012-01-28refs #4841 - avoid Accept-Language:Accept-Language:enrobocoder
2011-11-13fixes #2769 plus refactoringrobocoder
2011-09-13Fallback for stream_set_timeout() disabled. Fixes http://forum.piwik.org/rea...robocoder
2011-05-31Thanks unit tests!!mattpiwik
2011-05-31Fixes #2458 - Visitor Generator now based on a "piwik access log, combined fo...mattpiwik
2011-05-21refs #2441robocoder
2011-05-21fixes #2441, fixes #1869robocoder
2011-04-23fixes #1111 - add support for IPv6 addresses (tracking, anonymization, and ex...robocoder
2011-01-26theoretically, this isn't Windows-specific; so, if it exists, just use itrobocoder
2011-01-13refs #1867 - add curl support for local cacert.pem, if availablerobocoder
2011-01-13convert EOL on merged assets to make it more readable on Windows (when debugg...robocoder
2010-12-06rename transport method from "stream" to "fopen" ... to distinguish it from a...robocoder
2010-11-06fixes #1806 (and rename elsewhere for consistency)robocoder
2010-08-20refs #1630robocoder
2010-07-06Introducing documented piwik.php PHP Tracking client.mattpiwik
2010-07-05refs #1461 - s/basedir/dirname/robocoder
2010-07-04fixes #1461 - refs r2376robocoder
2010-06-24Manually deleting tmp/latest directory was failing the unit tests, fixing by ...mattpiwik
2010-05-30refs #1393 - and this is based on a review of ext/curl; the workaround (not y...robocoder
2010-05-30refs #1393 - I dug deeper into the libcurl source and change history, and as ...robocoder
2010-05-30fixes #1393 - we now setopt() CURLOPT_FILE or CURLOPT_RETURNTRANSFER separate...robocoder
2010-05-29fixes #1393 - see http://bugs.php.net/39034; we now check for boolean true an...robocoder