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/misc
AgeCommit message (Collapse)Author
2014-12-19#6622 Logger refactoring: updated the geoipUpdateRows.php scriptMatthieu Napoli
2014-12-19Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: CHANGELOG.md plugins/CoreConsole/Commands/CoreArchiver.php
2014-12-18Refs #6795, remove quotes around referrer & host if found when parsing hits ↵diosmosis
in log importer.
2014-12-17Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: composer.json composer.lock config/global.php core/Container/StaticContainer.php
2014-12-15Remove debugging change in import_logs.py.diosmosis
2014-12-15Fixing build for merge and move IIS check for --w3c-time-taken-milli to ↵diosmosis
Parser.check_format so only one warning outputted.
2014-12-15Adding support for parsing amazon cloudfront log files in log importer & ↵diosmosis
making W3cExtendedFormat treat time-taken field as seconds by default (since that is what the W3C format specifies). Also add support for event tracking and cloudfront RTMP logs (which provide event logs). Also allow multiple spaces in between W3C extended log files. Allow derived classes of W3cExtendedFormat to define new custom field regexes.
2014-12-15Initial commit, differences in ImportLogsTest.diosmosis
2014-12-15Merge remote-tracking branch 'origin/master' into log-refactoring-1Matthieu Napoli
Conflicts: composer.lock
2014-12-12Change IIS log format in log importer script to be more generic and format ↵diosmosis
any log in W3C extended log format. Keeps iis format for backwards compatibility.
2014-12-10#6622 Logger refactoring: introduced a DI config for the test environmentMatthieu Napoli
2014-12-10Refs #4707, add note in log importer README about netscaler log files.diosmosis
2014-12-10#6622 Logger refactoring: log as in CLI with PHP-CGI for the archivingMatthieu Napoli
2014-12-09Merge branch 'master' into iis_advanced_log_importingdiosmosis
Conflicts: tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowserFamilies_month.xml tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getOsFamilies_month.xml tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getBrowser_month.xml tests/PHPUnit/System/expected/test_ImportLogs__UserSettings.getOSFamily_month.xml
2014-12-09Refs #6388, map IIS time-taken field to gneration time in log importer.diosmosis
2014-12-09Add netscaler logs to python tests for log importer.diosmosis
2014-12-08Refs #5980, parse cs-username variable in IIS logs and use as userid when ↵diosmosis
present and not anonymous. Includes changes to ImportLogsTest.
2014-12-08Refs #4707, add test for netscaler logs, support already present due to last ↵diosmosis
commit.
2014-12-08Refs #6795, add --iis-map-field option to allow users of log importer script ↵diosmosis
to parse log files created using the IIS Advanced Logging module. Includes tests for such a case (including python unit test + PHP System test).
2014-12-08Merge branch 'master' into log-refactoring-1Matthieu Napoli
2014-12-08Remove debug statement refs #68232.10.0-b5mattab
2014-12-08fixes #6823 When there are several Super Users in Piwik, archive.php web ↵mattab
cron should accept any of those Super User tokens
2014-12-05Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: CHANGELOG.md
2014-12-04Tracker refactoringThomas Steur
2014-12-04#6788 Removed the tracker proxy (moved to a separate repository)Matthieu Napoli
2014-12-04More clear output in case one log file could not be foundmattab
(cherry picked from commit c824a2e)
2014-12-02Merge pull request #6658 from piwik/tmp-pathMatthieu Aubry
Moved the `tmp/` path into the config (was hardcoded everywhere)
2014-12-01refs #4936 on IIS when no query string it shows as '-' so we assume '' instead.mattab
2014-12-01Fixes #4936 on IIS when no query string it shows as '-' so we assume '' instead.mattab
2014-12-01Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: core/Error.php
2014-11-28#6622 Logger refactoring: moved log message formatting into classesMatthieu Napoli
2014-11-27Simplified Piwik\Console's APIMatthieu Napoli
2014-11-27Merge branch 'di-config' into tmp-pathMatthieu Napoli
Conflicts: tests/PHPUnit/Integration/LogTest.php
2014-11-26link from dev changelog footer to changelogmattab
2014-11-17Silent fail in front of ini_set to prevent warning raised when function disabledmattab
2014-11-16Merge pull request #6671 from piwik/6661Thomas Steur
Throw HTTP 400 error when idsite is invalid
2014-11-14Fixes #6664, when replaying logs in log importer, use extra information ↵diosmosis
present in Piwik URLs to determine visitor ID when distributing hits among recorders. If IP is not good enough indicator of visitor, this will increase accuracy of replayed logs.
2014-11-14refs #6661 initial work on triggering a 400 bad request instead of 500 in ↵Thomas Steur
case Idsite is wrong
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-06Remove extra space in help textmattab
2014-11-04removed build script as it's now on its own repository ↵mattab
https://github.com/piwik/piwik-package/issues
2014-11-04Fix error when Piwik is not installed yetmattab
2014-11-04Make updatetoken.php script work in single codebase with --piwik-domainmattab
fixes https://github.com/PiwikPRO/plugin-EnterpriseAdmin/issues/4 and #6584
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
2014-10-27Refs #6513, make sure archive.php can be run w/ php-cgi (remove regression ↵diosmosis
that caused it to fail) and add system test to catch future regressions, if any.
2014-10-23Make command to type help message more accuratemattab
2014-10-20refs #6469 forgot to commit this fileThomas Steur
2014-10-16Fix CronArchive token_auth refactor.diosmosis
2014-10-16Moving CronArchive token auth check to archive script since it is only for ↵diosmosis
when the archive.php script is invoked from a web request.
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