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 (Expand)Author
2015-12-22Higher resolution 32x32 favicon https://github.com/piwik/piwik/issues/8869mattab
2015-10-22Minor commentmattab
2015-09-21Remove Login link from error pageJoey3000
2015-07-27Fix #8293 errors logged in server error log should not be the HTML pageMatthieu Napoli
2015-06-26add constant PIWIK_VENDOR_PATHChristian Raue
2015-06-24Fixed typo in testMinimumPhpVersionSergey
2015-06-23#8087 show error formatted nicely when it happens in an AJAX request (e.g. po...Matthieu Napoli
2015-06-15Added 'mbstring.func_overload = 0' as installation requirementbarbushin
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-20#7923 Update instructions: use composer install instead of updateMatthieu Napoli
2015-04-21Bugfix on the error pageMatthieu Napoli
2015-04-19Remove stack trace dumped in API callsMatthieu Napoli
2015-04-16Redesign the error page as it uses the same style as the updaterMatthieu Napoli
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefo...mattab
2014-11-05Revert "Fixes #6595 Test of the minimum PHP version"Matthieu Napoli
2014-11-05Fixes #6595 Test of the minimum PHP versionMatthieu Napoli
2014-10-28Add parameter to Piwik_GetErrorMessagePage for easier testing.diosmosis
2014-10-28Use custom logo & favicon in error page.diosmosis
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-09Fixes #6375 refs #5958 Only set 500 headers when a database failure occurs #...Matthieu Aubry
2014-10-07Increasing PHP requirements to 5.3.3 refs #6390mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-08-29Update testMinimumPhpVersion.phpMartin Keckeis
2014-08-28Update testMinimumPhpVersion.phpMartin Keckeis
2014-08-28Update testMinimumPhpVersion.phpMartin Keckeis
2014-08-28Update testMinimumPhpVersion.phpMartin Keckeis
2014-08-28Removing pre PHP 5.3 checksMartin Keckeis
2014-08-13fixes #5958 When there is an error screen in Piwik (core or in Tracker) then ...mattab
2014-08-08refs #5958 add http error code 500 header in case of piwik errors.mattab
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-03Fixes #4455 changed URL to builds.piwik.org/piwik.zipmattab
2014-06-25add link to FAQ: How do I use Piwik from the Git repository?mattab
2014-06-14When checking if Piwik server works, fail the check if the Piwik shows an err...mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-10Use piwik-latest.zip instead of latest.zip to work around bug on Chrome on Wi...mattab
2014-05-23started experiment making morpheus default themeThomas Steur
2014-05-04Debugging install testsmattab
2014-05-04Display backtrace during tests, helpful to debug errors.mattab
2014-04-08Fixes #4962 Show a useful error message when php5-json is not installed.mattab
2014-04-03Fix a testmattab
2014-04-03Remove the ResponseBuilder flag and instead use the existing PIWIK_PRINT_ERRO...mattab
2014-04-01Display backtraces when ResponseBuilder::DISPLAY_BACKTRACE_DEBUG is set to truemattab
2014-03-27Fix: window.back() does not exist!Stefan Greiner
2014-02-18Error code when there's an errormattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-01-09Fix typomattab
2014-01-09Fix error that occurs when config section is empty in config.ini.php (like wh...diosmosis
2013-12-31Minor typo fixPowerKiKi