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-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-03refs #4244 converted more linksThomas Steur
2013-10-21Refs #4200, documented Http class.diosmosis
2013-10-18Refs #4200, do not generate docs for CacheFile class, document @api methods i...diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-07refs #4194 marked some classes and methods as API to test doc generationThomas Steur
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi
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