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-01-21a few bug fixes eg Metics was already defined in Namespace and ↵Thomas Steur
debug_append_url was ignored in localtracker
2014-11-27Merge branch 'master' into processed_metrics_metadatadiosmosis
Conflicts: plugins/Actions/Reports/GetSiteSearchKeywords.php tests/PHPUnit/System/expected/test_ArchiveCronTest_archive_php_cron_output.txt
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in ↵mattab
Firefox so far and only for "left clicks". Not perfect, but hopefully other browsers will implement this in the future, as it's a useful privacy enhancing feature!
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 ↵diosmosis
filters disabled, and do not apply queued filters in datatablemanipulators when fetching subtables.
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 ↵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-06-04refs #4872 this should fix getPageUrl returns same results for several day ↵Thomas Steur
when a range is used. Waiting to see which tests fail. In this case date always equaled to "2014-03-11,2014-03-18" for each subtable/day
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 ↵mattab
archive sub-tables (only the parent table). The sub-tables will be archived only when idSubtable is found, or flat=1, or expanded=1
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
fixes #4609
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
Conflicts: core/DataTable/Filter/ReplaceSummaryRowLabel.php
2013-10-22Refs #4200, documented many more filters and modified ↵diosmosis
ColumnCallbackDeleteRow so filter supplied returns true if the row should be deleted (as opposed to the other way around).
2013-10-22Refs #4200, make DataTable:: private & add public methods necessary, ↵diosmosis
tweaking some filter docs, and remove AddConstantMetadata filter.
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-11Refs #4208 refactor all singletons except the hard ones (with custom ↵mattab
getInstance() (some tests failing)
2013-10-08Applying phpstorm code style PSR refs #3771mattab
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-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
This allows the IDE to pick up all code! refs #4113
2013-08-14fixed some doc blockssgiehl
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
Conflicts: core/Tracker/Request.php core/ViewDataTable.php core/ViewDataTable/HtmlTable/Goals.php plugins/Actions/Actions.php plugins/Annotations/API.php plugins/CoreHome/CoreHome.php plugins/DBStats/DBStats.php plugins/DevicesDetection/DevicesDetection.php plugins/Goals/Goals.php plugins/Live/Live.php plugins/Referers/Referers.php plugins/UserSettings/UserSettings.php plugins/UsersManager/API.php plugins/VisitTime/VisitTime.php plugins/VisitorInterest/VisitorInterest.php
2013-08-07Refs #4041, added parameter to Archive::getDataTableExpanded so entire tree ↵Benaka Moorthi
will not be created if not necessary.
2013-08-04doc blockssgiehl
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-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-20Converting to namespace: Archivemattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)