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
2015-03-09Run queued filters after generic filters making visualizations much faster.Thomas Steur
2014-11-16Fix Contents Report Base's logic for setting columns_to_display (can't use ->...diosmosis
2014-09-21Refs #6078, if pivotBy is used in request for HtmlTable visualization data, s...diosmosis
2014-09-21Refs #6078, do not pivot table when getting siteSummary data.diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
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-05-09Removed unused imports in core/ and plugins/mattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2013-11-22refs #1816 if there is no data to display, we do not need to request API summ...Thomas Steur
2013-11-22refs #1816 make sure we always get a result by disabling filtersThomas Steur
2013-11-21refs #1816 API.get wants a separate columns paramThomas Steur
2013-11-21refs #1816 request only needed columnsThomas Steur
2013-11-20refs #1816 should not make any difference but make sure we get all rowsThomas Steur
2013-11-20refs #1816 coding styleThomas Steur
2013-11-20refs #1816 display tooltip which explains percentage value in detailThomas Steur
2013-11-06Phpstorm organize importsmattab
2013-10-31refs #4221 removed some not needed use statementsThomas Steur
2013-10-21slowly beginning to cleanup footer iconsThomas 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-17moving goals visualization to goals pluginThomas Steur
2013-10-17renamed configureVisualization to beforeRender and trigger it at after filter...Thomas Steur
2013-10-16coding stylesThomas Steur
2013-10-16looks like keep_summary_row belongs to request configThomas 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-14simplify html tableThomas Steur
2013-10-14added interface for dataTable to be able to define the expected type in a fun...Thomas Steur
2013-10-14now that we have a request and a config data object, this wording might be a ...Thomas Steur
2013-10-12Fixing UI tests (AddColumnsProcessedMetrics must be run before queued filters...diosmosis
2013-10-11use visualizations hooksThomas Steur
2013-10-11trying to use some hooks for visualization, properties are now handled in req...Thomas Steur
2013-10-10defining template file in a constant makes more sense in this caseThomas Steur
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 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
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-23Moved/renamed DataTableVisualization to ViewDataTable\Visualization and moved...Benaka Moorthi
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-18Refs #4041, remove subtable_template property and _dataTableActions_subDataTa...Benaka Moorthi
2013-09-16Merge branch 'master' of https://github.com/piwik/piwikmattab
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-09-16Refs #4041, use require() and UIControl in all DataTable JS classes.Benaka Moorthi
2013-09-15cleaned up some more duplicate keys/translationssgiehl
2013-09-15Refs #4041, Fix regression.Benaka Moorthi