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
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(?)
2019-03-15Support multiple plugin paths (#14051)Thomas Steur
* do not hard code plugins directory * remove method that is not needed for now * use plugins directory in more places * some work on supporting multiple plugin directories * use more unique name * couple fixes * and another fix * sort plugins * adjust languagesmanager * adjust more usages * Update Manager.php * adding a plugin to test * more tests * make sure plugin resources can be located in custom directory * adding more tests * rewrite image paths * handle more cases * add tests * make sure to load plugin * trying to fix test * trying it this way * load plugin * fix ui test? * testing if tests succeed this way * another test * load custom dir plugin * load plugin in ui fixture * change the update statement * remove update script * delete column * fix ui test * make it work for tests * fix some tests * Fix merge.
2016-05-05Fix some typos in comments (found by codespell) (#10120)Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
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-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2014-01-13Fixes #4443 Theming CSS rewrite should now rewrite all CSSmattab
+ Removing the help_grey.png reference, merging with help.png + Making form inputs/selects look nice in calendar + site selector search
2013-12-27Fix typomattab
2013-12-26Remove query string before checking if file exists, for windows + ↵mattab
open_basedir. fixes #4438
2013-12-17fixes #4373, #1640Julien Moumné
2013-11-23Refs #4127 #3942 Allow plugins to define one or several javascript that the ↵mattab
theme should include, directly from the plugin.json file. It is better than asking Theme designers to create a .php file that defines the hook "AssetManager.getJavaScriptFiles"
2013-11-23Refs #4127 Themes can now override icons from any other plugin. eg to ↵mattab
override: plugins/CoreHome/images/search.png put new icon in: plugins/Morpheus/images/search.png -- in case there are two icons called the same in two different plugins please let me know and we will rename them so all icon names are unique across plugins.
2013-11-22Adding new screenshot test case: Themes admin page2.0-b9mattab
2013-11-22Enabling Morpheus Theme in a branch to see generated UI screenhots tests ↵mattab
refs #4127
2013-11-22Prevent white screen of deathmattab
2013-11-22Refs #4127 images in CSS with url('path or url("path or url(path should be ↵mattab
replaced
2013-11-22Refs #4127 Implementing possibility for Themes to overwrite any icon or ↵mattab
resource by putting the new file in plugins/$ThemeName/XX - Morpheus theme now displays its icons! :)