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
2014-09-09refs #3490 JS lint + add test for Segment `userId` Auto Suggestmattab
and restore Transitions tests which I deleted by mistake earlier
2014-09-09refs #6162 Extending config setting enable_processing_unique_visitors_* to ↵mattab
also affect the nb_uniq_users metric processing over periods, + only show Users metrics when it's greater than zero, + fix more tests and renamed test suite to UserIdAndVisitorIdTest
2014-09-08added logo for windows 8.1sgiehl
2014-09-08refs #6162 Fix tests after adding nb_usersmattab
2014-09-08Added integration test case for data invalidationm.kurzeja
2014-09-08fix some testsmattab
2014-09-08refs #6162 do not display nb_users in all reports within Scheduled reports + ↵mattab
fix some tests
2014-09-08Refs #3490 Docs, and fix a few tests, more to comemattab
2014-09-08Refs #6109 New core metric: nb_users as the count of distinct user ids. ↵mattab
Means "Active Users". Displayed in Visitors Overview, in metrics picker, in API response, in Metadata
2014-09-08Merge branch 'master' into 3490_user_idmattab
Conflicts: core/Version.php misc/package/build.sh
2014-09-08Refs #3490 Adding segment 'userId==' + some '&segment=userId==' integration ↵mattab
tests + doc blocks
2014-09-08fix test after device detector 2.4 upgrademattab
2014-09-08Merge pull request #344 from Irrational86/masterMatthieu Aubry
Changed JavaScript Tracking Code generation to use "//"
2014-09-04Added the protocol-agnostic URL format to the Tracker's fallback image.Jesse
2014-09-01Refs #3490 User ID Tracker is now working:mattab
- new user_id field to contain the raw user id value - new &uid= tracker api parameter - add userId to Live API output - added integration test
2014-08-26refs #6065 added changelog and fixed some testsThomas Steur
2014-08-26refs #6045 fixed some tests as due to the event the order of the live ↵Thomas Steur
properties has changed
2014-08-20refs #5989 #6026 let users define a goal depending on an event and fix the ↵Thomas Steur
examples and condition was not updated when user changes the match_attribute
2014-08-12refs #5987 fix test which proofs issue is fixed now and added change to changlogThomas Steur
2014-08-12refs #5950 fix integration testsThomas Steur
2014-08-12refs #5950 added some testsThomas Steur
2014-08-07refs #5926 fix tests since example report is no longer enabled by defaultThomas Steur
2014-08-06fix the csv test sine the plugin is disabled by defaultThomas Steur
2014-08-06fix some testsThomas Steur
2014-08-06refs #5926 move reports to exampleReportThomas Steur
2014-08-04refs #5895 replace _GET access by helper method2.5.0-b1mattab
as a bonus it fixes the tests without having to use a Monday night's hack
2014-08-04refs #5895 test file now shows &segment parametermattab
2014-08-04Revert tests that started failing after 49ae6b4030e83a9e0b5a842810c7ddda3c322b24mattab
2014-08-01Remove unnecessary expected Integration test files.diosmosis
2014-07-25Merge branch 'master' of https://github.com/piwik/piwikJesse
2014-07-22refs #5416 should fix some integration testsThomas Steur
2014-07-18refs #5820 fixed integration testsThomas Steur
2014-07-12Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: core/Updates/0.4.2.php core/Updates/0.6.3.php core/Updates/1.2-rc1.php core/Updates/1.9-b9.php core/Version.php tests/PHPUnit/Fixture.php tests/PHPUnit/Fixtures/UITestFixture.php tests/PHPUnit/Integration/Core/JsProxyTest.php
2014-07-11just noticed I broke the installer when I was trying to fix the updater in ↵Thomas Steur
c01d57bc17, this might work... basically the idea was ok but we should check for this only if the column actually already exists. If the column does not exist yet we need to make sure it will be installed
2014-07-08Refs #4363, introduce @ terminal operator for row evolution queries to get ↵diosmosis
rid of previous hack used to fix #4363. Includes tests and changes to transitions so it will continue working.
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
Conflicts: core/FrontController.php core/Log.php plugins/API/API.php tests/PHPUnit/Fixture.php tests/PHPUnit/UI
2014-07-05Changed JavaScript Tracking Code generation to use "//", instead of ↵Jesse
verifying whether the site is using "https", or not, and generating a corresponding URL. "//" has been part of the RFC for well over 18 years. It has been confirmed to work in all major browsers (Firefox, Chrome, IE, Opera). References: - RFC 1808 Section 4: http://www.ietf.org/rfc/rfc1808.txt - RFC 3986 Section 5.2: http://www.ietf.org/rfc/rfc3986.txt - Stack Overflow QA 1: http://stackoverflow.com/q/4659345/238722 - Stack Overflow QA 2: http://stackoverflow.com/q/6785442/238722
2014-07-01fix tests after adding a new dimension template for conversionsThomas Steur
2014-06-30I moved the example dimension into another category which changes the order ↵Thomas Steur
and category
2014-06-30fixed some testsThomas Steur
2014-06-28refs #3838 - Add integration tests expected file for new API method ↵Julien Moumné
getIpFromHeader
2014-06-27should fix some tests since we added some example reports and dimensionsThomas Steur
2014-06-20Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: core/Tracker/Settings.php plugins/DBStats/DBStats.php
2014-06-20fixed some testsThomas Steur
2014-06-20started to port goal reports to use new structure, probably not working yetThomas Steur
2014-06-19fix tests after GNU/Linux changemattab
2014-06-18Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: core/Tracker/Settings.php core/Tracker/Visit.php plugins/Actions/Widgets.php plugins/CustomVariables/Widgets.php plugins/DevicesDetection/DevicesDetection.php plugins/DevicesDetection/Widgets.php plugins/Events/Widgets.php plugins/Provider/Widgets.php plugins/UserCountry/Widgets.php plugins/UserSettings/Widgets.php plugins/VisitTime/Widgets.php plugins/VisitorInterest/Widgets.php
2014-06-13moved more logic from core to pluginsThomas Steur
2014-06-13this should be the last fix to make the tests green. next: fixing ui testsThomas Steur
2014-06-13fix tests, looking forward to see a green build in this branch soonThomas Steur