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-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-06Refs #4200, documented undocumented visualization classes.diosmosis
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-12-03refs #4244 fix more linksThomas Steur
2013-12-03refs #4244 replaced some links to hooks.Thomas Steur
2013-12-03refs #4244 converted more linksThomas Steur
2013-12-03converted some links to use @linkThomas Steur
2013-11-26Fixes #4343 Make Visitor log look good when viewed a s widget in the dashboa...mattab
2013-11-19removed report_last_updated_message and metadata from configThomas Steur
2013-11-18Miscellaneous tweaks to config.diosmosis
2013-11-18Refs #4200, documented ViewDataTable\Factory.diosmosis
2013-11-18Refs #4200, finished documenting ViewDataTable\Config class.diosmosis
2013-11-18moved renderReport method to pluginController which is a much better placeThomas Steur
2013-11-15fix VisitorLog is not working for users having magic quotes enabledThomas Steur
2013-11-13Refs #4200, documented some of ViewDataTable and ViewDataTable\Config.diosmosis
2013-11-11whitespaceThomas Steur
2013-11-11this could be a workaround for some people not seeing the VisitorLog but the ...Thomas Steur
2013-11-06Phpstorm organize importsmattab
2013-10-27Merge remote-tracking branch 'origin/master' into ceventsmattab
2013-10-27fallback to default viewDataTable in case the given type does not existThomas Steur
2013-10-27fix notice if for instance goals plugin is disabledThomas Steur
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-22Tracker refactor + fix bug in bulk authentication + Cleanup some of Transitio...mattab
2013-10-21moved disable_*_filters to requestConfigThomas Steur
2013-10-21always disable generic filters as we apply them later in the visualizationThomas Steur
2013-10-21moving method to api requestThomas Steur
2013-10-21added a bit of documentationThomas Steur
2013-10-21renamed property show_graph_views_icons -> show_all_views_iconsThomas Steur
2013-10-21simplifyThomas Steur
2013-10-21let the viewDataTable decide whether it can handle the view or not, better na...Thomas Steur
2013-10-21looks like this config property is not usedThomas Steur
2013-10-21removed some duplicated code and improved name of getViewDataTableInfoFor methodThomas Steur
2013-10-21slowly beginning to cleanup footer iconsThomas Steur
2013-10-21the viewDataTable base class should not know anything about its children. The...Thomas Steur
2013-10-21remove hardcoded list of viewDataTables that do not define an IDThomas 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-18as we have cleaned up the report properties we do no longer need to pass the ...Thomas Steur
2013-10-18refactored hook getReportDisplayProperties. Reports/Plugins can now directly ...Thomas Steur
2013-10-17define the default view type in a separate eventThomas Steur
2013-10-17moving idSubtable property to requestConfigThomas Steur
2013-10-17added property report_last_updated_message instead of overwriting a metadata ...Thomas 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-16more cleanup work on VisualizationThomas 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-16moved visualization/RequestConfig -> ViewDataTable/RequestConfigThomas Steur