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
2016-04-11refs #7983 let plugins add or remove fields to websites and better settings apiThomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-03-11Made for reports faster when flat=1 is used.Thomas Steur
2015-03-05Faster flattening for many reportsThomas Steur
2015-03-05this makes flatten pageUrls much fasterThomas Steur
2015-02-27Fixes #7310 - remove unused code & logicmattab
2015-02-16Merge pull request #7221 from piwik/group_duplicate_actionsMatthieu Aubry
2015-02-16group duplicate actions if same action is stored raw, url encoded lower case ...Thomas Steur
2015-02-16refs #4633 we need to define the segmentValue before queuedFilters are run, o...Thomas Steur
2015-02-13refs #4633 open segmented visitor log with one click on a rowThomas Steur
2015-01-21a few bug fixes eg Metics was already defined in Namespace and debug_append_u...Thomas Steur
2014-11-27Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefo...mattab
2014-11-25Fix remaining Plugin.get API methods; delete temporary columns in queued filter.diosmosis
2014-11-14Move all Metrics to Columns folder.diosmosis
2014-11-11Fixing UI regression and adding avg_order_value to abandoned carts report.diosmosis
2014-11-11Filling out missing documentation and removing simpler TODOs.diosmosis
2014-11-09Fixing most of the tests.diosmosis
2014-11-08Converted most other processed metric calculation to use ProcessedMetric class.diosmosis
2014-11-08Adding processed metrics for Actions plugin (removing queueFilter calls).diosmosis
2014-11-07Fixing some tests, make sure processed metrics are computed even if generic f...diosmosis
2014-11-07Convert Goals.get to use processed metrics.diosmosis
2014-11-07Converted Actions.get API method to use processed metrics.diosmosis
2014-07-19removed unused variables and dead codeChristian Raue
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-17starting to move actions from tracker into pluginsThomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-04refs #4872 this should fix getPageUrl returns same results for several day wh...Thomas Steur
2014-04-17Refs #4768 Revert this change as it does not work perfect yet.mattab
2014-04-10White spacemattab
2014-03-12Fixes #4768 Implement performance improvement for period=range: do not archiv...mattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2013-11-26Fix buildmattab
2013-11-18Refactor const to highlight their coupling #4278mattab
2013-11-11Adding type hinting to API classesmattab
2013-11-06Phpstorm organize importsmattab
2013-10-23Merge branch 'master' into ceventsmattab
2013-10-22Refs #4200, documented many more filters and modified ColumnCallbackDeleteRow...diosmosis
2013-10-22Refs #4200, make DataTable:: private & add public methods necessary, tweaking...diosmosis
2013-10-20Tracking Actions refactoring to accomodate Custom Events #472mattab
2013-10-20Some refactoring and preparations for custom events ref #472mattab
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-05Renaming DataTable\Array to DataTable\Map in comments and testsmattab
2013-10-05Renaming DataTable\Array to DataTable\Map in comments and testsmattab
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-09-04Replace create_function calls with lambda functions.Fabian Becker
2013-08-14fixed some doc blockssgiehl