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-09-06updates all submodules (#17971)github-actions[bot]
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-09-01Prepares Weblate migration (#17927)Stefan Giehl
* Add translation stats to readme * improve generate-intl command * update readme * remove translation workflow * allow empty translation files * Adds internal parameter to ignore config in LanguageManager API * ignore missing translators * extend commands to ignore language info * Update lang/README.md Co-authored-by: Lukas Winkler <git@lw1.at> * Update commands to use Weblate instead of Transifex API * Replace remaining Transifex occurences * submodule updates * fix/update tests Co-authored-by: Lukas Winkler <git@lw1.at>
2021-08-06updates all submodules (#17860)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-07-16updates all submodules (#17777)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-05-21updates all submodules (#17605)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-03-26updates all submodules (#17395)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-03-05updates all submodules (#17306)github-actions[bot]
Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
2021-01-21submodule updatesgiehl
2020-11-18Update composer dependencies + submodules (#16740)diosmosis
* update matomo components * update other composer deps * update submodules * updates expected test files Co-authored-by: sgiehl <stefan@matomo.org>
2020-11-03Update plugin submodules (#16655)4.0.0-rc1Thomas Steur
* Update plugin submodules * fix update * update submodule
2020-10-06Update visitorgenerator plugin (#16540)Thomas Steur
2020-08-07Submodule updates (#16275)Stefan Giehl
* submodule updates * update travis.yml * updates expected test files * updates expected UI files * submodule update * updates expected test files
2020-07-14update submodules (#16208)Stefan Giehl
* update submodules * updates expected UI files
2020-06-29submodule updates (#16134)Stefan Giehl
2020-05-27Removes director detection (#15989)Stefan Giehl
* Remove detection for director * Drop column * some more adjustments * submodule updates * updates expected test files * updates expected UI files * fix test * rebuilt piwik.js * submodule updates * fix tests Co-authored-by: pebosi <mail@pebosi.net> Co-authored-by: Peter Boden <p.boden@pax.de> Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2020-05-20Remove gears detection (#15956)Stefan Giehl
* Remoing gears * Remove gears from test files * revert removing gears column from dump * Move sql update to core * Revert "visitorGeolocator: output actual changes in debug mode (#12478)" (#12480) This reverts commit 19a7654a9fd775d5bcaed3b9a22224228288c7f3. * Merge with latest changes * Merge with latest changes * revert * revert, add migration * add migration * Merge * Merge * revert * Update core/Tracker/Settings.php Use 0 as default Co-Authored-By: Stefan Giehl <stefan@matomo.org> * fix tests * rebuilt js * updates expected UI files * update changelog * submodule updates Co-authored-by: Peter Boden <p.boden@pax.de> Co-authored-by: pebosi <mail@pebosi.net> Co-authored-by: Matthieu Aubry <mattab@users.noreply.github.com>
2020-05-07Require authentication when sending custom ip with tracking requests (#15888)Stefan Giehl
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-21submodule updatessgiehl
2020-04-17New page performance reports (#15736)Stefan Giehl
* Adds various new performance metrics and dimensions * Adds tracking for new performance values * track performance metrics only for page views * Archive new performance metrics * move everything into a new plugin * fix archiving of overall metrics * Adds new overview reports * show performance metric on some more reports * adds new page performance icon * Adds new row action to view page performance evolution for pages * Adds new stacked bar visualization for page performance evolutions * show total value in stacked bar chart tooltips * [TEMP] use php tracker package branch * Adds some simple System tests * Adds some UI tests * remove performance metrics from action reports that don't support it * move calculation to api * mark as tracker plugin * improve calculation of maximum value in bar evolution chart * enrich existing tests with performance metrics * updates expected test files * send performance metrics with the next request after they are available this might not be the pageview it self but any request after it, like a ping, goal, ... * Adds request processor to process performance metrics not sent directly with the page view * rebuilt js * Add metric decriptions to evolution chart documentation * fix convertion of microseconds part * Ensure average page load time is displayed in evolution graph in scheduled reports * fix some more tests * move page performance overview to visitors overview * Adds new table with performance metrics visualization * Adds some additional information to page performance evolution overlay * update omnifixture * updates expected UI files * Use mediumints for new dimensions * Adds additional permission check * Encode label in page performance overlay title * Improve updating performance metrics in later requests * Adds some integration tests * improves metric documentations * Send already available performance data with page view request * update tests * updates expected UI test screenshots * updates expected test files * improves archiving * show page generation time in performance metrics table if matomo was installed before 4.0 * Hide page generation time in ui reports if Matomo was installed after 4.0 * Fix removal of unavailable columns from being displayed that was done too early in the process causing to be overwritten again by the reports configureView * do not track automatically calculated generation time any more * split latency into network and server time * [TEMP] update php tracker * rebuilt piwik.js * Ensure to count zero values as hits * updates Omnifixture * updates expected test files * remove possibility to set generation time * rebuilt piwik.js * adjust tests * update php tracker * update test logs * submodule * update Omnifixture * show page load time in action tooltip and visitor summary instead of generation time * updates expected ui files * mark page generation time metric as deprecated * fix tests * [TEMP] use submodule branches * ensure lower metric values are shown as better * use 4.x-dev branch of php-tracker * update submodules
2020-04-15Rename interaction_position to pageview_position (#15812)Stefan Giehl
* rename db column interaction_position to pageview_position * allow storing bigger int values in position fields * updates tests & expected files * adds changelog * Update plugins/Actions/Columns/VisitTotalInteractions.php * update submodules
2020-02-27submodule updatessgiehl
2020-02-27Update to PHPUnit 8.5 (#15581)Stefan Giehl
* use latest phpunit/phpunit ~8.5 * submodule updates * fixes
2020-02-20Removes deprecated class Piwik\Translate (#15586)Stefan Giehl
* Removes deprecated class Piwik\Translate * use submodule branches * adjust test * fix typo * readd deprecated Piwik\Translate * submodule updates
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-14Initialise 4.x branch (#15383)Thomas Steur
2019-11-04Updates all submodules (#15097)Stefan Giehl
* updates all submodules * fix ReleaseChecklistTest
2019-10-22update tag manager and visitor generator submodule (#15031)Thomas Steur
2019-08-25submodule updates & test fixes (#14809)Stefan Giehl
* updates all submodules * fix WidgetList tests * submodule update * translation updates
2019-06-24updates all submodules (#14568)Stefan Giehl
* updates all submodules * update expected screenshots
2019-05-28updates all submodules (#14489)Stefan Giehl
* updates all submodules * updates expected test files
2019-04-01submodule updatessgiehl
2019-02-23Updates plugin submodules (#14131)Stefan Giehl
* updates plugin submodules * update UI tests * update submodule
2018-12-17submodule updatessgiehl
2018-11-25updates submodulessgiehl
2018-11-01submodule updatesgiehl
2018-10-09submodule updates (#13564)Stefan Giehl
2018-09-05Fix tests and move AutoSuggest test to API plugin to shorten system tests ↵diosmosis
build. (#13377) * Fix tests and move AutoSuggest test to API plugin to shorten system tests build. * Speed up system tests by clearing datatable manager cache before API call. * Fix stalled test. * Update log analytics submodule & VisitorGenerator submodule. * Update expected system test output (subtable IDs changed).
2018-08-31submodule updatessgiehl
2018-08-13submodule updatessgiehl
2018-06-08Update submodules. (#13046)diosmosis
* Update VisitorGenerator submodule. * Update CustomDimensions submodule. * Update screenshots.
2018-05-31Updates submodules (#13024)Stefan Giehl
* Updates submodules * fix travis.yml * update matomo/searchengine-and-social-list
2018-05-04update submodulessgiehl
2018-04-22submodule updatessgiehl
2018-04-21submodule updatessgiehl
2018-04-07Updates VisitorGenerator submodulesgiehl
2018-03-27Update log-analytics & VisitorGenerator submodules. (#12657)Benaka
2018-03-21submodule updatessgiehl
2018-01-26submodule updatessgiehl
2017-12-19submodule updatessgiehl