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-18Fixing more tests and moving API.get metadata away from top for API.getReport...diosmosis
2014-11-17Move format metrics logic from processor to Metrics\Formatter and fix Overlay...diosmosis
2014-11-13Move goal translations and metric docs to metric classes from Goals visualiza...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-08Fixing tests and code.diosmosis
2014-11-08Filling out TODO items and refactoring ResponseBuilder + computing/formatting...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-07Allow processed metrics to provide metric documentation.diosmosis
2014-11-07Remove 'temporaryMetrics', add processed metrics for VisitFrequency.get and f...diosmosis
2014-11-07Fixing some tests and removing processed metrics file (no longer used).diosmosis
2014-11-07Moved processed metrics computation to DataTableGenericFilter, removed new fi...diosmosis
2014-11-07[poc] moved BounceRate calculation to ProcessedMetric class.diosmosis
2014-10-01Refactor magic string FTWmattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-19Add public Report::isSubtableReport() method so it can be used in closure on ...diosmosis
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by (almo...diosmosis
2014-09-15Refs #6078, extract factory logic from Report::factory and move to new Compon...diosmosis
2014-09-10Merge remote-tracking branch 'origin/master' into 4996_content_trackingThomas Steur
2014-09-09refs #3490 Fix more tests, should be almost green?mattab
2014-09-08refs #6162 do not display nb_users in all reports within Scheduled reports + ...mattab
2014-09-08Refs #6109 New core metric: nb_users as the count of distinct user ids. Means...mattab
2014-08-26refs #4996 archiving of impressions should work now, displaying impressions s...Thomas Steur
2014-08-18refs #6009 make sure we use only reports and widgets of actually activated pl...Thomas Steur
2014-08-11refs #5820 added some tests for reports and columns refactoringThomas Steur
2014-07-25refs piwik/developer-documentation#14 test to see if the since tag is visible...Thomas Steur
2014-07-19fixed Exception use statementsChristian Raue
2014-07-18refs #5820 added documentation and improved codeThomas Steur
2014-07-15refs #5820 make sure more methods are visible on the developer documentation ...Thomas Steur
2014-07-15refs #5820 started to add some documentation for the new report class. Also r...Thomas Steur
2014-07-03should fix array to string conversionThomas Steur
2014-07-03make sure plugin existsThomas Steur
2014-07-03this should make the factory much faster and hope all tests will still work. ...Thomas Steur
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-06-30in case we render a widget, reuse the widget title for related reportThomas Steur
2014-06-28fix most tests, we still need to sort report metadata although the reports ar...Thomas Steur
2014-06-27this should fix some testsThomas Steur
2014-06-27a view more performance improvements, especially to reduce Piwik::translate()...Thomas Steur
2014-06-27here is our first report generatorThomas Steur
2014-06-24reuse staticCache component and make sure to even cache a not found resultThomas Steur
2014-06-24added new staticCache to remove a lot of duplicated code and to have a nice i...Thomas Steur
2014-06-23make sure to display a message "you do not have permission for this site" if ...Thomas Steur
2014-06-20lets cache those depending on language as the language changes during the tes...Thomas Steur
2014-06-20cache report instancesThomas Steur
2014-06-20started to port goal reports to use new structure, probably not working yetThomas Steur
2014-06-19added possibility to pass a report instance to renderReport() in controller, ...Thomas Steur
2014-06-19use the reports render method to render the report if possible. Doing this ch...Thomas Steur