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
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2020-08-25Use relative URLs for svgBasePath (#16341)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-22Remove PHP serialization response format (#15558)Stefan Giehl
2019-09-21Fix percentage calculation on world map (#14852)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-09Switch UI tests from phantomjs to chrome headless (#14421)Thomas Steur
2019-01-31Visitor Map tooltip shows %s for "No Visit" (#14057)Thomas Steur
2018-12-02Show unique visitors on visitor map as default if available (#13517)Stefan Giehl
2018-11-11Fix some translation in maps contains an additional %s (#13695)Stefan Giehl
2018-10-11Implements wrapper method for a more secure unserialize with PHP 7 (#13285)Stefan Giehl
2018-10-03Improve usage of requested site in plugin Controllers (#13526)Stefan Giehl
2018-09-10Get goals through Request::processRequest instead of directly from AP… (#13...diosmosis
2018-08-28Ensure metric value is included in map overlays (#13345)Stefan Giehl
2018-05-18Fix unique visitors not shown on city map (#12882)Stefan Giehl
2018-04-23fix #12722 (#12756)Thomas Steur
2018-04-23Faster Real Time Maps (#12752)Stefan Giehl
2017-01-02Fixes missing number of actions in realtimemap (#11120)Stefan Giehl
2016-09-01Merge branch 'master' into 3.0-m07sgiehl
2016-08-31improve code readability (#10448)Thomas Steur
2016-02-14merge master => 3.0Thomas Steur
2016-01-13refs #9495 fix usercountry map does not work when no segment is specifiedThomas Steur
2016-01-11fixes #8813 VisitorMap doesnt show anything when segment parameter is URL-enc...Thomas Steur
2015-10-06this should fix current time and time frame is not visible in real time map w...Thomas Steur
2015-10-01fixes #8848 - use translations for all countries on mapsgiehl
2015-09-30fixes #8866 - avoid notices in UserCountryMap controllersgiehl
2015-06-20use new intl unit datasgiehl
2015-06-09Require UserCountry functions.php file in UserCountryMap so UI tests won't fa...diosmosis
2015-06-06use new translations from Intl pluginsgiehl
2015-02-02Replaced calls of static methods with dependency injectionMatthieu Napoli
2014-11-14Replaced usage of deprecated Common::json_encode to json_encodeMatthieu Napoli
2014-09-16Merge pull request #6155 from claytondaley/php_formatMatthieu Aubry
2014-09-11 - Fix UserCountryMap to correctly unserialized call to $request->process()Clayton Daley
2014-09-09refs #6162 Extending config setting enable_processing_unique_visitors_* to al...mattab
2014-09-08Refs #6109 New core metric: nb_users as the count of distinct user ids. Means...mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-30Try fix buildmattab
2013-11-18fix userCountryMapThomas Steur
2013-11-18getting rid of the fetch parameterThomas Steur
2013-11-06Phpstorm organize importsmattab
2013-10-21It was confusing to have a coreViewDataTable and pluginViewDataTable class. I...Thomas Steur
2013-10-10Refs #4208 Plugin classes movedmattab
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Fixing ui tests.diosmosis
2013-10-09Another attempt at getting realtime map screenshot tests to pass (using force...diosmosis
2013-10-08Use merged assets in tests, add ability to disable animation in realtime map,...diosmosis
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab