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-09-15cleaned up some more duplicate keys/translationssgiehl
2013-09-14translations cleanup: merged General_Settings with UserSettings_SubmenuSettingssgiehl
2013-09-10Merge remote-tracking branch 'origin/master'mattab
Conflicts: core/Tracker.php
2013-09-10Fixes Mobile VS Desktop Row Evolution, + adding integration test for this ↵mattab
use case. Fixes PR #104
2013-09-07translation cleanup: moved language name from scope UserLanguage to UserSettingssgiehl
2013-09-07translation cleenup: removed unused TranslationsAdmin language keyssgiehl
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 #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-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-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-22fixed some doc blockssgiehl
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-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-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-07fixed 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-07-03Another gomattab
2013-07-02Refactor Tracker_Visit, moving 400+ lines to a new Tracker_Request object. ↵mattab
This class contains all getRequestVar calls and all knownledge of request params.
2013-07-01* Enabling Twig 'strict_variables' so that we write best code possible, and ↵mattab
learn early if some tpl code is not valid. Fixing few bugs that this uncovered * refactoring the percent column label in getPercentVisitColumn() * removing indexBeforeMenu and putting directly in parent template Refs #4019
2013-06-25Reverting my commit where I removed all |raw per @halfdan feedbackmattab
Instead we should manually add the missing |raw... Refs #4019
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-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-16Renaming ArchiveProcessing in comments as well, adding missing headermattab
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.