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-18Note dbip's poor city accuracy in UI (#15694)3.13.4-rc1diosmosis
* Add note about dbip accuracy and maxminds signup requirement. * tweak urls * apply review feedback
2020-02-07translation updatesgiehl
2020-01-24Make sure geolocation admin experience is consistent if user is not using ↵diosmosis
GeoIp2 plugin. (#15447)
2020-01-13translation update (#15389)Stefan Giehl
2020-01-09language update (#15365)Stefan Giehl
2020-01-09Fix fatal error in case users still using first geoip plugin. (#15362)diosmosis
* Fix fatal error in case users still using first geoip plugin. * escape urls.
2020-01-08Allow using and auto-updating dbip databases and default to db-ip.com lite ↵diosmosis
in the UI (#15319)
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-27language update (#14916)Stefan Giehl
2019-09-05language update (#14861)Stefan Giehl
2019-09-03Faster raw log data deletion (#14844)Thomas Steur
* Faster raw log data deletion * cannot use DB reader with this new performance feature * delete 2K visits at once instead of only 1K * fix index not defined * forgot to commit file
2019-08-29Do tracker request validation/auth before start of processing (#14830)Kate Butler
* Validate request before we start processing * Refactoring
2019-08-25language update (#14807)Stefan Giehl
2019-08-15Fix city archiving for cities without regions (#14731)Stefan Giehl
* Fix city archiving for cities without regions * Add city without region * Regenerate mmdb files * update exprected test files
2019-08-02regenerate js files and fix some more testssgiehl
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-22language update (#14684)Stefan Giehl
2019-07-16Keep top level nb_visits_converted metric (#14253)diosmosis
* Do not remove nb_visits_converted when archiving goal reports since it should differ from sum of conversions. * If metric is not available, compute dynamically by using max nb_visits_converted. * Ignore abandoned cart conversions when calculating visit converted. * In case goals column is empty. * remove processed metric code since it is not correct * do not remove visits converted metric for overview * fix tests * Fixing test * fix test * update test files * update submodules * Update expected screenshots & try to fix some random failures. * Update expected UI test export results. * two ui test fixes * Fix couple UI test failures. * fix random php test failure
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-29Default to current ip in UserCountry.getLocationFromIp and add some tests. ↵diosmosis
(#14497)
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-11Fixes various misspellings of Matomo (and Piwik) (#14443)Stefan Giehl
2019-05-10language update (#14441)Stefan Giehl
2019-05-09Ensure segment definitions doen't regress (#14372)Stefan Giehl
2019-04-12Avoid browser tooltips for piwik fields (#13931)Stefan Giehl
by using data-title attribute instead of title
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-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-04GeoIP first will update the next day, then weekly/monthly after that. Fixes ↵Diego Baños Fariñas
#11006 (#11659) * Feature: GeoIP first update will be the next day. Then Monthly or Weekly * Get unit test to pass.
2019-02-18Enable fingers crossed handler via INI config and show backtrace in ↵diosmosis
logs/archive api output (#13923) * Add config to use FringersCrossedHandler (untested) * Get to work in different contexts. * Add changelog note. * Make sure more exceptions make it to the logs, make backtrace include previous exceptions, do not use screen writer if in cli mode, always print backtrace if in CLI mode and archivephp triggered. * Add log capturing handler. * Remove options from global.ini.php sibnce they may be temporary. * Add UI test triggering an error w/ the screen handler. * Add some more log statements, ignore logs in screen writer, replace part of message in ExceptionToTextProcessor instead of whole message. * Add missing license. * Update changelog, move new item to 3.9 * Fixing some integration tests. * Fix another unit test. * One more test fix. * Try to get rid of xss testing warning. * Try again to get rid of warning. * Try again to get rid of warning. * Try again to get rid of warning.
2019-01-27language update (#14030)Stefan Giehl
2019-01-16Skip downloading discontinued GeoLite databases without an error (#13959)Stefan Giehl
2019-01-14language update (#13956)Stefan Giehl
2018-12-17language update (#13871)Stefan Giehl
2018-12-17Force tracker failure if location url params are used in unauthenticated ↵diosmosis
request. (#13867)
2018-12-14Revert "Always fail during tracking when authentication is required b… ↵diosmosis
(#13858) * Revert "Always fail during tracking when authentication is required but invalid token is used (#13675)" This reverts commit 2862316a05301755681305fbe060591c08d8c265. * remove tests moved to integration test
2018-12-02Updated menu structure and naming fixes (#13518)Thomas Steur
* add new category profiles * disable row evolution * add real time reports * improve style when full-width * change menu order plus remove visitors report * remove more traces of the profiles report * fix some ui tests * fix more tests * fix tests * fix some tests * Update en.json * Update SegmentedVisitorLog.js * updates expected test files * updates expected UI files * Updating expected files. * Update expected screenshot.
2018-11-25Always fail during tracking when authentication is required but invalid ↵Thomas Steur
token is used (#13675) * Always fail during tracking when authentication is required but invalid token used * fix tests
2018-11-13Update theme to reflect the new logo and brand color changes (#13629)Thomas Steur
* update theme * fix alert box has no spacing * fix couple issues with new theme * improve contrast and make sure to use correct theme color * fix notification colour * fix wrong logo used * fix theme color * fix update title not readable
2018-11-01language update (#13663)Stefan Giehl
2018-10-09translation updatessgiehl
2018-09-17language update (#13436)Stefan Giehl