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-12-10Merge master into "3.0"Thomas Steur
Conflicts: .travis.yml CHANGELOG.md core/Plugin/ControllerAdmin.php core/Version.php core/testMinimumPhpVersion.php plugins/API/API.php plugins/Actions/Reports/GetPageUrls.php plugins/AnonymousPiwikUsageMeasurement plugins/CoreHome/CoreHome.php plugins/CoreHome/templates/_menu.twig plugins/CoreVisualizations/javascripts/jqplotEvolutionGraph.js plugins/CustomVariables/tests/System/expected/test_CustomVariablesSystemTest__CustomVariables.getCustomVariables_day.xml plugins/Goals/Controller.php tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php tests/PHPUnit/Integration/Plugin/ManagerTest.php tests/PHPUnit/System/expected/test_FlattenReports__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_month.original.html tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__CustomVariables.getCustomVariables_range.xml tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__CustomVariables.getCustomVariables_range.xml tests/PHPUnit/System/expected/test_reportLimiting__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_reportLimiting_rankingQuery__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchVisitorType__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchVisitorType__CustomVariables.getCustomVariables_week.xml tests/UI/expected-ui-screenshots tests/UI/specs/Overlay_spec.js tests/UI/specs/UIIntegration_spec.js
2015-12-04language updatesgiehl
2015-10-20language updatesgiehl
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-09-22language updatesgiehl
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated ↵Thomas Steur
APIs / events for 3.0
2015-09-02language updatesgiehl
2015-08-19language updatesgiehl
2015-07-26language updatesgiehl
2015-07-18language updatesgiehl
2015-07-06language updatesgiehl
2015-06-24language updatesgiehl
2015-06-19refs #7090 #4789 Improve the look of data tables, entity tables, forms, ...Thomas Steur
2015-06-05language updatesgiehl
2015-05-31language updatesgiehl
2015-05-27Remove one `IGNORE` keyword refs #6642mattab
There are still many IGNORE keywords left and we should remove them to be Mysql 5.7 compatible
2015-05-25language updatesgiehl
2015-05-09language updatesgiehl
2015-04-21language updatesgiehl
2015-03-18fix a couple of bugs and actually only count the recursive rows count if neededThomas Steur
2015-03-18faster archive by calculating the recursive count only if neededThomas Steur
2015-03-18Various performance improvements and bugfixes.Thomas Steur
Imporves performance for Archiving and Range dates. Makes all kind of reports faster as well. Fixed bugs in labelFilter, reports total calculation and more.
2015-03-10Removed all deprecated methods of the Piwik\IP classMatthieu Napoli
This should fix the unit tests.
2015-02-25translation updatesgiehl
2015-02-22translation updatesgiehl
2015-02-21fixes #7226 - moved language report to location reportssgiehl
2015-02-19translation updatesgiehl
2015-02-12Set a consistent description in plugins metadatamattab
fixes https://github.com/piwik/piwik/issues/7184
2015-02-07language update refs #3430sgiehl
2015-01-15Removed hr lang file which should fix buildmattab
2015-01-15show a menu in the user area, lots of improvements to be more consistentThomas Steur
2015-01-09language update refs #3430sgiehl
2014-12-04language update refs #3430sgiehl
2014-12-04Tracker refactoringThomas Steur
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in ↵mattab
Firefox so far and only for "left clicks". Not perfect, but hopefully other browsers will implement this in the future, as it's a useful privacy enhancing feature!
2014-11-17language update refs #3430sgiehl
2014-11-12Refs #6101, fix sumRowArray error caused by Provider change (GroupBy must be ↵diosmosis
called as ->filter not ->queueFilter since it changes DataTable structure).
2014-11-04language update refs #3430sgiehl
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
2014-10-08Fixing a merge-failmattab
2014-10-08Mergedmattab
2014-10-08Fixes #6201 Unknown providers are now shown as "Unknown" instead of "IP"Matthieu Napoli
Furthermore, the link to the FAQ about this is now hidden when `displayLink` is `1`.
2014-08-26refs #6045 #6049 added an event to collect visitor info and made sure the ↵Thomas Steur
Piwik UI kinda works when most tracker plugins are disabled
2014-08-24refs #5863 another try to move translations into plugins. This time we ↵Thomas Steur
always load all translations of all plugins that are not 3rd party and bogus. As the translation file will be cached the time to load the translation drops from > 10ms to 1ms
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19fixed method visibility keyword orderChristian Raue
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-06-25started to handle changes to dimensions, for instance if a new dimension is ↵Thomas Steur
added the platform should detect this and run an update script. also if a dimension suddenly handles new cases such as conversion it should automatically add a column to log_conversion after a user confirms. Have not tested update and/or installation yet
2014-06-23do not define segments on dimension creation as those are not needed during ↵Thomas Steur
tracking for instance, makes it a bit faster
2014-06-18this is epic... by rendering the reports this way we can remove a lot of ↵Thomas Steur
duplicated, unneeded code while having backwards compatible urls, developers are still able to completely overwrite the reports controller action, we fix some issues where CoreHome.renderWidget was reported in dispatch events instead of the actual module/action -> fixes also some security issues and most saved params for reports work again. Hope it works as expected