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
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-20Fixing build and tweaking UI test building.Benaka Moorthi
2013-09-18Refs #4041, remove subtable_template property and ↵Benaka Moorthi
_dataTableActions_subDataTable.twig file.
2013-09-16Merge branch 'master' of https://github.com/piwik/piwikmattab
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-09-16Refs #4041, use require() and UIControl in all DataTable JS classes.Benaka Moorthi
2013-09-15cleaned up some more duplicate keys/translationssgiehl
2013-09-15translations cleanup: removed more duplicate translationssgiehl
2013-09-15translations cleanup: removed a couple of duplicate keyssgiehl
2013-09-14Refs #4041, force DataTable visualizations to specify which properties ↵Benaka Moorthi
should be overridable and move some view properties to different visualizations.
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-09-05Refs #4041, moved & renamed actionDataTable JavaScript class to file in the ↵Benaka Moorthi
Actions plugin.
2013-09-04Replace create_function calls with lambda functions.Fabian Becker
This allows the IDE to pick up all code! refs #4113
2013-08-14fixed some doc blockssgiehl
2013-08-11fixed namespacessgiehl
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-07Refs #4041, added parameter to Archive::getDataTableExpanded so entire tree ↵Benaka Moorthi
will not be created if not necessary.
2013-08-06Merge branch 'master' into vdtBenaka Moorthi
2013-08-05Refs #4041, #4040 add new CoreVisualizations plugin and move HtmlTable, ↵Benaka Moorthi
Cloud & JqplotGraph visualizations to it and improve UIIntegration test debug output.
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-04doc blockssgiehl
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-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-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ↵mattab
core/ conversion
2013-07-30Refs #4040, #4041, added ability to access view properties directly, started ↵Benaka Moorthi
documenting view properties and modified ExampleUI plugin to set view properties directly.
2013-07-28Refs #4040, Modify getReportDisplayProperties to add display properties for ↵Benaka Moorthi
all of a plugin's reports to a list rather than to pick out the display properties for a single report.
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-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, ↵mattab
PluginsManager
2013-07-20Converting to namespace: Period, Sitemattab
2013-07-20Converting to namespace: Archivemattab
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-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2 steps required: 1. Refactor > Move > \Piwik\Core\Config (uncheck "Create new File") 2. Refactor > Rename > Piwik_Config to Config
2013-07-18Fixing build.Benaka Moorthi
2013-07-15Refs #3942mattab
* Removing getInformation() call from core plugins * Renamed translation key PDFReports_PluginDescriptionReports => PDFReports_PluginDescription
2013-07-12fixed/added some missing doc blockssgiehl
2013-07-12Refs #4040, #4041, move all ViewDataTable properties to the viewProperties ↵Benaka Moorthi
array and allow these properties to be specified through new display metadata. Converted the Actions, Goals, UserSettings and VisitTime controllers. Notes: - Includes refactoring of ExcludeLowPopulation filter.
2013-07-11Refs #4041, removed Piwik_ViewDataTable_HtmlTable::recursiveDataTableLoad.Benaka Moorthi
2013-07-11Rename ViewDataTable::setDataTableType/getDefaultDataTableType to ↵Benaka Moorthi
setDataTableCssClass/getDefaultDataTableCssClass and move newly added view data to viewProperties member.
2013-07-11Refs #4041, allow subtable template to be used if idSubtable is in request ↵Benaka Moorthi
so Actions controller doesn't have to call setTemplate. Also did some mild refactoring for Piwik_ViewDataTable_HtmlTable::setRecursiveLoadDataTableIfSearchingForPattern.
2013-07-11Modified _dataTable.twig to use a Piwik_DataTable instance instead of a ↵Benaka Moorthi
DataTable converted to an array, allowed HtmlTables to render expanded DataTables, and removed @CoreHome/_dataTableActions_recursive.twig.
2013-07-10Removed _dataTableActions.twig after making it possible to do so.Benaka Moorthi