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
2021-11-05updates composer dependencies (#18274)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-11-05updates all submodules (#18273)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-11-05[Vue] migrate comparisons service + component (#18193)dizzy
* migrating RateFeature and ReviewLinks + adding AjaxHelper.fetch utility method (all untested) * get ratefeature component to work, modify matomodialog component to use v-model, add event parameters to createAngularAdapter, allow translate to use variadic args or one string array + rebuild * remove ratefeature angularjs files * rebuild + make vue mapping property optional in createANgularJsAdapter * migrate enrichedheadline and get to work * fix test * fix translate * fix another translate issue & migrate contentblock directive * fix anchor links, not including the "/" causes angularjs to fail (also on 4.x-dev) * update expected screenshots * fix ui test * fix some test failures * fix nested transclude issue * remove content block files * fix icon spacing that occurs due to angularjs inserting empty comments in between nodes while vue 3 does not * update some screenshots * update screenshot (actually fixes an alignment issue) * update screenshot * first pass at converting comparisons service/component * get new code to build and load without error in the UI * debugging * getting basic functionaltiy to work * fix UI test failure + URL encoding/angularjs issue causing back button to not work * using ref in setup() is not needed to access this.$refs * Convert comparisons service angularjs tests to comparison store typescript tests. * built vue files * 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 * update expected screenshot
2021-11-05[Vue] add node version check to vue:build command (#18272)dizzy
* add node version check to vue:build command * trim() command output first
2021-11-05use jquery $destroy event instead of scope one since the scope one is ↵dizzy
broadcasted (#18271)
2021-11-04Support downloading system tests from plugins (#18263)Thomas Steur
* support downloading system tests from custom plugins * skip plugins update when repo given * Update DevelopmentSyncProcessedSystemTests.php * Sync files to plugin directoy directly Co-authored-by: sgiehl <stefan@matomo.org>
2021-11-04Correct path for ignoring c-pchart docs (#18269)Justin Velluppillai
2021-11-03Show correct metrics in row evolution triggered from goal view tables (#18228)Stefan Giehl
2021-11-03Make sure to use correct default params when building API requests in ↵dizzy
AjaxHelper.ts (#18265)
2021-11-03updates expected UI filessgiehl
2021-11-03Remove no longer needed version check for confirmPassword parameter in ↵Thomas Steur
setSystemSettings API (#18259) Just saw this code and noticed it shouldn't be needed anymore as the version is now always > 4.4.0-b1. It was initially added in 4.3.0 and enforced with Matomo 4.4.0 to give users time to adjust to this new parameter.
2021-11-03Upgrade szymach/c-pchart from v2.0 to 3.0 to support PHP8.1 (#18260)Justin Velluppillai
* Use szymach/c-pchart v3.0 * Fix some moved imports * Change path to fonts so they're excluded from final package * Don't remove default font * More path fixes * removes unneeded use statement Co-authored-by: Stefan Giehl <stefan@matomo.org>
2021-11-03updates all submodules (#18266)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-11-02set table head sticky (#18124)Peter Zhang
* update table head to sticky update table head to sticky * update on small screen update on small screen * update table conditions update table conditions * remove on smaller screen remove on smaller screen * update screen shot update screen shot * Update Morpheus_load.png * update table warnings update table warnings * remove firefox warning remove firefox warning * test new setup test new setup * remove js, sticky on pure css remove js, sticky on pure css * update ui screen shot update ui screen shot * update scroll on l6 * remove related remove related * update z index update z index so table tool tip won't overlap * update table css update table css * update z-index update z-index * update test css update test css * add missing semi comma add missing semi comma * update datable zindex update datable zindex * update tests update tests * Update UIIntegrationTest_metric_tooltip.png update tooltip screen shot * update report side css update report side css * Update _dataTable.less fix css change * update table image update table image * update wrong table css update wrong table css * update screen shots update screen shots * update to js solution update to js solution * update table update table * add on load blinds, remove console.log add on load blinds, remove console.log * update screen shot update screen shot * Update plugins/CoreHome/stylesheets/dataTable/_dataTable.less Co-authored-by: sgiehl <stefan@matomo.org>
2021-11-02Added code to filter response for API.getReportPagesMetadata and ↵AltamashShaikh
API.getWidgetMetadata (#18233) * Added code to filter response for API.getReportPagesMetadata and API.getWidgetMetadata, #DEV-2366 * Updated filters check when the filterkey is array * Added testcases with filter for API.getWidgetMetadata and API.getReportPagesMetadata
2021-10-31Translations update from Weblate (#18237)Weblate (bot)
* Translated using Weblate (Portuguese (Brazil)) Currently translated at 50.8% (94 of 185 strings) Translation: Matomo/Plugin PrivacyManager Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-privacymanager/pt_BR/ [ci skip] Co-authored-by: Geidson Benício Coelho <geidsonc@gmail.com> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin PrivacyManager Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-privacymanager/ [ci skip] Co-authored-by: Geidson Benício Coelho <geidsonc@gmail.com>
2021-10-30[Vue] make sure transcluded content is processed before query selectors in ↵dizzy
EnrichedHeadline (#18242) * make sure transcluded content is processed before query selectors in EnrichedHeadline * do not add map files in buildvue workflow * built vue files Co-authored-by: sgiehl <stefan@matomo.org>
2021-10-29updates all submodules (#18247)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-10-29Fix annotations for StackedBarEvolution charts (#18236)Stefan Giehl
* Fix annotations for StackedBarEvolution charts * updates expected UI tests
2021-10-29updates expected UI testssgiehl
2021-10-29allow triggering vue build manuallyStefan Giehl
2021-10-29updates all submodules (#18239)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-10-29updates composer dependencies (#18240)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-10-28CoreAdminHome string changes (#18220)Allan Nordhøy
* CoreAdminHome string changes * HTTPS
2021-10-28updates expected UI testssgiehl
2021-10-28Install routine: Fix text contrast for accessibility (#18164)Donovan Glover
* Install routine: Fix text contrast for accessibility Fixes #17785. * Make label color same as text during installation * trigger build Co-authored-by: Stefan Giehl <stefan@matomo.org>
2021-10-28Translations update from Weblate (#18229)Weblate (bot)
* Translated using Weblate (Ukrainian) Currently translated at 94.2% (586 of 622 strings) Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/uk/ [ci skip] Translated using Weblate (Ukrainian) Currently translated at 94.0% (585 of 622 strings) Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/uk/ [ci skip] Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreAdminHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-coreadminhome/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Tymofii Lytvynenko <till.svit@gmail.com> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Installation Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-installation/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Tymofii Lytvynenko <till.svit@gmail.com>
2021-10-28update database test work without section set (#18151)Peter Zhang
* update database test update database test * update tests update tests * add matomo_tests to exception add matomo_tests to exception * test env on travis test env on travis * test database change on travis test database change on travis * update tests update tests * update test update test * update test database host update test database host * update tests update tests * Update bootstrap.php update bootstrap to recreate empty test
2021-10-28Introduce new config setting to set a contact email address (#17916)Stefan Giehl
* Introduce new config setting to set a contact email address to use instead of all super user email addresses * fix test * apply review feedback * updates expected UI tests
2021-10-28Add guide links on tracking code page and no data email (#18218)Ben Burgess
* Added guide links to tracking code page and no data email * Added noopener to links * Updated UI test screenshot Co-authored-by: sgiehl <stefan@matomo.org>
2021-10-27Fix CSP issue when viewing marketplace plugin details (#18215)Stefan Giehl
2021-10-27remove and ignore js map files since they do not help in production (#18223)dizzy
2021-10-27Always remove hash part from URL when detecting the script name (#18204)Stefan Giehl
* Always remove hash part from URL when detecting the script name * use mb_ string methods * also escape ip * fix login ui test
2021-10-27[Vue] Always enable CoreVue. (#18222)dizzy
* Always enable CoreVue. * updates expected UI tests Co-authored-by: sgiehl <stefan@matomo.org>
2021-10-27updates all submodules (#18230)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-10-27unmount on scope $destroy (#18226)dizzy
2021-10-26Respect previously selected row display count in evolution charts (#18212)Stefan Giehl
* Respect previously selected row display count in evolution charts * prepare UI tests * fix prepared UI test * white space to trigger tests * updates expected UI test Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com>
2021-10-26[Vue] Migrate content-block, enriched-headline, rate-feature + related (#18166)dizzy
* migrating RateFeature and ReviewLinks + adding AjaxHelper.fetch utility method (all untested) * get ratefeature component to work, modify matomodialog component to use v-model, add event parameters to createAngularAdapter, allow translate to use variadic args or one string array + rebuild * remove ratefeature angularjs files * rebuild + make vue mapping property optional in createANgularJsAdapter * migrate enrichedheadline and get to work * fix test * fix translate * fix another translate issue & migrate contentblock directive * fix anchor links, not including the "/" causes angularjs to fail (also on 4.x-dev) * update expected screenshots * fix ui test * fix some test failures * fix nested transclude issue * remove content block files * fix icon spacing that occurs due to angularjs inserting empty comments in between nodes while vue 3 does not * update some screenshots * update screenshot (actually fixes an alignment issue) * update screenshot * Update _dataTable.twig * fix order of operations issue * built vue files * fix variable reference * built vue files * make sure absolute paths are not used in polyfill source map * trigger build * trigger another build Co-authored-by: sgiehl <stefan@matomo.org>
2021-10-26update big int on cookie expire time to datatime format (#18179)Peter Zhang
* update int 30 years to string update int 30 years to string * update cookie time update cookie time * update one error update one error * update comments update comments * remove a not used else remove a not used else * Update CookieTest.php group test into simple functions * Update CookieTest.php update typo * Update Cookie.php update warning to try catch * add warning to exception handler add warning to exception handler * update cookie test * restore test restore test after cookie * remove GMT remove GMT * revert test back revert test back * remove warning remove warning * remove time to fix bit 32 remove time to fix bit 32 * update cookie tests update cookie, and function * remove unneeded use statement * removes unneeded use statements Co-authored-by: Stefan Giehl <stefan@matomo.org>
2021-10-26Added functionality to filter getReportMetadata and getSegmentsMetada in ↵AltamashShaikh
SystemTestCase (#18141) * added functionality to filter getReportMetadata and getSegmentsMetadata API response, #DEV-2366 * Added api filter setter and getter in Fixture.php, #DEV-2366 * Handled condition when fixure is not set, #DEV-2366 * Updated code and started using SystemTestCase instead of Fixtures to set and get, #DEV-2366 * started filtering testcase response for API.getReportMetadata,#DEV-2366 * Updated code to setup filter in setUpBeforeClass instead of setUp, #DEV-2366 * started adding api filter event always, #DEV-2366 * started filtering on category for getSegmentsMetadata and on module for getReportMetadata, #DEV-2366 * Added filter by Visitor for getSegmentsMetadata test and updated testcase file, #DEV-2366 * Updated code to support filter by multiple values, #DEV-2366 * Blank line to iniitiate rebuild, #DEV-2366
2021-10-26Add new CSP methods to developer changelog (#18198)Justin Velluppillai
2021-10-26Enable CSP (not report-only) and add SecurityPolicy methods to @api (#18197)Justin Velluppillai
* Enable CSP (not report-only) and add SecurityPolicy methods to @api * Remove redundant initialisation and trigger build * Updated UI test ss
2021-10-26Translations update from Weblate (#18219)Weblate (bot)
* Translated using Weblate (Portuguese (Brazil)) Currently translated at 50.2% (93 of 185 strings) Translation: Matomo/Plugin PrivacyManager Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-privacymanager/pt_BR/ [ci skip] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (622 of 622 strings) Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/pt_BR/ [ci skip] Co-authored-by: Geidson Benício Coelho <geidsonc@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin PrivacyManager Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-privacymanager/ [ci skip] Co-authored-by: Geidson Benício Coelho <geidsonc@gmail.com>
2021-10-26Updated ui screenshots (#18217)Justin Velluppillai
2021-10-25Updates davaxi/sparkline to 2.0 (#18211)Stefan Giehl
2021-10-25Translations update from Weblate (#18206)Weblate (bot)
* Translated using Weblate (Norwegian Bokmål) Currently translated at 61.1% (96 of 157 strings) Translation: Matomo/Plugin CoreAdminHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-coreadminhome/nb_NO/ [ci skip] Co-authored-by: Haakon Meland Eriksen <haakon.meland.eriksen@kf.no> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin ProfessionalServices Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-professionalservices/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreAdminHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-coreadminhome/ [ci skip] Co-authored-by: Haakon Meland Eriksen <haakon.meland.eriksen@kf.no>
2021-10-22Use proper CSP headers for Overlay (#18188)Stefan Giehl
* Use proper CSP headers for Overlay * apply review feedback * Removed unnecessary imports Co-authored-by: Justin Velluppillai <justin@innocraft.com>
2021-10-22Translations update from Weblate (#18184)Weblate (bot)
* Update translation files Updated by "Squash Git commits" 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 Resolution Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-resolution/ [ci skip]
2021-10-22updates composer dependencies (#18201)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-10-22updates all submodules (#18200)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>