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-02renamend referer to referrer in some translation keys & translationssgiehl
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-18Refs #4041, #3317, allow visualization ID to be whole class name, allow ↵Benaka Moorthi
footer icons to be customized per report/visualization, made visitor log a new visualization and removed the datatable_template display property.
2013-09-17translations cleanup: removed duplicate translations/keyssgiehl
2013-09-16cleaned up some more duplicate keys/translationssgiehl
2013-09-16Revert flattener changes.Benaka Moorthi
2013-09-15cleaned up some more duplicate keys/translationssgiehl
2013-09-15Fixing build.Benaka Moorthi
2013-09-14Adding UrlHelper containing random logic around manipulating urlsmattab
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-14refs #4151 refactored some more usages of _js hacksgiehl
2013-09-09Add Vimeo and Youtube to list of socialsFabian Becker
fixes #4097
2013-09-06fixing typos REFERRERmattab
2013-09-04Replace create_function calls with lambda functions.Fabian Becker
This allows the IDE to pick up all code! refs #4113
2013-08-31Refs #4041, refactored jqplot datatable visualizations (mainly the evolution ↵Benaka Moorthi
graph), Notes: - Fix bugs in DataTable class where getRowFromLabel would fail if summary row label is returned. - Fix regression caused by datatable visualization refactor (add_total_row property was effectively ignored). - Added x_axis_step_size property to jqplot graph.
2013-08-26Refs #4041, #4077, started refactoring of series picker JavaScript so it can ↵Benaka Moorthi
be used by more than just jqPlot graphs. Notes: - Added new 'after_data_loaded_functions' view property that executes callbacks after data is loaded. Different from filters since it will be only executed once per data table. - Moved row picker view properties to Graph datatable visualization. - Refactored jqplot data generation so selectable columns & rows are dealt w/ in Graph datatable visualization instead of a JqplotDataGenerator instance. - Rewrote series picker to use dataTable client side properties instead of data generated by JqplotDataGenerator. - Fixed jqplock typo.
2013-08-15replaced presentational html tagssgiehl
2013-08-14removed unused methodsgiehl
2013-08-14added missing ';' / use double quotes for attribute values instead of single ↵sgiehl
quotes
2013-08-12fixed namespacessgiehl
2013-08-11Merge branch 'plugin_namespaces'mattab
Conflicts: plugins/UserCountryMap/Controller.php
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-10added some inline variable type hints / fixed some doc blockssgiehl
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-08-01Refs #4040, #4041 removed rest of viewdatatable set/get/enable/disable ↵Benaka Moorthi
property functions, did the same for all other ViewDataTable classes, moved most of ViewDataTable/HtmlTable logic to visualization instead of main class and re-add links for UI integration tests.
2013-08-01Do not show Referers.getCampaigns footer message on evolution graphs.Benaka Moorthi
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-31Merged master into namespace branchmattab
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-31Refs #4040, #4041, fix sparklines regression caused by datatable css ↵Benaka Moorthi
refactoring and clean up the getLastUnitGraphAcrossPlugins function (modified to set properties directly).
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-29Refs #4040, converted Referrers 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-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, ↵mattab
PluginsManager
2013-07-20Converting to namespace: Archivemattab
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
Converting Access & Auth to namespace
2013-07-20Merge remote-tracking branch 'origin/master' into php-5.3-namespacesmattab
Conflicts: core/AssetManager.php core/JqplotDataGenerator/Evolution.php core/ViewDataTable/GenerateGraphData.php
2013-07-20Removing extra namespace \Coremattab
2013-07-19Refs #3942, allow server-side and JS UI code to use colors defined in CSS.Benaka Moorthi
Notes: - Removed colors.piwik.json loading code. No longer necessary. - UserCountryMap is the only remaining portion of Piwik that doesn't use this technique. Not yet, anyway.
2013-07-19Refs #4041, move Piwik_ViewDataTable_GenerateGraphData logic to new ↵Benaka Moorthi
JqplotDataGenerator class that does not derive from ViewDataTable and remove recursive API request used to get graph data.
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