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-21It was confusing to have a coreViewDataTable and pluginViewDataTable class. I...Thomas Steur
2013-10-21rename getNonCoreVisualizations -> getNonCoreViewDataTablesThomas Steur
2013-10-21getDefaultViewTypeForReports -> getDefaultTypeViewDataTableThomas 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 goals visualization to goals pluginThomas Steur
2013-10-17workaround for visitor log not loadingThomas Steur
2013-10-16cleanup viewdatatable class, API logic did not belong into viewDataTableThomas Steur
2013-10-16moved sparkline to coreVisualization pluginThomas 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
2013-10-14after data loaded function is no longer neededThomas Steur
2013-10-14added interface for dataTable to be able to define the expected type in a fun...Thomas Steur
2013-10-14I want to get rid of as many class properties as possible, view does not have...Thomas Steur
2013-10-14now that we have a request and a config data object, this wording might be a ...Thomas Steur
2013-10-14trying to get rid of viewPropertiesThomas Steur
2013-10-14get visualization properties from configThomas Steur
2013-10-14fix most metrics are not translated, there is no need to reset those variable...Thomas Steur
2013-10-14phpdocThomas Steur
2013-10-14properties class does no longer existThomas Steur
2013-10-14there is no longer a need for the properties classThomas Steur
2013-10-12Make sure filters queued by API functions are always run in ViewDataTable.diosmosis
2013-10-11coding style and removed no longer needed phpdocThomas Steur
2013-10-11trying to use some hooks for visualization, properties are now handled in req...Thomas Steur
2013-10-10Merge branch 'master' of https://github.com/piwik/piwikmattab
2013-10-10Refs #4208 Plugin classes movedmattab
2013-10-10the if condition seems to be buggy, do not set dataTable null in case one is ...Thomas Steur
2013-10-10added hooks for before and after load data tableThomas Steur
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-09refs #4199 updated some event docs and removed some more unused eventsThomas Steur
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4199 documented some more eventsThomas Steur
2013-10-08refs #4199 inline some more PostEvent doc blocksThomas Steur
2013-10-07Refs #4125 Renaming plugin from Referers to Referrersmattab
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi
2013-10-05Renaming DataTable\Array to DataTable\Map in comments and testsmattab
2013-10-03refs #3994 auto completion for visualization propertiesThomas Steur
2013-10-03refs #3994 gives some autocompletion to viewdatatable propertiesThomas Steur
2013-10-02refs #4134 renamed some more hooksThomas Steur
2013-09-24Refs #4041, fix bug where columns query parameter was not correctly overridin...Benaka Moorthi
2013-09-23Moved/renamed DataTableVisualization to ViewDataTable\Visualization and moved...Benaka Moorthi
2013-09-21Refs #4077, fix bug with zoom out button toggling and make sure treemap icon ...Benaka Moorthi
2013-09-21Refs #4041, #4077, make sure treemap subtable loading determines row limit dy...Benaka Moorthi
2013-09-19Refs #4041, rename javascriptVariablesToSet to clientSideParameters and fix r...Benaka Moorthi