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 (Collapse)Author
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-11Fix Db namespace used twicemattab
2014-10-11Use the Db get helper rather than always Tracker DB, this could fix an issue ↵mattab
in tests
2014-10-10Output trace when failing in trackermattab
2014-10-10res #5940 I have to increase the version number to require this version in ↵Thomas Steur
the other plugins
2014-10-10Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
Conflicts: plugins/CoreConsole/Commands/TestsRun.php
2014-10-09Merge pull request #6407 from piwik/6110_cdtMatthieu Aubry
setting 'cdt' tracker parameter in recent past (in the last 4 hours) should not require token_auth fixes #6110
2014-10-09todo was heremattab
2014-10-09Small tweak to tracker loggingmattab
2014-10-09Instead of throwing exceptions, log a message in tracker.mattab
2014-10-09Fixes #6375 refs #5958 Only set 500 headers when a database failure occurs ↵Matthieu Aubry
#hacky
2014-10-09fixes #6110 when 'cdt' tracking Api parameter is set, require token_auth ↵mattab
only when the datetime is older than 4 hours.
2014-10-09Display Ip addresses in debug outputmattab
2014-10-09If cdt is set, use it as current timestampmattab
2014-10-09Deprecate setForceIp and setForceDateTime, moved to Request objectmattab
2014-10-09Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
Conflicts: tests/PHPUnit/phpunit.xml.dist
2014-10-08Refactor Csv renderermattab
2014-10-08Make the reduce function optional in GroupBy filter to allow grouping by ↵mattab
column value
2014-10-08Fix one unit testmattab
2014-10-07Maintain accidental default behavior due to old typo bug (return empty ↵diosmosis
array() when config section doesn't exist in INI config).
2014-10-07Fixing bug caused by typo in core/Config.php (caused non-existant config ↵diosmosis
sections to contain old superuser bridge info on first access).
2014-10-07Fixes #6309 Remove "Website" from the Email subject and form the report title.mattab
2014-10-07When tracker fails, return error code so that it fails the tests.mattab
2014-10-07Increasing PHP requirements to 5.3.3 refs #6390mattab
2014-10-06add @ignore so the method does not appear in the auto generated API doc on ↵Matthieu Aubry
http://developer.piwik.org/api-reference/classes
2014-10-06Add setSingletonInstance method to Option for testing.diosmosis
2014-10-06refs #5940 this might fix the integration tests. Took me a long time to ↵Thomas Steur
figure out what is going on. We should reset all the caches at least before each class otherwise the tests are no longer atomic and therefore worthless. This test was working when executing only this test but not when executing all tests
2014-10-06Merge pull request #6380 from czolnowski/extend-tracking-code-cleanMatthieu Aubry
Let plugins further extend tracking code via Event 'Piwik.getJavascriptCode'
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests ↵Thomas Steur
still fail and I cannot figure out why
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of ↵Thomas Steur
integration => system
2014-10-04moved some queries within core to model filesThomas Steur
This is only a start. Especially the Tracker model contains quite a bunch of different models. Ideally, one day, the tracker is refactored and all the goal tracker stuff including the queries are in the goal plugins, all the ecommerce stuff is in an ecommerce plugin etc. Haven't moved some of the LogAggregator queries.
2014-10-03Extend tracking with all changes.Marcin Czołnowski
2014-10-03Fixing a typomattab
2014-10-03only one return is better than two as mentioned in commentThomas Steur
2014-10-03Merge pull request #6376 from mnapoli/extract-decompressMatthieu Aubry
Extracted the decompressing classes into a standalone component
2014-10-03Fixes #6374 Make sure top menu URLs are generated properly based on user ↵mattab
preferences , refs #3426
2014-10-03Bugfix in Piwik\HttpMatthieu Napoli
2014-10-03Extracted the decompressing classes into a standalone Decompress componentMatthieu Napoli
2014-10-02Fixing build for PHP 5.3.diosmosis
2014-10-02Refs #6224 check for HHVM first to avoid it picked up by the isValidPhpType ↵mattab
call @voidswitch Does this fix the issue for you?
2014-10-02Merge pull request #6331 from piwik/db_test_case_optimizeBenaka
Optimize DatabaseTestCase by creating DB and tables only once (like IntegrationTestCase) so travis build will be faster.
2014-10-02Refs #6342, give all commands superuser access by default (since any user ↵diosmosis
that can execute a command can do more than a superuser already).
2014-10-02Refactor DbHelper::truncateAllTables() to truncate non-core tables, and ↵diosmosis
tweaks to DatabaseTestCase tests.
2014-10-012.8.0-b22.8.0-b2Matthieu Aubry
2014-10-012.8.0-b1 with User Id algorithm update2.8.0-b1mattab
2014-10-01Fixes #6313 - When a user starts to get a User ID set, then we set this User ↵mattab
ID to the existing visit rather than create a new visit for this user id specifically
2014-10-01Fixes #6314 do not display error Warning: shell_exec() ↵mattab
[function.shell-exec]: Unable to execute 'stat -f -c "%T" /proc 2>/dev/null
2014-10-01Refactor magic string FTWmattab
2014-10-01Run Mysqli tests only on 5.4mattab
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to ↵diosmosis
Access::doAsSuperUser().