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
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated ↵Thomas Steur
APIs / events for 3.0
2015-06-06Use DI to override objects in tests in DBStats plugin instead of test event.diosmosis
2014-06-19migrated DBStats to new reports definition and added possibility to not ↵Thomas Steur
appear in report metadata
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-05refs #5301 started to simplify scheduled tasks API while staying backwards ↵Thomas Steur
compatible
2014-05-29refs #5253 this might fix the database usage error. It definitely fixes ↵Thomas Steur
nothing is displayed once you change a column in the graph charts since it does not support them. The summary configuration was never applied due to a typo.
2014-05-20refs #5192 introducing a user menuThomas Steur
2014-05-20refs #5192 continued menu refactoring. not sure yet how good this idea is ↵Thomas Steur
but seems to be already better than before
2014-05-20refs #5192 starting a little Menu refactoringThomas Steur
2014-05-09Removed unused imports in core/ and plugins/mattab
using phpstorm optimize imports feature
2014-02-27Refs #4189, added expected screenshot for DBStats, added actual & mock data ↵diosmosis
access class to DBStats, fix bug that occurs when deleting merged assets that do not exist and fix diffviewer generation regression (expected URL was incorrect).
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-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-11Simplifying API for creating scheduled tasks, ScheduledTime objects now ↵mattab
created via factory eg. ScheduledTime::factory('daily');
2013-11-06Phpstorm organize importsmattab
2013-10-25Fixing fatal error on DBStats repomattab
2013-10-22Refs #4200, change function of AddSummaryRow and move logic to Truncate filter.diosmosis
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-21getDefaultViewTypeForReports -> getDefaultTypeViewDataTableThomas Steur
2013-10-18refactored hook getReportDisplayProperties. Reports/Plugins can now directly ↵Thomas Steur
change the viewDataTable and there is support for auto completion now
2013-10-17define the default view type in a separate eventThomas Steur
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: ↵mattab
Option::get and Option::set and Option::delete
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-02Refs #4041, fixing DBStats regression.Benaka Moorthi
2013-10-02refs #4134 renamed some more hooks and removed some not used and not needed ↵Thomas Steur
hooks
2013-10-02refs #4134 use plural to indicate a developer can add multiple entries or ↵Thomas Steur
widgets
2013-10-02refs #4134 renamed some more hooksThomas Steur
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-30Refs #4133mattab
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
Adding MetricsFormatter class which knows how to format/display metrics (time, money, size, etc)
2013-09-06* Renaming getCssFiles hook to getStylesheetFilesmattab
* Renaming function names * Removing getCss and getJs from CoreHome module since they are expected in the Proxy module Refs #4134
2013-08-14Refs #4041, added Graph base visualization to hold visualization properties ↵Benaka Moorthi
that are not specific to jqplot graphs.
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
Conflicts: core/Tracker/Request.php core/ViewDataTable.php core/ViewDataTable/HtmlTable/Goals.php plugins/Actions/Actions.php plugins/Annotations/API.php plugins/CoreHome/CoreHome.php plugins/DBStats/DBStats.php plugins/DevicesDetection/DevicesDetection.php plugins/Goals/Goals.php plugins/Live/Live.php plugins/Referers/Referers.php plugins/UserSettings/UserSettings.php plugins/UsersManager/API.php plugins/VisitTime/VisitTime.php plugins/VisitorInterest/VisitorInterest.php
2013-08-08Refs #4041, fixing regressions & bugs in visualization refactor.Benaka Moorthi
2013-08-05Refs #4040, #4041, change the way jqplot.js checks for viewdatatble types, ↵Benaka Moorthi
changed relatedReports view property name to related_reports and fixed spelling of row_picker_mach_rows_by.
2013-08-05Refs #4040, #4041, move visualization only view properties to separate ↵Benaka Moorthi
visualizations, changed JavaScript properties to 'client side parameters' and 'overridable properties' to 'client side properties', changed keep_summary_row from a JavaScript property to a client side property, allowed visualization properties to be inherited, fixed system that allowed visualizations to set custom defaults for property values, modified behavior of datatable_css_class viewdatatable property, allow view properties to be customized in metadata based on the visualization used, and tweaks to UI Integration tests.
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-31Fixing post merge bugsmattab
2013-07-31Fixing post merge bugsmattab
2013-07-31Merge branch 'master' into php-5.3-namespacesmattab
Conflicts: core/Access.php core/Config.php core/EventDispatcher.php core/JqplotDataGenerator/Evolution.php core/Piwik.php core/Plugin/MetadataLoader.php core/ViewDataTable.php core/ViewDataTable/Cloud.php core/ViewDataTable/GenerateGraphHTML.php core/ViewDataTable/HtmlTable.php core/ViewDataTable/HtmlTable/AllColumns.php core/ViewDataTable/HtmlTable/Goals.php plugins/Actions/Controller.php plugins/CoreHome/Controller.php plugins/CoreHome/DataTableRowAction/RowEvolution.php plugins/CoreHome/templates/_dataTable.twig plugins/CustomVariables/Controller.php plugins/DBStats/Controller.php plugins/DevicesDetection/Controller.php plugins/ExampleUI/Controller.php plugins/Goals/Controller.php plugins/Live/Controller.php plugins/Provider/Controller.php plugins/Referers/Controller.php plugins/UserCountry/Controller.php plugins/UserCountryMap/Controller.php plugins/UserSettings/Archiver.php plugins/UserSettings/Controller.php plugins/VisitTime/Controller.php plugins/VisitTime/VisitTime.php plugins/VisitorInterest/Controller.php plugins/VisitsSummary/Controller.php tests/PHPUnit/proxy/index.php
2013-07-28Refs #4040, converted DBStats plugin to use display properties instead of ↵Benaka Moorthi
ViewDataTable methods.
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