In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1372 [In-Portal CMS] Data Management bug report always 2012-08-07 06:00 2012-08-15 11:47
alex  
alex  
normal  
resolved 5.2.0  
fixed  
 
none 5.2.1-B1  
https://groups.google.com/d/topic/in-portal-dev/qfiJKIW0ARM/discussion
Add function for working DateTime class based on given timestamp
1
0001372: Add function for creating DateTime class from timestamp in PHP 5.2.x
Add ability to easily create DateTime object from a given timestamp without breaking it's timezone.
child of 0001371active  (5.3.0) Replace "AdoDb Date Time Library" with PHP build-in DateTime class 
patch create_datetime_object_from_timestamp_feat.patch (1,544) 2012-08-07 06:00
http://tracker.in-portal.org/file_download.php?file_id=1775&type=bug
patch create_datetime_object_to_timestamp_feat.patch (752) 2012-08-11 11:28
http://tracker.in-portal.org/file_download.php?file_id=1776&type=bug
Issue History
2012-08-15 11:47 Dmitry Target Version 5.2.1-B1 => 5.2.1
2012-08-11 11:30 alex Changeset attached 5.2.x r15513
2012-08-11 11:29 alex Note Added: 0005132
2012-08-11 11:28 alex File Added: create_datetime_object_to_timestamp_feat.patch
2012-08-07 06:03 alex Note Added: 0005131
2012-08-07 06:03 alex Status reviewed and tested => resolved
2012-08-07 06:03 alex Fixed in Version => 5.2.1-B1
2012-08-07 06:03 alex Resolution open => fixed
2012-08-07 06:03 alex Assigned To !COMMUNITY => alex
2012-08-07 06:03 alex Changeset attached 5.2.x r15512
2012-08-07 06:02 alex Note Added: 0005130
2012-08-07 06:02 alex Status needs testing => reviewed and tested
2012-08-07 06:02 alex Assigned To => !COMMUNITY
2012-08-07 06:02 alex Developer => alex
2012-08-07 06:02 alex Status active => needs testing
2012-08-07 06:02 alex Reference => https://groups.google.com/d/topic/in-portal-dev/qfiJKIW0ARM/discussion
2012-08-07 06:00 alex Relationship added child of 0001371
2012-08-07 06:00 alex New Issue
2012-08-07 06:00 alex File Added: create_datetime_object_from_timestamp_feat.patch
2012-08-07 06:00 alex Change Log Message => Add function for working DateTime class based on given timestamp
2012-08-07 06:00 alex Estimate Points => 1

Notes
(0005130)
alex   
2012-08-07 06:02   
Will test all together later.
(0005131)
alex   
2012-08-07 06:03   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001372: Add function for creating DateTime class from timestamp in PHP 5.2.x
(0005132)
alex   
2012-08-11 11:29   
Patch "create_datetime_object_to_timestamp_feat.patch" creates opposite feature: getting timestamp from DateTime class instance with check for PHP version (in PHP 5.3 there is method already).