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
AgeCommit message (Collapse)Author
2015-09-22refs #8689 started working on PHP 7 supportThomas Steur
2015-09-22Make Provider plugin disabled by default. fixes #8826mattab
2015-08-24Add integration test for ArchiveTableDao class and system test for new ↵diosmosis
analyze archive table command.
2015-08-24Adding diagnostic command that allows you to see exactly what's inside an ↵diosmosis
archive table. Useful when trying to find out why one table is using a lot of space or is using more space than others.
2015-08-05Fix notice "Notice - Undefined index: shell_exec" reported in ↵mattab
http://forum.piwik.org/read.php?2,128520
2015-07-28#8439 Revert affd970Matthieu Napoli
2015-07-23Fixes #8411 add shell_exec to recommended functionsmattab
2015-07-21Fix invalid path in the permissions diagnosticMatthieu Napoli
The path was absolute (/config) I don't know how it hasn't been reported yet
2015-07-13Missing @license docblocks (according to fossology)Anthon Pang
2015-07-07File integrity check failing should let user continue to the next step, ↵mattab
fixes #8264
2015-06-17Fix the verification of the Reflection extension during an installation with ↵Nicolas GAILLARD
HHVM.
2015-06-17Add support for HHVM at setup for actions systemCheck and databaseSetup.Nicolas GAILLARD
[Fix] HHVM returns name of loaded extensions in lowercase. Replacing functions in_array and get_loaded_extensions by extension_loaded which is case insensitive. [Fix] HHVM defines the directive "always_populate_raw_post_data" as a boolean and therefore can not accept the value -1. Thus, when using HHVM, the check is not performed.
2015-04-24#7759 Get the service lazily to avoid the console from crashing if there's a ↵Matthieu Napoli
DI config error
2015-04-15BugfixMatthieu Napoli
2015-04-14Provide a way for plugins to disable other plugins diagnosticsMatthieu Napoli
2015-04-14Added plugin descriptionMatthieu Napoli
2015-04-14Improved testMatthieu Napoli
2015-04-14Reduce code duplicationMatthieu Napoli
2015-04-14Updated DI\link() to DI\get() following PHP-DI 5 changesMatthieu Napoli
2015-04-14Use dependency injection in WriteAccessCheckMatthieu Napoli
2015-04-14Simpler logic in DiagnosticReportMatthieu Napoli
2015-04-14ref #7235 Refactored the system check to allow plugins to add diagnosticsMatthieu Napoli