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-11-26Fix buildmattab
2013-11-26Rename API.getSegmentsMetadata hook to API.getSegmentDimensionMetadatamattab
2013-11-20refs #1816 display ratio on hoverThomas Steur
2013-11-18getting rid of the fetch parameterThomas Steur
2013-11-18moved renderReport method to pluginController which is a much better placeThomas Steur
2013-11-18Refactor const to highlight their coupling #4278mattab
2013-11-13Refs #4278 Rewriting aggregateNumericMetrics() to use DataTable aggregation o...mattab
2013-11-11Adding type hinting to API classesmattab
2013-11-06Phpstorm organize importsmattab
2013-11-05Refs #4278 Simplifying ArchiveProcessor: moving internal logic to ArchiveProc...mattab
2013-11-05Refs #4278 Remove Archiver hooks and the classes Archiver will be automatical...mattab
2013-11-05Renaming ArchiveProcessor\Period to Aggregatormattab
2013-11-05Renaming archive helpers Reports->Records + move getMetricsForDimension to Lo...mattab
2013-11-04Moving getDataTableFromDataArray -> DataArray.asDataTablemattab
2013-11-04Renaming archiveDay -> aggregateDayReport and archivePeriod -> aggregateMulti...mattab
2013-11-04Refs #472 Making eventValue match work by only matching events actions + addi...mattab
2013-11-04Refs #472 adding Events segments: eventCategory and eventAction and eventName...mattab
2013-11-04Refs #472 move getIdActionFromSegment to TableLogAction classmattab
2013-11-04Refs #472 trimming event attributes and adding test ensuring labels are not t...mattab
2013-11-01Minormattab
2013-11-01Fix testmattab
2013-11-01Refs #472 Move some logic to TableLogActionmattab
2013-10-23Refs #472 Adding events in other tests to make sure events don't regressmattab
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-22Tracking Custom Events refs #472mattab
2013-10-22Fix buildmattab
2013-10-22Tracker refactor + fix bug in bulk authentication + Cleanup some of Transitio...mattab
2013-10-21Merge remote-tracking branch 'origin/master' into ceventsmattab
2013-10-21Done.diosmosis
2013-10-21Merge remote-tracking branch 'origin/master' into ceventsmattab
2013-10-21moving method to api requestThomas Steur
2013-10-21renamed property show_graph_views_icons -> show_all_views_iconsThomas Steur
2013-10-21let the viewDataTable decide whether it can handle the view or not, better na...Thomas Steur
2013-10-21It was confusing to have a coreViewDataTable and pluginViewDataTable class. I...Thomas Steur
2013-10-20Tracking Actions refactoring to accomodate Custom Events #472mattab
2013-10-20Some refactoring and preparations for custom events ref #472mattab
2013-10-18make sure treemap and other custom visualizations are displayed in case any a...Thomas Steur
2013-10-18better way of making sure Treemap is displayed on actionsThomas Steur
2013-10-18coding style [ci skip]Thomas Steur
2013-10-18refactored hook getReportDisplayProperties. Reports/Plugins can now directly ...Thomas Steur
2013-10-17Merge remote-tracking branch 'origin/master' into viewdata_refactoringThomas 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-16Sort getPageEntryTitles by entry_nb_visits by default.diosmosis
2013-10-15adjusted some visualizations to the new viewdatatable structure, the platform...Thomas Steur
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-10Refs #4208 Plugin classes movedmattab
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab