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
2015-03-12Add support for HTTP AUTH requests in the HTTP client, only for CURL refs #7393mattab
2015-03-04Using HTTPS is now possible using the fopen methodMatthieu Napoli
Added tests, there's one failing need to find a solution.
2015-01-27fixes #7083 make sure curl_exec exists as well as it could be disabled but ↵Thomas Steur
is needed
2015-01-13Fix curl timeout not set completely: this could result in Piwik hang ↵Matthieu Napoli
indefinitely on an HTTP request More particularly, this resulted in the installation hanging at the second step (system check) when using PHP's built-in webserver.
2015-01-05Faster bootstrap for PHPUnit testsMatthieu Napoli
2014-10-03Bugfix in Piwik\HttpMatthieu Napoli
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-08-10Trim URL before attempting to download itmattab
will prevent issues eg http://forum.piwik.org/read.php?2,118158
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-18Refactoring ProxyHttp for clarity & code cleanliness.diosmosis
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-30More useful exception message when Curl failed (display hostname)mattab
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console ↵mattab
core:archive` command
2014-02-12refs #4610 I do not like to have the climulti in http class as one could ↵Thomas Steur
assume it works on all systems etc. Only use it for archiving for now
2014-02-12refs #4610 simplified some logic, fallback to http on windows, redirect the ↵Thomas Steur
output of php to get output even if piwik exits
2014-02-11refs #4610 tests for cliMulti and loads of bugfixesThomas Steur
2014-02-10refs #4610 worked on executing cli commands in parallel but not tested yetThomas Steur
2014-02-06refs #4610 trigger archiving using cli instead of httpThomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
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 ↵diosmosis
in Common, remove unused Common:: var, remove Common::substr and Common::strlen.
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: ↵mattab
Option::get and Option::set and Option::delete
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 ↵Benaka Moorthi
changed logging level on travis.
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Adding Filesystem class which contains file operationsmattab
And factored out code in ServerFilesGenerator.php
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
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2 steps required: 1. Refactor > Move > \Piwik\Core\Config (uncheck "Create new File") 2. Refactor > Rename > Piwik_Config to Config
2013-04-02Reformat method visibility according to PSR-2Fabian Becker
https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md#45-abstract-final-and-static
2013-03-31fixing some doc blockssgiehl
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-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
the call in tests/PHPUnit/bootstrap.php returns: Piwik should be running at: http://localhost/piwik-master/ but this URL returned an unexpected response: 'ERROR fetching: Content length error: expected 11 bytes; received 36826 bytes...' Not sure why the contentLength is wrong, so I just remove it completely
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 ↵mattab
line 527 git-svn-id: http://dev.piwik.org/svn/trunk@7821 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-01-30when curl or socket is not available, let the dev know instead of silently ↵mattab
crashing git-svn-id: http://dev.piwik.org/svn/trunk@7818 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-30Removing silent fail to display errors when they occur eg. Unable to find ↵mattpiwik
the wrapper "https" - did you forget to enable it when you configured PHP? which requires to uncomment from php.ini: ;extension=php_openssl.dll git-svn-id: http://dev.piwik.org/svn/trunk@7561 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-27Fixes #3456, added updating scheduled task for GeoIP databases w/ manager UI ↵benakamoorthi
and easy-install for GeoLiteCity. Notes: * Added new PEAR lib Archive_Tar and new Unzip implmentations for .tar.gz, .tar.bz2 & .gz files. * Modified Http class to allow use of Range HTTP header. * Added ability to download file in chunks to Http class. * Moved GeoIP admin page styles to separate CSS file. * Allowed monthly scheduled tasks to specify day of week to run on. git-svn-id: http://dev.piwik.org/svn/trunk@7550 59fd770c-687e-43c8-a1e3-f5a4ff64c105