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-10New events + some other misc changes (#13388)diosmosis
* Add Access.modifyUserAccess event. * Add some template events & use request::process for LanguagesManager API. * Use the result of Sites.setSites in SitesManager API. * More comments for Site::setSitesFromArray(). * fixing plugin test.
2018-09-08If serialize=1 in Original renderer, return serialized array w/ exception ↵diosmosis
info instead of throwing. (#13340)
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-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-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-30Adds UI tests for Custom Logos (#13311)Stefan Giehl
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-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-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-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-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-15Allow updating translations with defined project slug (#13299)Stefan Giehl
2018-08-15update ui filessgiehl
2018-08-15update test filessgiehl
2018-08-15Fix frontend display of value 0 (#13295)MichaelHeerklotz
2018-08-15Three small bug fixes (#13288)diosmosis
* Fix two bugs in users manager component (bulk actions were limited to 100 rows and cancel link spanned whole container length). * Add font styles to top of report link in email. * remove commas * Updated expected files. * update tests again * update test files again.
2018-08-13update UI filessgiehl
2018-08-13Use a stable sort method for visited pages in user profile (#13284)Stefan Giehl
* Use a stable stort method for visited pages in user profile * update tests
2018-08-13fix testsgiehl
2018-08-13update submodulessgiehl
2018-08-13language update (#13281)Stefan Giehl
2018-08-13submodule updatessgiehl
2018-08-13Add backtrace to exceptions treated as fatal errors w/ test, … (#13276)diosmosis
* Add backtrace to exceptions treated as fatal errors w/ test, and move partial backtrace reconstruction to FrontController so different safemodes can receive it. * Add missing file. * fixing tests * fix test finally * fix submodule
2018-08-11If warning/error log detected in console command exit w/ code = 1. (#13275)diosmosis
2018-08-11Use text as unsubscribe link (#13267)Stefan Giehl
2018-08-11In piwik.updatePeriodParamsFromUrl() get period/date values from hash or ↵diosmosis
URL. (#13268) * In piwik.updatePeriodParamsFromUrl() get period/date values from hash or URL. * Remove date parameter from defaults in ajaxHelper, already handled properly below. * Remove .only * fixing tests & add new test for MultiSites * correct screenshot * upload screenshot + remove rejected change * Remove port in Url::isLocalHost().