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
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-28Ensure each plugin has a config.php and tracker.php file (#14430)Kate Butler
2018-06-11Make some menus translatable (#12885)Christian Schmidt
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
2016-04-06refs #9354 merge user and admin menu to one single menuThomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-09-15Set HTML <title> values in all user menu and admin menu pagesmattab
2015-09-14Add UI Demo link to the user menu > Platform submenumattab
2015-09-14UI Notifications page now displays the user menumattab
2015-03-09Run queued filters after generic filters making visualizations much faster.Thomas Steur
2015-02-12Set a consistent description in plugins metadatamattab
2014-10-02Create angularjs directive for Piwik notifications and use in old Notificacti...diosmosis
2014-09-06refs #6140 forgot to replace this URLThomas Steur
2014-09-06refs #6140 easier way to define URLs for menu items and introducing a method ...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-22removed unused use statementssgiehl
2014-07-22refs #5192 some more menu api tweaks. MenuReporting is not 100% good since it...Thomas Steur
2014-06-30Move UI Notifications example, from the Top Menu to the User Menu instead.mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-20refs #5192 added generator for menus, updated more plugins to use menu class,...Thomas Steur
2014-05-20refs #5192 starting a little Menu refactoringThomas Steur
2014-05-02refs #1915 added missing method to delete all viewdatatableparams, metricsToP...Thomas Steur
2014-02-03Removing last Piwik_ occurencesFabian Becker
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-21Removing unused parameter to getEvolutionGraphmattab
2013-12-13Hide treemap menu if plugin is disabled (auto loader still finds the class)mattab
2013-12-12Update treemap submodule + fix bug in ExampleUI treemap display.diosmosis
2013-12-10Fixes #4367, remove version column and move version to name column and make v...diosmosis
2013-12-09Add treemap example to ExampleUI plugin.diosmosis
2013-11-22Smaller titlemattab
2013-11-18getting rid of the fetch parameterThomas Steur
2013-11-18ViewDataTableFactorymattab
2013-11-12refs #4256 disabling escaping is much better this wayThomas Steur
2013-11-12refs #4256 by default escape notification messageThomas Steur
2013-11-11Adding type hinting to API classesmattab
2013-10-31refs #4179 added some notification examplesThomas Steur
2013-10-21refs #3994 added dummy documentation for temperature metricThomas Steur
2013-10-21refs #3994 do not create a separate class for this exampleThomas Steur
2013-10-21It was confusing to have a coreViewDataTable and pluginViewDataTable class. I...Thomas Steur
2013-10-16fix treemap fails to load with a fatal error because it tries to load metric ...Thomas Steur
2013-10-15set properties on config, not on view itselfThomas Steur
2013-10-15removed visualization propertiesThomas Steur
2013-10-14fix UI test by setting a fixed end date, otherwise we have to update the scre...Thomas Steur
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-07Fix ui tests.diosmosis