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 (Expand)Author
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2022-03-07Fix regression in plugin order determination, new param keepUnresolved is not...dizzy
2022-03-04[Vue] Chunk UMD JavaScript into a set of asynchronously loaded files (#18761)dizzy
2022-01-11[Vue] enable full typescript compilation + fix typing errors in existing Vue ...dizzy
2021-12-09[Vue] migrate piwik-reporting-menu directive to vue (#18423)dizzy
2021-12-01[Vue] migrate piwik-field and related directives (#18352)dizzy
2021-11-17[Vue] detect dependent plugins in vue UMDs and order plugins appropriately (#...dizzy
2021-11-11use .development suffix for watch files and gitignore them so its not needed ...dizzy
2021-11-11[Vue] Add support for scoped styles (though they will not be able to access t...dizzy
2021-09-28[Vue] Introduce Vue + Workflow commands (#17940)dizzy
2021-09-03Simple fixes for PHP8.1 (#17929)Justin Velluppillai
2021-08-11Fix a couple a possible warning in PHP 8.1 (#17869)Stefan Giehl
2021-05-27in cache buster only look at activated plugins, not loaded plugins (#16880)Thomas Steur
2020-12-10Use wikimedia/less.php instead of leafo/lessphp (#16813)Stefan Giehl
2020-06-08Switch from bower to npm and update JS libraries (#14082)diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2020-01-16Save concatted less file on compiling error so we can better debug issues. (#...diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-15Support multiple plugin paths (#14051)Thomas Steur
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
2018-04-23added new event to add stylesheets (#12705)Thomas Steur
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-09-07Restore the speed of Visitor Log (#12009)Matthieu Aubry
2017-07-26Correct PIWIK_USER_PATH to PIWIK_DOCUMENT_ROOT (#11661)florianjacob
2016-12-27When safe mode is displayed, and Super User was not logged in already, let Su...Matthieu Aubry
2016-08-29fix testsThomas Steur
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2015-10-08Plugin to track usage of PiwikThomas Steur
2015-09-24missing fileMartin Keckeis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-22PhpDoc and warning fixesMatthieu Napoli
2015-01-15Filesystem remove: silenceErrors optionMatthieu Napoli
2015-01-13Fix #6927 race conditions when deleting filesMatthieu Napoli
2014-11-07refs #6553 Fix 404 errors when opening developer toolsThomas Steur
2014-10-21refs #6469 with jquery-ui 1.11.1 the UI test run about 80% slower and runs ou...Thomas Steur
2014-10-20refs #6469 some initial work for using bowerThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19refs #5399 simplify relative path generation (I hope it still works as expect...Thomas Steur
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
2014-07-02added development flag which allows us to not cache static cache and to make ...Thomas Steur
2014-06-30Removing this part as it breaks the build eg. https://travis-ci.org/piwik/piw...mattab
2014-06-30do not use base.less but use generic theme's stylesheet namemattab
2014-06-30Merge pull request #323 from czolnowski/fix-custom-theme-bugMatthieu Aubry
2014-06-25Minor change to erro messagemattab
2014-06-24Add theme base file before theme less files.Marcin Czołnowski
2014-06-24Manage priority order depending on theme.Marcin Czołnowski