Skip to content
Extraits de code Groupes Projets
  1. nov. 17, 2014
  2. nov. 14, 2014
  3. oct. 30, 2014
  4. oct. 15, 2014
  5. oct. 13, 2014
  6. oct. 06, 2014
  7. oct. 05, 2014
  8. oct. 03, 2014
  9. sept. 04, 2014
  10. juil. 24, 2014
  11. juil. 23, 2014
  12. juin 10, 2014
  13. mai 14, 2014
  14. mai 09, 2014
  15. avr. 03, 2014
  16. mars 24, 2014
  17. mars 21, 2014
  18. jan. 27, 2014
  19. jan. 24, 2014
  20. jan. 23, 2014
  21. nov. 13, 2013
  22. oct. 28, 2013
  23. oct. 15, 2013
  24. oct. 10, 2013
  25. sept. 14, 2013
  26. août 02, 2013
  27. juil. 21, 2013
  28. juil. 20, 2013
  29. juil. 18, 2013
  30. juil. 06, 2013
  31. 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
  32. avr. 10, 2013
    • Timo Besenreuther's avatar
      refs #1700 time tracking · 1d91fd2d
      Timo Besenreuther a rédigé
       * bug fix: min/max generation time didn't work in nested data tables because the column aggregation operations were not passed to sub tables
       * ui improvement: very small values were shown as 0s. use three decimal places if value is smaller than 10ms (e.g. display 2ms as 0.002s instead of 0s)
      1d91fd2d
  33. avr. 02, 2013
    • mattab's avatar
      Beautify the time in Metadata reports + tests · 1cfa989f
      mattab a rédigé
      Small update to log analytics readme
      Fixes #1700
      
      Awesome work Timo!
      1cfa989f
    • Timo Besenreuther's avatar
      refs #1700 performance analytics · fb5f11a5
      Timo Besenreuther a rédigé
       * adding avg_time_generation to Actions.get + integration tests
       * adding sparkline for average generation time to Visitors > Overview
       * changing number formatting to 0.XXs instead of XXXms + test cases
       * tooltip for reports with avg. generation time: "average based on X hit(s)"
       * log import: support generation_time_milli (not only generation_time_micro)
       * example for importing generation time from logs in read me
      fb5f11a5
Chargement en cours