Horde_Date_Parser -> Date_Parser
authorChuck Hagenbuch <chuck@horde.org>
Sun, 21 Dec 2008 00:36:05 +0000 (19:36 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 21 Dec 2008 00:36:05 +0000 (19:36 -0500)
commit87bb5605b73173745324a5c2ce2fd36e1c7a3ebb
tree17cb838d15258b181f5857d034436e06fcfa1e25
parent695e7e103447ebe2d7c5852b0518ba381d3c9b8f
Horde_Date_Parser -> Date_Parser
Horde_Form -> Form
VC -> Vcs (Horde_Vcs, full rewrite not yet done)
228 files changed:
framework/Date_Parser/chronic/History.txt [new file with mode: 0644]
framework/Date_Parser/chronic/README.txt [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/chronic.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/grabber.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/handlers.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/ordinal.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/pointer.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeater.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_day.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_day_name.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_day_portion.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_fortnight.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_hour.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_minute.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_month.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_month_name.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_season.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_season_name.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_second.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_time.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_week.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_weekend.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/repeaters/repeater_year.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/scalar.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/separator.rb [new file with mode: 0644]
framework/Date_Parser/chronic/lib/chronic/time_zone.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/suite.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_Chronic.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_Handler.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_RepeaterDayName.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_RepeaterFortnight.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_RepeaterHour.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_RepeaterMonth.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_RepeaterMonthName.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_RepeaterTime.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_RepeaterWeek.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_RepeaterWeekend.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_RepeaterYear.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_Span.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_Time.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_Token.rb [new file with mode: 0644]
framework/Date_Parser/chronic/test/test_parsing.rb [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Exception.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Grabber.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Handlers.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Ordinal.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Pointer.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Day.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/DayName.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/DayPortion.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Fortnight.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Hour.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Minute.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Month.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/MonthName.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Season.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/SeasonName.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Second.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Time.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Week.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Weekend.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Year.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Scalar.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Separator.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base/Timezone.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Tag.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Parser/Token.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Date/Span.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Support/Numerizer.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Support/Numerizer/Locale/Base.php [new file with mode: 0644]
framework/Date_Parser/lib/Horde/Support/Numerizer/Locale/De.php [new file with mode: 0644]
framework/Date_Parser/package.xml [new file with mode: 0644]
framework/Date_Parser/test/Horde/Date/Parser/AllTests.php [new file with mode: 0644]
framework/Date_Parser/test/Horde/Support/AllTests.php [new file with mode: 0644]
framework/Date_Parser/test/Horde/Support/Numerizer/Locale/BaseTest.php [new file with mode: 0644]
framework/Date_Parser/test/Horde/Support/Numerizer/Locale/DeTest.php [new file with mode: 0644]
framework/Form/lib/Horde/Form.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Renderer.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Renderer/Xhtml.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Boolean.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Color.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/CreditCard.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Date.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/DateTime.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Email.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Enum.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Int.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Invalid.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Number.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Octal.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Password.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Phone.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Phone/Mobile.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Set.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/String.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/Type/Time.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/VarRenderer.php [new file with mode: 0644]
framework/Form/lib/Horde/Form/VarRenderer/Xhtml.php [new file with mode: 0644]
framework/Form/www/js/maxlength.js [new file with mode: 0644]
framework/Form/www/test.php [new file with mode: 0644]
framework/Form/www/themes/form.css [new file with mode: 0644]
framework/Form/www/themes/graphics/required.png [new file with mode: 0644]
framework/Horde_Date_Parser/chronic/History.txt [deleted file]
framework/Horde_Date_Parser/chronic/README.txt [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/chronic.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/grabber.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/handlers.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/ordinal.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/pointer.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeater.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_day.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_day_name.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_day_portion.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_fortnight.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_hour.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_minute.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_month.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_month_name.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_season.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_season_name.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_second.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_time.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_week.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_weekend.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/repeaters/repeater_year.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/scalar.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/separator.rb [deleted file]
framework/Horde_Date_Parser/chronic/lib/chronic/time_zone.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/suite.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_Chronic.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_Handler.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_RepeaterDayName.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_RepeaterFortnight.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_RepeaterHour.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_RepeaterMonth.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_RepeaterMonthName.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_RepeaterTime.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_RepeaterWeek.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_RepeaterWeekend.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_RepeaterYear.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_Span.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_Time.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_Token.rb [deleted file]
framework/Horde_Date_Parser/chronic/test/test_parsing.rb [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Exception.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Grabber.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Handlers.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Ordinal.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Pointer.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Day.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/DayName.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/DayPortion.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Fortnight.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Hour.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Minute.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Month.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/MonthName.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Season.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/SeasonName.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Second.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Time.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Week.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Weekend.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeaters/Year.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Scalar.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Separator.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Locale/Base/Timezone.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Tag.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Parser/Token.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Date/Span.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Support/Numerizer.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Support/Numerizer/Locale/Base.php [deleted file]
framework/Horde_Date_Parser/lib/Horde/Support/Numerizer/Locale/De.php [deleted file]
framework/Horde_Date_Parser/package.xml [deleted file]
framework/Horde_Date_Parser/test/Horde/Date/Parser/AllTests.php [deleted file]
framework/Horde_Date_Parser/test/Horde/Support/AllTests.php [deleted file]
framework/Horde_Date_Parser/test/Horde/Support/Numerizer/Locale/BaseTest.php [deleted file]
framework/Horde_Date_Parser/test/Horde/Support/Numerizer/Locale/DeTest.php [deleted file]
framework/Horde_Form/lib/Horde/Form.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Renderer.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Renderer/Xhtml.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Boolean.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Color.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/CreditCard.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Date.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/DateTime.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Email.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Enum.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Int.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Invalid.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Number.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Octal.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Password.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Phone.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Phone/Mobile.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Set.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/String.php [deleted file]
framework/Horde_Form/lib/Horde/Form/Type/Time.php [deleted file]
framework/Horde_Form/lib/Horde/Form/VarRenderer.php [deleted file]
framework/Horde_Form/lib/Horde/Form/VarRenderer/Xhtml.php [deleted file]
framework/Horde_Form/www/js/maxlength.js [deleted file]
framework/Horde_Form/www/test.php [deleted file]
framework/Horde_Form/www/themes/form.css [deleted file]
framework/Horde_Form/www/themes/graphics/required.png [deleted file]
framework/VC/lib/Horde/VC.php [deleted file]
framework/VC/lib/Horde/VC/Exception.php [deleted file]
framework/VC/lib/Horde/VC/cvs.php [deleted file]
framework/VC/lib/Horde/VC/git.php [deleted file]
framework/VC/lib/Horde/VC/rcs.php [deleted file]
framework/VC/lib/Horde/VC/svn.php [deleted file]
framework/VC/package.xml [deleted file]
framework/Vcs/lib/Horde/Vcs.php [new file with mode: 0644]
framework/Vcs/lib/Horde/Vcs/Cvs.php [new file with mode: 0644]
framework/Vcs/lib/Horde/Vcs/Exception.php [new file with mode: 0644]
framework/Vcs/lib/Horde/Vcs/Git.php [new file with mode: 0644]
framework/Vcs/lib/Horde/Vcs/Rcs.php [new file with mode: 0644]
framework/Vcs/lib/Horde/Vcs/Svn.php [new file with mode: 0644]
framework/Vcs/package.xml [new file with mode: 0644]