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
2016-04-12Don't try to display a custom logo or favicon if they don't exist (#10000)Kevin Subileau
* fix #9966 Do not display a custom logo or favicon in admin if they don't exist Prevents 404 errors. * refs #9966 Fix the custom logo instant preview * refs #9966 Fix style [ci skip] * refs #9966 Introduce CustomLogo::logoExists() to remove duplicated code
2016-01-12supress errors when uploading a broken custom logosgiehl
2014-11-04Fix error when Piwik is not installed yetmattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-07-03Fixes #5403 display meaningful error message when file_upload is disabledmattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-26Merge remote-tracking branch 'origin/master' into morpheus_defaultthemeThomas Steur
Conflicts: plugins/CoreHome/angularjs/siteselector/siteselector.less
2014-05-26fixes #5203 keep transparency when uploading logo, also improves quality of ↵Thomas Steur
generated logo
2014-05-24Remove second parameter to Filesystem::mkdir to prevent unexpected bugs.mattab
One function should do one thing only.
2014-05-23started experiment making morpheus default themeThomas Steur
2014-05-19Fixes #5181 Renamed methodmattab
2014-05-15added possibility to upload a faviconThomas Steur
2014-03-17New config setting to skip the Custom Logo check and always assume logo is ↵mattab
writable
2014-02-03refs #4563 moved custom logo from config to databaseThomas Steur
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
fixes #4609
2014-01-08Refactoring Custom Logo code into its own class + improvementsmattab