|
1.8.10.17 FRAMEWORK_3 (+65 -33 lines) |
08/17/2008 09:03 PM |
Chuck Hagenbuch chuck |
MFH 1.34 |
|
1.34 (+65 -33 lines) |
08/17/2008 08:16 PM |
Chuck Hagenbuch chuck |
Provide a wrapper for date() that uses the DateTime class if it's available (PHP
5.1+), for correct handling of dates < 1970 or > 2038. Starts removing our
dependency on mktime. |
|
1.8.10.16 FRAMEWORK_3 (+6 -7 lines) |
07/23/2008 08:05 AM |
Jan Schneider jan |
MFH: 1.33 |
|
1.33 (+6 -7 lines) |
07/23/2008 04:14 AM |
Jan Schneider jan |
Remove unused parameter.
Fix logic for when to use the internal timestamp calculation. We always have
to use it for dates after 2038, even if using PHP 5, due to integer
overflows. So we can't drop it for Horde 4 either. |
|
1.8.10.15 FRAMEWORK_3 (+4 -3 lines) |
04/23/2008 11:18 PM |
Ben Klang bklang |
Check that we are looking at an array and not a Horde_Date object
Submitted by: Volker Then Tags: HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4 |
|
1.8.10.14 FRAMEWORK_3 (+11 -1 lines) |
04/21/2008 03:07 PM |
Ben Klang bklang |
MFH: 1.30, 1.31, 1.32 |
|
1.32 (+5 -1 lines) |
04/19/2008 03:01 PM |
Ben Klang bklang |
Also preserve the minutes field from Horde_Form_datetime |
|
1.8.10.13 FRAMEWORK_3 (+1 -11 lines) |
04/19/2008 03:01 PM |
Ben Klang bklang |
Revert 1.8.10.12: Committed to wrong branch |
|
1.8.10.12 FRAMEWORK_3 (+11 -1 lines) |
04/19/2008 02:58 PM |
Ben Klang bklang |
Also preserve the minutes field from Horde_Form_datetime |
|
1.31 (+2 -2 lines) |
04/18/2008 09:20 PM |
Chuck Hagenbuch chuck |
Don't use $date as an array if it's not one. |
|
1.30 (+7 -1 lines) |
04/18/2008 07:22 PM |
Ben Klang bklang |
Allow passing the results of Horde_Form_datetime directly into Horde_Date constructor. I believe this to be safe with the is_numeric() check but I would appreciate someone else validating. |
|
1.8.10.11 FRAMEWORK_3 (+11 -9 lines) |
01/30/2008 06:52 PM |
Jan Schneider jan |
MFH: 1.29 Tags: HORDE_3_2_RC3 |
|
1.29 (+11 -9 lines) |
01/30/2008 06:38 PM |
Jan Schneider jan |
Less else. |
|
1.8.10.10 FRAMEWORK_3 (+203 -15 lines) |
12/20/2007 08:48 AM |
Jan Schneider jan |
Merge from HEAD. Tags: HORDE_3_2_RC2 |
|
1.28 (+4 -6 lines) |
11/24/2007 06:52 AM |
Jan Schneider jan |
Don't support %r, use system's strftime() instead. Tags: BEFORE_MERGE_3_2, HORDE_3_2_RC1 |
|
1.27 (+8 -8 lines) |
11/23/2007 09:17 AM |
Jan Schneider jan |
- Test for the correct function name.
- Fix new specifier replacements.
- Split out German locale testing because NLS::getLangInfo() caches.
It turns out that %r (time in a.m. and p.m. notation) returns empty when using
nl_langinfo() in locales that use 24-hour-times. This makes more sense to me,
but is still different from the system's strftime() implemention, so should we
drop it? |
|
1.26 (+31 -4 lines) |
11/23/2007 08:52 AM |
Jan Schneider jan |
Support more specifiers through nl_langinfo(). |
|
1.25 (+5 -5 lines) |
11/23/2007 08:15 AM |
Jan Schneider jan |
Fix buglets catched by the test. |
|
1.24 (+67 -14 lines) |
11/22/2007 09:31 PM |
Jan Schneider jan |
- Even PHP5's mktime() doesn't work on dates before 1901/12/13.
- Implement simple strftime() formatting ourselves, the builtin doesn't work
with dates outside the unix epoch. |
|
1.23 (+6 -4 lines) |
11/21/2007 10:57 AM |
Jan Schneider jan |
Add test that fails on PHP 4 due to limitations of the mktime emulation. |
|
1.22 (+6 -9 lines) |
06/21/2007 01:01 PM |
Jan Schneider jan |
Fix completely broken time format generators. We couldn't even read them with
the same class. Tags: HORDE_3_2_ALPHA |
|
1.21 (+104 -4 lines) |
06/13/2007 11:53 PM |
Chuck Hagenbuch chuck |
Add PHP 4 fallback for mktime and dates outside of 1970-2038.
Bug: 3741 |
|
1.20 (+14 -3 lines) |
04/17/2007 07:47 PM |
Jan Schneider jan |
Add weekOfMonth().
Bug: 5229
Submitted by: thomas (dot) jarosch (at) intra2net (dot) com |
|
1.8.10.9 FRAMEWORK_3 (+2 -2 lines) |
03/23/2007 10:41 AM |
Jan Schneider jan |
MFH: 1.19 Tags: HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5 |
|
1.19 (+2 -2 lines) |
03/23/2007 09:56 AM |
Jan Schneider jan |
Fix phpdoc. |
|
1.8.10.8 FRAMEWORK_3 (+22 -20 lines) |
11/24/2006 06:52 PM |
Chuck Hagenbuch chuck |
MFH 1.18 + roll up other changes from head Tags: HORDE_3_1_4, HORDE_3_1_4_RC1 |
|
1.18 (+4 -4 lines) |
11/24/2006 06:52 PM |
Chuck Hagenbuch chuck |
match dates with the T/Z splitters as well (havardw+bugzilla (at) pvv (dot) org,
Request #4267). |
|
1.17 (+8 -6 lines) |
09/07/2006 12:48 PM |
Chuck Hagenbuch chuck |
Add a note about some PHP 5.1+ functionality, and remove some
unnecessary references. |
|
1.16 (+2 -2 lines) |
05/22/2006 12:11 AM |
Chuck Hagenbuch chuck |
!== null instead of !is_null() |
|
1.8.10.7 FRAMEWORK_3 (+2 -2 lines) |
05/03/2006 11:42 PM |
Matt Selsky selsky |
MFH: 1.15 Tags: HORDE_3_1_3, HORDE_3_1_2 |
|
1.15 (+2 -2 lines) |
05/02/2006 07:54 PM |
Matt Selsky selsky |
xhtml |
|
1.8.10.6 FRAMEWORK_3 (+7 -7 lines) |
12/31/2005 04:50 PM |
Chuck Hagenbuch chuck |
MFH 1.14 Tags: HORDE_3_1_1, HORDE_3_1, HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1 |
|
1.14 (+7 -7 lines) |
12/31/2005 04:47 PM |
Chuck Hagenbuch chuck |
fix regex offsets and cast to ints |
|
1.8.10.5 FRAMEWORK_3 (+42 -11 lines) |
12/31/2005 03:46 PM |
Chuck Hagenbuch chuck |
MFH:
- add strftime() convenience function
- add rfc3339DateTime() convenience function
- parse YYYY MM DD HH MM SS -style dates in constructor in addition to timestamps or objects/arrays.
- some simplification of about() methods
- don't use PEAR::Date, fixes fatal errors with PHP 5.1.0 |
|
1.13 (+42 -11 lines) |
12/31/2005 03:43 PM |
Chuck Hagenbuch chuck |
- add strftime() convenience function
- add rfc3339DateTime() convenience function
- parse YYYY MM DD HH MM SS -style dates in constructor in addition to timestamps or objects/arrays. |
|
1.12 (+13 -13 lines) |
11/18/2005 10:56 PM |
Chuck Hagenbuch chuck |
All the marginal speed increases we can get in date operations. |
|
1.8.10.4 FRAMEWORK_3 (+1 -1 lines) |
10/18/2005 07:01 AM |
Jan Schneider jan |
Merged from HEAD. |
|
1.8.10.3 FRAMEWORK_3 (+13 -7 lines) |
06/22/2005 10:08 PM |
Matt Selsky selsky |
MFH: Remove extra stuff from @var lines in phpdoc and remove unneeded @access
public lines. Tags: HORDE_3_0_12, HORDE_3_0_11, HORDE_3_0_10, HORDE_3_0_9, HORDE_3_0_8, HORDE_3_0_7, HORDE_3_0_6, HORDE_3_0_6_RC1, HORDE_3_0_5, HORDE_3_0_5_RC2, HORDE_3_0_5_RC1 |
|
1.11 (+13 -7 lines) |
06/22/2005 09:58 PM |
Matt Selsky selsky |
Remove extra stuff from @var lines in phpdoc and remove unneeded @access public
lines. Tags: BEFORE_MERGE_3_1 |
|
1.8.10.2 FRAMEWORK_3 (+2 -2 lines) |
05/10/2005 02:21 AM |
Matt Selsky selsky |
MFH: Remove "optional" from phpdoc. |
|
1.10 (+2 -2 lines) |
05/10/2005 02:11 AM |
Matt Selsky selsky |
Remove "optional" from phpdoc. |
|
1.8.10.1 FRAMEWORK_3 (+13 -1 lines) |
01/06/2005 10:48 PM |
Chuck Hagenbuch chuck |
MFH 1.9 Tags: HORDE_3_0_4, HORDE_3_0_4_RC2, HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1 |
|
1.9 (+13 -1 lines) |
01/06/2005 10:48 PM |
Chuck Hagenbuch chuck |
Make sure that $date is a Horde_Date object before working with it in
compareDate(), compareTime(), and compareDateTime(). |
|
1.8 (+12 -6 lines) |
10/22/2004 05:28 PM |
Chuck Hagenbuch chuck |
Add missing date correction for days and months less than 1. Tags: FRAMEWORK_3, HORDE_3_0_2, HORDE_3_0_1, HORDE_3_0, HORDE_3_0_RC3 |
|
1.7 (+65 -1 lines) |
10/15/2004 08:45 PM |
Chuck Hagenbuch chuck |
Add compareDate(), compareTime(), and compareDateTime(). |
|
1.6 (+77 -2 lines) |
10/15/2004 12:37 AM |
Chuck Hagenbuch chuck |
More date functions and more fixes. |
|
1.5 (+58 -28 lines) |
10/14/2004 05:41 PM |
Chuck Hagenbuch chuck |
- Add daysInMonth() and isLeapYear()
- standardize on 0 being sunday, etc. causes some upheaval but makes things
*much* saner since we're consistent with the MASK constants. |
|
1.4 (+77 -33 lines) |
10/04/2004 11:27 AM |
Chuck Hagenbuch chuck |
- Add masks for days and for date parts.
- Allow only correcting certain parts of the date in correct().
- add isValid() for determining validity of current state. |
|
1.3 (+3 -1 lines) |
08/20/2004 10:34 AM |
Jan Schneider jan |
Add @package. |
|
1.2 (+15 -7 lines) |
08/01/2004 09:07 PM |
Chuck Hagenbuch chuck |
Fix some prereqs (to be removed, perhaps) |
|
1.1 |
08/01/2004 09:00 PM |
Chuck Hagenbuch chuck |
Add Horde_Date (adapted from Kronolith_Date, with a few new methods). |