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
path: root/misc
AgeCommit message (Collapse)Author
2016-08-29Fix issue when running archiving via the old archive.php pathmattab
Notice: Use of undefined constant PIWIK_DOCUMENT_ROOT - assumed 'PIWIK_DOCUMENT_ROOT' in plugins/CustomPiwikJs/Commands/UpdateTracker.php
2016-08-19submodule updatessgiehl
2016-07-16submodule updatessgiehl
2016-07-12 Reset the list of items in the cart, after tracking an ecommerce conversion ↵Matthieu Aubry
(#10279) * Clarify that token_auth must be an admin or super user token. * Reset the list of items in the cart, after tracking an ecommerce conversion But do not reset the list of itms in the cart after tracking an ecommerce cart update. fixes #10252 * Adding changelog note `piwik.js`: after an ecommerce order is tracked using `trackEcommerceOrder`, the items in the cart will now be removed from the JavaScript object. Calling `trackEcommerceCartUpdate` will not remove the items in the cart.
2016-07-03submodule updatesgiehl
2016-06-29Update jquery to latest 1.*, new release checklist testMatthieu Aubry
2016-05-12misc: Fix typos (found by codespell) (#10136)Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-11Select 10 times more rows so that resultset after grouping is more likely to ↵mattab
contain enough records
2016-04-11update submodulesThomas Steur
2016-04-06Merge branch 'master' into 3.0-m03Thomas Steur
Conflicts: core/Version.php core/WidgetsList.php plugins/CustomDimensions plugins/Goals/templates/getGoalReportView.twig plugins/Goals/templates/getOverviewView.twig tests/UI/expected-ui-screenshots
2016-03-31Updating submodules https://github.com/piwik/piwik/issues/9817mattab
2016-03-29fix tests by making sure it works with cgiThomas Steur
2016-03-29fix missing whitespace between parameters in help text when using ↵Thomas Steur
archive.php on cli
2016-02-14merge master => 3.0Thomas Steur
2016-02-04Pulling in fix https://github.com/piwik/piwik-log-analytics/pull/125 for ↵mattab
User ID log parsing - refs https://github.com/piwik/piwik/issues/9236
2016-02-02Refs https://github.com/piwik/piwik-log-analytics/issues/115, add user to ↵diosmosis
fake common logs for tests.
2016-01-27Log Analytics basic http auth fix ↵mattab
https://github.com/piwik/piwik-log-analytics/pull/122
2016-01-27Log Analytics submodulemattab
2016-01-18Fixes https://github.com/piwik/piwik/issues/8211mattab
2015-12-28Update misc/log-analytics submodule.diosmosis
2015-12-28Adding tests for https://github.com/piwik/piwik-log-analytics/pull/120diosmosis
2015-12-25Merge branch 'master' into 3.0sgiehl
Conflicts: core/Version.php plugins/CoreConsole/Commands/ManagePlugin.php plugins/CoreHome/angularjs/siteselector/siteselector.directive.js plugins/CoreHome/javascripts/corehome.js plugins/Ecommerce/Menu.php plugins/Events/Events.php plugins/Goals/Goals.php plugins/Live/templates/index.twig plugins/UserCountryMap/UserCountryMap.php plugins/UsersManager/stylesheets/usersManager.less plugins/VisitsSummary/Controller.php plugins/VisitsSummary/Reports/Get.php tests/UI/expected-ui-screenshots
2015-12-22submodule updatessgiehl
2015-12-18UI tests: QueuedTracking settings inline help has been changedmattab
2015-12-10Add ipv6 to IIS log file in ImportLogsTest to make sure it works properly.diosmosis
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-11-11Update submodulesmattab
2015-10-19Merge branch 'master' into 3.0Thomas Steur
Conflicts: core/Version.php plugins/Actions/Menu.php plugins/CoreHome/angularjs/history/history.service.js plugins/CoreHome/javascripts/menu.js plugins/CoreHome/templates/_menu.twig plugins/Dashboard/Menu.php plugins/Ecommerce/Menu.php plugins/ExampleUI/Menu.php plugins/Goals/Menu.php plugins/Referrers/Menu.php plugins/VisitsSummary/Menu.php tests/UI/expected-ui-screenshots tests/UI/specs/UIIntegration_spec.js
2015-10-17Submodules for latest readmemattab
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-09-22Restore to last versionmattab
This reverts commit a2f8768b1f9d1cd1c7e98d6f0ab9a31ef10935ef.
2015-09-22UI tests: Added LogViewer plugin to view and search Piwik application logs ↵mattab
in the UI
2015-09-18refs #8445 remove outdated commentmattab
2015-09-08Updating submodules for https://github.com/piwik/piwik-log-analytics/pull/94 ↵diosmosis
and tests/travis (some more debug output in one script).
2015-09-08Make sure that web archiver uses text/plain content typemattab
2015-09-02update log analytics submodule as it contains fixes for log importer2.15.0-b4Thomas Steur
2015-09-02Fix rest of ArchiveCronTest.diosmosis
2015-09-01Update log-analytics submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/pull/99
2015-08-26Update misc/log-analytics repo for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/67 and update expected test output.
2015-08-26Updating log-analytics submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/83
2015-08-25Update misc/log-analytics submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/72 fix.
2015-08-25Updating log analytics submodule for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/pull/93 and https://github.com/piwik/piwik-log-analytics/pull/92.
2015-07-24Fixing submodules...Matthieu Napoli
2015-07-22Update log-analytics submodule.diosmosis
2015-07-13Refs #8311, add automated system test for the api_internal_call.php example ↵diosmosis
script. Includes new proxy script that will call another script using Piwik's test environment, but w/o actually setting up the test env.
2015-07-13Fixes #8311 Init the DI containermattab
2015-07-12Update submodulesmattab
2015-07-12Restore friendly error message when token_auth not found in requestmattab
2015-07-12Better way to set the text/plain content-type header for web archivemattab
2015-07-12Web archive: send output as plain textmattab