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
2014-12-22updated changelog [skip ci]sgiehl
2014-12-22fixes #6890 added symfony vardumper libThomas Steur
2014-12-19Minormattab
2014-12-19Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: CHANGELOG.md
2014-12-19Fixed the 2.10 ChangelogMatthieu Napoli
2014-12-19Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: CHANGELOG.md plugins/CoreConsole/Commands/CoreArchiver.php
2014-12-18Minor changelog editsmattab
2014-12-17#6622 Logger refactoring: added a deprecationMatthieu Napoli
2014-12-17#6622 Logger refactoring: remove INI options:Matthieu Napoli
- log_only_when_cli - log_only_when_debug_parameter
2014-12-15Merge remote-tracking branch 'origin/master' into log-refactoring-1Matthieu Napoli
Conflicts: composer.lock
2014-12-09moved resolution and configuration reports to a new pluginsgiehl
2014-12-08refs #3962 - added note to changelogsgiehl
2014-12-08Merge branch 'master' into log-refactoring-1Matthieu Napoli
2014-12-08#6788 changelogMatthieu Napoli
2014-12-05Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: CHANGELOG.md
2014-12-05#6622 Logger refactoring: removed manual overriding of the log level in CLI ↵Matthieu Napoli
since it's now dependent of the verbosity level `Piwik\Log::setLogLevel` is now deprecated and doesn't do anything. Its usages have been removed.
2014-12-04#6622 Logger refactoring: removed the "Log.getAvailableWriters" eventMatthieu Napoli
Adding new log backends will later be possible by configuring Monolog handlers
2014-12-02Merge pull request #6658 from piwik/tmp-pathMatthieu Aubry
Moved the `tmp/` path into the config (was hardcoded everywhere)
2014-12-01Added note for removal of screenType / screenTypeIcon fields in API responsesStefan Giehl
2014-12-01#6622 Logger refactoring: formatting messages is now done through Formatters ↵Matthieu Napoli
instead of events
2014-11-28removed screen type report and widgetsgiehl
2014-11-27Merge branch 'di-config' into tmp-pathMatthieu Napoli
Conflicts: tests/PHPUnit/Integration/LogTest.php
2014-11-26Merge remote-tracking branch 'origin/master'mattab
2014-11-26link from dev changelog footer to changelogmattab
2014-11-23updated changelog; added removal tests for deprecated methodssgiehl
2014-11-20Add note about new console command core:plugin listmattab
2014-11-20Marking developer changelog as 2.9.1mattab
2014-11-17Update CHANGELOG.mdMatthieu Aubry
2014-11-16refs #6661 added change of HTTP 400 tracker api to changelogThomas Steur
2014-11-14Merge branch 'master' into tmp-pathMatthieu Napoli
2014-11-13refs #6577 updated changelogThomas Steur
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
The `tmp/` path was hardcoded everywhere, which resulted in using `SettingsPiwik::rewriteTmpPathWithInstanceId()` to rewrite it for specific use cases. I've moved that path into the config, and replaced all hardcoded usage (and calls to `rewriteTmpPathWithInstanceId()`) by a `get()` from the container. Getting entries from the container is a bad practice and dependency injection should be preferred, but we do baby steps. When refactoring those classes to DI, we'll replace calls to the container with proper dependency injection. Another thing we'll need to do too is move the hardcoded *sub-path* of `tmp/` (e.g. `tmp/sessions/`) into the config also (but again: baby steps). Another future step would be to remove completely instance ID and let it be handled by a plugin (or by end-user config). Having the `tmp/` path in the config means that plugins or users can override it and know it will be taken into account everywhere in Piwik.
2014-11-12refs #6635 mention phpunit.xml no longer needed in changelogThomas Steur
2014-11-06refs #6597 document change re core:update commandThomas Steur
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
2014-10-29refs #6533 already disabled some commands that are only needed in developmentThomas Steur
2014-10-28those libraries were actually updated in 2.8.2 not 2.8.1Thomas Steur
2014-10-21refs #6469 with jquery-ui 1.11.1 the UI test run about 80% slower and runs ↵Thomas Steur
out of time very soon. So going back to 1.10.4
2014-10-20refs #6469 fix screenshot diff does not work, updated changelog, use ↵Thomas Steur
jquery-ui.css from bower
2014-10-14Add to developer CHANGELOG that Piwik now requires PHP 5.3.3mattab
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to ↵Thomas Steur
remove duplicated code to load autoload.php and to be able to register more autoloaders (eg for test files) on demand. This I got read of many includes that had to be updated all the time and that had to be updated all the time when moving iles
2014-10-10we will deprecate old test classes in 4 months and not in 2, simplified test ↵Thomas Steur
run by only allowing short version, added some examples
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved ↵Thomas Steur
some tests from unit to integration and explained when a test is a unit test, an integration test or a system test.
2014-10-03Updated the changelog for the new Decompress componentMatthieu Napoli
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to ↵diosmosis
Access::doAsSuperUser().
2014-09-28Add breaking change for Auth interface changes.diosmosis
2014-09-25refs #6285 added a command to generate a template for an angular directiveThomas Steur
2014-09-25refs #5983 mention angularjs update so plugin developers can test their ↵Thomas Steur
components with latest angularjs version
2014-09-25Note pivotBy query params in Changelog.diosmosis
2014-09-24Update CHANGELOG.mdMatthieu Aubry