Skip to content
Extraits de code Groupes Projets
  1. juil. 20, 2013
  2. juil. 18, 2013
  3. juil. 17, 2013
  4. juil. 07, 2013
  5. juil. 06, 2013
  6. juil. 02, 2013
  7. juin 26, 2013
  8. juin 25, 2013
  9. juin 19, 2013
  10. juin 18, 2013
  11. juin 16, 2013
  12. mai 31, 2013
    • Benaka Moorthi's avatar
      Refactored archive data querying code. Removed tree-like data structure from... · 6abbacb9
      Benaka Moorthi a rédigé
      Refactored archive data querying code. Removed tree-like data structure from Piwik_Archive, added memory optimizations for archiving (not storing archive processing instances), added optimization for querying data indexed by site + date, added ability to select multiple blobs/metrics at once (from different plugins), added optimization to Piwik_ArchiveProcessing_Period where numerics/records are selected all at once instead of one at a time.
      
      Also added data access layer object for archive querying code, allowed anonymous function objects to be used as DataTable filters, and removed 'timestamp' DataTable metadata.
      6abbacb9
  13. mai 25, 2013
    • mattab's avatar
      Fixes #3887 · 70b46ece
      mattab a rédigé
      Proper fix for this problem, adding static array of "Row evolution not supported"
      
      Also I decided to enable tests so they all run on my box /standard ubuntu, rather than travis CI.
      Fixed a bug in tests that plugins language files were not loaded early enough.
      70b46ece
    • mattab's avatar
      Enabling PDF tests on php 5.4 only, rather than 5.3, so I can create the test... · c0474e72
      mattab a rédigé
      Enabling PDF tests on php 5.4 only, rather than 5.3, so I can create the test files on my computer and have green travis - hopefully that works!
      c0474e72
  14. 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
  15. mai 19, 2013
  16. mai 12, 2013
  17. mai 07, 2013
    • mattab's avatar
      Fixing build · 096f8904
      mattab a rédigé
      refs #3913 Fixes API for dashboards + disabling Dashboard API tests for now
      096f8904
    • mattab's avatar
      Fixes #3927 · 56554b56
      mattab a rédigé
      Adding future look ahead window to the SQL trying to detect the current visitor
      + fixing small bug discovered (in the tests) as a result of this fix
      56554b56
  18. mai 06, 2013
  19. 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
  20. avr. 16, 2013
  21. avr. 09, 2013
  22. avr. 08, 2013
  23. avr. 04, 2013
Chargement en cours