Skip to content
Extraits de code Groupes Projets
  1. juil. 02, 2013
  2. mars 27, 2013
  3. fév. 20, 2013
  4. fév. 17, 2013
  5. fév. 05, 2013
  6. oct. 23, 2012
    • mattpiwik's avatar
      Fixes #3466 · 79dd0ab0
      mattpiwik a rédigé
       * Now including Translate.php in the correct order ensuring that scheduled repotrs generated via a Tracker request, make use of translations. 
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@7286 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      79dd0ab0
  7. août 22, 2012
  8. août 02, 2012
    • mattpiwik's avatar
      * Fixing broken POST tracking requests · 32f0a162
      mattpiwik a rédigé
       * Now displaying gif after init, so that errors can be displayed properly when occuring during a BULK import 
       * Fixes #3270 Displaying plain errors when the Tracking request is authenticated (ie. when runnning log import or other manual tracking API calls)
      
      git-svn-id: http://dev.piwik.org/svn/trunk@6642 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      32f0a162
  9. mars 23, 2012
  10. mars 04, 2012
  11. nov. 26, 2011
  12. avr. 29, 2011
  13. avr. 24, 2011
  14. avr. 23, 2011
  15. avr. 22, 2011
    • robocoder's avatar
      refs #1111 - debug off · 9f6eddd8
      robocoder a rédigé
      git-svn-id: http://dev.piwik.org/svn/trunk@4534 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      9f6eddd8
    • robocoder's avatar
      fixes #1111 - add support for IPv6 addresses (tracking, anonymization, and exclusion) · ea6a4125
      robocoder a rédigé
      fixes #2095 - add new anonymization hook (pre-heuristics)
      fixes #2055 - optional IP filter when multiple proxies present
      fixes #1775 - SitesManager: supports CIDR notation for IP exclusion
      
      Notes:
       * Installer no longer checks for IPv6, so the related messages should be deleted from translations
       * IPv4 mapped addresses (e.g., ::ffff:127.0.0.1) are no longer re-mapped into IPv4 space
       * users who to query IP addresses from MySQL directly, can use the following SQL, but inet_ntoa() is limited to IPv4 addresses:
      {{{
      select inet_ntoa(conv(hex(location_ip), 16, 10)) from piwik_log_visit;
      }}}
       * Windows: IPv6 inet_pton()/inet_ntop() not supported until php 5.3; see #2351
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@4533 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      ea6a4125
  16. avr. 05, 2011
  17. avr. 01, 2011
  18. jan. 10, 2011
  19. jan. 05, 2011
    • mattpiwik's avatar
      Fixes #1916 · 4ef05373
      mattpiwik a rédigé
       Now always checking in the DB if we saw the visitor earlier. The cookie also becomes much smaller. 
       Renamed the setting enable_detect_unique_visitor_using_settings now called trust_visitors_cookies as it is different logic, and should only be enabled in intranet where IP is same for all users.
       This will also help getting 1st party cookie implemented Refs #409
      
      git-svn-id: http://dev.piwik.org/svn/trunk@3634 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      4ef05373
  20. déc. 29, 2010
  21. déc. 21, 2010
  22. déc. 20, 2010
  23. nov. 25, 2010
  24. nov. 15, 2010
  25. nov. 03, 2010
  26. oct. 09, 2010
  27. sept. 10, 2010
  28. sept. 01, 2010
  29. juil. 28, 2010
    • mattpiwik's avatar
      Fixes #587 · 703618d1
      mattpiwik a rédigé
       * Adding automatic crontab task triggered from Tracking requests on piwik.php.
       * Define max frequency in config file, default to 1 try each hour.
       * Will not run if 'Browser archiving' is disabled, as it means the cron is already setup, and it will run scheduled tasks.
       * Note that Scheduled tasks only do not necessarily trigger archiving. The user might still experience slow loading time if he loads Piwik after a long absence. 
      We could consider writing a scheduled tasks that triggers archiving daily for each website 
      
      git-svn-id: http://dev.piwik.org/svn/trunk@2767 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      703618d1
  30. juil. 16, 2010
  31. juil. 06, 2010
    • 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
  32. juil. 03, 2010
  33. avr. 24, 2010
    • robocoder's avatar
      fixes #1312 · 63a4254c
      robocoder a rédigé
      - index.php, piwik.php - no longer set include path
      - libs/Zend - comment out require_once per http://www.zendframework.com/manual/e
      n/performance.classloading.html
      - libs/Zend - comment out some redundant Zend_Loader::loadClass() calls
      - libs/HTML - use absolute include paths
      - libs/open-flash-chart/php-ofc-library - use absolute include paths
      
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@2118 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      63a4254c
  34. avr. 13, 2010
Chargement en cours