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
2020-03-05Avoid warning from passing 2 args to ucwords() on older PHP versions ↵diosmosis
(#14734) (#15650) * Don't use ucwords on older versions of PHP * Add comment Co-authored-by: Kate Butler <kate@innocraft.com>
2019-09-30HTTP method needs to return true when a destination path is given (#14921)Thomas Steur
In https://github.com/matomo-org/matomo/pull/14877 I added a new feature so plugins can hook into HTTP. Now noticed the GeoIP download was not working because it didn't return true when the response was loaded into a file.
2019-09-17Let plugins hook and listen into http requests (#14877)Thomas Steur
* Let plugins hook and listen into http requests * fix test
2019-08-06Avoid warning from passing 2 args to ucwords() on older PHP versions (#14734)Kate Butler
* Don't use ucwords on older versions of PHP * Add comment
2019-07-17Fix GeoIP database download issues over HTTP2 (#14449)Kate Butler
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2019-05-06Add config option to use own cacert.pem file (#14113)Fabian Dellwing
* fixes #13742 * add explaining text * minor tweak as in past we had sometimes trouble accessing Config::getInstance()->General['custom_cacert_pem'] directly on some systems shouldn't be an issue anymore, but better be safe.
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
* Replace all occurences of Piwik in english translations of Actions plugin * translation update * Replace all occurences of Piwik in english translations of API plugin * translation update * Replace all occurences of Piwik in english translations of core * replace Piwik occurrences * Rename widget piwik.org blog => matomo.org blog * fix widget name * replaced some more piwik mentions * Renamed to Matomo a few strings * Replaced more strings to Matomo in JSON files, twig templates * Replaced more strings to Matomo in INI file * Replaced more strings to Matomo in API docs, error messages, feedback forms * introduce API.getMatomoVersion and ExampleAPI.getMatomoVersion API + deprecate old ones
2017-09-20Use Piwik.org in our HTTP Socket integration test (#12074)Matthieu Aubry
* Use Piwik.org in our HTTP Socket integration test * use exact "piwik.org" in HTTP socket integration test * use "ssl://" if necessary for HTTP socket * divert from spec to please HTTP socket test
2017-05-24Allow setting custom headers for requests done by Http::sendHttpRequestBy ↵Stefan Giehl
(#11738)
2016-12-27curl http connections: always load cacert.pem since it's always availablemattab
2016-12-09fix marketplace might not search for plugins correctly (#10986)Thomas Steur
2016-11-15Update Marketplace to work with new API (#10799)Thomas Steur
* starting to port marketplace to piwik 3 * updating tests * fix translation key * fix various issues * use material select * fix plugin upload * deprecate license_homepage plugin metadata and link to a LICENSE[.md|.txt] file if found (#10756) * deprecate license_homepage plugin metadata, and link to a LICENSE[.md|.txt] file if found * Make license view HTML only without menu * fix tests and update * fix some links did not work * we need to show warnings even when plugin is installed, not only when activated. otherwise it is not clear why something is not downloadable * fix install was not working * improved responsiveness of marketplace * fix more tests * fix search was shown when only a few plugins are there * fix ui tests * fix some translations * fix tests and remove duplicated test
2016-01-26fixes #3325 add possibility to post content via Http class, needed for ↵Thomas Steur
premium plugins
2016-01-11Do not overwrite piwikUrl when host is localhostThomas Steur
2015-09-05fixes #8707 - throw exception when url is not reachablesgiehl
2015-07-12 Do not use INI [proxy] settings when connecting to localhost or 127.0.0.1mattab
fixes #8272
2015-06-23Fixes #8159 no notice when the response only has headers and no bodymattab
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-23implement httpAuth for transport methods socket & fopensgiehl
2015-04-14ref #7235 Refactored the system check to allow plugins to add diagnosticsMatthieu Napoli
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.