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-11-14Move all Metrics to Columns folder.diosmosis
2014-11-14Make MetricsFormatter a class with instance methods and move Html related fun...diosmosis
2014-11-14Add formatting to actions metrics and remove more use of filters & explicit t...diosmosis
2014-11-13Move goal translations and metric docs to metric classes from Goals visualiza...diosmosis
2014-11-12Fixing ViewDataTableTest UI test.diosmosis
2014-11-11Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-11Fixing goals UI tests.diosmosis
2014-11-11Fixing UI regression and adding avg_order_value to abandoned carts report.diosmosis
2014-11-11Fixing tests and regressions.diosmosis
2014-11-11Applying some review TODO.diosmosis
2014-11-11Filling out missing documentation and removing simpler TODOs.diosmosis
2014-11-09Fixing more tests.diosmosis
2014-11-09Fixing more tests.diosmosis
2014-11-08Rename Metric::getColumn to Metric::getMetric and get rid of Metrics\Base.diosmosis
2014-11-08Converted most other processed metric calculation to use ProcessedMetric class.diosmosis
2014-11-07Fixing some tests and providing better output in system test case failure.diosmosis
2014-11-07Convert Goals.get to use processed metrics.diosmosis
2014-11-07Rewrite AddColumnsProcessedMetricsGoal filter to use processed metrics DataTa...diosmosis
2014-11-07refs #6435 fix some more wrong values if a German locale is usedThomas Steur
2014-11-07refs #6435 check for floats in a more central place so dimensions do not have...Thomas Steur
2014-11-07refs #6435 replace possible comma with a dot. Not 100% sure if that works yetThomas Steur
2014-11-05language update refs #3430sgiehl
2014-11-04language update refs #3430sgiehl
2014-10-21language update refs #3430sgiehl
2014-10-13Fixes #6191 Make sure Goal URL matching uses the RAW URL including any exclud...mattab
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to remove...Thomas Steur
2014-10-09Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
2014-10-07language update refs #3430sgiehl
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved so...Thomas Steur
2014-10-06refs #5940 splitting plugin tests folder into unit, integration and system fo...Thomas Steur
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of in...Thomas Steur
2014-10-04moved some queries within core to model filesThomas Steur
2014-10-02Fixing more tests for DatabaseTestCase change.diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-18language update refs #3430sgiehl
2014-09-14language update refs #3430sgiehl
2014-09-06refs #6140 easier way to define URLs for menu items and introducing a method ...Thomas Steur
2014-09-03language update refs #3430sgiehl
2014-08-24refs #5863 another try to move translations into plugins. This time we always...Thomas Steur
2014-08-21Fix test on PHP 5.3.3mattab
2014-08-21refs #5977 display a tooltip in goals menu dropdown "$goalname (id = $id)Thomas Steur
2014-08-20refs #5989 #6026 let users define a goal depending on an event and fix the ex...Thomas Steur
2014-08-19refs #5977 group goals in a menu if there are more than 3 goals. I reused an ...Thomas Steur
2014-08-18fixes #5997 display label Pattern next to the field so it is clear which fiel...Thomas Steur
2014-08-11fixes #5961 radio fields were not selected when editing a goalThomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-22fixes #5385 show footer icons by default in those ecommerce reportsThomas Steur
2014-07-22removed unused use statementssgiehl