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-09-19Disable sparklines for UI tests.Benaka Moorthi
2013-09-19Refs #4041, make all DataTableVisualizations derive from Piwik\View.Benaka Moorthi
2013-09-19Quick fix so row evolution sparklines will have color in widgetize's iframes.Benaka Moorthi
2013-09-19Refs #4041, add default value to all visualization property docs.Benaka Moorthi
2013-09-18Refs #4041, #3317, allow visualization ID to be whole class name, allow foote...Benaka Moorthi
2013-09-14Refs #4041, force DataTable visualizations to specify which properties should...Benaka Moorthi
2013-09-01Refs #4041, refactored jqplot.js file by removing JQPlot class and creating J...Benaka Moorthi
2013-08-31Refs #4041, refactored jqplot datatable visualizations (mainly the evolution ...Benaka Moorthi
2013-08-27Refs #4041, document some functions in Graph visualization class.Benaka Moorthi
2013-08-27Refs #4041, fix bug in defaulting selectable columns.Benaka Moorthi
2013-08-26Refs #4041, #4077, started refactoring of series picker JavaScript so it can ...Benaka Moorthi
2013-08-24Refs #4077, added initial, minimal, new DataTable visualization (Treemap) tha...Benaka Moorthi
2013-08-22Refs #4041, remove override of filter_offset in Graph DataTable visualization.Benaka Moorthi
2013-08-20Refs #4041, mild refactoring to ViewDataTable, handle max_graph_elements prop...Benaka Moorthi
2013-08-14Refs #4041, added Graph base visualization to hold visualization properties t...Benaka Moorthi
2013-08-14Refs #4041, removed Visualizations\Chart\* classes and moved Visualization\Ch...Benaka Moorthi
2013-08-10added some inline variable type hints / fixed some doc blockssgiehl
2013-08-08Merge from piwik masterThomas ZILLIOX
2013-08-05Theme the sparklines, graph & transitionsThomas ZILLIOX
2013-08-05Refs #4041, #4040 add new CoreVisualizations plugin and move HtmlTable, Cloud...Benaka Moorthi
2013-08-05Refs #4040, #4041 add initial code for making datatable visualizations an ext...Benaka Moorthi
2013-08-05Refs #4040, #4041, change the way jqplot.js checks for viewdatatble types, ch...Benaka Moorthi
2013-08-05Refs #4040, #4041, move visualization only view properties to separate visual...Benaka Moorthi
2013-08-05Refs #4041, #4040, moved viewdatatable cloud logic to cloud visualization. Re...Benaka Moorthi
2013-08-04Refs #4040, #4041, remove GenerateGraphHtml & descended ViewDataTables and re...Benaka Moorthi
2013-08-03Refs #4040, #4041, move AllColumns ViewDataTable & Goals ViewDataTable logic ...Benaka Moorthi
2013-08-01Refs #4040, #4041 removed rest of viewdatatable set/get/enable/disable proper...Benaka Moorthi
2013-08-01fixing more namespacessgiehl
2013-07-31refs #3741 fixing some namespacessgiehl
2013-07-31Fixing post merge bugsmattab
2013-07-31Merge branch 'master' into php-5.3-namespacesmattab
2013-07-28Refs #4041, merge _dataTableGraph.twig with _dataTable.twig (moved unmergable...Benaka Moorthi
2013-07-27Refs #4041, modify tag cloud ViewDataTable to use _dataTable.twig w/ Visualiz...Benaka Moorthi
2013-07-27Simplify ViewDataTable_HtmlTable and move main template to new HtmlTable visu...Benaka Moorthi
2013-07-20Removing extra namespace \Coremattab
2013-07-19Refs #3942, allow server-side and JS UI code to use colors defined in CSS.Benaka Moorthi
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
2013-05-27Make sure graph series labels are not double encoded.Benaka Moorthi
2013-03-31fixing some doc blockssgiehl
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-14Remove commented code/var_dumps in core/Fabian Becker
2013-03-07Jqplot minormattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-10-15Refs #2992 Site Search KABOOM, Refs #49mattpiwik
2012-07-31Refs #3275, fix bar graph regression & made exception message in sumRowArray ...benakamoorthi
2012-07-31Fixes #3275, add 'Visits by Day of Week' report to VisitTime as related repor...benakamoorthi
2012-07-14some doc block / code improvementssgiehl