-
- Téléchargements
Refs #56
- 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
parent
ed4a35f0
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- core/Archive/Array/IndexedByDate.php 4 ajouts, 3 suppressionscore/Archive/Array/IndexedByDate.php
- core/Archive/Single.php 5 ajouts, 2 suppressionscore/Archive/Single.php
- core/ArchiveProcessing.php 77 ajouts, 50 suppressionscore/ArchiveProcessing.php
- core/ArchiveProcessing/Day.php 20 ajouts, 16 suppressionscore/ArchiveProcessing/Day.php
- core/ArchiveProcessing/Period.php 17 ajouts, 8 suppressionscore/ArchiveProcessing/Period.php
- core/DataTable/Renderer/Rss.php 3 ajouts, 2 suppressionscore/DataTable/Renderer/Rss.php
- core/Date.php 228 ajouts, 120 suppressionscore/Date.php
- core/Db.php 0 ajout, 6 suppressionscore/Db.php
- core/Db/Mysqli.php 0 ajout, 18 suppressionscore/Db/Mysqli.php
- core/Db/Pdo/Mysql.php 0 ajout, 18 suppressionscore/Db/Pdo/Mysql.php
- core/Db/Pdo/Pgsql.php 0 ajout, 11 suppressionscore/Db/Pdo/Pgsql.php
- core/Period.php 2 ajouts, 21 suppressionscore/Period.php
- core/Period/Day.php 0 ajout, 9 suppressionscore/Period/Day.php
- core/Period/Month.php 0 ajout, 14 suppressionscore/Period/Month.php
- core/Piwik.php 40 ajouts, 25 suppressionscore/Piwik.php
- core/Site.php 21 ajouts, 1 suppressioncore/Site.php
- core/SmartyPlugins/modifier.inlineHelp.php 1 ajout, 1 suppressioncore/SmartyPlugins/modifier.inlineHelp.php
- core/Tracker/GoalManager.php 0 ajout, 1 suppressioncore/Tracker/GoalManager.php
- core/Tracker/Visit.php 10 ajouts, 11 suppressionscore/Tracker/Visit.php
- core/Updates/0.6.php 12 ajouts, 1 suppressioncore/Updates/0.6.php
Chargement en cours
Veuillez vous inscrire ou vous se connecter pour commenter