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-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-08-15replaced presentational html tagssgiehl
2013-08-14Refs #4041, added Graph base visualization to hold visualization properties ↵Benaka Moorthi
that are not specific to jqplot graphs.
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-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-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-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 #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
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-06fixed several doc blockssgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event ↵Benaka Moorthi
dispatcher lib in libs/Event). Notes: - New dispatcher can execute callbacks before or after other callbacks. - It is also possible to dispatch events only to a specific set of plugins instead of all plugins. - Moved Piwik::unprefixClass to Piwik_Common::unprefixClass - Added visibility to some event handlers that were missing it. - Allowed two unit tests to fail w/ better diagnostic messages.
2013-06-24Revert "See the branch 2.x-twig for list of commits on twig... Kuddos ↵Fabian Becker
@halfdan for your work!" This reverts commit c263308d8229735c04b7aeacf4c224f0a5b866d2.
2013-06-24See the branch 2.x-twig for list of commits on twig... Kuddos @halfdan for ↵mattab
your work! Here are some updates: * Removing |raw from the codebase. * Disabling autoescape by default (in Twig_Environment constructor: 'autoescape' => false ) * Adding |e('html') where html entities are needed * Fixing parse error in goals
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-19Fixing regressions in recent refactorings, fixing regression in Archive.php ↵Benaka Moorthi
refactoring and fixing bug in integration testing code which sets 'date' query param.
2013-06-18Adding new Metrics class that knows about all metrics. Moving from ↵mattab
Piwik_Archive class. Also moved some other const to Piwik class.
2013-06-16Moving Log Aggregation logic to new LogAggregator objectmattab
2013-06-16Fixing transitions and few other things. Still one failing test.mattab
2013-06-16Renaming ArchiveProcessing in comments as well, adding missing headermattab
2013-06-16Adding new classesmattab
Disabling VisitTime.getByDayOfWeek since I dont understand how to make it work / why it's changed yet
2013-06-16Continuing the great cleanup. It looks like archiveProcessor will have to go ↵mattab
(and merge with Archive) Moving Transitions logic from plugin class to API Cleaning up some separation of concerns NOTE: I'm breaking the Multisites API here, removing the _evolution. we should re-fix it...
2013-06-16More refactoring, moving SQL to classes and cleaning up logic so I can ↵mattab
understand it (nearly there)
2013-06-16refactoring / improvements of Archiveprocessing (in progress)mattab
such as removing duplicate code and a lot of refactoring, the code is now much more readable!
2013-06-16going deeper into the rabbit holemattab
2013-06-07factoring out record names as constmattab
2013-06-06Removing what seems to be unused code? @sgiehl you added it but I cant find ↵mattab
any code calling generateDatatable.
2013-06-06missed these earlier, factoring outmattab
2013-06-06factoring out the shouldArchive logicmattab