[commits] Horde-Hatchery branch master updated. cd44cbc191204fd1d60d41bc1c98dfb0c935db12
Chuck Hagenbuch
chuck at horde.org
Thu Feb 5 05:02:44 UTC 2009
The branch master has been updated.
The following is a summary of the commits. Further details on each commit
can be found below.
cd44cbc... initial repeater tests
b6078c4... fix typo
30b2a2d... - go back to monday, tuesday, for the DayName repeater; use Horde_Date::DATE_MONDAY only internally - add $type to the Repeater subclasses that need it - use Horde_Date::add()/Horde_Date::sub() in Horde_Date_Span add/sub methods
1740fa5... todos
from: 73b8f9a6c22160fa1ca4990950ae63723acba63a
-----------------------------------------------------------------------
commit cd44cbc191204fd1d60d41bc1c98dfb0c935db12
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Thu Feb 5 00:02:28 2009 -0500
initial repeater tests
.../test/Horde/Date/Repeater/DayNameTest.php | 81 +++++------
.../test/Horde/Date/Repeater/DayTest.php | 8 +-
.../test/Horde/Date/Repeater/HourTest.php | 122 ++++++++--------
.../test/Horde/Date/Repeater/MonthNameTest.php | 13 +-
.../test/Horde/Date/Repeater/MonthTest.php | 13 +-
.../test/Horde/Date/Repeater/TimeTest.php | 14 +-
.../test/Horde/Date/Repeater/WeekTest.php | 12 +-
.../test/Horde/Date/Repeater/WeekendTest.php | 13 +-
.../test/Horde/Date/Repeater/YearTest.php | 120 ++++++++--------
9 files changed, 200 insertions(+), 196 deletions(-)
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/DayNameTest.php?rt=horde-hatchery&r1=ebaa57f73e90aac971a778800f86ee601e12be84&r2=cd44cbc191204fd1d60d41bc1c98dfb0c935db12
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/DayTest.php?rt=horde-hatchery&r1=ebaa57f73e90aac971a778800f86ee601e12be84&r2=cd44cbc191204fd1d60d41bc1c98dfb0c935db12
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/HourTest.php?rt=horde-hatchery&r1=ebaa57f73e90aac971a778800f86ee601e12be84&r2=cd44cbc191204fd1d60d41bc1c98dfb0c935db12
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/MonthNameTest.php?rt=horde-hatchery&r1=ebaa57f73e90aac971a778800f86ee601e12be84&r2=cd44cbc191204fd1d60d41bc1c98dfb0c935db12
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/MonthTest.php?rt=horde-hatchery&r1=ebaa57f73e90aac971a778800f86ee601e12be84&r2=cd44cbc191204fd1d60d41bc1c98dfb0c935db12
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/TimeTest.php?rt=horde-hatchery&r1=ebaa57f73e90aac971a778800f86ee601e12be84&r2=cd44cbc191204fd1d60d41bc1c98dfb0c935db12
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/WeekTest.php?rt=horde-hatchery&r1=ebaa57f73e90aac971a778800f86ee601e12be84&r2=cd44cbc191204fd1d60d41bc1c98dfb0c935db12
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/WeekendTest.php?rt=horde-hatchery&r1=ebaa57f73e90aac971a778800f86ee601e12be84&r2=cd44cbc191204fd1d60d41bc1c98dfb0c935db12
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/YearTest.php?rt=horde-hatchery&r1=ebaa57f73e90aac971a778800f86ee601e12be84&r2=cd44cbc191204fd1d60d41bc1c98dfb0c935db12
-----------------------------------------------------------------------
commit b6078c4ee97248466d23bdec53a8a4b9aa46da10
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Thu Feb 5 00:00:51 2009 -0500
fix typo
.../Date_Parser/lib/Horde/Date/Repeater/Hour.php | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Hour.php?rt=horde-hatchery&r1=dd95737391656cae97061701c58aefae928387e9&r2=b6078c4ee97248466d23bdec53a8a4b9aa46da10
-----------------------------------------------------------------------
commit 30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Feb 4 23:43:36 2009 -0500
- go back to monday, tuesday, for the DayName repeater; use Horde_Date::DATE_MONDAY only internally
- add $type to the Repeater subclasses that need it
- use Horde_Date::add()/Horde_Date::sub() in Horde_Date_Span add/sub methods
.../lib/Horde/Date/Parser/Locale/Base/Repeater.php | 20 +++++-----
framework/Date_Parser/lib/Horde/Date/Repeater.php | 2 +
.../lib/Horde/Date/Repeater/DayName.php | 34 +++++++++++-----
.../lib/Horde/Date/Repeater/DayPortion.php | 3 +-
.../lib/Horde/Date/Repeater/MonthName.php | 6 +++
.../lib/Horde/Date/Repeater/SeasonName.php | 6 +++
.../Date_Parser/lib/Horde/Date/Repeater/Time.php | 1 +
framework/Date_Parser/lib/Horde/Date/Span.php | 23 +----------
8 files changed, 53 insertions(+), 42 deletions(-)
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater.php?rt=horde-hatchery&r1=bb5efa658f02e5319e1e15427fe74e3fb7606556&r2=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater.php?rt=horde-hatchery&r1=dd95737391656cae97061701c58aefae928387e9&r2=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/DayName.php?rt=horde-hatchery&r1=dd95737391656cae97061701c58aefae928387e9&r2=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/DayPortion.php?rt=horde-hatchery&r1=dd95737391656cae97061701c58aefae928387e9&r2=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/MonthName.php?rt=horde-hatchery&r1=dd95737391656cae97061701c58aefae928387e9&r2=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/SeasonName.php?rt=horde-hatchery&r1=dd95737391656cae97061701c58aefae928387e9&r2=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Time.php?rt=horde-hatchery&r1=dd95737391656cae97061701c58aefae928387e9&r2=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Span.php?rt=horde-hatchery&r1=12557455604f1f485d3306a41d91dba00a39364d&r2=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf
-----------------------------------------------------------------------
commit 1740fa53e18543f5726a4f4ebe41521d64baa4f4
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Feb 4 23:42:13 2009 -0500
todos
framework/Date_Parser/doc/TODO.txt | 1 +
.../Horde/Date/Parser/repeater_match_tests.php | 11 +++++++++++
2 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 framework/Date_Parser/doc/TODO.txt
create mode 100644 framework/Date_Parser/test/Horde/Date/Parser/repeater_match_tests.php
http://git.horde.org/co.php/framework/Date_Parser/doc/TODO.txt?rt=horde-hatchery&r=1740fa53e18543f5726a4f4ebe41521d64baa4f4
http://git.horde.org/co.php/framework/Date_Parser/test/Horde/Date/Parser/repeater_match_tests.php?rt=horde-hatchery&r=1740fa53e18543f5726a4f4ebe41521d64baa4f4
More information about the commits
mailing list