[commits] Horde-Hatchery branch master updated. 5722241f7c69596de5c36c049bd0d17082bfe501

Chuck Hagenbuch chuck at horde.org
Sat Feb 7 04:59:53 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.

5722241... all repeater tests pass
0ba2353... complete initial test set

from: 75376cb4757f55ee95aefa4d91e0971a8baa6ea2

-----------------------------------------------------------------------
commit 5722241f7c69596de5c36c049bd0d17082bfe501
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Feb 6 23:59:50 2009 -0500

    all repeater tests pass

 .../Date_Parser/lib/Horde/Date/Repeater/Hour.php   |    5 +-
 .../lib/Horde/Date/Repeater/MonthName.php          |   16 ++++----
 .../Date_Parser/lib/Horde/Date/Repeater/Time.php   |   30 +++++--------
 .../Date_Parser/lib/Horde/Date/Repeater/Week.php   |   20 ++++-----
 .../lib/Horde/Date/Repeater/Weekend.php            |   29 +++++--------
 .../Date_Parser/lib/Horde/Date/Repeater/Year.php   |   35 ++++-----------
 framework/Date_Parser/lib/Horde/Date/Span.php      |    2 +-
 .../test/Horde/Date/Repeater/HourTest.php          |    4 +-
 .../test/Horde/Date/Repeater/TimeTest.php          |   22 ++++-----
 .../test/Horde/Date/Repeater/YearTest.php          |    2 +-
 10 files changed, 66 insertions(+), 99 deletions(-)

http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Hour.php?rt=horde-hatchery&r1=b6078c4ee97248466d23bdec53a8a4b9aa46da10&r2=5722241f7c69596de5c36c049bd0d17082bfe501
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/MonthName.php?rt=horde-hatchery&r1=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf&r2=5722241f7c69596de5c36c049bd0d17082bfe501
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Time.php?rt=horde-hatchery&r1=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf&r2=5722241f7c69596de5c36c049bd0d17082bfe501
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Week.php?rt=horde-hatchery&r1=dd95737391656cae97061701c58aefae928387e9&r2=5722241f7c69596de5c36c049bd0d17082bfe501
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Weekend.php?rt=horde-hatchery&r1=dd95737391656cae97061701c58aefae928387e9&r2=5722241f7c69596de5c36c049bd0d17082bfe501
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Year.php?rt=horde-hatchery&r1=dd95737391656cae97061701c58aefae928387e9&r2=5722241f7c69596de5c36c049bd0d17082bfe501
http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Span.php?rt=horde-hatchery&r1=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf&r2=5722241f7c69596de5c36c049bd0d17082bfe501
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/HourTest.php?rt=horde-hatchery&r1=cd44cbc191204fd1d60d41bc1c98dfb0c935db12&r2=5722241f7c69596de5c36c049bd0d17082bfe501
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/TimeTest.php?rt=horde-hatchery&r1=0ba2353002cefe1988071f786ea078c82fd910e0&r2=5722241f7c69596de5c36c049bd0d17082bfe501
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/YearTest.php?rt=horde-hatchery&r1=cd44cbc191204fd1d60d41bc1c98dfb0c935db12&r2=5722241f7c69596de5c36c049bd0d17082bfe501

-----------------------------------------------------------------------
commit 0ba2353002cefe1988071f786ea078c82fd910e0
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Feb 6 11:24:38 2009 -0500

    complete initial test set

 .../test/Horde/Date/Repeater/MonthTest.php         |   49 +++-----
 .../test/Horde/Date/Repeater/TimeTest.php          |   90 +++++++-------
 .../test/Horde/Date/Repeater/WeekTest.php          |   88 +++++++------
 .../test/Horde/Date/Repeater/WeekendTest.php       |  105 ++++++++--------
 4 files changed, 162 insertions(+), 170 deletions(-)

http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/MonthTest.php?rt=horde-hatchery&r1=cd44cbc191204fd1d60d41bc1c98dfb0c935db12&r2=0ba2353002cefe1988071f786ea078c82fd910e0
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/TimeTest.php?rt=horde-hatchery&r1=cd44cbc191204fd1d60d41bc1c98dfb0c935db12&r2=0ba2353002cefe1988071f786ea078c82fd910e0
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/WeekTest.php?rt=horde-hatchery&r1=cd44cbc191204fd1d60d41bc1c98dfb0c935db12&r2=0ba2353002cefe1988071f786ea078c82fd910e0
http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/WeekendTest.php?rt=horde-hatchery&r1=cd44cbc191204fd1d60d41bc1c98dfb0c935db12&r2=0ba2353002cefe1988071f786ea078c82fd910e0




More information about the commits mailing list