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 (Collapse)Author
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-03-18fix a couple of bugs and actually only count the recursive rows count if neededThomas Steur
2015-03-18faster archive by calculating the recursive count only if neededThomas Steur
2015-02-13Refs #7136 Count all Site search requests rather than deduping the unique ↵mattab
requests
2015-01-19refs #5248 added possibibility to add more metrics to actions pluginThomas Steur
2014-12-05Re-ordering $orderBy, $groupBy --> $groupBy, $orderBy as it's proper order ↵mattab
in SQL logic
2014-12-05Renamed method to have distinct namemattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-09-26refs #6204 wondering if archiving still works when removing this dependency ↵Thomas Steur
from Actions to Contents plugin. The dependency to the event plugin would be still there. It might work now as I changed Contents plugin to use its own action type recently
2014-08-27refs #4996 interactions should be tracked now. As only the name is really ↵Thomas Steur
mandatory created a new column content_name for now (instead of existing idaction_name, will maybe remove it again). Otherwise it is hard to know whether it was a content action or not and the actual problem was that maybe other actions already define an idaction_name which might be different to content_name. We need the content_name along other actions to match an interaction with an impression. Next: The client side and the redirect...
2014-08-21refs #4996 actually archive the tracked data and display the actual data in ↵Thomas Steur
a report
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-19fixed method visibility keyword orderChristian Raue
2014-06-18Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: plugins/DevicesDetection/DevicesDetection.php plugins/Referrers/Referrers.php
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
to use free/libre instead of open source
2014-03-03Remove commentsmattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
fixes #4609
2013-11-13Refs #4278 Rewriting aggregateNumericMetrics() to use DataTable aggregation ↵mattab
only (code reuse)
2013-11-05Refs #4278 Simplifying ArchiveProcessor: moving internal logic to ↵mattab
ArchiveProcessor\Loader ArchiveProcessor becomes a helper class easier to understand for plugin developers
2013-11-05Refs #4278 Remove Archiver hooks and the classes Archiver will be ↵mattab
automatically detected.
2013-11-05Renaming ArchiveProcessor\Period to Aggregatormattab
2013-11-05Renaming archive helpers Reports->Records + move getMetricsForDimension to ↵mattab
Logaggregator
2013-11-04Renaming archiveDay -> aggregateDayReport and archivePeriod -> ↵mattab
aggregateMultipleReports
2013-11-04Refs #472 Making eventValue match work by only matching events actions + ↵mattab
adding test
2013-11-01Minormattab
2013-11-01Fix testmattab
2013-11-01Refs #472 Move some logic to TableLogActionmattab
2013-10-23Merge branch 'master' into ceventsmattab
Conflicts: core/DataTable/Filter/ReplaceSummaryRowLabel.php
2013-10-22Refs #4200, make DataTable:: private & add public methods necessary, ↵diosmosis
tweaking some filter docs, and remove AddConstantMetadata filter.
2013-10-22Tracking Custom Events refs #472mattab
2013-10-21Merge remote-tracking branch 'origin/master' into ceventsmattab
Conflicts: core/RankingQuery.php
2013-10-21Done.diosmosis
2013-10-20Tracking Actions refactoring to accomodate Custom Events #472mattab
2013-10-20Some refactoring and preparations for custom events ref #472mattab
PHP Tracker and Tests fixtures Schema updates
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* ↵mattab
directories
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, ↵mattab
\Piwik\Plugins\* Added namespaces to functions.php files in the five plugins that had one Work in progress
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
renaming Unzip to Uncompress, Renaming Tracker/Referer to Tracker/Referrer, and few more
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, ↵mattab
PluginsManager
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2 steps required: 1. Refactor > Move > \Piwik\Core\Config (uncheck "Create new File") 2. Refactor > Rename > Piwik_Config to Config
2013-07-06fixed several doc blockssgiehl
2013-06-18Adding new Metrics class that knows about all metrics. Moving from ↵mattab
Piwik_Archive class. Also moved some other const to Piwik class.
2013-06-18Commenting/cleanup new classesmattab
2013-06-16LogAggregator in parent object so we can refactor the Unique Visitors ↵mattab
"Period" query