Skip to content
Extraits de code Groupes Projets
  1. sept. 12, 2013
  2. sept. 08, 2013
  3. août 02, 2013
  4. juil. 31, 2013
  5. juil. 30, 2013
  6. juil. 23, 2013
  7. juil. 21, 2013
  8. juil. 20, 2013
  9. juil. 18, 2013
  10. juil. 05, 2013
    • Benaka Moorthi's avatar
      Implemented custom event dispatching system for Piwik (replaced event... · ddd7aac6
      Benaka Moorthi a rédigé
      Implemented custom event dispatching system for Piwik (replaced event dispatcher lib in libs/Event).
      
      Notes:
        - New dispatcher can execute callbacks before or after other callbacks.
        - It is also possible to dispatch events only to a specific set of plugins instead of all plugins.
        - Moved Piwik::unprefixClass to Piwik_Common::unprefixClass
        - Added visibility to some event handlers that were missing it.
        - Allowed two unit tests to fail w/ better diagnostic messages.
      ddd7aac6
  11. juil. 02, 2013
  12. juin 19, 2013
  13. juin 18, 2013
  14. juin 17, 2013
  15. juin 16, 2013
  16. juin 06, 2013
  17. juin 05, 2013
  18. 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
  19. mars 27, 2013
  20. mars 11, 2013
  21. fév. 20, 2013
  22. fév. 17, 2013
  23. fév. 05, 2013
  24. nov. 21, 2012
  25. août 29, 2012
Chargement en cours