Skip to content
Extraits de code Groupes Projets
  1. nov. 27, 2014
  2. nov. 25, 2014
  3. nov. 07, 2014
  4. oct. 05, 2014
  5. sept. 09, 2014
  6. sept. 08, 2014
  7. mars 27, 2014
  8. juil. 02, 2013
  9. juin 07, 2013
  10. oct. 19, 2012
  11. déc. 22, 2010
  12. juil. 20, 2010
    • mattpiwik's avatar
      Refs #1125 · 1c0b11cd
      mattpiwik a rédigé
       * Example of a simple filter to apply to the datatable in the API method. Filters will automatically work on all dataTable are are easy to write /maintain
      
       * Fixing tests
      
      git-svn-id: http://dev.piwik.org/svn/trunk@2595 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      1c0b11cd
  13. juil. 13, 2010
    • mattpiwik's avatar
      Fixes #1297 · 957d0281
      mattpiwik a rédigé
       * now reporting Actions per visit 
       * reporting Average Visit duration instead of total visit duration
       * removed api getMaxActionsReturning() as it doesn't sound like a useful metric
       * udpated tests to test the new metrics 
      
      git-svn-id: http://dev.piwik.org/svn/trunk@2494 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      957d0281
  14. juil. 06, 2010
    • mattpiwik's avatar
      Fixing bug in Archiving found with this new test suite (max_actions was... · 43460d81
      mattpiwik a rédigé
      Fixing bug in Archiving found with this new test suite (max_actions was incorrectly summed during archiving, rather than max() operation)
      Updating expected file as naming convention changed in previous commit
      Refs #1446
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@2442 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      43460d81
    • mattpiwik's avatar
      Introducing documented piwik.php PHP Tracking client. · 52ce332c
      mattpiwik a rédigé
      Also adding integration test suite in place.
      
       * Adding new mechanism to trigger known tracking requests, then call all API methods get* and compare XML to the previous 'expected' XML.
       * make sure overwritten config files are not read during tests. Use defaults from global.ini.php.
       * piwik.php Tracker allow calling script to force Datetime and user IP for a specific request. 
       * Wrote 3 main tests
        * wrong tracking requests should not return error and should not record anything 
        * standard one visitor, 2 visits, with page view, download, outlink and goal tracked
        * Added integration test as an example in the ExampleAPI plugin (pretty simple to add testing code)
      TODO 
       * Finish PiwikTracker and show it in UI
       * Show how to use image based tracker in UI
       * Add more tests (multi periods and multi sites) in Main.test.php
       * Fix failing Config.test.php test (when ran via all_tests.php doesn't fail otherwise)
      
      git-svn-id: http://dev.piwik.org/svn/trunk@2429 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      52ce332c
Chargement en cours