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
path: root/tests/UI
AgeCommit message (Collapse)Author
2021-02-03updates expected UI filessgiehl
2021-01-20Show site selector as text only when only one site is available (#16972)Stefan Giehl
* Show site selector as text only when only one site is available * updates expected UI files * hide site selector from header when there is only one website overall
2021-01-19Fix build (#17116)diosmosis
* update SecurityInfo plugin to latest * update expected files and fix regression * fix test
2021-01-14Add tracking spam prevention plugin as a submodule (#17016)Thomas Steur
* Add tracking spam prevention plugin as a submodule * update submodule * fix some ui tests * fix tests * fix some tests * update submodule * update screenshots * fix ui tests * updates expected UI files Co-authored-by: sgiehl <stefan@matomo.org>
2021-01-12Make admin menu collapsible (#17073)Stefan Giehl
* Make admin menu collapsible * updates expected UI files * improve/fix menu ui tests * update submodule * updates expected UI files
2021-01-12Use confiugred noreply mail address when sending recovery mails (#17072)Stefan Giehl
2021-01-05better fix + update expected screenshots (#17043)diosmosis
2021-01-01Add regular expression support to list of user agents to exclude (#16766)Nina Pypchenko
* Add regular expression support to list of user agents to exclude - Added regex support to Administration -> Websites -> Settings -> Global list of user agents to exclude - Made sure old tests that use stripos() pass - Added new tests - Added a sentence to the inline help area about regex support - Fixed a typo elsewhere as specified in the original issue. Closes #14186. Updated method and tests following code review Update plugins/WebsiteMeasurable/MeasurableSettings.php Co-authored-by: Stefan Giehl <stefan@matomo.org> Update system tests * Update screenshots for UI tests affected by the copy changes
2020-12-31Limit max execution time of archiving queries to 2 hours by default (#16971)Stefan Giehl
* Limit max execution time of archiving queries to 2 hours * Adds test for max execution time * cast config value to float * updates expected UI files * update screenshots Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2020-12-24Force new visit after 10K actions (#17014)Thomas Steur
* Force new visit after 10K actions * add test * wording * fix ui test
2020-12-24Improve action id lookup for segments (#16977)Stefan Giehl
* Improve action id lookup fog segments if no id can be found for a segment with the normalized value, try looking it up the the original value * Adds UI test for opening vlog with outlink containing a &
2020-12-22fix testssgiehl
2020-12-17Show an error notification in UI when given date/period combination is ↵Stefan Giehl
invalid (#16840) * Show an error notification in UI when given date/period combination is invalid * Adds UI test * unify usage of date/period params from url/hash * updates ui screenshots changed due to the lastindexof change * use indexOf when searching for multiple values * updates submodule * Fix broadcast.getParamValue * remove debug code * Adds some simple tests * improve ui test * do not url decode as it breaks segmentation tests
2020-12-15multi_server_environment setting now disallows config edits from Web UI (#16760)Nina Pypchenko
* multi_server_environment setting now disallows config edits from Web UI Turning the multi_server_environment setting on now hides the following settings from the Administration -> Settings -> General settings page: - Archiving settings - Email server - Trusted Matomo hostname - Update settings ...so that users cannot set these separately on different instances of Matomo. Fixes #14390. * Added a note for multi_server_environment setting about shared filesystems * - multi_server_environment now only hides email server settings from the general settings page. - Only making the release channel not writable in CoreUpdater->SystemSettings, and leaving the other settings as before. * Update UI test Updated UIIntegrationTest_admin_diagnostics_configfile.png - with Git LFS this time around.
2020-12-15Improve scrolling of dialogs (#16783)Stefan Giehl
* Improve scrolling of dialogs Page will be frozen at the current scroll position and only the dialog will scroll (if too heigh for window) * use $(window).scrollTop() instead of window.scrollY * updates expected ui files
2020-12-11Adds possibility to configure protocols for allowed outgoing connections ↵Stefan Giehl
(#16910) * Only allow http/https requests by default * ws * improve config name * fix typo * updates expected ui file
2020-12-10Add GTM install guide to "no data tracked yet" page (#16785)Thomas Steur
* Add GTM install guide * update screenshots Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2020-12-10Use wikimedia/less.php instead of leafo/lessphp (#16813)Stefan Giehl
* use wikimedias less php * fix some less related stuff * fix expected test file * updates expected test file
2020-12-08Host detection: use HTTP_HOST as default, but provide a setting to use ↵Stefan Giehl
SERVER_NAME instead (#16899)
2020-12-07updates device detector to 4.0.2 (#16900)Stefan Giehl
* updates device detector to 4.0.2 * Adds missing device type peripheral and update tests * submodule update * updates icon submodule * update expected ui files
2020-11-24Fix Installer UI tests (#16781)Stefan Giehl
* Fix Installer UI tests * login after update no longer required * updates expected screenshots
2020-11-18Do not allow uninstalling custom variables and provider for a while (#16734)Thomas Steur
2020-11-17Remove unneeded metric format in Goal overview (#16730)Stefan Giehl
2020-11-17updates expected screenshotsgiehl
2020-11-11Fix build (#16698)Thomas Steur
2020-11-10Adds new parameters for campaign group and placement to campaign builder ↵Stefan Giehl
(#16688)
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-11-04several changes to emphasize setup and use of auto-archiving rather than ↵diosmosis
real-time processing (#16603) * several changes to emphasize setup and use of auto-archiving rather than real-time processing * apply some pr feedback * Applying more pr feedback. * apply review fixes * ignore ability to archive segments in real time * another tweak * update tests * fix another test * fix ui tests * update test * fix evolution icon bug * Update TreemapVisualization and update expected screenshots * update screenshots
2020-10-29replace visit log with visits log (#16591)Stefan Giehl
2020-10-29Fix failing tests (#16629)Stefan Giehl
* updates expected test files * fix ui test
2020-10-29Add new INI config [General] enable_framed_allow_write_admin_token_auth… ↵diosmosis
(#16595) * Add new INI config [General] enable_framed_allow_write_admin_token_auth to allow framed matomo use case to still function in Matomo 4. * Link to faq in exception message. * apply pr feedback and write integration tests (not passing) * fix test * fix test * update screenshot * fix more ui tests * update exception message * update some expected screenshots * update screenshot Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com>
2020-10-29Don't calculate totals and percentage for browser plugins report (#16622)Stefan Giehl
* Don't calculate totals and percentage for browser plugins report * updates expected UI files
2020-10-27Update tag manager submodule (#16614)Thomas Steur
* update submodule * update expected screenshots Co-authored-by: sgiehl <stefan@matomo.org>
2020-10-19Adds measuarable settings to disable visits log and visitor profile (#16561)Stefan Giehl
* Adds measuarable settings to disable visits log and visitor profile * updates expected test files * Adds some UI tests to check deactivating visitor log / profile works * code improvements * more ui tests * Adds global system settings to disable visits log / profile * adds UI tests for system setting * updates expected screenshots * code improvement * improve tests * reset custom logo usage after test * updates expected screenshots * use transient cache
2020-10-15Fix icon align of outlinks in datatables (#16492)Stefan Giehl
* Fix icon align of outlinks in datatables * improve styling * Move datatable icons to matomo font * replace icon in multisites report * improve css * improve css so it looks good on all os/browser * small adjustments * Adjust multisites data table * updates expected screenshots * move plus/minus icon one pixel down * move outlink icon one pixel down * updates expected screenshots * improve icon css * increase size of plus/minus icon * updates expected screenshots * updates submodules * fix ui test
2020-10-14Set minimal height of all textareas to 100px (#16566)Stefan Giehl
2020-10-01Rename login_whitelist_ip config to login_allowlist_ip (#16413)Thomas Steur
2020-10-01updates expected UI filessgiehl
2020-09-30Improve style of textareas in plugin settings (#16493)Stefan Giehl
* Improve style of textareas in plugin settings * updates expected UI file * adds min height * updates expected UI file
2020-09-19Fix one click update test (#16445)diosmosis
* use lower major version in oneclickupdate test * use correcct submodule * update screenshots
2020-09-18Fix build (#16451)Thomas Steur
2020-09-18Fix build (#16449)Thomas Steur
2020-09-17update icons submodule (#16440)Lukas Winkler
2020-09-09Better describe the brute force IP list behaviour (#16411)Thomas Steur
* Better describe the brute force IP list * fix ui test
2020-09-09Update donations widget (#16405)Thomas Steur
* Update donations widget * fix some tests * fix some tests * update css * fix test * improve wording * fix tests
2020-09-04Merge 3.X into 4.X (#16378)Thomas Steur
2020-08-24updates expected UI filesgiehl
2020-08-18fix embedding ui tests (#16298)Stefan Giehl
2020-08-18Add feature to exclude tracking requests via config file (#16302)Thomas Steur
2020-08-11Only allow widgetize and token usage for view users (#16263)Thomas Steur