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
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2018-11-29allow admin user to copy dashboards (#13605)Thomas Steur
2018-03-20Further improvements to Dashboard API (#12609)Stefan Giehl
2018-03-09Moves some dashboard methods to API (#12587)Stefan Giehl
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated API...Thomas Steur
2015-06-23Display dashboard layout for anonymous usermattab
2014-11-14Replaced usage of deprecated Common::json_encode to json_encodeMatthieu Napoli
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-06-24Use FrontController::dispatch to get dashboard layout in Dashboard controller...diosmosis
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-28we no longer need the widgetized dashboard manager since we can run the scree...Thomas Steur
2014-02-28Refs #4189, allow widget factory to be included in getDashboardSettingsContro...diosmosis
2014-02-11Remove WidgetizedReportControl and keep widget template in Twig template. Ren...diosmosis
2014-02-10Move HTML generation of widgetized reports in dashboard to server side Twig t...diosmosis
2014-02-10Intermediate commit.diosmosis
2014-02-09Create dashboard settings base control and use with new dashboard manager con...diosmosis
2014-02-08Fix infinite recursion issue w/ {% render %}-ing UIControl instances, move da...diosmosis
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ...Thomas Steur
2013-11-18getting rid of the fetch parameterThomas Steur
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
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-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-06-22Huge merge! Lets see how the tests run..Fabian Becker
2013-06-19Make sure 'Content-Type: application/json' is sent w/ default result of Dashb...Benaka Moorthi
2013-05-02Reorganizing the Dashboard plugin fileThomas ZILLIOX
2013-04-29Merge branch 'master' into 2.x-twigFabian Becker
2013-04-24refs #3913 provide a simple API for dashboardsThomas Steur
2013-04-04Dashboard fully functional in TwigFabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-21Testing post commit hook refs #3666mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-01-31Fixes #3229, added widget that displays Piwik promo video. Added widget to de...benakamoorthi
2013-01-13Fixes #3624, add donation form w/ slider and link to paypal in multiple place...benakamoorthi
2012-12-19fetch available users via ajax api request only if it is requiredsgiehl
2012-11-30Correctly set the content type for JSON responsemattpiwik
2012-11-08NOTICEmattpiwik
2012-11-08Refs #3379 Fix error for non admin usersmattpiwik
2012-11-01fixes #3379 added possibility to allow super user to copy the current dashboa...sgiehl