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-11-19moved more SearchEngine stuff to new classsgiehl
2015-11-17language updatesgiehl
2015-10-15Merge branch 'master' into 3.0Thomas Steur
Conflicts: CHANGELOG.md core/Plugin/Controller.php core/Version.php plugins/API/ProcessedReport.php plugins/CoreHome/CoreHome.php plugins/CoreHome/javascripts/corehome.js plugins/CoreHome/javascripts/menu.js plugins/CoreHome/javascripts/menu_init.js plugins/CoreHome/lang/en.json plugins/CoreHome/stylesheets/zen-mode.less plugins/CoreHome/templates/ReportsByDimension/_reportsByDimension.twig plugins/CoreHome/templates/_indexContent.twig plugins/CoreHome/templates/getDefaultIndexView.twig plugins/Dashboard/Menu.php plugins/Dashboard/javascripts/dashboard.js plugins/Dashboard/javascripts/dashboardObject.js plugins/Goals/templates/_titleAndEvolutionGraph.twig plugins/Goals/templates/getOverviewView.twig plugins/Morpheus/javascripts/piwikHelper.js plugins/Referrers/templates/index.twig plugins/UserCountry/templates/index.twig plugins/VisitFrequency/templates/_sparklines.twig plugins/ZenMode/ZenMode.php plugins/ZenMode/javascripts/zen-mode.js tests/PHPUnit/Fixtures/UITestFixture.php tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml tests/UI/expected-ui-screenshots tests/UI/specs/Dashboard_spec.js tests/UI/specs/Menus_spec.js tests/UI/specs/UIIntegration_spec.js
2015-10-12Merge pull request #8857 from piwik/numberformatsMatthieu Aubry
Improve number formats
2015-10-11use number formats for SEO metricssgiehl
2015-10-11fixes DMOZ SEO metricsgiehl
2015-10-09language updatesgiehl
2015-10-07Remove Majestic SEO featuremattab
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-09-30language updatesgiehl
2015-09-25translation updatesgiehl
2015-09-22language updatesgiehl
2015-09-08language updatesgiehl
2015-09-05small translation updatesgiehl
2015-09-02language updatesgiehl
2015-08-08language updatesgiehl
2015-07-31language updatesgiehl
2015-07-26language updatesgiehl
2015-07-18language updatesgiehl
2015-07-06language updatesgiehl
2015-06-25small translation updatesgiehl
2015-06-24language updatesgiehl
2015-06-23small translation updatesgiehl
2015-06-08removed default information from plugin.json files; move plugin descriptions ↵sgiehl
to language files, where available
2015-06-08use plugin.json instead of getInformation() method for SEO pluginsgiehl
2015-06-05language updatesgiehl
2015-06-03Fixing all tests that use Access::setSingletonInstance().diosmosis
2015-05-25language updatesgiehl
2015-05-15language updatesgiehl
2015-02-16phpdoc and scrutinizer warning fixesMatthieu Napoli
2015-02-12Added missing phpdoc file headersMatthieu Napoli
2015-02-11#7153 #4172 #7107 Refactored the SEO plugin to make it more extensible and ↵Matthieu Napoli
error-proof - SEO metrics are returned by `MetricsProvider` implementations - a new event `SEO.getMetricsProviders` allows other plugins to register `MetricsProvider` - errors while connecting to a 3rd party service are now logged as warning, and shown in the widget as `-` instead of the values.
2015-01-29refs #7103 cache SEO.getRank API output per URL for 6 hours to avoid ↵Thomas Steur
exceeding rate limits
2015-01-08fixes #6925 - do not display age as time stringsgiehl
2014-11-28refs #6552 don't add rel=nofollow on links going through the proxy as the ↵2.10.0-b1mattab
referrer is checked ;)
2014-11-27Merge branch 'master' into processed_metrics_metadatadiosmosis
Conflicts: plugins/Actions/Reports/GetSiteSearchKeywords.php tests/PHPUnit/System/expected/test_ArchiveCronTest_archive_php_cron_output.txt
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-17Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-17language update refs #3430sgiehl
2014-11-16Merge branch 'master' into processed_metrics_metadatadiosmosis
Conflicts: core/Twig.php
2014-11-14Replaced usage of deprecated Common::json_encode to json_encodeMatthieu Napoli
2014-11-14Replaced usage of deprecated \FakeAccess to ↵Matthieu Napoli
Piwik\Tests\Framework\Mock\FakeAccess
2014-11-14Make MetricsFormatter a class with instance methods and move Html related ↵diosmosis
functionality to derived class. Use FOrmatter in Metric::format calls so Metrics do not have to be aware of context of formatting, and so Metric::format methods will have less code redundancy.
2014-11-04language update refs #3430sgiehl
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved ↵Thomas Steur
some tests from unit to integration and explained when a test is a unit test, an integration test or a system test.
2014-10-06refs #5940 splitting plugin tests folder into unit, integration and system ↵Thomas Steur
for now
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests ↵Thomas Steur
still fail and I cannot figure out why
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