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-17moving goals visualization to goals pluginThomas Steur
2013-10-17renamed configureVisualization to beforeRender and trigger it at after filter...Thomas Steur
2013-10-17Merge remote-tracking branch 'origin/master' into viewdata_refactoringThomas Steur
2013-10-16Fix regression in row evolution popover: y axis ticks were not reset on serie...diosmosis
2013-10-16display records to plot only if there are rows to select2.0-b1Thomas Steur
2013-10-16coding stylesThomas Steur
2013-10-16coding style [ci skip]Thomas Steur
2013-10-16similar to graph visualization this class does not work standalone so mark it...Thomas Steur
2013-10-16moved graph to CoreVisualizationsThomas Steur
2013-10-16probably fixes exclude low pop is not working in goalsThomas Steur
2013-10-16probably fixes exclude low pop is not working in goalsThomas Steur
2013-10-16whitespace [ci skip]Thomas 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
2013-10-16renamed request -> requestConfigThomas Steur
2013-10-16moved visualization/config to viewdatatable/configThomas Steur
2013-10-16looks like keep_summary_row belongs to request configThomas Steur
2013-10-16moved sparkline to coreVisualization pluginThomas Steur
2013-10-16whitespaceThomas Steur
2013-10-16added possibility to assign template varsThomas Steur
2013-10-16better auto completion for configThomas Steur
2013-10-15use new viewdata structureThomas Steur
2013-10-15Merge remote-tracking branch 'origin/master' into viewdata_refactoringThomas 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-14Fix sorting issue with columns added to AddColumnsProcessedMetrics.diosmosis
2013-10-14Merge pull request #126 from piwik/viewdata_cleanupThomas Steur
2013-10-14Minormattab
2013-10-14Update Cloud.phpThomas Steur
2013-10-14simplify html tableThomas Steur
2013-10-14make sure to have consistent signaturesThomas Steur
2013-10-14cloud works only with DataTable not with a mapThomas 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-12Fixing UI tests (AddColumnsProcessedMetrics must be run before queued filters...diosmosis
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-10make use of the new afterLoadDataTable eventThomas Steur
2013-10-10defining template file in a constant makes more sense in this caseThomas Steur
2013-10-10Merge branch 'master' of https://github.com/piwik/piwikmattab
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-10do not pass view to init method, use instance property insteadThomas Steur
2013-10-10do not overwrite constructor, use init instead, set templatefile in a propertyThomas Steur
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab