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
2013-10-21renamed property show_graph_views_icons -> show_all_views_iconsThomas Steur
2013-10-21simplifyThomas Steur
2013-10-21removed configureFooterIcons event as it is not used and not really neededThomas Steur
2013-10-21let the viewDataTable decide whether it can handle the view or not, better na...Thomas Steur
2013-10-21the viewDataTable base class should not know anything about its children. The...Thomas Steur
2013-10-21fix namespace of ViewDataTable eventThomas Steur
2013-10-21now that we have the manager, it makes sense to move this to the managerThomas Steur
2013-10-21now that we have the manager, it makes sense to move this to the managerThomas Steur
2013-10-21It was confusing to have a coreViewDataTable and pluginViewDataTable class. I...Thomas Steur
2013-10-21rename getNonCoreVisualizations -> getNonCoreViewDataTablesThomas Steur
2013-10-19fix buildmattab
2013-10-19public->protectedmattab
2013-10-18fix treemap is not displayed on ActionsThomas Steur
2013-10-18refactored hook getReportDisplayProperties. Reports/Plugins can now directly ...Thomas Steur
2013-10-17to make clear you cannot access any class properties at this point we make th...Thomas Steur
2013-10-17moving idSubtable property to requestConfigThomas Steur
2013-10-17further cleanup of viewDataTable, removed configureViewEvent and init functionThomas Steur
2013-10-17needed in treemap, moving it from there to core makes it reusableThomas Steur
2013-10-17moving some more code to the right place and coding styleThomas Steur
2013-10-16coding style and do not set instance properties, that could be dangerous [ci ...Thomas Steur
2013-10-16removed more magic, force visualization developers to define an ID: I do not ...Thomas Steur
2013-10-16cleaning up Plugin/ViewDataTableThomas Steur
2013-10-16moved visualization/RequestConfig -> ViewDataTable/RequestConfigThomas Steur
2013-10-16renamed request -> requestConfigThomas Steur
2013-10-16moved visualization/config to viewdatatable/configThomas Steur
2013-10-16fix Cannot use Piwik\Plugins\API\API as APIThomas Steur
2013-10-16viewDataTable implements the ViewInterfaceThomas Steur
2013-10-16fix error in cloud columns_to_display[1] is not definedThomas Steur
2013-10-15apparently we have to get the table id still staticThomas Steur
2013-10-15we might have to pass the property to the configThomas Steur
2013-10-15slowly we are getting rid of all static properties and methodThomas Steur
2013-10-15removed visualization propertiesThomas Steur
2013-10-15adjusted some visualizations to the new viewdatatable structure, the platform...Thomas Steur
2013-10-15looks like we still need the default report propertiesThomas Steur
2013-10-15there is no need to pass the type since we directly instantiate the right classThomas Steur
2013-10-15current state of viewdata refactoringThomas Steur