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-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>
2021-10-224.6.0-b24.6.0-b2Matthieu Aubry
2021-10-20[Vue] Adding a "build vue" github action to build vue files (#18080)dizzy
* first attempt at a "build vue" github action * get build vue action to work * tweak file changed check * apply review feedback * do not error when no vue files modified * check HEAD^ for files not just local * Update buildvue.yml * Update buildvue.yml * Update buildvue.yml * Update buildvue.yml * try something else * debugging the action * trying again * skip steps if no vue files modified another way * more debugging * more debugging * more debugging * trying something new * refine + a test * remove echo + test * more tests * more tests * more tests * more tests * fix reference * fix reference * fix reference (really this time) * built vue files * undo test change * built vue files
2021-10-20Include lox/xhprof in the Matomo build release (#18143)Thomas Steur
* Include lox/xhprof in the Matomo build release * fix xhprof wrong path * remove no longer needed scripts
2021-10-19Improve escaping of diagnostic results (#18171)Stefan Giehl
2021-10-19Fix segment creation fails when enable_create_realtime_segments = 0 (#18181)Stefan Giehl
2021-10-19Fixes overlay UI test (#18183)Stefan Giehl
2021-10-19Translations update from Weblate (#18176)Weblate (bot)
* Translated using Weblate (Turkish) Currently translated at 100.0% (55 of 55 strings) Translation: Matomo/Plugin Login Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-login/tr/ [ci skip] Translated using Weblate (Turkish) Currently translated at 100.0% (622 of 622 strings) Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/tr/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Kaya Zeren <kayazeren@gmail.com> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Login Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-login/ [ci skip] Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
2021-10-19Don't browser archive when segment is set to be pre-processed (#18123)Thomas Steur
2021-10-18Fix initial export option values (#18174)Stefan Giehl
2021-10-18Fix UI tests as it fails to fetch data from marketplace (#18111)Thomas Steur
2021-10-18Make cli archiving faster if only one concurrent request per website is ↵Thomas Steur
configured (#18157)
2021-10-18updates expected UI filesupdate-ui-test-screenshotssgiehl
2021-10-18Fix menu dropdown spacing (#18165)Donovan Glover
Fixes #17786.
2021-10-18Cache translated timezone name in enrichSite (#18168)Thomas Steur
* Cache timezone name * fix tests * fix test
2021-10-18Improve performance of Process::isSupported by caching it (#18152)Thomas Steur
* Improve performance of Process::isSupported * tweak content read * Update Process.php * fix test
2021-10-17Translations update from Weblate (#18163)Weblate (bot)
* Translated using Weblate (Croatian) Currently translated at 100.0% (2 of 2 strings) Translation: Matomo/Plugin LanguagesManager Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-languagesmanager/hr/ [ci skip] Translated using Weblate (Croatian) Currently translated at 52.5% (327 of 622 strings) Translation: Matomo/Matomo Base Translate-URL: https://hosted.weblate.org/projects/matomo/matomo-base/hr/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Milo Ivir <mail@milotype.de> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin LanguagesManager Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-languagesmanager/ [ci skip] Co-authored-by: Milo Ivir <mail@milotype.de>
2021-10-17Adds action to automatically update composer dependencies (#17969)Stefan Giehl
2021-10-15[Vue] utility function for creating angularjs adapters (#18146)4.6.0-b1dizzy
* incomplete conversion * get ajax helper migration to work * delete old periods.spec.js * remove global-ajax-queue.js file * migrate piwik service and test (w/ hacks to get it the test to work) * rebuild and remove old files + get tests to pass * unfinished commit * return jqxhr object so promise api can be used * move hasBlockedContent and deprecate piwikApi service * remove alert files * convert piwikHelper.spec.js * in new vue code, use "Matomo" everywhere possible instead of "piwik" and rebuild vue files * add another needed export line in command * include polyfills after vue so we can add to vue engine * Add HTML sanitizer for use w/ migrating ng-bind-html uses. * fix broken merge, rebuild js, fix issue in build command * add sanitize to other components for consistency (will be replaced by utility function eventually) * migrate matomo-dialog, fix issue where vue:build --watch did not correctly watch all plugin files, fix path issue in webpack externals, add vue matomo dialog use example to ExampleVue * update expected screenshot * create initial createAngularJsAdapter generic function and use for AcitivityIndicator * fix webpack chunk loading issue that occurs only on production (since the chunk is not stored in the same directory as the merged asset JS) * use adapter utility for Alert * use adapter function for matomo-dialog (even though the mapping becomes more complex) * fix unit tests
2021-10-15Add Regex check on customer dimensions (#18158)Peter Zhang
2021-10-15updates all submodules (#18160)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-10-15Minor optimisations to Archiving (#18156)Sam
2021-10-14Translated using Weblate (Chinese (Traditional)) (#18153)Weblate (bot)
Currently translated at 92.0% (115 of 125 strings) Translation: Matomo/Plugin CoreHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-corehome/zh_Hant/ [ci skip] Co-authored-by: chenxiaoyao <chenxiaoyao@cvte.com> Co-authored-by: chenxiaoyao <chenxiaoyao@cvte.com>
2021-10-14Visual indication of incomplete periods on charts (#18086)Ben Burgess
2021-10-14remove remain customer variables and provider unit test (#18148)Peter Zhang
2021-10-14update SEO Test (#18142)Peter Zhang
2021-10-14Use the new twig template DI in more places (#18150)Thomas Steur
* Use the new twig template DI in more places * Add possibility to prevent the deletion of template cache through DI
2021-10-14Fix error cannot read property "replace" of undefined in quick search (#18149)Thomas Steur
* Fix error cannot read property "replace" of undefined in quick search * Update quick-access.directive.js
2021-10-13provide console command for setting a marketplace license key (#18071)Daniel Ziegenberg
* adds a new console command marketplace:set-license-key which sets a marketplace license key Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-10-13Translated using Weblate (Greek) (#18147)Weblate (bot)
Currently translated at 100.0% (55 of 55 strings) Translation: Matomo/Plugin Login Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-login/el/ [ci skip] Co-authored-by: Vasilis Lourdas <dev@lourdas.eu> Co-authored-by: Vasilis Lourdas <dev@lourdas.eu>
2021-10-13[Vue] add promise api to ajaxHelper and deprecate piwikApi service (#18114)dizzy
* incomplete conversion * get ajax helper migration to work * delete old periods.spec.js * remove global-ajax-queue.js file * migrate piwik service and test (w/ hacks to get it the test to work) * rebuild and remove old files + get tests to pass * unfinished commit * return jqxhr object so promise api can be used * move hasBlockedContent and deprecate piwikApi service * remove alert files * convert piwikHelper.spec.js * in new vue code, use "Matomo" everywhere possible instead of "piwik" and rebuild vue files * add another needed export line in command * include polyfills after vue so we can add to vue engine * Add HTML sanitizer for use w/ migrating ng-bind-html uses. * fix broken merge, rebuild js, fix issue in build command * add sanitize to other components for consistency (will be replaced by utility function eventually) * add output when no plugins to build * update expected screenshot
2021-10-13Fixed in place sorting order bug for PHP version >= 8 (#18131)AltamashShaikh
2021-10-13Translations update from Weblate (#18145)Weblate (bot)
2021-10-13More verbose error message when login nonce check fails (#18051)Peter Zhang
2021-10-13Remove root array correctly for jsonp API requests (#18136)Justin Velluppillai
2021-10-12Translations update from Weblate (#18120)Weblate (bot)
* Translated using Weblate (Spanish) Currently translated at 96.0% (120 of 125 strings) Translation: Matomo/Plugin CoreHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-corehome/es/ [ci skip] Co-authored-by: KasukeLp <kasukelp23@yahoo.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> * 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] Co-authored-by: KasukeLp <kasukelp23@yahoo.com>
2021-10-12Added method to unset categorylist to reset the list for testcases, #18139 ↵AltamashShaikh
(#18140)
2021-10-12Make the Twig template path more configurable with a DI entry (#18137)Sam
2021-10-11SEOTest failed print REMOTE_ADDR (#18125)Peter Zhang
failed print REMOTE_ADDR
2021-10-11Mention Optimise ecommerce life time metric query in developer changelog ↵Thomas Steur
(#18126) refs https://github.com/matomo-org/matomo/pull/18097 Just merged https://github.com/matomo-org/matomo/pull/18097 and then figured might better to mention this in the dev changelog.
2021-10-11[Vue] migrate piwik service and test (#18106)dizzy
2021-10-11Optimise ecommerce life time metric query (#18097)Sam
2021-10-11add write to adding_segment_requires_access (#18113)Peter Zhang
2021-10-10unify duplicated translation string (#18121)Lukas Winkler