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-11#6622 Logger refactoring: Separated error and exception handling from loggingMatthieu Napoli
2014-12-10#6622 Logger refactoring: StdErrHandler: had to revert a previous changeMatthieu Napoli
2014-12-10#6622 Logger refactoring: Turned the Exception (text) formatter into a proces...Matthieu Napoli
2014-12-10#6622 Logger refactoring: added testsMatthieu Napoli
2014-12-10#6622 Logger refactoring: RequestIdProcessor doesn't need static variables no...Matthieu Napoli
2014-12-10#6622 Logger refactoring: Simplified StdErrHandler now that logging is disabl...Matthieu Napoli
2014-12-10#6622 Logger refactoring: Piwik FileHandler now extends Monolog's StreamHandlerMatthieu Napoli
2014-12-10#6622 Logger refactoring: cleared up formatting that was left in FileHandlerMatthieu Napoli
2014-12-10#6622 Logger refactoring: moved the container creation into a new ContainerFa...Matthieu Napoli
2014-12-10#6622 Logger refactoring: introduced a DI config for the test environmentMatthieu Napoli
2014-12-10#6622 Logger refactoring: replaced Piwik StdOutHandler with Monolog's StreamH...Matthieu Napoli
2014-12-10#6622 Logger refactoring: renamed "Backend" to "Handler" to match Monolog namingMatthieu Napoli
2014-12-08Merge branch 'master' into log-refactoring-1Matthieu Napoli
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-05Merge branch 'master' into log-refactoring-1Matthieu Napoli
2014-12-05#6622 Logger refactoring: config simplificationMatthieu Napoli
2014-12-05#6622 Logger refactoring: simplified the code and configurationMatthieu Napoli
2014-12-05Fixes #6562mattab
2014-12-05#6622 Logger refactoring: simplified the formatters by merging ExceptionHtmlF...Matthieu Napoli
2014-12-05#6622 Logger refactoring: simplified the formatters by removing the ErrorText...Matthieu Napoli
2014-12-05Merge pull request #6794 from czolnowski/6708-provide-better-information-of-m...Matthieu Aubry
2014-12-05#6622 Logger refactoring: using Monolog!Matthieu Napoli
2014-12-05#6622 Logger refactoring: removed manual overriding of the log level in CLI s...Matthieu Napoli
2014-12-05#6622 Logger refactoring: log in CLIMatthieu Napoli
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-04#6622 Logger refactoring: moved all the log config to DI configMatthieu Napoli
2014-12-04#6622 Logger refactoring: removed the "Log.getAvailableWriters" eventMatthieu Napoli