Skip to content
Extraits de code Groupes Projets
  1. sept. 14, 2015
  2. sept. 11, 2015
  3. juin 18, 2015
  4. juin 17, 2015
  5. juin 03, 2015
  6. déc. 05, 2014
  7. nov. 14, 2014
  8. oct. 13, 2014
  9. oct. 06, 2014
  10. oct. 05, 2014
  11. oct. 02, 2014
  12. juil. 23, 2014
  13. juil. 10, 2014
  14. juil. 09, 2014
  15. juin 10, 2014
  16. avr. 03, 2014
  17. fév. 21, 2014
  18. déc. 08, 2013
  19. nov. 06, 2013
  20. oct. 15, 2013
  21. sept. 06, 2013
  22. juil. 20, 2013
  23. juil. 18, 2013
  24. juil. 06, 2013
  25. juil. 02, 2013
  26. mai 24, 2013
    • mattab's avatar
      Refs #3612 · 58c88c1b
      mattab a rédigé
       * making tests pass!
       * enabling DevicesDetection tests, even though DevicesDetection plugin is disabled by default.
      58c88c1b
  27. mai 12, 2013
    • mattab's avatar
      Fixes #3932 · d89a08b8
      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...
      d89a08b8
  28. avr. 20, 2013
    • mattab's avatar
      Fixes #3904: · 35f975ac
      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!
      35f975ac
Chargement en cours