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
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-23started experiment making morpheus default themeThomas Steur
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-21renamed property show_graph_views_icons -> show_all_views_iconsThomas Steur
2013-10-21let the viewDataTable decide whether it can handle the view or not, better na...Thomas Steur
2013-10-21slowly beginning to cleanup footer iconsThomas 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-16moved graph to CoreVisualizationsThomas Steur
2013-10-16bringing the methods in a logical order so it is easier to understand [ci skip]Thomas 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, make all DataTableVisualizations derive from Piwik\View.Benaka Moorthi
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, added Graph base visualization to hold visualization properties t...Benaka Moorthi
2013-08-14Refs #4041, removed Visualizations\Chart\* classes and moved Visualization\Ch...Benaka Moorthi
2013-08-14Refs #4041, add default getDefaultPropertyValues() call for DataTableVisualiz...Benaka Moorthi
2013-08-08Refs #4041, fixing regressions & bugs in visualization refactor.Benaka Moorthi
2013-08-05Refs #4041, #4040 add new CoreVisualizations plugin and move HtmlTable, Cloud...Benaka Moorthi