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-10-13refs #5940 moved files into a subfolder framework, added autoloader to remove...Thomas Steur
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
2014-10-10Output trace when failing in trackermattab
2014-10-10res #5940 I have to increase the version number to require this version in th...Thomas Steur
2014-10-10Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
2014-10-09Merge pull request #6407 from piwik/6110_cdtMatthieu Aubry
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
2014-10-09fixes #6110 when 'cdt' tracking Api parameter is set, require token_auth only...mattab
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
2014-10-08Refactor Csv renderermattab
2014-10-08Make the reduce function optional in GroupBy filter to allow grouping by colu...mattab
2014-10-08Fix one unit testmattab
2014-10-07Maintain accidental default behavior due to old typo bug (return empty array(...diosmosis
2014-10-07Fixing bug caused by typo in core/Config.php (caused non-existant config sect...diosmosis
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 ht...Matthieu Aubry
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 figur...Thomas Steur
2014-10-06Merge pull request #6380 from czolnowski/extend-tracking-code-cleanMatthieu Aubry
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of in...Thomas Steur
2014-10-04moved some queries within core to model filesThomas Steur
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
2014-10-03Fixes #6374 Make sure top menu URLs are generated properly based on user pref...mattab
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
2014-10-02Merge pull request #6331 from piwik/db_test_case_optimizeBenaka
2014-10-02Refs #6342, give all commands superuser access by default (since any user tha...diosmosis
2014-10-02Refactor DbHelper::truncateAllTables() to truncate non-core tables, and tweak...diosmosis
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
2014-10-01Fixes #6314 do not display error Warning: shell_exec() [function.shell-exec]:...mattab
2014-10-01Refactor magic string FTWmattab
2014-10-01Run Mysqli tests only on 5.4mattab
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to Access::doAsS...diosmosis