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
2014-05-30Mark some methods in Visualization class to be exposed in developer docs.diosmosis
2014-05-05refs #1915 ignore filter_sort_order in change check after data requestedThomas Steur
2014-05-02refs #1915 a first version of persist & restore report settings. not everythi...Thomas Steur
2014-02-28refs #57 started to work on displaying Insights. Added a widget for the dashb...Thomas Steur
2014-02-03Removing last Piwik_ occurencesFabian Becker
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
2014-01-09Fix error that occurs when config section is empty in config.ini.php (like wh...diosmosis
2014-01-09Fixes #4429, allow processed columns to be sorted in table visualizations.diosmosis
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-12-06Refs #4200, documented undocumented visualization classes.diosmosis
2013-11-26Refs #4200, fixing typo in method name and tweaking docs.diosmosis
2013-11-19removed report_last_updated_message and metadata from configThomas Steur
2013-11-06Phpstorm organize importsmattab
2013-10-31refs #4221 removed some not needed use statementsThomas Steur
2013-10-24Fixing UI tests (filter_sort_column should not be overridden).diosmosis
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-21Refs #4200, revert getAllTableMetadata function removal and document core/Url...diosmosis
2013-10-21Done.diosmosis
2013-10-21added a bit of documentationThomas Steur
2013-10-21this should fix notice on PHP5.4 & 5.5 in case a value of the array is an arrayThomas Steur
2013-10-21simplifyThomas Steur
2013-10-18disable logging for now to make ui tests work againThomas Steur
2013-10-18log a message in case requestConfig properties have changed after requesting ...Thomas Steur
2013-10-18phpdocThomas 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-17moving idSubtable property to requestConfigThomas Steur
2013-10-17added property report_last_updated_message instead of overwriting a metadata ...Thomas Steur
2013-10-17renamed configureVisualization to beforeRender and trigger it at after filter...Thomas Steur
2013-10-17further cleanup of viewDataTable, removed configureViewEvent and init functionThomas Steur
2013-10-17coding style [ci skip]Thomas 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-16cleaning up Plugin/ViewDataTableThomas Steur
2013-10-16do not send variables to client having value falseThomas Steur
2013-10-16fix fatal Cannot use Piwik\Plugins\API\API as APIThomas Steur
2013-10-16fix it is not possible to switch between visualizations in the uiThomas Steur
2013-10-16added possibility to assign template varsThomas Steur
2013-10-15apparently we have to get the table id still staticThomas Steur
2013-10-15slowly we are getting rid of all static properties and methodThomas Steur
2013-10-15adjusted some visualizations to the new viewdatatable structure, the platform...Thomas Steur
2013-10-15fixes treemap footer icon is displayed in row evolutionThomas 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