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
2021-10-26Respect previously selected row display count in evolution charts (#18212)Stefan Giehl
2021-09-15Revert "if not comparing, set show_limit_control to true for Evolution Report...Stefan Giehl
2021-09-15if not comparing, set show_limit_control to true for Evolution Report (#17987)Tim-Hinnerk Heuer
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-10-13Hide unavailable metrics in graphs (#14996)Stefan Giehl
2019-09-30Comparison tweaks (#14923)diosmosis
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-15Allow throwing exceptions for HTTP error codes to better check query param in...diosmosis
2019-05-02Make sure evolution parameters are initialized in Config so Controllers can o...diosmosis
2018-12-10Enable row evolution for flattened reports (#13769)Stefan Giehl
2018-11-26Add possibility to switch period in evolution graph (#13689)Thomas Steur
2018-10-03Create periods with timezones in a couple places that are missing it. (#13445)diosmosis
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2013-11-26Refs #4200, fixing typo in method name and tweaking docs.diosmosis
2013-11-06Phpstorm organize importsmattab
2013-10-24Refs #4200, finished documenting core/Plugin/Controller and moved Controller:...diosmosis
2013-10-22this should fix limit selection in evolution graphs do not workThomas Steur
2013-10-18this could fix the JavaScript Canvas errorThomas Steur
2013-10-17to make clear you cannot access any class properties at this point we make th...Thomas Steur
2013-10-17renamed configureVisualization to beforeRender and trigger it at after filter...Thomas Steur
2013-10-16coding stylesThomas Steur
2013-10-16whitespaceThomas Steur
2013-10-16better auto completion for configThomas Steur
2013-10-15define client side and overridable properties in config, not sure if it is a ...Thomas Steur
2013-10-15removed visualization propertiesThomas Steur
2013-10-15adjusted some visualizations to the new viewdatatable structure, the platform...Thomas Steur
2013-10-14added interface for dataTable to be able to define the expected type in a fun...Thomas Steur
2013-10-14property is defined twiceThomas Steur
2013-10-14avoid usage of ViewDataTableThomas Steur
2013-10-14now that we have a request and a config data object, this wording might be a ...Thomas Steur
2013-10-14there is no need to overwrite the init methodThomas Steur
2013-10-11use visualizations hooksThomas Steur
2013-10-11do not allow to overwrite constructorThomas Steur
2013-10-11trying to use some hooks for visualization, properties are now handled in req...Thomas Steur
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-09-30Refs #4133 Finishing the code changes and build seems to passmattab
2013-09-30Refs #4133mattab
2013-09-19Refs #4041, add default value to all visualization property docs.Benaka Moorthi
2013-09-14Refs #4041, force DataTable visualizations to specify which properties should...Benaka Moorthi
2013-09-08Fix regression in evolution graph.Benaka Moorthi
2013-09-05Fix php 5.3 closure regression.Benaka Moorthi
2013-09-01Refs #2608, add display property to evolution graph allowing it to be plotted...Benaka Moorthi
2013-09-01Refs #4041, split JqplotGraph datatable class into three: JqplotBarGraph, Jqp...Benaka Moorthi
2013-08-31Refs #4041, refactored jqplot datatable visualizations (mainly the evolution ...Benaka Moorthi
2013-08-14Refs #4041, removed Visualizations\Chart\* classes and moved Visualization\Ch...Benaka Moorthi