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
path: root/core
AgeCommit message (Expand)Author
2014-12-15Use Common::mb_* proxies rather than direct mb_* access in case multibyte is ...mattab
2014-12-15In Model use placeholders / bind parameters rather than writing the Id Sites ...mattab
2014-12-15Proper fixmattab
2014-12-14Merge pull request #6827 from piwik/move_resolution_reportStefan Giehl
2014-12-13activate plugin on updatesgiehl
2014-12-13Merge pull request #6847 from piwik/campaign_change_new_visitBenaka
2014-12-13Applying review changes: remove tracker_ prefix from config names, move shoul...diosmosis
2014-12-13small adjustmentssgiehl
2014-12-12Merge branch 'master' into move_resolution_reportsgiehl
2014-12-12Updated PHP-DI versionMatthieu Napoli
2014-12-12Do not create new visit if no referrer info in current action, but referrer i...diosmosis
2014-12-12Add strtolower for comparison, regressionmattab
2014-12-11Removing dead code in Tracker/Visit.php.diosmosis
2014-12-10Merge pull request #6836 from piwik/3414Matthieu Aubry
2014-12-10Fix refactor failmattab
2014-12-10this code is actually tested for in DataTableTest::test_serializeFails_onSu...mattab
2014-12-10Fixes #5178, enable STRICT_TRANS_TABLES in travis and fix remaining tests tha...diosmosis
2014-12-10Make sure not to fail in getSubtable()mattab
2014-12-10Remove code that we're not sure why it's heremattab
2014-12-10Tweak exception messagemattab
2014-12-10reuse $row->getSubtable() as much as possible instead of callng Manager::getI...mattab
2014-12-10Refs #2624, add INI config options that will force a new visit if campaign/we...diosmosis
2014-12-09Fixes #6830 If timestamp success fetched from DB is in the future, we set it ...mattab
2014-12-092.10.0-b62.10.0-b6Matthieu Aubry
2014-12-09moved resolution and configuration reports to a new pluginsgiehl
2014-12-08Merge remote-tracking branch 'origin/master'mattab
2014-12-08fixes https://github.com/PiwikPRO/plugin-InterSites/issues/2 Added notificati...mattab
2014-12-08Bugfix and tests fixMatthieu Napoli
2014-12-08fixes #6824 Hash the fingerprint with the website ID to make it different on ...mattab
2014-12-08fixes #6823 When there are several Super Users in Piwik, archive.php web cron...mattab
2014-12-08fix problem in api for fallback to old browser/os archivessgiehl
2014-12-07fixes #6819mattab
2014-12-06refs #6750 - only rename archives in update script. do not rebuild archives w...sgiehl
2014-12-06Merge pull request #6817 from piwik/6786_refactor2.10.0-b4Matthieu Aubry
2014-12-06silence "Warning: json_encode(): Invalid UTF-8 sequence in argument" fixes #6792Matthieu Aubry
2014-12-05The ultimate prize and final step to close the issue: do not group by the who...mattab
2014-12-05Only set order by if it's set, otherwise we ORDER BY NULLmattab
2014-12-05ORDER BY the inner query so the order is deterministic + It uses the INDEXmattab
2014-12-05Re-ordering $orderBy, $groupBy --> $groupBy, $orderBy as it's proper order i...mattab
2014-12-05Introduce new $limit parameter to the query builder, which will LIMIT all que...mattab
2014-12-05Refactor Live SQL into Modelmattab
2014-12-05Building the inner query reusing buildSelectQuerymattab
2014-12-05Refactoring without changing logic, so I can understand the codemattab
2014-12-05Renamed method to have distinct namemattab
2014-12-05move logic that creates the SQL query into LogQueryBuilder classmattab
2014-12-05Moved SegmentExpression into namespace Piwik\Segmentmattab
2014-12-05Fixes #6806, correctly set default for viewDataTable query parameter in ViewD...diosmosis
2014-12-05Fixes #6562mattab
2014-12-05Merge pull request #6794 from czolnowski/6708-provide-better-information-of-m...Matthieu Aubry
2014-12-04refs #5144 better fix for array to string to conversion.Thomas Steur