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-132.8.0-rc1 - report any bug you may find2.8.0-rc1Matthieu Aubry
2014-10-13Fixes #6191 Make sure Goal URL matching uses the RAW URL including any exclud...mattab
2014-10-13Refs #4528 remove unused functionmattab
2014-10-13Fixes #4528 instead of failing with an exception, log a warning instead.mattab
2014-10-13refs #5940 had to increase version number in order to require it by other plu...Thomas Steur
2014-10-13Merge pull request #6431 from piwik/5940_testRenamingFrameworkThomas Steur
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to remove...Thomas Steur
2014-10-12#6085 Removed $GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] and repla...Matthieu Napoli
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