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
2020-10-08Fix error trying to round unsupported operands in custom reports (#16543)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-02-16Fix non-numeric value encountered in session recording (#15569)Thomas Steur
2020-02-07Fix deprecation notice (#15530)Stefan Giehl
2020-01-27Fix possible warning for columns without index (#15467)Stefan Giehl
2020-01-03Compute row percentages in PHP before metrics are formatted to avoid percenta...diosmosis
2019-11-18Invert change comparison when displaying percents in the UI … (#15098)diosmosis
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-06-11Show flattened columns as extra columns in UI (#12524)Stefan Giehl
2019-05-15Allow throwing exceptions for HTTP error codes to better check query param in...diosmosis
2019-03-13Couple assorted changes (#13935)diosmosis
2018-12-07Some work on report totals (#13555)Thomas Steur
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2016-03-20handle PivotBy within HtmlTable visualization to fix side effectssgiehl
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