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-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-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
2014-12-04Merge branch 'master' of github.com:piwik/piwikThomas Steur
2014-12-04Refactor to reuse Piwik components.Marcin Czołnowski
2014-12-04refs #6075 added a bit of documentationThomas Steur
2014-12-04Make sure RowEvolution uses graphEvolution default and make sure this default...diosmosis
2014-12-04refs #6075 moved migration script to correct versionThomas Steur
2014-12-04Merge pull request #6802 from piwik/6075_2Thomas Steur
2014-12-04Refs #6756, make sure forceDefault in ViewDataTable::factory correctly forces...diosmosis
2014-12-04removed a no longer todo noteThomas Steur
2014-12-04Tracker refactoringThomas Steur
2014-12-042.10.0-b32.10.0-b3Matthieu Aubry
2014-12-03Add debug log which print amount of used memory.Marcin Czołnowski
2014-12-03Fixes #6756, fix two regressions/bugs in row evolution of ecommerce item repo...diosmosis
2014-12-02Accept URLs formatted as //domain/pathmattab
2014-12-02Merge pull request #6658 from piwik/tmp-pathMatthieu Aubry
2014-12-01Merge pull request #6752 from piwik/remove_screentype_reportMatthieu Aubry
2014-12-01fixes #6760 Remove the last query, partial revert of original implementation5...mattab
2014-12-01Remove extra parameter from call in DataTableProcessor.diosmosis
2014-12-01Fixes #6222 silent fail in front of shell_exec to prevent warnings from break...mattab
2014-12-01DI container: disable the use of annotationsMatthieu Napoli
2014-12-01Fixed the detection of missing config fileMatthieu Napoli
2014-11-30Fixed a merge failureMatthieu Napoli
2014-11-30refs #6750 - added try catch to avoid errors with possibly invalid datatablessgiehl