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-11-062.9.0-b52.9.0-b5Matthieu Aubry
2014-11-05fixes #6508 it works, although unfortunately not with automated testsmattab
2014-11-05refs #6508 Now we will purge only the right monthly archive_numeric table an...mattab
2014-11-05fixes #6598 Add sites to be invalidated when the archiving failed to make su...mattab
2014-11-05refs #6508 some refactoring and renamingmattab
2014-11-05Revert "Fixes #6595 Test of the minimum PHP version"Matthieu Napoli
2014-11-05refs #6508 log when invalid dates were found in the inputmattab
2014-11-05refs #6508 started refactoring the code, created two new objects: ArchiveInva...mattab
2014-11-05refs #6508 add some commentsmattab
2014-11-05Fixes #6595 Test of the minimum PHP versionMatthieu Napoli
2014-11-04Add note about CliMulti URL encoding to method docs.diosmosis
2014-11-04Allow UI tests to delete archiving tables.diosmosis
2014-11-04Add some debug logging to PluginsArchiver.diosmosis
2014-11-04Merge remote-tracking branch 'origin/master'2.9.0-b4mattab
2014-11-042.9.0-b4Matthieu Aubry
2014-11-04When PHP-DI not found, hint user to composer updatemattab
2014-11-04Merge pull request #6555 from piwik/php-diMatthieu Aubry
2014-11-042.9.0-b32.9.0-b3Matthieu Aubry
2014-11-042.9.0-b22.9.0-b2Matthieu Aubry
2014-11-03#5052 Enabled IP anonymization by default. To keep it disabled on previous Pi...Matthieu Napoli
2014-11-03Cleaned up the update script for 2.9.0-b1Matthieu Napoli
2014-11-03Merge branch 'master' into php-diMatthieu Napoli
2014-11-03Indicate user to composer update when network library not yet updated refs #...mattab
2014-10-31Revert "Use interface to determine if an exception contains HTML message cont...diosmosis
2014-10-31refs #6009 renamed some plugin manager methodsThomas Steur
2014-10-31Merge branch 'master' into php-diMatthieu Napoli
2014-10-30Merge pull request #6517 from piwik/extract-ipMatthieu Aubry
2014-10-30Fix regression in error page that occurs when custom logo URLs cannot be acce...diosmosis
2014-10-30Replaced calls to $container->get() to $container->make() for controllers, ma...Matthieu Napoli
2014-10-30Use ArrayCache for nowMatthieu Napoli
2014-10-30The FrontController now uses the container to create controllers (i.e. DI in ...Matthieu Napoli
2014-10-30Added PHP-DI + StaticContainer classMatthieu Napoli
2014-10-30Added comment in IP class' phpdoc to encourage using the new componentMatthieu Napoli
2014-10-29Use interface to determine if an exception contains HTML message content.diosmosis
2014-10-29Documentation tweak. [ci skip]diosmosis
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
2014-10-28refs #6429 as 2.9.0-b1 is not released yet we can reuse existing update fileThomas Steur
2014-10-28refs #6429 enable Test Runner by default for nowThomas Steur
2014-10-28Add parameter to Piwik_GetErrorMessagePage for easier testing.diosmosis
2014-10-28Use custom logo & favicon in error page.diosmosis
2014-10-28Merge pull request #6541 from piwik/remove_exitwithmessageBenaka
2014-10-28Fix typo.diosmosis
2014-10-28refs #6220 updated screenshotsmattab
2014-10-28Use correct exception for auth error in FrontController.diosmosis
2014-10-28Merge pull request #6534 from piwik/6519_allowExecutionOfDeprecatedMethodsThomas Steur
2014-10-28Moved PluginDeactivatedException out of the FrontController.php fileMatthieu Napoli
2014-10-28Adding event so the error page contents can be modified.diosmosis
2014-10-28Remove ExitWithMessage function and documented new code.diosmosis
2014-10-28Replace all uses of Piwik_ExitWithMessage (except one) with throwing exceptio...diosmosis
2014-10-28refs #6519 allow execution of deprecated methodsThomas Steur