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
2018-10-03New feature: allow setting goal revenue to event value for event matching ↵diosmosis
goals. (#13483) * New feature: allow setting goal revenue to event value for event matching goals. * Forgot to add update file. * Add check that event_value_as_revenue is used only if this is an event matching goal. * Remove console.log. * Move new goal option to goal revenue section. * Add another event value as revenue note. * Move goal conversion to after deprecated event + only override event value if event value is not empty + add tests for this. * fixing tests
2018-07-18Introducing a new role "write" and possibility to define capabilities (#13163)Thomas Steur
* started working on some ACL concept * acl implementation * add category * small tweaks * more tweaks * more api methods and fixes * cache capabilities * various enhancements, fixes, tweaks * more tweaks * added more tests and fixed some bugs * fix parameter * make sure to be BC * make sure to be BC * fix some tests * more apis, translations, changelog entry, ... * update db * correct error message * fix capabilities were not detected in tests * directly access provider * fix and add test * JS api to check capabilities, better structure for capabilities in tests * add ability to inject permissions * apply review changes * fix test
2018-05-20Improve and split tests (#12822)Stefan Giehl
* Speed up some tests by not using IntegrationTestCase * fix test * split system tests into plugin & core * adjust travis submodule * Move Annotations system test to plugin * Move Transitions system test to plugin * fix tests * move PurgeDataTest to PrivacyManager plugin * Move some tests to Goal plugin * fix test * submodule update * Move tests to ecommerce plugin * adds a caching to prevent some duplicate api calls
2018-05-03Validate goal pattern and type in API (#12788)Stefan Giehl
* Validate goal pattern and type * allow empty pattern type * Use validator classes to validate API params * tweak error message
2016-09-26Adds possibility to define a goal description (#10057)Stefan Giehl
* Adds possibility to define goal description * update db schema * fixed tests * show goal description in goal reports * fix tests
2016-07-17Added API method to get a single goal (#10305)Thomas Steur
* added method to get a goal * always fetch goal directly to not having to iterate over all goals * added new changelog entry for devs
2016-03-23adds testsgiehl
2015-12-22remove unused use statementssgiehl
2015-07-03Fixing more calls to formerly static FakeAccess methods.diosmosis
2015-06-18Remove usage of UnitTestCaseMatthieu Napoli
2015-06-03Fixing all tests that use Access::setSingletonInstance().diosmosis
2015-04-23Archiving of aggregated ecommerce metrics #6986Thomas Steur
2015-02-09Fixing integration testsMatthieu Napoli
2014-10-13Fixes #6191 Make sure Goal URL matching uses the RAW URL including any ↵mattab
excluded URL parameters. + tests
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to ↵Thomas Steur
remove duplicated code to load autoload.php and to be able to register more autoloaders (eg for test files) on demand. This I got read of many includes that had to be updated all the time and that had to be updated all the time when moving iles
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-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of ↵Thomas Steur
integration => system
2014-10-02Fixing more tests for DatabaseTestCase change.diosmosis
2014-08-21Fix test on PHP 5.3.3mattab
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