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-05-08Fix GeoIP2 autoupdate (#15916)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2020-04-19language update (#15826)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2020-04-11language update (#15804)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
* many typo fixes in the code thanks to codespell * reset submodules I really need to stop using `git commit -a` * reset change in library * rebuilt piwik.js * fix test * updates expected UI file Co-authored-by: sgiehl <sgiehl@users.noreply.github.com> Co-authored-by: Stefan Giehl <stefan@matomo.org>
2020-04-01Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-28language update (#15742)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2020-03-21language update (#15716)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2020-03-07language update (#15682)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2020-03-04Fix PHPDocs (#15663)Jean Baptiste Noblot
2020-02-29language update (#15642)github-actions[bot]
Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com>
2020-02-27Update to PHPUnit 8.5 (#15581)Stefan Giehl
* use latest phpunit/phpunit ~8.5 * submodule updates * fixes
2020-02-27Removes GeoIp Legacy support (#15521)Stefan Giehl
* Removes GeoIp Legacy support * move rendering provider configuration to the provider, to allow other providers to define an own one * move related translations to GeoIp2 plugin * Adds some UI tests * Apply review feedback
2020-02-24Merge branch '3.x-dev' into 4.x-devsgiehl
2020-02-23Allow using paid db-ip urls for auto update (#15606)Stefan Giehl
* Allow using paid db-ip urls for auto update * apply review feedback * Adds some Unit tests for new GeoIP2AutoUpdater methods
2020-02-22Try to determine the region iso code based on it's name if not available ↵Stefan Giehl
(#15592) * Try to determine the region iso code based on it's name if not available * Adds test for region without code
2020-02-20Removes deprecated class Piwik\Translate (#15586)Stefan Giehl
* Removes deprecated class Piwik\Translate * use submodule branches * adjust test * fix typo * readd deprecated Piwik\Translate * submodule updates
2020-02-11Use \PHPUnit\FrameWork\TestCase instead of \PHPUnit_Framework_TestCase (#15554)Stefan Giehl
2020-02-07language update (#15525)Stefan Giehl
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-13translation update (#15389)Stefan Giehl
2020-01-09language update (#15365)Stefan Giehl
2020-01-08Allow using and auto-updating dbip databases and default to db-ip.com lite ↵diosmosis
in the UI (#15319)
2019-12-19language update (#15289)Stefan Giehl
2019-11-10language update (#15140)Stefan Giehl
2019-10-28language update (#15064)Stefan Giehl
2019-10-24language update (#15052)Stefan Giehl
2019-10-03Removed closing PHP tag due to PSR-2 definition (#14929)Kai Neuwerth
2019-09-05language update (#14861)Stefan Giehl
2019-08-25language update (#14807)Stefan Giehl
2019-08-02language update (#14726)Stefan Giehl
2019-08-02fix some testssgiehl
2019-07-31 Adds command to update iso region names (#14712)Stefan Giehl
* format code * Adds command to update iso region names * updates region names * updates exptected test files
2019-07-08language update (#14641)Stefan Giehl
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-31language update (#14505)Stefan Giehl
2019-05-28Ensure each plugin has a config.php and tracker.php file (#14430)Kate Butler
* Add empty config.php and tracker.php files to each plugin that doesn't have them; add to whitelist of files that are included in new plugins generated by generate:plugin * Add plugin files for plugins which were missing them
2019-05-13Copy geoip archive into temporary folder instead of in the geoip folder (#14380)Thomas Steur
* Copy geoip archive into temporary folder instead of in the geoip folder I noticed the geoip tar.gz archive is downloaded and extracted into the `misc` directory or whatever is configured eg through ` 'path.geoip2' => DI\string('{path.root}/misc/geoip/'),`. However, only the `misc/GeoLite2-City.mmdb` might have write access but not any other file. This causes the updating of the geodb to fail. Instead, it should be extracted into the `tmp/latest` folder which we use for such cases (eg matomo update, plugin update, ...) * If a path is given, load the DB from that path directly * Update Php.php * ignore error if unlink fails * move file check to getPathForGeoIpDatabase
2019-05-10language update (#14441)Stefan Giehl
2019-05-09Ensure segment definitions doen't regress (#14372)Stefan Giehl
2019-04-10Readable segment values for browser, os and country segments (#13929)Stefan Giehl
* Use readable segment value for browser and os segments instead of short codes * readds original segments using short codes * Adds additional segment country name to segment by (english) country name * compare browser and os names case sensitive for segments * use correct segments for reports * update tests
2019-04-03spellcheck en.json files (#14135)Lukas Winkler
* spellcheck en.json files * fix WidgetsListTest * additional fixes * simplify sentence * Fixing tests.
2019-03-28Fix number of sprintf placeholders in GeoIP2AutoUpdater (#14259)Stefan Giehl
* remove unused code * Fix number of sprintf placeholders
2019-03-17language update (#14214)Stefan Giehl
2019-03-15Allow customization of GeoIP2 database location using DI (#13913)Stefan Giehl
2019-03-09language update (#14170)Stefan Giehl
2019-03-04Improve GeoIP2 re-scheduling (#14161)Stefan Giehl
2019-02-25language update (#14134)Stefan Giehl
2019-01-27language update (#14030)Stefan Giehl
2019-01-07language update (#13938)Stefan Giehl