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
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2018-11-29allow admin user to copy dashboards (#13605)Thomas Steur
* allow admin user to copy dashboards * Update API.php * fix test
2018-03-20Further improvements to Dashboard API (#12609)Stefan Giehl
* Further improvements to Dashboard API * adds some tests
2018-03-09Moves some dashboard methods to API (#12587)Stefan Giehl
* Move some dashboard methods to API * Pass correct param in dashboard APITest for createNewDashboardForUser API method.
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 ↵Thomas Steur
APIs / events for 3.0
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 ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-06-24Use FrontController::dispatch to get dashboard layout in Dashboard ↵diosmosis
controller so controller events are posted whenever a dashboard layout is requested.
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-28we no longer need the widgetized dashboard manager since we can run the ↵Thomas Steur
screenshot tests within an existing page
2014-02-28Refs #4189, allow widget factory to be included in ↵diosmosis
getDashboardSettingsControl() action output for tests, make sure last dashboard always overwritten by UI test start.
2014-02-11Remove WidgetizedReportControl and keep widget template in Twig template. ↵diosmosis
Renamed widgetsHelper.getEmptyHtml to WidgetFactory.make.
2014-02-10Move HTML generation of widgetized reports in dashboard to server side Twig ↵diosmosis
template.
2014-02-10Intermediate commit.diosmosis
2014-02-09Create dashboard settings base control and use with new dashboard manager ↵diosmosis
control, fix regression in dashboard menu handling (menu would not rebuild on dashboard rename/remove/create), remove use of id attribute in _dashboardSettings.twig, fix z-index regression in dashboard settings popup in morpheus.
2014-02-08Fix infinite recursion issue w/ {% render %}-ing UIControl instances, move ↵diosmosis
dashboard settings HTML rendering to new UIControl object, and slight improvement to error message in screenshot capture script.
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
fixes #4609
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ↵Thomas Steur
Old methods will still work but are marked as deprecated and they will be removed in a future release
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/* ↵mattab
directories
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, ↵mattab
\Piwik\Plugins\* Added namespaces to functions.php files in the five plugins that had one Work in progress
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
renaming Unzip to Uncompress, Renaming Tracker/Referer to Tracker/Referrer, and few more
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ↵mattab
core/ conversion
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-06-22Huge merge! Lets see how the tests run..Fabian Becker
Merge branch 'master' into 2.x-twig Conflicts: core/ReportRenderer/Html.php core/SmartyPlugins/function.ajaxLoadingDiv.php plugins/CoreAdminHome/templates/jsTrackingGenerator.tpl plugins/CoreHome/templates/donate.tpl plugins/CoreHome/templates/html_report_header.tpl plugins/CoreHome/templates/menu.tpl plugins/CoreHome/templates/period_select.tpl plugins/CoreHome/templates/reports_by_dimension.tpl plugins/Feedback/templates/index.tpl plugins/Goals/Controller.php plugins/Goals/templates/overview.tpl plugins/Live/API.php plugins/Live/templates/lastVisits.tpl plugins/Live/templates/visitorLog.tpl plugins/MobileMessaging/templates/SMSReport.tpl plugins/PDFReports/templates/add.tpl plugins/PDFReports/templates/list.tpl plugins/PDFReports/templates/report_parameters.tpl plugins/SEO/templates/index.tpl plugins/SegmentEditor/templates/selector.twig plugins/UserCountry/javascripts/userCountry.js plugins/Zeitgeist/stylesheets/common.css tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCity_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCountry_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getRegion_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest_segment_continent__UserCountry.getCountry_month.xml
2013-06-19Make sure 'Content-Type: application/json' is sent w/ default result of ↵Benaka Moorthi
Dashboard.getAllDashboards controller action and use $.text for untrusted content in three places in dashboard.js.
2013-05-02Reorganizing the Dashboard plugin fileThomas ZILLIOX
2013-04-29Merge branch 'master' into 2.x-twigFabian Becker
Conflicts: core/ReportRenderer/Html.php plugins/Annotations/templates/annotations.js plugins/CoreHome/templates/header.tpl plugins/CoreHome/templates/index_content.tpl plugins/CoreHome/templates/period_select.tpl plugins/Goals/templates/list_goal_edit.tpl plugins/MultiSites/templates/index.tpl plugins/PDFReports/templates/report_parameters.tpl
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
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
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 ↵benakamoorthi
default dashboard of non-superuser users. git-svn-id: http://dev.piwik.org/svn/trunk@7822 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-01-13Fixes #3624, add donation form w/ slider and link to paypal in multiple ↵benakamoorthi
places including: after update, default superuser dashboard, feedback popup. Notes: * Fixed css bug in updater language selector. git-svn-id: http://dev.piwik.org/svn/trunk@7746 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-19fetch available users via ajax api request only if it is requiredsgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7649 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-30Correctly set the content type for JSON responsemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7559 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-08NOTICEmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7403 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-08Refs #3379 Fix error for non admin usersmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7399 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-01fixes #3379 added possibility to allow super user to copy the current ↵sgiehl
dashboard to another user git-svn-id: http://dev.piwik.org/svn/trunk@7357 59fd770c-687e-43c8-a1e3-f5a4ff64c105