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
2021-02-08CustomLogo upload not working with PHP8 (#17205)Giannis Economou
* CustomLogo upload not working with PHP8 Fix for PHP 8.0 compatibility: In PHP 8 GdImage class objects replace GD image resources. Custom logo upload was not working. * ws Co-authored-by: Stefan Giehl <stefan@matomo.org>
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2020-03-04Fix double colon and case (#15655)Jean Baptiste Noblot
* Fix double semicolon * Fix case
2019-10-11Add config setting to disable custom logo upload (#14982)Kate Butler
* Add enable_custom_logo config setting to control whether user is permitted to upload logos * Rename method, add check in setBrandingSettings * Update Controller.php * Update expected screenshot
2019-09-19Fix failing updater screenshot test (#14898)Thomas Steur
2019-09-13Various platform tweaks (#14832)Thomas Steur
* platform tweaks * prevent failing if loaded twice * Update Config.php * Update PluginList.php * Update Config.php * Update IniFileChain.php * Update Config.php * Update Config.php * allow configure different path for custom logo * only show install plugin button when activated * allow disable users and sites management * do not allow calling set super user access * Update PluginList.php * Update Config.php * Update global.ini.php * Update Config.php * Update global.ini.php
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2017-09-26Adding new events triggered when dynamic files are changed by Piwik. (#12106)Benaka
* Adding new events triggered when dynamic files are changed by Piwik. * Fixing broken test in TrackerUpdaterTest.php.
2017-03-30Improve header layout of error, update and maintenance screen (#11561)Stefan Giehl
* Improve layout of error and maintenance scrrens * improve header on update pages * use svg logo as default * update screenshots
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