Skip to content
Extraits de code Groupes Projets
  1. juin 10, 2014
  2. fév. 04, 2014
  3. déc. 25, 2013
  4. déc. 22, 2013
  5. nov. 28, 2013
  6. nov. 19, 2013
  7. nov. 18, 2013
  8. nov. 06, 2013
  9. oct. 15, 2013
  10. oct. 09, 2013
  11. oct. 02, 2013
  12. sept. 30, 2013
  13. sept. 24, 2013
  14. sept. 16, 2013
  15. sept. 15, 2013
  16. juil. 23, 2013
  17. juil. 21, 2013
  18. avr. 01, 2013
  19. mars 27, 2013
  20. fév. 05, 2013
  21. mars 20, 2012
  22. mars 10, 2012
  23. mars 06, 2012
  24. mai 22, 2011
  25. avr. 29, 2011
  26. avr. 14, 2011
  27. jan. 31, 2011
  28. déc. 21, 2010
  29. nov. 03, 2010
  30. oct. 09, 2010
  31. sept. 10, 2010
  32. juil. 28, 2010
  33. avr. 25, 2010
  34. 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
  35. mars 29, 2010
    • mattpiwik's avatar
      Refs #56 · 7d500ade
      mattpiwik a rédigé
       - Added timezone setting per website. Added API to fetch the list of supported timezones. UTC Manual offsets are supported even if the PHP doesn't have timezone support built in. 
       - Added default timezone setting that the Super user can set. It will be used to pre-select timezones when creating new websites, or setting the default timezone when adding websites via the API without specifying the timezone.
       - Default timezone set to UTC to all existing websites on update. PHP Default timezone set to UTC in index.php and piwik.php.
       - Removed all usage of mysql date/time functions (which are internally doing timezone conversions based on mysql timezone), now using php generated timestamps (in UTC), or dates manually converted to the website timezone.
       - Altered the few Mysql fields that were defaulting to "Current timestamp", they now default to NULL.
       - Deprecated the field log_visit.server_date and log_conversion.server_date as they are now not used. Must use DATE(visit_last_action_time) instead. Note that the new INDEX on (idsite, visit_last_action_time, config_md5config) will greatly benefit the Live! plugin.
       - Deprecated Piwik_Date->get, must now use Piwik_Date->toString
       - Deprecated the DB adapters getCurrentTimezone() feature, as we now don't rely on the DB timezone. Also removed the warning from the install screen.
      
      git-svn-id: http://dev.piwik.org/svn/trunk@2006 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      7d500ade
Chargement en cours