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
2018-09-13improve style when full-widthprofilesThomas Steur
2018-09-13add real time reportsThomas Steur
2018-09-12disable row evolutionThomas Steur
2018-09-12add new category profilesThomas Steur
2018-09-08If serialize=1 in Original renderer, return serialized array w/ exception ↵diosmosis
info instead of throwing. (#13340)
2018-09-07Make sure simple datatable metadata is serialized + some test case changes ↵diosmosis
(#13296) * Make DataTable metadata protected so it will be serialized in derived classes. * Allow SystemTestCase::runAnyApiTest to test any format and use a testSuffix. * Add test for metadata serialization & note about it in field docs.
2018-09-06Make sure user is not logged out when settings saved w/ no password change. ↵diosmosis
(#13391) Makes sure when password is not deliberately set through API, ts_password_modified does not change.
2018-09-06Make sure UserTableFilter can filter by new roles/capabilities. (#13390)diosmosis
2018-09-06Couple test related changes for tests that load multiple other plugins (#13319)diosmosis
* In tests:setup-fixture do not overwrite a Fixtures existing extra plugins to load. * Only uninstall plugins in test if dropDatabaseInTeardown is false. * Load fixture extra plugins in testing environment manipulator. * Handle test case fixture too.
2018-09-06Add [tests] config option to enable logging in tests. (#13335)diosmosis
* Add [tests] config option to enable logging in tests. * Allow tests:run/tests:run-ui commands to enable logging for individual runs + during tests only log to file. * Remove Fixture field * fix failing test * fixing build * Fix another failure. * Fix an other test.
2018-09-05Update CustomDimensions submodule.diosmosis
2018-09-05Stable sort for most frequent segment values (#13286)Stefan Giehl
* Use a stable sort when sorting most frequent segment values * update test files
2018-09-05Fix tests and move AutoSuggest test to API plugin to shorten system tests ↵diosmosis
build. (#13377) * Fix tests and move AutoSuggest test to API plugin to shorten system tests build. * Speed up system tests by clearing datatable manager cache before API call. * Fix stalled test. * Update log analytics submodule & VisitorGenerator submodule. * Update expected system test output (subtable IDs changed).
2018-09-04Use font icon for visitorlog instead of images (#13312)Stefan Giehl
* Use font icon for visitorlog instead of images * Update expected screenshots.
2018-09-023.6.1-b13.6.1-b1Matthieu Aubry
2018-09-02Show confirm before changing a users password and show notification on save ↵diosmosis
complete. (#13342) * Show confirm before changing a users password and show notification on save complete. * Do not show password confirm is password input is blank.
2018-09-01Always set hours to 0 for periods.getToday (#13373)Stefan Giehl
2018-09-01Adds new language Spanish (Argentina) (#13350)Stefan Giehl
2018-09-01Fix capabilities weren't detected correctly (#13368)Thomas Steur
* Fix capabilities weren't detected correctly * added test
2018-09-01Override string trim only if needed to fix performance issue (#13371)Thomas Steur
I had a case where this method took 90s to execute compared to builtin only a ms.
2018-08-31Add site type as attribute to site card in sitesmanager UI so they can be ↵diosmosis
selected by type. (#13343)
2018-08-31submodule updatessgiehl
2018-08-31Use Python 2.7 for travis tests (#13282)Stefan Giehl
* use python 2.7 * adjust travis submodule
2018-08-30Adds UI tests for Custom Logos (#13311)Stefan Giehl
2018-08-29:rocket: 3.6.0 :rocket:3.6.0Matthieu Aubry
2018-08-29Single metric view fixes (#13352)diosmosis
* Make sure client side sparkline limits first date in range to min allowed date. * For goal metrics make sure sparkline in single metric view uses GOal.get w/ idGoal. * UI test tweak. * update ui screenshots * Fixing tests. * Fix caching in singlemetricview. * Update expected UI test. * Update screenshots.
2018-08-28Mention some more changes in developer changelog (#13358)Matthieu Aubry
* Mention some more changes in developer changelog * Update CHANGELOG.md
2018-08-28Ensure metric value is included in map overlays (#13345)Stefan Giehl
2018-08-28Visitor profile: do not load next/previous visitor when ALT key is pressed ↵Matthieu Aubry
(#13356) ALT+Left or Alt+Right is a keyboard shortcut to go back/forward in the browser, so do not go previous/next visitor when ALT+left/right is pressed, so that we keep the Back/Forward browser feature working
2018-08-283.6.0-rc23.6.0-rc2Matthieu Aubry
2018-08-28Login form sometimes submits to CoreHome so must be more lenient in check ↵diosmosis
for form_rememberme. (#13333)
2018-08-28Ensure dates calculated with JS are never before first allowed date (#13348)Stefan Giehl
2018-08-27Adss support for territory specific languages (without an own language name)sgiehl
2018-08-27Adds support for continent specific GeoIP2-City databases (#13338)fs1
* add GeoIP2-City-Europe * added all kinds of maxmind city databases * removed GeoLite2-City-Continent database support since this separation is only for GeoIp2 databases available * removed country files from city detection
2018-08-27language update (#13349)Stefan Giehl
2018-08-23Allow session name to be changed via non-API manner. (#13337)diosmosis
2018-08-21Use $evalAsync instead of $eval since it triggers a digest cycle after ↵diosmosis
initiating the expression. (#13326)
2018-08-21Fix handling of boolish parameters for export (#13314)Stefan Giehl
2018-08-21Apply header font color also to language selector (#13313)Stefan Giehl
2018-08-21Fix wordwrapping in menu selectors (#13320)Stefan Giehl
2018-08-21Remove date & time in system tests.diosmosis
2018-08-21Make sure all sites with no access are selected in ↵diosmosis
UsersManager.getSitesForUser when current user is admin. (#13323)
2018-08-19language update (#13316)Stefan Giehl
2018-08-173.6.0-rc13.6.0-rc1Matthieu Aubry
2018-08-17Do not serialize every property of Periods which can appear in DataTable ↵diosmosis
metadata. (#13280) * Do not serialize every property of Periods which can appear in DataTable metadata. * Add test for original PHP serialized response.
2018-08-17Unify logo usage (#13298)Stefan Giehl
2018-08-17Always set Auth interface in DI to the correct plugin's Auth implementation ↵diosmosis
(#13279) * Make sure Auth interface is always set even if session auth succeeds. * Add failing test. * Fix FrontControllerTest * Put hash token authentication back since it is still in use in plugins.
2018-08-16Make two SessionAuth private methods protected. (#13300)diosmosis
2018-08-15Allow updating translations with defined project slug (#13299)Stefan Giehl
2018-08-15update ui filessgiehl