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
2022-02-21Translations update from Hosted Weblate (#18811)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin MultiSites Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-multisites/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin MultiSites Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-multisites/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin MultiSites Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-multisites/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-corehome/ [ci skip]
2022-02-17Translations update from Hosted Weblate (#18780)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin GeoIp2 Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-geoip2/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Ecommerce Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-ecommerce/ [ci skip]
2021-12-22Show a summary of new features (#18065)Ben Burgess
* Added "What is new" notification display, populated by a new event * Removed test example event hook * Added support for applying a link attribute to menu items, fixes layout issue for mobile with html menu items * Updated UI test screenshots * Revert accidental edit * Hide the "What's new" icon if there are no new features to show * Changed to use changes.json, track user last viewed, added ui test * Fix UserManager unit tests broken by new ts_changes_viewed user field * Moved getChanges to separate helper class, added unit test, added user view access check * Updated to add new changes table and populate only on plugin update/install * Added missing fixture class, updated UI screenshots * Updated matomo font to add ringing bell and new releases icons * Fix for integration test * Reworked class structure, removed unnecessary angular directive, merged templates, other tidy ups * built vue files * built vue files * Added null user check, missing table exception handling, show plugin name in change title, better handling of missing change fields * Added sample changes file, moved UserChanges db code to changes model, added return type hints, better db error code handling, various other improvements * Revert accidental UI screenshot commit * Fix for incorrect link name parameter in sample changes, switched back to using $db->query for INSERT IGNORE * Integration test fix, UI screenshot updates * Test fix * Added link styling, show CoreHome changes without plugin prefix in title * Update UI test screenshot * Added styles to the popover, added event for filtering changes * Test fix * UI test screenshot updates Co-authored-by: sgiehl <stefan@matomo.org> Co-authored-by: bx80 <bx80@users.noreply.github.com>
2021-12-21Translations update from Hosted Weblate (#18513)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin UsersManager Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-usersmanager/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin UsersManager Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-usersmanager/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin UsersManager Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-usersmanager/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-corehome/ [ci skip]
2021-12-08Translations update from Hosted Weblate (#18457)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin TwoFactorAuth Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-twofactorauth/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Transitions Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-transitions/ [ci skip]
2021-12-02Update translation filesHosted Weblate
Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CorePluginsAdmin Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-corepluginsadmin/ [ci skip]
2021-12-01[Vue] migrate piwik-field and related directives (#18352)dizzy
* forgot to remove old files * built vue files * first pass at migrating notification directive, notification service and parts of UI.Notification to Vue * rewrite URL handling to use computed properties in a URL store + do the same for other dependent data in the comparison store to allow vues to subscribe to the properties for changes to global state * fix some tests * some more fixes * more fixes + disallow modifications to MatomoUrl state * get angularjs unit tests to pass + fix a couple more issues * another fix * fix bad merge * self review + fixes * remove old fix as it may not be needed anymore * empty string is not a valid date + do not report invalid date exception just rethrow * update screenshots and try to fix random failure * use jquery $destroy event instead of scope one since the scope one is broadcasted * rangeChange event must be triggered once on mount * initialize startDateText/endDateText correctly * use jquery $destroy event instead of angularjs one * built vue files * fix menudropdown.directive.js reference * load vue in installation/updater & correctly make focusanywherebuthere stateful * correctly implement stateful directives for ExpandOnClick/ExpandOnHover * less tweak (angularjs comment removal) * fix submenu check * quick type fix * load vue in installation workflow * add broadcast.js to Installation workflow + do not fail in pk_translate if no translations are loaded * update expected screenshots (spacing of arrow changed because of angularjs comment no longer being there) * start moving Notification class code to notifications store * fix prop type * fix html escaping * built vue files * get toast and other transitions to work + fix broken toast * move all of notification.js to NotificationStore * wait for angular to be initialized to post events to avoid loading race condition * get scroll to notification to work + get initialization of notification groups to work * correct unmount + remove notifications service file * fix some test failures * re add accidentally removed (?) file * remove no longer needed file * Add CoreHome UMD in CoreUpdater/Installation. * self review * fix type + add default value * remove file from JS list * fix test * fix UI tests * set correct type in users manager notification and allow scope values to be transformed in createAngularAdapter * start converting form field directives * start migrating siteselector * small addition * migrate rest of site selector code + make some breaking changes to function signatures in createAngularJsAdapter * disable webpack asset size hints/warnings + get siteselector code to build * fixing some bugs * fix some more issues (allow specifing require in createAngularJsAdapter and make AjaxHelper promises abortable) * get npm test to pass * a couple more fixes * remove existing files * convert quick-access directive and use shared code/state with site selector * remove site selector model * fix more issues and get UI tests to pass for quickaccess * remove debugging code / todo * fix initial value * add back a $timeout() * fixing tests, the post blur scope.$apply()s are apparently required for angularjs to function properly * migrate field-array * fixing more UI test failures * rebuild * start converting multipairfield * fix vue build * why were these deleted? * remove debug code * first pass migrate multipairfield.vue * move form-field code relevant to selects to FieldSelect.vue * fix css class issue + update expected screenshots * rebuild CoreHome * move more of form-field.directive.js to new vue classes * revert styling change * finish converting last of form-field.directive.js code (completely untested) * built vue files * get focus-if to work and remove debugging return; * rebuilt vue * should not need to specify type there * built CoreHome * built vue files * Fix for misaligned evolution trend icons (#18323) * Aligned evolution trend icons, text tweak * Update plugins/MultiSites/angularjs/dashboard/dashboard.directive.less Co-authored-by: Stefan Giehl <stefan@matomo.org> * apply review feedback * Hide feedback banner in zen mode (#18329) * [Vue] 4.6.0 fixes (#18334) * feedback plugin may not be loaded * fix copy paste * async/await not supported * built UMDs * get local files to build * built files * get auto clearing behavior to work in site selector * fix a couple more bugs * use jQuery click for expand on click * undo submodule change * rebuild vue * get vue files to run * missing element * more fixes * get more fields working properly * rebuild * fix even more issues * [Vue] use jQuery click for expand on click (#18341) * use jQuery click for expand on click * undo submodule change * migrate piwik-field directive and fix some issues * forgot to add migrated directive files and get demo.twig to work * use event target * make sure angularjs and vue do not share data * fix ng model mapping * fix a couple more issues * fix a couple more bugs * more fixes * mimic existing behavior where an empty value will result in an extra field appearing in a select option list, but only at first * another fix * built vue files * more fixes * do not use UMD if vue/src is not present * use non-minified angularjs if in development mode * deprecate custom template file property * remove angularjs properties in scope properties (ie, $$hashKey) otherwise vue will fail when it tries to process them * fixing some more issues from ui tests * more fixes * fix form field issue + patch jquery so .trigger() will also trigger events added via addEventHandler() * true bc fix * get the jquery patch to work * ignore polyfill map * fix ng-model issue in report limit in report export directive * full width property was not handled properly before in angularjs * do not try and parseInt null values * fix several more issues for tests * fix some tests * fix data binding * fix css class * fixing more ui test issues * do not decode model value of site name in site selector, so it is always the same as what is in the DB * 4.6.0-rc2 * more ng-model fixes * rebuild * html tweaks * add timeout to test * rebuild * fix another UI test * rebuild vue files * update some expected screenshots * fix more issues * Revert "[Vue] do not decode model value of site name in site selector, so it is always matches the DB value (#18356)" This reverts commit 8c7539f073e7a49311cbe6dc2474eb1bbfb8718d. * update screenshots * more fixes * another fix + screenshot update * more screenshot updates * more fixes * even more fixes * another ui test fix * more type fixes * rebuilt vue JS * couple more fixes * undo debugging * do not convert undefined to bool * update screenshot * another bool checking fix * rebuild vue files * more fixes * initial site value in field is assumed to be encoded * file headers and custom field component support * get custom component field code to work * rebuild vue * allow using angularjs templateFile for custom field (for BC) * get angularjs template embedding to work for rollupreporting at least * deal with some in source TODO items * fix a couple more issues * Use separate div in modals to display notifications otherwise Vue will erase modal content when initializing NotificationGroup component. * build again * refactor some code and fix an issue with checkbox array field handling in angularjs * more fixes * another fix * even more fixes * remove more todo * hopefully the last changes * update vue files * update submodule * revert debugging change + fix issue * built vue files * fix another select issue * rebuild vue files * fix broken refactor * update two screenshots * add some more timeouts and update screenshots * fix site selector model binding * rebuild vue * fix field array title * apply some pr feedback * apply more pr feedback * another fix * tweak * fix ng-change not executed before ng-model * fix another set of issues * fix another issue * rebuild vue * better ng-change/ng-model fix * initiate initial ng-change ONLY for site selectors where this behavior applies * update screenshots and try to fix random failure * undo submodule change * fix test Co-authored-by: sgiehl <stefan@matomo.org> Co-authored-by: Ben Burgess <88810029+bx80@users.noreply.github.com> Co-authored-by: Matthieu Aubry <mattab@users.noreply.github.com>
2021-12-01Update missing screenshots (#18422)Ben Burgess
2021-12-01Configuration option to disable transition periods (#18366)Ben Burgess
* Added config option to disable transition periods * Config section checks * Hide transitions row action if period is not allowed * Added system test * Add default values for requests vars * Do allowed period checks for transition row actions in javascript * Code tidy up, fix for range get day count bug, improved tests * Added UI test for disabled period
2021-11-14Translations update from Hosted Weblate (#18289)Weblate (bot)
* Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Events Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-events/ [ci skip] Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin VisitFrequency Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-visitfrequency/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Events Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-events/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Matomo/Plugin Feedback Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-feedback/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org>
2021-10-08Translations update from Weblate (#18061)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin UserId Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-userid/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin UserId Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-userid/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin UserId Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-userid/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin SitesManager Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-sitesmanager/ [ci skip]
2021-10-06Transition data exporting (#18062)Ben Burgess
2021-09-16Translations update from Weblate (#18008)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Actions Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-actions/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Actions Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-actions/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-corehome/ [ci skip]
2021-09-03Translations update from Weblate (#17951)Weblate (bot)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Translated using Weblate (Bulgarian) Currently translated at 54.0% (53 of 98 strings) Translation: Matomo/Plugin CoreUpdater Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-coreupdater/bg/ [ci skip] Translated using Weblate (Bulgarian) Currently translated at 76.8% (475 of 618 strings) Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/bg/ [ci skip] Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Пламен <plamen_mbx@yahoo.com> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/ [ci skip] Co-authored-by: Пламен <plamen_mbx@yahoo.com>
2021-09-01Use newer version of Puppeteer for UI tests (#17880)Stefan Giehl
* Use latest version of Puppeteer for UI tests * use newer node on travis * test * use waitForTimeout / waitForSelector instead of waitFor * Handle BC for removed waitFor method * Updates expected UI test files * update submodules * improve/fix some UI tests * Updates expected UI test files * improve/fix some UI tests * update url-parse dependency * simplify some UI tests * update screenshot * avoid using merged assets that are broken * fix expected compare exit code * don't use merged assets for TwoFactorAuth UI tests it seems due to too many requests to login, logout and other pages merging the CoreJS assets somehow fails, and results in returning an empty file. Even the reload fails to serve the correct content, so maybe the file, the content should be written to, is somehow locked. Disabling the merged assets seems to fix this issue for this tests. Locally the tests are also running correctly with merged assets. * improve handling of automatic css / js reloading in UI tests * increase timeouts of TwoFactorAuth UI tests * fix 2fa ui test * revert change * update new screenshot * updates UI screenshots * submodule updates
2021-09-01Translations update from Weblate (#17948)Weblate (bot)
* Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Hindi) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Italian) * Added translation using Weblate (Arabic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Persian) * Added translation using Weblate (Georgian) * Added translation using Weblate (Korean) * Added translation using Weblate (Slovak) * Added translation using Weblate (Slovenian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tagalog) * Added translation using Weblate (Spanish (Argentina)) * Added translation using Weblate (Galician) * Added translation using Weblate (Basque) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Urdu) * Added translation using Weblate (Latvian) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Georgian) * Added translation using Weblate (Slovenian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Latvian) * Added translation using Weblate (Lithuanian) * Added translation using Weblate (Thai) * Added translation using Weblate (Telugu) * Added translation using Weblate (Basque) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Arabic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Georgian) * Added translation using Weblate (Korean) * Added translation using Weblate (Slovak) * Added translation using Weblate (Slovenian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Urdu) * Added translation using Weblate (Spanish (Argentina)) * Added translation using Weblate (Latvian) * Added translation using Weblate (Lithuanian) * Added translation using Weblate (Basque) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Georgian) * Added translation using Weblate (Galician) * Added translation using Weblate (Latvian) * Added translation using Weblate (Telugu) * Added translation using Weblate (Basque) * Added translation using Weblate (Croatian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Georgian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Lithuanian) * Added translation using Weblate (Thai) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Estonian) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Georgian) * Added translation using Weblate (Slovak) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tagalog) * Added translation using Weblate (Galician) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Galician) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Latvian) * Added translation using Weblate (Thai) * Added translation using Weblate (Telugu) * Added translation using Weblate (Basque) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Georgian) * Added translation using Weblate (Korean) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Croatian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Amharic) * Added translation using Weblate (Galician) * Added translation using Weblate (Latvian) * Added translation using Weblate (Thai) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bulgarian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Catalan) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Hindi) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Persian) * Added translation using Weblate (Georgian) * Added translation using Weblate (Korean) * Added translation using Weblate (Slovak) * Added translation using Weblate (Slovenian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tagalog) * Added translation using Weblate (Galician) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Latvian) * Added translation using Weblate (Thai) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bulgarian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Catalan) * Added translation using Weblate (Vietnamese) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Arabic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Persian) * Added translation using Weblate (Georgian) * Added translation using Weblate (Slovenian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tagalog) * Added translation using Weblate (Telugu) * Added translation using Weblate (Basque) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Galician) * Added translation using Weblate (Latvian) * Added translation using Weblate (Lithuanian) * Added translation using Weblate (Thai) * Added translation using Weblate (Telugu) * Added translation using Weblate (Tamil) * Added translation using Weblate (Basque) * Added translation using Weblate (Estonian) * Added translation using Weblate (Romanian) * Added translation using Weblate (Belarusian) * Added translation using Weblate (Bulgarian) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Catalan) * Added translation using Weblate (Vietnamese) * Added translation using Weblate (Icelandic) * Added translation using Weblate (Croatian) * Added translation using Weblate (Hungarian) * Added translation using Weblate (Hindi) * Added translation using Weblate (Hebrew) * Added translation using Weblate (Amharic) * Added translation using Weblate (Arabic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Persian) * Added translation using Weblate (Georgian) * Added translation using Weblate (Korean) * Added translation using Weblate (Slovak) * Added translation using Weblate (Slovenian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Tagalog) * Added translation using Weblate (Tamil) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Croatian) * Added translation using Weblate (Urdu) * Added translation using Weblate (Croatian) * Added translation using Weblate (Tagalog) * Added translation using Weblate (Urdu) * Added translation using Weblate (Galician) * Added translation using Weblate (Basque) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Croatian) * Added translation using Weblate (Amharic) * Added translation using Weblate (Norwegian Nynorsk) * Added translation using Weblate (Urdu) * Added translation using Weblate (Bosnian) * Added translation using Weblate (Urdu)
2021-08-30Syncs all translations from Transifex (#17931)Stefan Giehl
* fixes some whitespaces and formatting in english translation files * Adds translations for languages that did not yet exist * fix tests * adds missing locales * fix locale * update submodules * updates expected UI file
2021-08-20When aggregating reports, inflate one expanded datatable at a time (#17817)dizzy
* datatable should always be a map here * rewrite datatable aggregation to inflate a single expanded table at a time, rather than all at once * when adding a new row, make sure we do not share row instances between datatables (as this will mean sharing subtable instances as well) * support deleting datatables between specific range of IDs * fix datatable aggregation code that expands one datatable at a time * fix parameter issue * fix one type of test failure * undo last change, variation in precision is expected in column values * remove plugin submodule update * debugging change * change * debug changes * undo some debug changes, metadata changes are expected * small refactor * decimal and actions metadata changes expected * lat long changes are for duplicates, expected * correctly set metadata on created table * fix test * update expected screenshots * revert debugging changes * change modifier back * update more tests * fix UI test
2021-08-09language update (#17863)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-08-03Fix transition popover for page titles (#17854)Stefan Giehl
2021-08-02language update (#17845)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-04-25language update (#17495)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-03-21Fix remaining regressions & ui tests (#17360)Stefan Giehl
* fix som ui tests * improve randomly failing ui test * Ensure not to abort ajax requests on initial page load * updates expected ui files * fix more ui tests * adds missing ui screenshot * updates expected ui file
2021-03-13language update (#17342)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-02-25language update (#17273)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-02-20language update (#17239)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-02-13language update (#17220)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
2021-02-10Display help icons for categories/subcategories (#17062)dizzy
* show help icons in left and display help messages on click * pointless commit * more fixes for when to show icon persistent * More docs & more fixes. * some fixes, more styling changes + UI test * remove line breaks * fix link * update SecurityInfo plugin to latest * apply more review feedback * Adding help text + tweak to notification title bar. * fix issues after review and make exception clearer * update submodules * Update CustomVariables submodule. * fixing tests * fix test Co-authored-by: sgiehl <stefan@matomo.org>
2020-12-11Fix unknown keyword is not shown in transitions report in seach engines ↵Thomas Steur
section (#16841) * Fix unknown keyword is not shown in transitions report in seach engines section * Add test so change will be visible there Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2020-11-10Move performance reports to a new page / category (#16673)Stefan Giehl
* Move performance reports to new category * fix tooltips * updates UI test * updates expected test files * updates expected screenshots * Move Performance category after transitions * Make page reports wider * adds nonce to language selector in updater / installation * updates expected test files * Update getLanguagesSelector.twig * change report title to page urls * Hide performance viz on normal page reports (not in widgets) * update tests * updates submodules * fix ui tests Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com>
2020-09-18Fix build (#16449)Thomas Steur
2020-09-11show correct transitions info in "Did you know?" section (#16333)Lukas Winkler
2020-07-10Fix behaviour for segments using "not equals" or "not contains" on an action ↵Stefan Giehl
dimension (#16172)
2020-06-08Switch from bower to npm and update JS libraries (#14082)diosmosis
* Starting to replace bower with npm: use updated jquery-ui from npm. * Use jquery from npm./ * Use angular from npm. * Add more angular libraries. * Use chroma-js from npm. * Remove html5shiv, does not appear to be used. * Use iframe resizer library from npm. * Add jquery-mousewheel * Add jquery.dotdotdot from npm. * Get jquery.scrollto from npm. * Get jscrollpane from npm. * Get materialize-css from npm. * Get mousetrap from npm. * Remove ngDialog, as it is no longer used. * Install qrcode.js from npm. * Get sprintf-js from npm. * Get visibillityjs from npm. * Remove bower.json. * Getting parts of matomo to work w/ new versions of libraries installed by npm. * Ignore node_modules subfolders in node_modules since we only use npm for frontend dependencies + fix a test. * Fix button padding. * Fix series picker checkboxes. * Fix karma conf. * Fix CSS in right place. * Fixing more css/less issues. * More test fixes. * Limit selection style fix. * Fix more tests + materializecss issues. * Fix a couple more tests. * Fix annotation styling. * remove error * add ng-dialog files * try to fix some tests * Fix several UI tests. * fixing more build issues * Fix several more tests and issues. * fixing more tests * split ui tests into 3 groups * fix several more issues and tests * Fix some console warnings on chrome. * Updating more test files. * fix some tests * yet more fixes * couple more fixes * another form fix * Fix some tests. * update screenshot * update more expected files * Fix two more form issues. * test commit (travis is not fetching submodules for some reason...) * remove scripts removed in merge * three travis builds * split UIIntegrationTest into multiple suites * lets try this again * updae several expected screenshots * fix some more tests * fix plugin details material select and tabs initiaialization * update screenshots + css fix * re-initialize materialize tabs since we load jquery-ui afterwards for datepicker which unsets materialize tabs * update more screenshots and fix couple more issues * update more screenshots + tweak to test * more fixes and screenshot updates * fix some issues and update more screenshots * update submodules * more fixes + more updated screenshots * more css fixes and test fixes * couple fixes & updated screenshots * update screenshots * fix random failure * Map old bower_component files to new ones in AssetManager. * Remove node_modules from PR and ignore node_modules in .gitignore and remove libs/jquery (adding new required libs). * Update .travis.yml. * update screenshots * fixing some more issues * fix copy pasta * update screenshots * fix more modal issues * Update css & screenshots. * correct close modal calls * fixing more issues * data-target instead of data-activates * fix more tests * trigger build that works? * fix more tests * update submodule * debugging travis * more debugging * try to fix test * fix modal no button click in test * update more screenshots * couple more test fixes * some more fixes and updated screenshots * update screenshots * apply some review feedback * Fix modal centering and initial top position. * apply some more pr feedback * another pr fix * update submodule * remove style * fix color of checkbox mark * Fix centering the popover Note: centering the popover relative to body doesn't work poperly anymore, maybe because of the fixed position of the widget overlay. Using the ui-widget-overlay to position the dialog centered seems to work * ignore line endings check for node modules * updates expected UI files * submodule updates * use minified file of jquery.browser.js * updates expected test files * ensure to hide parent tooltips when row action tooltips are shown * tweak less for datatable navigation * style is only useful for dashboard * update some screenshots * update submodules Co-authored-by: sgiehl <stefan@matomo.org>
2020-05-17language update (#15958)github-actions[bot]
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
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-02use latest puppeteer for screenshot testing (#15767)Stefan Giehl
* use latest puppeteer for screenshot testing * updates expected UI screenshots
2020-03-24Regenerates Omnifixture (#15520)Stefan Giehl
* updates Omnifixture * fix some namespaces * updates some outdated urls * use correct method * update expected UI files * ensure popover param is not sanitized * try to fix one click update ui test until 4.x stable release * fix jstracker ui test * set now timestamp for realtime test * replace some changing ids to avoid changes on omnifixture update * ui files
2020-03-15respect max execution time limit for transitions plugin (#15652)Stefan Giehl
2019-10-28language update (#15064)Stefan Giehl
2019-10-24language update (#15052)Stefan Giehl
2019-10-14Sundry minor build fixes (#15002)Kate Butler
* Update expected files * Update screenshots for Marketplace update screen * Increase timeout for Matomo Changelog widget * Update Morpheus; update test screenshots * Update screenshots
2019-10-10Smaller varchar size for log_action.name (#14859)Thomas Steur
2019-10-03Removed closing PHP tag due to PSR-2 definition (#14929)Kai Neuwerth
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
* Allow row metadata to be datatables in API output. * Fill out initial DataComparisonFilter. * fixing some issues * couple more fixes * couple more fixes + initial system test * more fixes * Finish up segment comparison system test and get to pass. * Soft limit for number of segments/periods. * Add supportsComparison method. * Add UX code for adding/removing/seeing data comparisons + code to forward query parameters in AJAX requests + allow broadcast to handle multi-value query param values. * Start showing comparison tables in html tables. * Adding all comparison rows to html table visualization and adding "all visits" segment translation and add currently selected segment to comparisons table. * Show totals ratio for comparison rows. * finished poc html table visualization support for comparison * start working on comparisons support in graph visualizations * Some UX tweaks to htmltable and add comparisons to bar/pie graphs. * Getting comparisons to work in evolution graphs. * Get row evolution to work properly in comparison table. * Get segmented visitor log to work in comparison tables. * Fix regression in comparisons in evolution graph. * Get comparisons to work in actions datatable, fix twig issue that results in 100% cpu usage (when reading dataTable param w/ many rows & comparison tables), get overlay/transitions icons to appear, overlay should work properly. * Get transitions and overlay to work in comparison rows. * Fixing some datatable API output issues, fixing tests, support comparisons in subtables by forcing idSubtables of comparisons to be sent in request (makes UI work, but not pracitcal for API). * Remove typo. * apply original change * Allow All Visits default segment to be compared. * working on disabling currently compared segments. * Get currently compared segments code to work. * starting on refactoring datacomparisonfilter * Most of refactor done. * Get tests to pass and fix a bunch of datatable metadata consistency issues. * Modify evolution graph to modify compare parameters and show some sort of accurate comparison line graphs. * Set xaxis labels correctly in tooltips and make sure series data for comparisons is set correctly. * more fixes to displaying evolution comparisons where compared date ranges vary in length + make sure normal reports w/ no data display the no data message even when comparing * Show period type in comparison card. * Unsanitize compare segments. * Get correct period count. * Couple more fixes to evolution graph series labels, but still wonky. * Include comparison series label in comparison output so evolution graph has an easier time of building series data. * For multi period vs multi period show correct compareDate/comparePeriod for child tables. * Redesign period selector comparison section and get to work. * Allow plugins to disable comparisons for specific pages. * Start supporting comparison in sparkline visualization. * Get sparkline points & lengths to work correctly when comparing. * Fix comparison enabling check. * Pick series and shade colors. * Rewriting comparison card to show individual serieses. * Rewrite comparisons cards to only show segments as cards and individual serieses inside the cards. * Use comparison colors and shades in evolution graph + fix a couple bugs. * Tweak series colors and fix a couple regressions to comparison totals calculation. * Add ratio tooltip suffix explaining comparison percent. * fix typo * Forward comparison params in report export. * tweak series colors again + add tooltip with visitssummary metrics to comparison rows + fix a bug in using array query params in piwik-api + fix bug in formatting of comparison table metrics * Tooltip fixes, start on sparklines supporting comparison, modify comparison filter to only calculate change metrics against periods since they are time related. * Sparkline comparison support. * Tweak line thickness and set metric index properly in jqplot data generator. * In sparklines comparison, show evolution for compared period, rewrite top tooltip to be better, fix tooltip issues when multiple metrics used in evolution graph, and get comparison to previous period to work. * Update submodule * Make things look ok w/ a very long segment name, add numbers to compared datatable row labels, fix pie chart colors + a couple other regressions. * more bug fixes * Fix query param retrieval issue. * Do not throw if no comparison params specified, just do nothing. * try to fix a couple warnings * Another query param get fix. * Do not save comparison parameters. * pass by reference * fix JS error * DO not set compare params if not set in URL for dashboard widgets. * Fix comparison table styling in dashboard. * Expand bar graph if there are too many bars when comparing. * tweak comparison bar graph sizing * make sure flatten works w/ comparison * Apply compute processed metrics to comparison tables. * Hack to get Goals.get to be formatted during comparison. * Fix ordering of yunits in evolution graph. * If rows are selected, incorporate into comparison series names. * Format revenue properly in goals comparison sparklines. * First working attempt at adding Referrers.get method for use w/ Sparklines visualization. * get referrers sparklines to work w/ comparison * Finish using new referrers API method and get referrers sparklines/evolution graph to play well w/ each other in comparison mode. * Simplify table comparison view if only comparing periods, no segments. * Take into account visible rows when calculating series metric index. * Get comparison to work when totals rows are added to tables. * Show series color in evolution graph tooltip. * Fix error when loading row evolution/segmented visitor log for compared ranges. * fix regression in normal subtable loading * Fix row style * Forward comparisonIdSubtables parameter if present so it is used when changing limit/offset * Initialize the row index prefix to the filter offset. * Do not show period header if only segments compared in table. * Add UI tests and fix issues so they pass locally. * quick tweak * Fix PHP error * Updating screenshots * Fixing several bugs and updating expected screenshots. * Fix comparison tests and clear some TODO. * Prefix referrers metrics. * Revert "apply original change" This reverts commit 8f6ceb0430e5c7306a777498199ad7db21fd7175. * Show period label if comparing two periods of same type. * segment sanitization fixes * More segment fixes. * Another fix to the tooltip. * Fix related reports when comparing + make totals tooltip clearer + store segment + pretty title in datatable metadata so it does not have to be looked up every time. * Allow disabling comparisons for individual uses of visualizations. * Remove limit on hover for actions tables + fix subtable expansion for normal actions tables. * Make sure parameters are arrays. * Stricter check for empty parameters. * Allow first compared segment to be "removed". * several more fixes * Fixing table cell alignment and width and everything else that broke while making changes (hopefully). * Several fixes, including xss fixes and test fixes and bug fixes for comparisons. * more table css tweaks * Correct workings of previous period/year comparison + always convert periods to ranges when comparing in evolution graph. * Correct workings of previous period/year comparison + always convert periods to ranges when comparing in evolution graph + more css tweaks. * fix more test regressions * Forgot to add file * fix several TODO as well ass get comparison sparklines to have right colors in widgets. * Use DataTable metadata instead of getting available segments. * When comparing periods that do not uniformly support unique visitors, do not display unique visitors metric. * Small refactor and make sure sparklines shows over period w/o using lastN. * more refactoring and fixes * some more refactoring * Move comparison index math to helper methods. * Use piwikUrl.getSearchParam * Process comparison tables like normal tables in API.getProcessedReport. * remove some code redundancy * use new format date method * Add first working unit test for comparisons service. * Finish writing unit test for comparison service. * refactor comparisons service and fix a couple regressions * Fix more TODO items and refactoring. * Fill out more TODO. * Remove more TODO. * Fixing some tests. * another test fix * FIx some more tests. * More test fixes and regression fixes. * Do not add segments to summary rows in actions reports. * more test fixes * fix more tests * more test fixes * Fixing more tests. * Fixing more tests + debugging failing one. * Fix twig loop issue * Make sure empty compare params are not used in URL. * Remove cached request array. * Support comparison rows in multirow evolution popover and LabelFilter. * Tweak placement of some icons. * Forward current segment in reporting menu links. * Fix for split dimension view. * tweak css * Add more tests. * Add year to xlabels in evolution graph (but not xaxis tick). * applying review feedback * Apply more PR feedback * remove debugging code * tweak event docs * Fix test. * fix some test * fix a test and regression * updating tes files + fixing test * Fix regression * Fix dropdown z-index issue (or workaround really). * Fixing tests again. * Update screenshots * Fix bug and remove some debugging code * Apply review feedback. * Make sure ratio tooltips show in widgetized mode. * Fix some UI tests. * Fix tests * Fix a couple more tests.
2019-08-25language update (#14807)Stefan Giehl
2019-08-17Show marketplace in reporting menu (#14738)Thomas Steur
* show marketplace in reporting menu * also include other widgets * show more pages in the reporting menu * fix tests * fix screenshots * Update screenshot files and try to fix random failure. * fix test
2019-08-15On API call error, remove loading gif in transitions report. (#14774)diosmosis
2019-08-07 Handle ranking query others row properly in contents & events archiver. ↵diosmosis
(#14622) * Add more types of actions to ManyVisitsWithMockLocationProvider fixture. * fix test change * update expected test files * Handle ranking query others row properly in contents & events archiver. * Use custom ranking query specific others label and handle by default in DataArray::asDatatable(). * Updating expected test files. * Use strict compare since label can be 0 apparently. * Update expecred test files.