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-05-28Ensure each plugin has a config.php and tracker.php file (#14430)Kate Butler
* Add empty config.php and tracker.php files to each plugin that doesn't have them; add to whitelist of files that are included in new plugins generated by generate:plugin * Add plugin files for plugins which were missing them
2018-06-11Make some menus translatable (#12885)Christian Schmidt
* Make some menus translatable * Update changelog
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
* Replace all occurences of Piwik in english translations of Actions plugin * translation update * Replace all occurences of Piwik in english translations of API plugin * translation update * Replace all occurences of Piwik in english translations of core * replace Piwik occurrences * Rename widget piwik.org blog => matomo.org blog * fix widget name * replaced some more piwik mentions * Renamed to Matomo a few strings * Replaced more strings to Matomo in JSON files, twig templates * Replaced more strings to Matomo in INI file * Replaced more strings to Matomo in API docs, error messages, feedback forms * introduce API.getMatomoVersion and ExampleAPI.getMatomoVersion API + deprecate old ones
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
Having proper HTML titles increase usability and is important eg. one can more easily find the right tag in the list of browser tabs
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
fixes https://github.com/piwik/piwik/issues/7184
2014-10-02Create angularjs directive for Piwik notifications and use in old ↵diosmosis
Notificaction class.
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
to addItem without boolean parameter
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 ↵Thomas Steur
it is in core and should not know whether are actions, referrers and visitors item but it is very convenient for developers. Once we have DI we could add those methods there
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
to use free/libre instead of open source
2014-05-20refs #5192 added generator for menus, updated more plugins to use menu ↵Thomas Steur
class, fixed some bugs, improved design, fixed tests, ...
2014-05-20refs #5192 starting a little Menu refactoringThomas Steur
2014-05-02refs #1915 added missing method to delete all viewdatatableparams, ↵Thomas Steur
metricsToPlot should be saved now as well
2014-02-03Removing last Piwik_ occurencesFabian Becker
refs #4609
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
fixes #4609
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 ↵diosmosis
version strings consistent in plugins admin.
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. ↵Thomas Steur
In addition the coreViewDataTable did two things: Instance creation and managing all viewDataTables --> two new classes
2013-10-16fix treemap fails to load with a fatal error because it tries to load metric ↵Thomas Steur
nb_visits
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 ↵Thomas Steur
screenshot all the time
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom ↵mattab
getInstance() (some tests failing)
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/* ↵mattab
directories
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-07Fix ui tests.diosmosis