The branch "master" has been updated. The following is a summary of the commits.
from: 2c65e311b0551fb82d4ec14a8201c677ebc8a614 bba1ebe... moving Horde_Date_Repeater and Horde_Date_Span to the horde/date package ----------------------------------------------------------------------- commit bba1ebec3e6a046f5ebc583b84ab3c9112555266 Author: Chuck Hagenbuch <[email protected]> Date: Fri May 29 18:22:17 2009 -0400 moving Horde_Date_Repeater and Horde_Date_Span to the horde/date package framework/Date_Parser/lib/Horde/Date/Repeater.php | 46 -- framework/Date_Parser/lib/Horde/Date/Repeater/Day.php | 66 --- framework/Date_Parser/lib/Horde/Date/Repeater/DayName.php | 74 --- framework/Date_Parser/lib/Horde/Date/Repeater/DayPortion.php | 146 ------ framework/Date_Parser/lib/Horde/Date/Repeater/Exception.php | 4 - framework/Date_Parser/lib/Horde/Date/Repeater/Fortnight.php | 81 --- framework/Date_Parser/lib/Horde/Date/Repeater/Hour.php | 61 --- framework/Date_Parser/lib/Horde/Date/Repeater/Minute.php | 61 --- framework/Date_Parser/lib/Horde/Date/Repeater/Month.php | 66 --- framework/Date_Parser/lib/Horde/Date/Repeater/MonthName.php | 109 ---- framework/Date_Parser/lib/Horde/Date/Repeater/Season.php | 31 -- framework/Date_Parser/lib/Horde/Date/Repeater/SeasonName.php | 42 -- framework/Date_Parser/lib/Horde/Date/Repeater/Second.php | 49 -- framework/Date_Parser/lib/Horde/Date/Repeater/Time.php | 136 ----- framework/Date_Parser/lib/Horde/Date/Repeater/Week.php | 89 ---- framework/Date_Parser/lib/Horde/Date/Repeater/Weekend.php | 80 --- framework/Date_Parser/lib/Horde/Date/Repeater/Year.php | 60 --- framework/Date_Parser/lib/Horde/Date/Span.php | 77 --- framework/Date_Parser/test/Horde/Date/AllTests.php | 54 -- framework/Date_Parser/test/Horde/Date/DateTest.php | 47 -- framework/Date_Parser/test/Horde/Date/Repeater/DayNameTest.php | 48 -- framework/Date_Parser/test/Horde/Date/Repeater/DayTest.php | 29 - framework/Date_Parser/test/Horde/Date/Repeater/HourTest.php | 76 --- framework/Date_Parser/test/Horde/Date/Repeater/MonthNameTest.php | 67 --- framework/Date_Parser/test/Horde/Date/Repeater/MonthTest.php | 40 -- framework/Date_Parser/test/Horde/Date/Repeater/TimeTest.php | 81 --- framework/Date_Parser/test/Horde/Date/Repeater/WeekTest.php | 78 --- framework/Date_Parser/test/Horde/Date/Repeater/WeekendTest.php | 88 ---- framework/Date_Parser/test/Horde/Date/Repeater/YearTest.php | 76 --- framework/Date_Parser/test/Horde/Date/SpanTest.php | 38 -- 30 files changed, 0 insertions(+), 2000 deletions(-) delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/Day.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/DayName.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/DayPortion.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/Exception.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/Fortnight.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/Hour.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/Minute.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/Month.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/MonthName.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/Season.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/SeasonName.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/Second.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/Time.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/Week.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/Weekend.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Repeater/Year.php delete mode 100644 framework/Date_Parser/lib/Horde/Date/Span.php delete mode 100644 framework/Date_Parser/test/Horde/Date/AllTests.php delete mode 100644 framework/Date_Parser/test/Horde/Date/DateTest.php delete mode 100644 framework/Date_Parser/test/Horde/Date/Repeater/DayNameTest.php delete mode 100644 framework/Date_Parser/test/Horde/Date/Repeater/DayTest.php delete mode 100644 framework/Date_Parser/test/Horde/Date/Repeater/HourTest.php delete mode 100644 framework/Date_Parser/test/Horde/Date/Repeater/MonthNameTest.php delete mode 100644 framework/Date_Parser/test/Horde/Date/Repeater/MonthTest.php delete mode 100644 framework/Date_Parser/test/Horde/Date/Repeater/TimeTest.php delete mode 100644 framework/Date_Parser/test/Horde/Date/Repeater/WeekTest.php delete mode 100644 framework/Date_Parser/test/Horde/Date/Repeater/WeekendTest.php delete mode 100644 framework/Date_Parser/test/Horde/Date/Repeater/YearTest.php delete mode 100644 framework/Date_Parser/test/Horde/Date/SpanTest.php http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater.php?rt=horde-hatchery&r1=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Day.php?rt=horde-hatchery&r1=da4fbf3e30ce1032e253cae59ce098f8f9dfd764&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/DayName.php?rt=horde-hatchery&r1=06297b0bbb2c29d59d9c2abb5b794776d114a705&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/DayPortion.php?rt=horde-hatchery&r1=f7f36b1e7ec510e421074f32d83cdfe1d3fd074e&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Exception.php?rt=horde-hatchery&r1=dd95737391656cae97061701c58aefae928387e9&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Fortnight.php?rt=horde-hatchery&r1=915cd6b976f51a8f2b3745c5fb76f18ccbe003b9&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Hour.php?rt=horde-hatchery&r1=06297b0bbb2c29d59d9c2abb5b794776d114a705&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Minute.php?rt=horde-hatchery&r1=d3662967b48a66776918ed557ab32c762661db36&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Month.php?rt=horde-hatchery&r1=f2d5c9f22cdb0700fd60c77f21c304b7826eb7fd&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/MonthName.php?rt=horde-hatchery&r1=5722241f7c69596de5c36c049bd0d17082bfe501&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Season.php?rt=horde-hatchery&r1=dd95737391656cae97061701c58aefae928387e9&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/SeasonName.php?rt=horde-hatchery&r1=30b2a2dcbabf5b9988a9bc4f5228c2f77c4049bf&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Second.php?rt=horde-hatchery&r1=06297b0bbb2c29d59d9c2abb5b794776d114a705&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Time.php?rt=horde-hatchery&r1=14f409a447eaa33a0853d6aaf3550cc9e4f736c6&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Week.php?rt=horde-hatchery&r1=06297b0bbb2c29d59d9c2abb5b794776d114a705&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Weekend.php?rt=horde-hatchery&r1=06297b0bbb2c29d59d9c2abb5b794776d114a705&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Repeater/Year.php?rt=horde-hatchery&r1=5722241f7c69596de5c36c049bd0d17082bfe501&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/lib/Horde/Date/Span.php?rt=horde-hatchery&r1=db17d0eb72672d19a33b51be16ff54053d5b7adb&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/AllTests.php?rt=horde-hatchery&r1=9d10ca19e6f58cca46153419dd0f40a516d6d334&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/DateTest.php?rt=horde-hatchery&r1=25b9e0d407b9702cbd9bba3128fd4a74d05f8e21&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/DayNameTest.php?rt=horde-hatchery&r1=cd44cbc191204fd1d60d41bc1c98dfb0c935db12&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/DayTest.php?rt=horde-hatchery&r1=cd44cbc191204fd1d60d41bc1c98dfb0c935db12&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/HourTest.php?rt=horde-hatchery&r1=5722241f7c69596de5c36c049bd0d17082bfe501&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/MonthNameTest.php?rt=horde-hatchery&r1=1463e8ef3bf504554d06b76ac86fc7b899e30174&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/MonthTest.php?rt=horde-hatchery&r1=0ba2353002cefe1988071f786ea078c82fd910e0&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/TimeTest.php?rt=horde-hatchery&r1=14f409a447eaa33a0853d6aaf3550cc9e4f736c6&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/WeekTest.php?rt=horde-hatchery&r1=0ba2353002cefe1988071f786ea078c82fd910e0&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/WeekendTest.php?rt=horde-hatchery&r1=0ba2353002cefe1988071f786ea078c82fd910e0&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Repeater/YearTest.php?rt=horde-hatchery&r1=5722241f7c69596de5c36c049bd0d17082bfe501&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/SpanTest.php?rt=horde-hatchery&r1=14f409a447eaa33a0853d6aaf3550cc9e4f736c6&r2=bba1ebec3e6a046f5ebc583b84ab3c9112555266 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
