- sept. 14, 2015
-
-
diosmosis a rédigé
Allow Segments to define multiple SQL columns if the segment value can be matched in any of those fields, and use to define two new segments: customVariableName & customVariableValue.
-
- sept. 11, 2015
- juin 18, 2015
- juin 17, 2015
-
-
mattab a rédigé
-
- juin 03, 2015
-
-
diosmosis a rédigé
-
- déc. 05, 2014
- nov. 14, 2014
-
-
Matthieu Napoli a rédigé
-
- oct. 13, 2014
-
-
Thomas Steur a rédigé
refs #5940 moved files into a subfolder framework, added autoloader to 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
-
- oct. 06, 2014
-
-
Thomas Steur a rédigé
refs #5940 we might stay backwards compatible this way for 2 months. moved some tests from unit to integration and explained when a test is a unit test, an integration test or a system test.
-
- oct. 05, 2014
-
-
Thomas Steur a rédigé
refs #5940 put tests in correct folders, better testsuite names, some tests still fail and I cannot figure out why
-
Thomas Steur a rédigé
-
- oct. 02, 2014
-
-
diosmosis a rédigé
-
- juil. 23, 2014
-
-
Christian Raue a rédigé
-
Christian Raue a rédigé
-
Christian Raue a rédigé
-
- juil. 10, 2014
-
-
diosmosis a rédigé
-
- juil. 09, 2014
-
-
diosmosis a rédigé
Refs #5800, add namespaces to integration tests in root folder. Also add IntegrationTestCase to a namespace, re-add individual test @groups, move test groups to class level, and rename test files & class names so underscores are not used.
-
- juin 10, 2014
-
-
mattab a rédigé
Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement to use free/libre instead of open source
-
- avr. 03, 2014
-
-
Thomas Steur a rédigé
-
- fév. 21, 2014
-
-
diosmosis a rédigé
-
- déc. 08, 2013
-
-
mattab a rédigé
Before it was loading everything from plugins/* directory, causing tests to fail when tests plugins are there.
-
- nov. 06, 2013
-
-
mattab a rédigé
-
- oct. 15, 2013
-
-
mattab a rédigé
-
- sept. 06, 2013
-
-
mattab a rédigé
-
- juil. 20, 2013
- juil. 18, 2013
-
-
Fabian Becker a rédigé
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
-
Fabian Becker a rédigé
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
-
- juil. 06, 2013
-
-
Benaka Moorthi a rédigé
Make Piwik_Access a singleton instance and remove use of Zend_Registry for the Piwik_Access singleton.
-
- juil. 02, 2013
-
-
Thomas ZILLIOX a rédigé
-
- mai 24, 2013
-
-
mattab a rédigé
* making tests pass! * enabling DevicesDetection tests, even though DevicesDetection plugin is disabled by default.
-
- mai 12, 2013
-
-
mattab a rédigé
* you can now write browserCode==ff;referrerKeyword!= to select all visitors using firefox and that have a keyword set * or you can write referrerKeyword==;browserCode==ff to select all visitors using firefox and that did not have any keyword set Also fixes #3933 Refs #2135 * fixing last bugs with segment selector encoding (working on chrome + FF + opera) - I 'hope' it will work on iE...
-
- avr. 20, 2013
-
-
mattab a rédigé
* new segment 'siteSearchKeyword' Fixes #3903, #3905: * adding few fields in the Live API output to accomodate getSuggestedValuesForSegment * renamed other fields for consistency with segment names Fixes #3906: * new API: getSuggestedValuesForSegment which returns top suggested values for a particular segment. It uses the Live.getLastVisitsDetails API to fetch the most recently used values, and will show the most used values first * Adding tests for everything. The test case actually generates data for all segments so that VisitsSummary.get returns some data for each of the 47 segments being tested returns some data. How it works: * generate extended data in fixture * Tests (1) call getSuggestedValuesForSegment for each segment, check there is some data returned for each segment * get the first suggested value from the list, * Tests (2) call VisitsSummary.get with this segment value, eg. countryCode==ru. * I worked this way for all 47 segments until all tests had some data ==> now we know that all segments have been tested and that the auto suggest works for all segments. TDD FTW!
-